File tree Expand file tree Collapse file tree 13 files changed +62
-40
lines changed Expand file tree Collapse file tree 13 files changed +62
-40
lines changed Original file line number Diff line number Diff line change 11/* *
2- * Copyright 2019 Google LLC
2+ * Copyright 2021 Google LLC
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
1515 */
1616
1717terraform {
18- required_version = " >= 0.12"
18+ required_providers {
19+ google-beta = {
20+ source = " hashicorp/google-beta"
21+ version = " ~> 4.0"
22+ }
23+ }
24+ required_version = " >= 0.13"
1925}
Original file line number Diff line number Diff line change 11/* *
2- * Copyright 2019 Google LLC
2+ * Copyright 2021 Google LLC
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
1515 */
1616
1717terraform {
18- required_version = " >=0.12.6"
18+ required_providers {
19+ google-beta = {
20+ source = " hashicorp/google-beta"
21+ version = " ~> 4.0"
22+ }
23+ }
24+ required_version = " >= 0.13"
1925}
Original file line number Diff line number Diff line change 11/* *
2- * Copyright 2019 Google LLC
2+ * Copyright 2021 Google LLC
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
1515 */
1616
1717terraform {
18- required_version = " >=0.12.6"
18+ required_providers {
19+ google-beta = {
20+ source = " hashicorp/google-beta"
21+ version = " ~> 4.0"
22+ }
23+ }
24+ required_version = " >= 0.13"
1925}
Original file line number Diff line number Diff line change 11/* *
2- * Copyright 2019 Google LLC
2+ * Copyright 2021 Google LLC
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
1515 */
1616
1717terraform {
18- required_version = " >=0.12.6"
18+ required_providers {
19+ google-beta = {
20+ source = " hashicorp/google-beta"
21+ version = " ~> 4.0"
22+ }
23+ }
24+ required_version = " >= 0.13"
1925}
Original file line number Diff line number Diff line change 11/* *
2- * Copyright 2019 Google LLC
2+ * Copyright 2021 Google LLC
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
1515 */
1616
1717terraform {
18- required_version = " >=0.12.6"
18+ required_providers {
19+ google-beta = {
20+ source = " hashicorp/google-beta"
21+ version = " ~> 4.0"
22+ }
23+ }
24+ required_version = " >= 0.13"
1925}
20-
Original file line number Diff line number Diff line change 11/* *
2- * Copyright 2019 Google LLC
2+ * Copyright 2021 Google LLC
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
1515 */
1616
1717terraform {
18- required_version = " >=0.12.6"
18+ required_providers {
19+ google-beta = {
20+ source = " hashicorp/google-beta"
21+ version = " ~> 4.0"
22+ }
23+ }
24+ required_version = " >= 0.13"
1925}
Original file line number Diff line number Diff line change 11/* *
2- * Copyright 2019 Google LLC
2+ * Copyright 2021 Google LLC
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
1515 */
1616
1717terraform {
18- required_version = " >=0.12.6"
18+ required_providers {
19+ google-beta = {
20+ source = " hashicorp/google-beta"
21+ version = " ~> 4.0"
22+ }
23+ }
24+ required_version = " >= 0.13"
1925}
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ terraform {
2020
2121 google-beta = {
2222 source = " hashicorp/google-beta"
23- version = " ~> 3.60"
23+ version = " >= 3.60, < 5.0 "
2424 }
2525 }
2626
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ terraform {
2727 }
2828 google = {
2929 source = " hashicorp/google"
30- version = " ~> 3.60"
30+ version = " >= 3.60, < 5.0 "
3131 }
3232 }
3333
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ terraform {
2727 }
2828 google = {
2929 source = " hashicorp/google"
30- version = " ~> 3.60"
30+ version = " >= 3.60, < 5.0 "
3131 }
3232 }
3333
You can’t perform that action at this time.
0 commit comments