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_network_acl_attachment" {
source="./modules/alicloud/r/alicloud_network_acl_attachment"# network_acl_id - (required) is a type of stringnetwork_acl_id=nullresources=[{
resource_id =null
resource_type =null
}]
}
resource"alicloud_network_acl_attachment""this" {
# network_acl_id - (required) is a type of stringnetwork_acl_id=var.network_acl_iddynamic"resources" {
for_each=var.resourcescontent {
# resource_id - (required) is a type of stringresource_id=resources.value["resource_id"]
# resource_type - (required) is a type of stringresource_type=resources.value["resource_type"]
}
}
}