We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ab7d4a commit f4aa6e9Copy full SHA for f4aa6e9
interconnect_attachment_basic/main.tf
@@ -4,6 +4,7 @@ resource "google_compute_interconnect_attachment" "on_prem" {
4
type = "PARTNER"
5
router = google_compute_router.foobar.id
6
mtu = 1500
7
+ labels = { mykey = "myvalue" }
8
}
9
10
resource "google_compute_router" "foobar" {
interconnect_attachment_dedicated/main.tf
@@ -19,6 +19,7 @@ resource "google_compute_interconnect_attachment" "on_prem" {
19
vlan_tag8021q = 1000
20
region = "https://www.googleapis.com/compute/v1/projects/${data.google_project.project.name}/regions/us-east4"
21
stack_type = "IPV4_ONLY"
22
23
24
25
0 commit comments