File tree Expand file tree Collapse file tree 5 files changed +17
-0
lines changed Expand file tree Collapse file tree 5 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -25,3 +25,8 @@ 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+
29+ output "instance_group_manager" {
30+ description = "An instance of google_compute_region_instance_group_manager of the instance group."
31+ value = google_compute_region_instance_group_manager.{{ module_name }}
32+ }
Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ The current version is 2.X. The following guides are available to assist with up
4747| Name | Description |
4848| ------| -------------|
4949| instance\_ group | Instance-group url of managed instance group |
50+ | instance\_ group\_ manager | An instance of google_compute_region_instance_group_manager of the instance group. |
5051| self\_ link | Self-link of managed instance group |
5152
5253<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
Original file line number Diff line number Diff line change @@ -25,3 +25,8 @@ 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+
29+ output "instance_group_manager" {
30+ description = " An instance of google_compute_region_instance_group_manager of the instance group."
31+ value = google_compute_region_instance_group_manager. mig
32+ }
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ The current version is 2.X. The following guides are available to assist with up
4848| Name | Description |
4949| ------| -------------|
5050| instance\_ group | Instance-group url of managed instance group |
51+ | instance\_ group\_ manager | An instance of google_compute_region_instance_group_manager of the instance group. |
5152| self\_ link | Self-link of managed instance group |
5253
5354<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
Original file line number Diff line number Diff line change @@ -25,3 +25,8 @@ 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+
29+ output "instance_group_manager" {
30+ description = " An instance of google_compute_region_instance_group_manager of the instance group."
31+ value = google_compute_region_instance_group_manager. mig_with_percent
32+ }
You can’t perform that action at this time.
0 commit comments