File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
modules/instance_template Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,6 @@ See the [simple](../../examples/instance_template/simple) for a usage example.
4545| ------| -------------|
4646| name | Name of instance template |
4747| self\_ link | Self-link of instance template |
48- | target \_ tags | Tags that will be associated with instance(s) |
48+ | tags | Tags that will be associated with instance(s) |
4949
5050<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ output "name" {
2424 value = google_compute_instance_template. tpl . name
2525}
2626
27- output "target_tags " {
27+ output "tags " {
2828 description = " Tags that will be associated with instance(s)"
29- value = var . tags
29+ value = google_compute_instance_template . tpl . tags
3030}
You can’t perform that action at this time.
0 commit comments