Skip to content
This repository was archived by the owner on Sep 12, 2023. It is now read-only.

Commit 3a4c2de

Browse files
committed
improve required provider version
1 parent afc9bbb commit 3a4c2de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
terraform {
22
required_version = ">= 0.12.0"
33
required_providers {
4-
aws = ">= 2.48.0, < 3"
5-
random = "~> 2.2"
4+
aws = ">= 2.48.0"
5+
random = ">= 2.2"
66
}
77
}
88

@@ -112,7 +112,7 @@ resource "aws_cloudwatch_event_target" "monitoring_jump_start_connection" {
112112
{
113113
"Type": "monitoring-jump-start-tf-connection",
114114
"Module": "sqs-queue",
115-
"Version": "0.5.2",
115+
"Version": "0.5.3",
116116
"Partition": "${data.aws_partition.current.partition}",
117117
"AccountId": "${data.aws_caller_identity.current.account_id}",
118118
"Region": "${data.aws_region.current.name}"

0 commit comments

Comments
 (0)