Skip to content

Commit

Permalink
fix(deps)!: Update Terraform hashicorp/terraform to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 11, 2023
1 parent 9d798c8 commit 7a51f63
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/shared_vpc_example/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
*/

terraform {
required_version = "~> 0.12.6"
required_version = "~> 1.5.0"
}
2 changes: 1 addition & 1 deletion examples/simple_example/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
*/

terraform {
required_version = "~> 0.12.6"
required_version = "~> 1.5.0"
}
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

terraform {
required_version = "~> 0.12.6"
required_version = "~> 1.5.0"

required_providers {
google = "~> 2.12"
Expand Down

0 comments on commit 7a51f63

Please sign in to comment.