You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module"aci_vpc_explicit_protection_group" {
source="./modules/aci/r/aci_vpc_explicit_protection_group"# annotation - (optional) is a type of stringannotation=null# description - (optional) is a type of stringdescription=null# name - (required) is a type of stringname=null# switch1 - (required) is a type of stringswitch1=null# switch2 - (required) is a type of stringswitch2=null# vpc_domain_policy - (optional) is a type of stringvpc_domain_policy=null# vpc_explicit_protection_group_id - (optional) is a type of stringvpc_explicit_protection_group_id=null
}
resource"aci_vpc_explicit_protection_group""this" {
# annotation - (optional) is a type of stringannotation=var.annotation# description - (optional) is a type of stringdescription=var.description# name - (required) is a type of stringname=var.name# switch1 - (required) is a type of stringswitch1=var.switch1# switch2 - (required) is a type of stringswitch2=var.switch2# vpc_domain_policy - (optional) is a type of stringvpc_domain_policy=var.vpc_domain_policy# vpc_explicit_protection_group_id - (optional) is a type of stringvpc_explicit_protection_group_id=var.vpc_explicit_protection_group_id
}