We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e709f91 commit 7d28ab2Copy full SHA for 7d28ab2
terraform/aws/implementation/backend.tf
@@ -2,7 +2,7 @@ terraform {
2
required_providers {
3
aws = {
4
source = "hashicorp/aws"
5
- version = "=5.31.0"
+ version = "=5.61.0"
6
}
7
kubectl = {
8
source = "gavinbunney/kubectl"
terraform/aws/setup/main.tf
@@ -12,7 +12,7 @@ terraform {
12
13
14
15
16
17
18
0 commit comments