aboutsummaryrefslogtreecommitdiffstats
path: root/terraform-ci-infra/2n_aws_c5n/deploy/versions.tf
diff options
context:
space:
mode:
authorTomas Alexy <tomas.alexy@pantheon.tech>2021-02-19 10:10:18 +0100
committerTomas Alexy <tomas.alexy@pantheon.tech>2021-02-19 10:10:18 +0100
commitaf004a02459ad2379c65b18cf41aa970e2d91b4d (patch)
treee32941d7ce88fd0ce9120f7a1c50caee2616eabd /terraform-ci-infra/2n_aws_c5n/deploy/versions.tf
parenta678231f39f4d4ea079018e7d11be36d0cc454d2 (diff)
Infra: AWS deployment - minor fixes
Bump aws provider to 3.28 Code readability improvements Signed-off-by: Tomas Alexy <tomas.alexy@pantheon.tech> Change-Id: Iaa966f2795f228e31e90acf27ca9999a730a87f0
Diffstat (limited to 'terraform-ci-infra/2n_aws_c5n/deploy/versions.tf')
-rw-r--r--terraform-ci-infra/2n_aws_c5n/deploy/versions.tf2
1 files changed, 1 insertions, 1 deletions
diff --git a/terraform-ci-infra/2n_aws_c5n/deploy/versions.tf b/terraform-ci-infra/2n_aws_c5n/deploy/versions.tf
index 2d09eb67b4..8b7b8c5f32 100644
--- a/terraform-ci-infra/2n_aws_c5n/deploy/versions.tf
+++ b/terraform-ci-infra/2n_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"