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_firmware_download_task" {
source="./modules/aci/d/aci_firmware_download_task"# annotation - (optional) is a type of stringannotation=null# auth_pass - (optional) is a type of stringauth_pass=null# auth_type - (optional) is a type of stringauth_type=null# description - (optional) is a type of stringdescription=null# dnld_task_flip - (optional) is a type of stringdnld_task_flip=null# identity_private_key_contents - (optional) is a type of stringidentity_private_key_contents=null# identity_private_key_passphrase - (optional) is a type of stringidentity_private_key_passphrase=null# identity_public_key_contents - (optional) is a type of stringidentity_public_key_contents=null# load_catalog_if_exists_and_newer - (optional) is a type of stringload_catalog_if_exists_and_newer=null# name - (required) is a type of stringname=null# name_alias - (optional) is a type of stringname_alias=null# password - (optional) is a type of stringpassword=null# polling_interval - (optional) is a type of stringpolling_interval=null# proto - (optional) is a type of stringproto=null# url - (optional) is a type of stringurl=null# user - (optional) is a type of stringuser=null
}
data"aci_firmware_download_task""this" {
# annotation - (optional) is a type of stringannotation=var.annotation# auth_pass - (optional) is a type of stringauth_pass=var.auth_pass# auth_type - (optional) is a type of stringauth_type=var.auth_type# description - (optional) is a type of stringdescription=var.description# dnld_task_flip - (optional) is a type of stringdnld_task_flip=var.dnld_task_flip# identity_private_key_contents - (optional) is a type of stringidentity_private_key_contents=var.identity_private_key_contents# identity_private_key_passphrase - (optional) is a type of stringidentity_private_key_passphrase=var.identity_private_key_passphrase# identity_public_key_contents - (optional) is a type of stringidentity_public_key_contents=var.identity_public_key_contents# load_catalog_if_exists_and_newer - (optional) is a type of stringload_catalog_if_exists_and_newer=var.load_catalog_if_exists_and_newer# name - (required) is a type of stringname=var.name# name_alias - (optional) is a type of stringname_alias=var.name_alias# password - (optional) is a type of stringpassword=var.password# polling_interval - (optional) is a type of stringpolling_interval=var.polling_interval# proto - (optional) is a type of stringproto=var.proto# url - (optional) is a type of stringurl=var.url# user - (optional) is a type of stringuser=var.user
}