diff options
author | Tomas Alexy <tomas.alexy@pantheon.tech> | 2021-03-16 12:25:09 +0100 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2021-03-29 06:33:18 +0000 |
commit | 31f82bd3fcbd6299e2e411734767e29b7adb5982 (patch) | |
tree | 851c4f3f277cabeb18cdad4207ee26d528a4b4d0 /fdio.infra.terraform/3n_aws_c5n/deploy/versions.tf | |
parent | 493684d9a6d22dc86f8260fe8cc4244ba71b5e9e (diff) |
Infra: AWS deployment improvements
- Add checks where missing
- Serialize instance deployment to prevent race conditions
Deploy tg -> sut1 (-> sut2) then start ansible provisioning on all instances
- Bump AWS provisioner version to 3.32
Signed-off-by: Tomas Alexy <tomas.alexy@pantheon.tech>
Change-Id: I9a53b1de96574674f3608f19a8f5ac297eb1bd86
Diffstat (limited to 'fdio.infra.terraform/3n_aws_c5n/deploy/versions.tf')
-rw-r--r-- | fdio.infra.terraform/3n_aws_c5n/deploy/versions.tf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fdio.infra.terraform/3n_aws_c5n/deploy/versions.tf b/fdio.infra.terraform/3n_aws_c5n/deploy/versions.tf index 8b7b8c5f32..8017bb9dc3 100644 --- a/fdio.infra.terraform/3n_aws_c5n/deploy/versions.tf +++ b/fdio.infra.terraform/3n_aws_c5n/deploy/versions.tf @@ -2,7 +2,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "~> 3.28.0" + version = "~> 3.32.0" } null = { source = "hashicorp/null" |