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_addresses" {
source="./modules/alicloud/d/alicloud_eipanycast_anycast_eip_addresses"# anycast_eip_address_name - (optional) is a type of stringanycast_eip_address_name=null# bind_instance_ids - (optional) is a type of set of stringbind_instance_ids=[]
# business_status - (optional) is a type of stringbusiness_status=null# ids - (optional) is a type of list of stringids=[]
# internet_charge_type - (optional) is a type of stringinternet_charge_type=null# ip_address - (optional) is a type of stringip_address=null# name_regex - (optional) is a type of stringname_regex=null# output_file - (optional) is a type of stringoutput_file=null# payment_type - (optional) is a type of stringpayment_type=null# service_location - (optional) is a type of stringservice_location=null# status - (optional) is a type of stringstatus=null
}
data"alicloud_eipanycast_anycast_eip_addresses""this" {
# anycast_eip_address_name - (optional) is a type of stringanycast_eip_address_name=var.anycast_eip_address_name# bind_instance_ids - (optional) is a type of set of stringbind_instance_ids=var.bind_instance_ids# business_status - (optional) is a type of stringbusiness_status=var.business_status# ids - (optional) is a type of list of stringids=var.ids# internet_charge_type - (optional) is a type of stringinternet_charge_type=var.internet_charge_type# ip_address - (optional) is a type of stringip_address=var.ip_address# name_regex - (optional) is a type of stringname_regex=var.name_regex# output_file - (optional) is a type of stringoutput_file=var.output_file# payment_type - (optional) is a type of stringpayment_type=var.payment_type# service_location - (optional) is a type of stringservice_location=var.service_location# status - (optional) is a type of stringstatus=var.status
}
output"addresses" {
description="returns a list of object"value=data.alicloud_eipanycast_anycast_eip_addresses.this.addresses
}
output"id" {
description="returns a string"value=data.alicloud_eipanycast_anycast_eip_addresses.this.id
}
output"ids" {
description="returns a list of string"value=data.alicloud_eipanycast_anycast_eip_addresses.this.ids
}
output"names" {
description="returns a list of string"value=data.alicloud_eipanycast_anycast_eip_addresses.this.names
}
output"this" {
value=alicloud_eipanycast_anycast_eip_addresses.this
}