Skip to content

Commit aa51074

Browse files
Update Terraform aws to v6
1 parent 340695d commit aa51074

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kubernetes/helm/velero/terraform/provider.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
aws = {
66
source = "hashicorp/aws"
7-
version = "3.76.1"
7+
version = "6.4.0"
88
}
99
}
1010
}

terraform/provider.tf

Lines changed: 1 addition & 1 deletion
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.100.0"
5+
version = "6.4.0"
66
}
77
helm = {
88
source = "hashicorp/helm"

0 commit comments

Comments
 (0)