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_end_point_retention_policy" {
source="./modules/aci/d/aci_end_point_retention_policy"# annotation - (optional) is a type of stringannotation=null# bounce_age_intvl - (optional) is a type of stringbounce_age_intvl=null# bounce_trig - (optional) is a type of stringbounce_trig=null# description - (optional) is a type of stringdescription=null# hold_intvl - (optional) is a type of stringhold_intvl=null# local_ep_age_intvl - (optional) is a type of stringlocal_ep_age_intvl=null# move_freq - (optional) is a type of stringmove_freq=null# name - (required) is a type of stringname=null# name_alias - (optional) is a type of stringname_alias=null# remote_ep_age_intvl - (optional) is a type of stringremote_ep_age_intvl=null# tenant_dn - (required) is a type of stringtenant_dn=null
}
data"aci_end_point_retention_policy""this" {
# annotation - (optional) is a type of stringannotation=var.annotation# bounce_age_intvl - (optional) is a type of stringbounce_age_intvl=var.bounce_age_intvl# bounce_trig - (optional) is a type of stringbounce_trig=var.bounce_trig# description - (optional) is a type of stringdescription=var.description# hold_intvl - (optional) is a type of stringhold_intvl=var.hold_intvl# local_ep_age_intvl - (optional) is a type of stringlocal_ep_age_intvl=var.local_ep_age_intvl# move_freq - (optional) is a type of stringmove_freq=var.move_freq# name - (required) is a type of stringname=var.name# name_alias - (optional) is a type of stringname_alias=var.name_alias# remote_ep_age_intvl - (optional) is a type of stringremote_ep_age_intvl=var.remote_ep_age_intvl# tenant_dn - (required) is a type of stringtenant_dn=var.tenant_dn
}