Skip to content

Commit

Permalink
fix: update version constraints for TPG v5 (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
hollow committed Nov 6, 2023
1 parent 659baba commit 63d105b
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 39 deletions.
3 changes: 1 addition & 2 deletions examples/bigquery/billing_account/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ terraform {
required_version = ">= 0.13"
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.0"
source = "hashicorp/google"
}
}
}
3 changes: 1 addition & 2 deletions examples/bigquery/folder/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ terraform {
required_version = ">= 0.13"
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.0"
source = "hashicorp/google"
}
random = {
source = "hashicorp/random"
Expand Down
3 changes: 1 addition & 2 deletions examples/bigquery/organization/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ terraform {
required_version = ">= 0.13"
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.0"
source = "hashicorp/google"
}
random = {
source = "hashicorp/random"
Expand Down
3 changes: 1 addition & 2 deletions examples/bigquery/project/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ terraform {
required_version = ">= 0.13"
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.0"
source = "hashicorp/google"
}
random = {
source = "hashicorp/random"
Expand Down
3 changes: 1 addition & 2 deletions examples/bq-log-alerting/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ terraform {
required_version = ">= 0.13"
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.0"
source = "hashicorp/google"
}
}
}
3 changes: 1 addition & 2 deletions examples/datadog-sink/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ terraform {
required_version = ">= 0.13"
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.0"
source = "hashicorp/google"
}
local = {
source = "hashicorp/local"
Expand Down
3 changes: 1 addition & 2 deletions examples/logbucket/folder/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ terraform {
required_version = ">= 0.13"
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.0"
source = "hashicorp/google"
}
random = {
source = "hashicorp/random"
Expand Down
3 changes: 1 addition & 2 deletions examples/logbucket/organization/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ terraform {
required_version = ">= 0.13"
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.0"
source = "hashicorp/google"
}
random = {
source = "hashicorp/random"
Expand Down
3 changes: 1 addition & 2 deletions examples/logbucket/project/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ terraform {
required_version = ">= 0.13"
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.0"
source = "hashicorp/google"
}
random = {
source = "hashicorp/random"
Expand Down
3 changes: 1 addition & 2 deletions examples/project/project/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ terraform {
required_version = ">= 0.13"
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.0"
source = "hashicorp/google"
}
random = {
source = "hashicorp/random"
Expand Down
3 changes: 1 addition & 2 deletions examples/pubsub/billing_account/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ terraform {
required_version = ">= 0.13"
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.0"
source = "hashicorp/google"
}
}
}
3 changes: 1 addition & 2 deletions examples/pubsub/folder/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ terraform {
required_version = ">= 0.13"
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.0"
source = "hashicorp/google"
}
random = {
source = "hashicorp/random"
Expand Down
3 changes: 1 addition & 2 deletions examples/pubsub/organization/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ terraform {
required_version = ">= 0.13"
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.0"
source = "hashicorp/google"
}
random = {
source = "hashicorp/random"
Expand Down
3 changes: 1 addition & 2 deletions examples/pubsub/project/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ terraform {
required_version = ">= 0.13"
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.0"
source = "hashicorp/google"
}
random = {
source = "hashicorp/random"
Expand Down
3 changes: 1 addition & 2 deletions examples/splunk-sink/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ terraform {
required_version = ">= 0.13"
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.0"
source = "hashicorp/google"
}
}
}
3 changes: 1 addition & 2 deletions examples/storage/billing_account/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ terraform {
required_version = ">= 0.13"
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.0"
source = "hashicorp/google"
}
}
}
3 changes: 1 addition & 2 deletions examples/storage/folder/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ terraform {
required_version = ">= 0.13"
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.0"
source = "hashicorp/google"
}
random = {
source = "hashicorp/random"
Expand Down
3 changes: 1 addition & 2 deletions examples/storage/organization/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ terraform {
required_version = ">= 0.13"
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.0"
source = "hashicorp/google"
}
random = {
source = "hashicorp/random"
Expand Down
3 changes: 1 addition & 2 deletions examples/storage/project/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ terraform {
required_version = ">= 0.13"
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.0"
source = "hashicorp/google"
}
random = {
source = "hashicorp/random"
Expand Down
2 changes: 1 addition & 1 deletion modules/storage/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {

google = {
source = "hashicorp/google"
version = ">= 4.42, < 5.0"
version = ">= 4.42, < 6"
}
}

Expand Down

0 comments on commit 63d105b

Please sign in to comment.