File tree Expand file tree Collapse file tree 10 files changed +17
-23
lines changed
instance_with_advanced_options
instance_with_attached_disk
instance_with_config_file Expand file tree Collapse file tree 10 files changed +17
-23
lines changed Original file line number Diff line number Diff line change 1717terraform {
1818 required_providers {
1919 google = {
20- source = " hashicorp/google"
21- version = " >= 3.53, < 5.0"
20+ source = " hashicorp/google"
2221 }
2322 template = {
2423 source = " hashicorp/template"
25- version = " ~> 2.1"
24+ version = " >= 2.1"
2625 }
2726 }
2827 required_version = " >= 0.13"
Original file line number Diff line number Diff line change 1717terraform {
1818 required_providers {
1919 google = {
20- source = " hashicorp/google"
21- version = " ~> 4.0"
20+ source = " hashicorp/google"
2221 }
2322 }
2423 required_version = " >= 0.13"
Original file line number Diff line number Diff line change 1717terraform {
1818 required_providers {
1919 google = {
20- source = " hashicorp/google"
21- version = " ~> 4.0"
20+ source = " hashicorp/google"
2221 }
2322 template = {
2423 source = " hashicorp/template"
25- version = " ~> 2.1"
24+ version = " >= 2.1"
2625 }
2726 }
2827 required_version = " >= 0.13"
Original file line number Diff line number Diff line change 1717terraform {
1818 required_providers {
1919 google = {
20- source = " hashicorp/google"
21- version = " ~> 4.0"
20+ source = " hashicorp/google"
2221 }
2322 google-beta = {
24- source = " hashicorp/google-beta"
25- version = " ~> 4.0"
23+ source = " hashicorp/google-beta"
2624 }
2725 }
2826 required_version = " >= 0.13"
Original file line number Diff line number Diff line change 1717terraform {
1818 required_providers {
1919 google = {
20- source = " hashicorp/google"
21- version = " ~> 4.0"
20+ source = " hashicorp/google"
2221 }
2322 }
2423 required_version = " >= 0.13"
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ terraform {
2020
2121 google = {
2222 source = " hashicorp/google"
23- version = " >= 3.53, < 5.0 "
23+ version = " >= 3.53, < 6 "
2424 }
2525 google-beta = {
2626 source = " hashicorp/google-beta"
27- version = " >= 3.53, < 5.0 "
27+ version = " >= 3.53, < 6 "
2828 }
2929 template = {
3030 source = " hashicorp/template"
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ terraform {
2020
2121 google = {
2222 source = " hashicorp/google"
23- version = " >= 3.53, < 5.0 "
23+ version = " >= 3.53, < 6 "
2424 }
2525 google-beta = {
2626 source = " hashicorp/google-beta"
27- version = " >= 3.53, < 5.0 "
27+ version = " >= 3.53, < 6 "
2828 }
2929 template = {
3030 source = " hashicorp/template"
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ terraform {
2020
2121 google = {
2222 source = " hashicorp/google"
23- version = " >= 3.53, < 5.0 "
23+ version = " >= 3.53, < 6 "
2424 }
2525 google-beta = {
2626 source = " hashicorp/google-beta"
27- version = " >= 3.53, < 5.0 "
27+ version = " >= 3.53, < 6 "
2828 }
2929 template = {
3030 source = " hashicorp/template"
Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ terraform {
1919 required_providers {
2020 google = {
2121 source = " hashicorp/google"
22- version = " >= 3.53, < 5.0 "
22+ version = " >= 3.53, < 6 "
2323 }
2424 google-beta = {
2525 source = " hashicorp/google-beta"
26- version = " >= 3.53, < 5.0 "
26+ version = " >= 3.53, < 6 "
2727 }
2828 }
2929}
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ terraform {
2020
2121 google = {
2222 source = " hashicorp/google"
23- version = " >= 3.53, < 5.0 "
23+ version = " >= 3.53, < 6 "
2424 }
2525 }
2626
You can’t perform that action at this time.
0 commit comments