Skip to content

Commit 7d28ab2

Browse files
committed
Update aws provider version to eliminate conflicts.
1 parent e709f91 commit 7d28ab2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

terraform/aws/implementation/backend.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
aws = {
44
source = "hashicorp/aws"
5-
version = "=5.31.0"
5+
version = "=5.61.0"
66
}
77
kubectl = {
88
source = "gavinbunney/kubectl"

terraform/aws/setup/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ terraform {
1212
required_providers {
1313
aws = {
1414
source = "hashicorp/aws"
15-
version = "=5.31.0"
15+
version = "=5.61.0"
1616
}
1717
}
1818
}

0 commit comments

Comments
 (0)