aboutsummaryrefslogtreecommitdiffstats
path: root/terraform-ci-infra/3n_aws_c5n/deploy/versions.tf
diff options
context:
space:
mode:
Diffstat (limited to 'terraform-ci-infra/3n_aws_c5n/deploy/versions.tf')
-rw-r--r--terraform-ci-infra/3n_aws_c5n/deploy/versions.tf2
1 files changed, 1 insertions, 1 deletions
diff --git a/terraform-ci-infra/3n_aws_c5n/deploy/versions.tf b/terraform-ci-infra/3n_aws_c5n/deploy/versions.tf
index 2d09eb67b4..8b7b8c5f32 100644
--- a/terraform-ci-infra/3n_aws_c5n/deploy/versions.tf
+++ b/terraform-ci-infra/3n_aws_c5n/deploy/versions.tf
@@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
- version = "~> 3.26.0"
+ version = "~> 3.28.0"
}
null = {
source = "hashicorp/null"