20482: Pins terraform and AWS provider versions.
authorLucas Di Pentima <lucas.dipentima@curii.com>
Thu, 11 May 2023 14:15:11 +0000 (11:15 -0300)
committerLucas Di Pentima <lucas.dipentima@curii.com>
Thu, 11 May 2023 14:15:11 +0000 (11:15 -0300)
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>

tools/salt-install/terraform/aws/data-storage/main.tf
tools/salt-install/terraform/aws/services/main.tf
tools/salt-install/terraform/aws/vpc/main.tf

index 85a67ef4dc23997c66bd8086943bcaa49da31211..1e7e577163123188751f170cdf5e54e4b8701de6 100644 (file)
@@ -3,9 +3,11 @@
 # SPDX-License-Identifier: CC-BY-SA-3.0
 
 terraform {
+  required_version = "~> 1.3.0"
   required_providers {
     aws = {
       source = "hashicorp/aws"
+      version = "~> 4.38.0"
     }
   }
 }
index 9ca6d0fb1765f3073c5269461474ff07fda48d57..dde52705a58df7d5bde5115c511597bc7db20525 100644 (file)
@@ -3,9 +3,11 @@
 # SPDX-License-Identifier: CC-BY-SA-3.0
 
 terraform {
+  required_version = "~> 1.3.0"
   required_providers {
     aws = {
       source = "hashicorp/aws"
+      version = "~> 4.38.0"
     }
   }
 }
index 5ac836b687146c52fc27edf77299ea480215fe79..f0779d4fc596fa0d3f5af096a637ef81baa3158e 100644 (file)
@@ -3,9 +3,11 @@
 # SPDX-License-Identifier: CC-BY-SA-3.0
 
 terraform {
+  required_version = "~> 1.3.0"
   required_providers {
     aws = {
       source = "hashicorp/aws"
+      version = "~> 4.38.0"
     }
   }
 }