Skip to content

Commit a9321d3

Browse files
SKozlovskyaaron-lane
authored andcommitted
review changes
1 parent 734fc6f commit a9321d3

File tree

5 files changed

+5
-322
lines changed

5 files changed

+5
-322
lines changed

autogen/outputs.tf.tmpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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-

autogen/versions.tf

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,9 @@
1515
*/
1616

1717
terraform {
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
}

helpers/migrate.py

Lines changed: 0 additions & 318 deletions
This file was deleted.

modules/mig/outputs.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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-

modules/mig_with_percent/outputs.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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-

0 commit comments

Comments
 (0)