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_eipanycast_anycast_eip_address" {
source="./modules/alicloud/r/alicloud_eipanycast_anycast_eip_address"# anycast_eip_address_name - (optional) is a type of stringanycast_eip_address_name=null# bandwidth - (optional) is a type of numberbandwidth=null# description - (optional) is a type of stringdescription=null# internet_charge_type - (optional) is a type of stringinternet_charge_type=null# payment_type - (optional) is a type of stringpayment_type=null# service_location - (required) is a type of stringservice_location=nulltimeouts=[{
create =null
}]
}
resource"alicloud_eipanycast_anycast_eip_address""this" {
# anycast_eip_address_name - (optional) is a type of stringanycast_eip_address_name=var.anycast_eip_address_name# bandwidth - (optional) is a type of numberbandwidth=var.bandwidth# description - (optional) is a type of stringdescription=var.description# internet_charge_type - (optional) is a type of stringinternet_charge_type=var.internet_charge_type# payment_type - (optional) is a type of stringpayment_type=var.payment_type# service_location - (required) is a type of stringservice_location=var.service_locationdynamic"timeouts" {
for_each=var.timeoutscontent {
# create - (optional) is a type of stringcreate=timeouts.value["create"]
}
}
}