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_autonomous_system_profile" {
source="./modules/aci/d/aci_autonomous_system_profile"# annotation - (optional) is a type of stringannotation=null# asn - (optional) is a type of stringasn=null# description - (optional) is a type of stringdescription=null# name_alias - (optional) is a type of stringname_alias=null
}
data"aci_autonomous_system_profile""this" {
# annotation - (optional) is a type of stringannotation=var.annotation# asn - (optional) is a type of stringasn=var.asn# description - (optional) is a type of stringdescription=var.description# name_alias - (optional) is a type of stringname_alias=var.name_alias
}