File tree Expand file tree Collapse file tree 5 files changed +5
-322
lines changed Expand file tree Collapse file tree 5 files changed +5
-322
lines changed Original file line number Diff line number Diff line change @@ -25,4 +25,3 @@ output "instance_group" {
2525 description = "Instance-group url of managed instance group"
2626 value = google_compute_region_instance_group_manager.{{ module_name }}.instance_group
2727}
28-
Original file line number Diff line number Diff line change 1515 */
1616
1717terraform {
18- required_version = " >= 0.12"
18+ required_version = " ~> 0.12.6"
19+ required_providers {
20+ google = " ~> 2.7"
21+ google-beta = " ~> 2.7"
22+ }
1923}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -25,4 +25,3 @@ output "instance_group" {
2525 description = " Instance-group url of managed instance group"
2626 value = google_compute_region_instance_group_manager. mig . instance_group
2727}
28-
Original file line number Diff line number Diff line change @@ -25,4 +25,3 @@ output "instance_group" {
2525 description = " Instance-group url of managed instance group"
2626 value = google_compute_region_instance_group_manager. mig_with_percent . instance_group
2727}
28-
You can’t perform that action at this time.
0 commit comments