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 6f4f4ee commit 48bdbefCopy full SHA for 48bdbef
examples/subnet/subnet.tf
@@ -11,10 +11,9 @@ resource "aci_bridge_domain" "bd_for_subnet" {
11
}
12
13
resource "aci_subnet" "demosubnet" {
14
- name = "10.0.3.28/27"
15
- bridge_domain_dn = "${aci_bridge_domain.bd_for_subnet.id}"
+ parent_dn = "${aci_bridge_domain.bd_for_subnet.id}"
16
ip = "10.0.3.28/27"
17
- scope = "private"
+ scope = ["private"]
18
description = "This subject is created by terraform"
19
ctrl = "unspecified"
20
preferred = "no"
0 commit comments