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"alicloud_config_delivery_channel" {
source="./modules/alicloud/r/alicloud_config_delivery_channel"# delivery_channel_assume_role_arn - (required) is a type of stringdelivery_channel_assume_role_arn=null# delivery_channel_condition - (optional) is a type of stringdelivery_channel_condition=null# delivery_channel_name - (optional) is a type of stringdelivery_channel_name=null# delivery_channel_target_arn - (required) is a type of stringdelivery_channel_target_arn=null# delivery_channel_type - (required) is a type of stringdelivery_channel_type=null# description - (optional) is a type of stringdescription=null# status - (optional) is a type of numberstatus=nulltimeouts=[{
create =null
update =null
}]
}
resource"alicloud_config_delivery_channel""this" {
# delivery_channel_assume_role_arn - (required) is a type of stringdelivery_channel_assume_role_arn=var.delivery_channel_assume_role_arn# delivery_channel_condition - (optional) is a type of stringdelivery_channel_condition=var.delivery_channel_condition# delivery_channel_name - (optional) is a type of stringdelivery_channel_name=var.delivery_channel_name# delivery_channel_target_arn - (required) is a type of stringdelivery_channel_target_arn=var.delivery_channel_target_arn# delivery_channel_type - (required) is a type of stringdelivery_channel_type=var.delivery_channel_type# description - (optional) is a type of stringdescription=var.description# status - (optional) is a type of numberstatus=var.statusdynamic"timeouts" {
for_each=var.timeoutscontent {
# create - (optional) is a type of stringcreate=timeouts.value["create"]
# update - (optional) is a type of stringupdate=timeouts.value["update"]
}
}
}