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_kvstore_instances" {
source="./modules/alicloud/d/alicloud_kvstore_instances"# architecture_type - (optional) is a type of stringarchitecture_type=null# edition_type - (optional) is a type of stringedition_type=null# enable_details - (optional) is a type of boolenable_details=null# engine_version - (optional) is a type of stringengine_version=null# expired - (optional) is a type of stringexpired=null# global_instance - (optional) is a type of boolglobal_instance=null# ids - (optional) is a type of list of stringids=[]
# instance_class - (optional) is a type of stringinstance_class=null# instance_type - (optional) is a type of stringinstance_type=null# name_regex - (optional) is a type of stringname_regex=null# network_type - (optional) is a type of stringnetwork_type=null# output_file - (optional) is a type of stringoutput_file=null# payment_type - (optional) is a type of stringpayment_type=null# resource_group_id - (optional) is a type of stringresource_group_id=null# search_key - (optional) is a type of stringsearch_key=null# status - (optional) is a type of stringstatus=null# tags - (optional) is a type of map of stringtags={}
# vpc_id - (optional) is a type of stringvpc_id=null# vswitch_id - (optional) is a type of stringvswitch_id=null# zone_id - (optional) is a type of stringzone_id=null
}
data"alicloud_kvstore_instances""this" {
# architecture_type - (optional) is a type of stringarchitecture_type=var.architecture_type# edition_type - (optional) is a type of stringedition_type=var.edition_type# enable_details - (optional) is a type of boolenable_details=var.enable_details# engine_version - (optional) is a type of stringengine_version=var.engine_version# expired - (optional) is a type of stringexpired=var.expired# global_instance - (optional) is a type of boolglobal_instance=var.global_instance# ids - (optional) is a type of list of stringids=var.ids# instance_class - (optional) is a type of stringinstance_class=var.instance_class# instance_type - (optional) is a type of stringinstance_type=var.instance_type# name_regex - (optional) is a type of stringname_regex=var.name_regex# network_type - (optional) is a type of stringnetwork_type=var.network_type# output_file - (optional) is a type of stringoutput_file=var.output_file# payment_type - (optional) is a type of stringpayment_type=var.payment_type# resource_group_id - (optional) is a type of stringresource_group_id=var.resource_group_id# search_key - (optional) is a type of stringsearch_key=var.search_key# status - (optional) is a type of stringstatus=var.status# tags - (optional) is a type of map of stringtags=var.tags# vpc_id - (optional) is a type of stringvpc_id=var.vpc_id# vswitch_id - (optional) is a type of stringvswitch_id=var.vswitch_id# zone_id - (optional) is a type of stringzone_id=var.zone_id
}
output"id" {
description="returns a string"value=data.alicloud_kvstore_instances.this.id
}
output"ids" {
description="returns a list of string"value=data.alicloud_kvstore_instances.this.ids
}
output"instances" {
description="returns a list of object"value=data.alicloud_kvstore_instances.this.instances
}
output"names" {
description="returns a list of string"value=data.alicloud_kvstore_instances.this.names
}
output"this" {
value=alicloud_kvstore_instances.this
}