Skip to content

Commit

Permalink
Undoing pin version, found alternate solution
Browse files Browse the repository at this point in the history
  • Loading branch information
twerthi committed Dec 3, 2024
1 parent 5383d96 commit 886cb7f
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ terraform {
}

backend "s3" { }
required_version = "~> 1.9.8"
}

Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ terraform {
}

backend "s3" { }
required_version = "~> 1.9.8"
}

provider "azurerm" {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ terraform {
}

backend "s3" { }
required_version = "~> 1.9.8"
}

provider "google" {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
terraform {

#required_version = ">=0.12"
required_version = "~> 1.9.8"
required_version = ">=0.12"

required_providers {
aws = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
terraform {

#required_version = ">=0.12"
required_version = "~> 1.9.8"
required_version = ">=0.12"

required_providers {
azurerm = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ terraform {
key = "#{Project.AWS.Backend.Key}"
region = "#{Project.AWS.Backend.Region}"
}

required_version = "~> 1.9.8"

}

provider "google" {
Expand Down

0 comments on commit 886cb7f

Please sign in to comment.