Skip to content

Commit d06065b

Browse files
committed
Adding in addtional example
1 parent 46d7678 commit d06065b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mmv1/templates/terraform/examples/interconnect_attachment_dedicated.tf.tmpl

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ resource "google_compute_interconnect_attachment" "{{$.PrimaryResourceId}}" {
1919
vlan_tag8021q = 1000
2020
region = "https://www.googleapis.com/compute/v1/projects/${data.google_project.project.name}/regions/us-east4"
2121
stack_type = "IPV4_ONLY"
22+
labels = { mykey = "myvalue" }
23+
2224
}
2325

2426
resource "google_compute_router" "foobar" {

0 commit comments

Comments
 (0)