{random_integer.default.result}"} data"alicloud_zones""default"{ available_disk_category="cloud_efficiency"available_resource_creation="VSwitch"} data"alicloud_instance_types""default"{ availability_zone=data.alicloud_...
NOTE:Available in v1.73.0+.Example Usage#Declare the data source data"alicloud_adb_zones""zones_ids"{} Argument Reference The following arguments are supported:multi-(Optional)Indicate whether the zones can be used in a ...
mhub_product.default.id package_name="com.test.android" type = "2" } data "alicloud_mhub_apps" "ids" {} output "mhub_app_id_1" { value = data.alicloud_mhub_apps.ids.apps.0.id } data "alicloud_mhub_apps" "nameRegex" { name_regex = "...
Provides a RabbitMQ(AMQP)Binding ...alicloud_amqp_instance.default.id internal = false virtual_host_name =alicloud_amqp_virtual_host.default.virtual_host_name } resource "alicloud_amqp_queue" "default" { instance_id =alicloud_amqp_instance.default.id queue_name = "tf-example" virtual_host_name =...
alicloud_vpc" "example" { vpc_name = "terraform-example" cidr_block = "172.16.0.0/16" } resource "alicloud_vswitch" "example" { count = 2 vpc_id =alicloud_vpc.example.id cidr_block = format("172.16.%d.0/21",(count.index+1)*16)zone_id=data....
This data source provides the Ros Regions of the current Alibaba Cloud user.-NOTE:Available in v1.145.0+.Example Usage Basic Usage data"alicloud_ros_regions""all"{} output"ros_region_region_id_1"{ value=data.alicloud_ros_...
vpcs""default"{ name_regex="^default-NODELETING$"} data"alicloud_vswitches""default"{ vpc_id=data.alicloud_vpcs.default.ids.0 zone_id=data.alicloud_adb_zones.default.ids.0 } locals { vswitch_id=data.alicloud_vswitches....
This data source provides the Log Stores of the current Alibaba Cloud user.-NOTE:Available in v1.126.0+.Example Usage Basic Usage data"alicloud_log_stores""example"{ project="the_project_name"ids=["the_store_name"]} output...
Provides a ECS Invocation resource.For information about ECS Invocation and how to use it,see What is Invocation.-NOTE:Available since v1.168.0+.Example Usage Basic Usage variable"name"{ default="tf-example"} data"alicloud_...
Provides an EDAS cluster resource,see What is EDAS Cluster.-NOTE:Available since v1.82.0.Example Usage Basic Usage variable"name"{ default="tf-example"} data"alicloud_regions""default"{ current=true } resource"alicloud_vpc...
This data source provides availability zones for HBase that can be accessed by an Alibaba Cloud account within the region configured in the provider.-NOTE:Available in v1.73.0+.Example Usage data"alicloud_hbase_zones"...
regex="^default-NODELETING$"} data"alicloud_vswitches""default"{ vpc_id=data.alicloud_vpcs.default.ids.0 zone_id=data.alicloud_adb_zones.default.ids.0 } locals { vswitch_id=data.alicloud_vswitches.default.ids.0 } resource...
This data source provides a list of DNS Domain Groups in an Alibaba Cloud account according to the specified filters.Example Usage data"alicloud_dns_groups""groups_ds"{ name_regex="^y[A-Za-z]+"output_file="groups.txt"} ...
Provides a Elastic Accelerated Computing ...alicloud_vpc.default.id cidr_block = "192.168.192.0/24" zone_id = local.zone_id } resource "alicloud_security_group" "default" { name = var.name vpc_id =alicloud_vpc.default.id } resource "alicloud_eais_instance" "default" { instance_type = "eais.ei-a6.2xlarge" vswitch_id =...
This data source provides the Ecp Instances of the current Alibaba Cloud user.-NOTE:Available in v1.158.0+.Example Usage Basic Usage data"alicloud_ecp_zones""default"{ } data"alicloud_ecp_instance_types""default"{ } locals...
This data source provides the Ebs Regions of the current Alibaba Cloud user.-NOTE:Available in v1.187.0+.Example Usage Basic Usage data"alicloud_ebs_regions""default"{ region_id=...(Optional)A list of Disk Replica Group IDs....
This data source provides the Ecd Desktops of the current Alibaba Cloud user.-NOTE:Available in v1.144.0+.Example Usage Basic Usage resource"alicloud_ecd_simple_office_site""default"{ cidr_block="172.16.0.0/12"desktop_...
Provides a Tag Policy resource.For information about Tag Policy and how to use it,see What is Policy.-NOTE:Available since v1.203.0.Example Usage Basic Usage variable"name"{ default="terraform-example"} provider"alicloud"{...
site_id=alicloud_ecd_simple_office_site.default.id policy_group_id=alicloud_ecd_policy_group.default.id bundle_id=data.alicloud_ecd_bundles.default.bundles.1.id desktop_name=var.name } resource"alicloud_ecd_snapshot"...
resource_creation="VSwitch"} resource"alicloud_vpc""default"{ vpc_name=var.name cidr_block="172.16.0.0/12"} resource"alicloud_vswitch""default"{ vpc_id=alicloud_vpc.default.id cidr_block="172.16.0.0/21"zone_id=data....
onsGroupDatasourceName"} resource"alicloud_ons_instance""default"{ instance_name=var.name remark="default_ons_instance_remark"} resource"alicloud_ons_group""default"{ group_name=var.group_name instance_id=alicloud_ons_...
alicloud_ens_image" "default" { image_name = var.name instance_id =alicloud_ens_instance.default.id delete_after_image_upload = "false" } Argument Reference The following arguments are supported: delete_after_image_upload -(Optional)Whether ...
topics.Example Usage data"alicloud_mns_topics""topics"{ name_prefix="tf-"} output"first_topic_id"{ value="${data.alicloud_mns_topics.topics.topics.0.id}"} Argument Reference The following arguments are supported:name_...
alicloud_ecd_images.default.ids.0 user_disk_size_gib =[70]root_disk_size_gib=80 root_disk_performance_level="PL1"user_disk_performance_level="PL1"} Argument Reference The following arguments are supported:image_id-(Required)...
[alicloud_security_group.ecs_sg.id]instance_name="Hello"internet_charge_type="PayByBandwidth"tags={ Name="TerraformTest-instance"} } resource"alicloud_disk_attachment""ecs_disk_att"{ disk_id=alicloud_disk.ecs_disk.id ...
it will return opened.For information about FC and how to use it,see What is FC.-NOTE:Available since v1.112.0+Example Usage data"alicloud_fc_service""open"{ enable="On"} Argument Reference The following arguments are ...
The VPNs data source lists a number of VPNs resource information owned by an Alicloud account.-NOTE:Available since v1.18.0.Example Usage variable"name"{ default="terraform-example"} provider"alicloud"{ region="me-east-1"}...
DEPRECATED:This datasource has been renamed to alicloud_ecs_key_pairs from version 1.121.0.This data source provides a list of key pairs in an Alibaba Cloud account according to the specified filters.Example Usage#Declare ...
Provides a RocketMQ Topic...alicloud_vpc" "createVpc" { description = "example" cidr_block = "172.16.0.0/12" vpc_name = var.name } resource "alicloud_vswitch" "createVswitch" { description = "example" vpc_id =alicloud_vpc.createVpc.id zone_id = data.alicloud_zones.default.zones.0.id cidr_block = "172.16.0.0/24" vswitch_name = var.name } resource "...
Provides a Alicloud Function Compute Function resource.Function allows you to trigger execution of code in response to events in Alibaba Cloud.The Function itself includes source code and runtime configuration.For ...
vpc""default"{ vpc_name=var.name cidr_block="172.16.0.0/16"} resource"alicloud_vswitch""default"{ vpc_id=alicloud_vpc.default.id cidr_block="172.16.0.0/24"zone_id=data.alicloud_db_zones.default.zones.0.id vswitch_name=var....
This data source provides the Mse Znodes of the current Alibaba Cloud user.-NOTE:Available in v1.162.0+.Example Usage Basic Usage data"alicloud_mse_znodes""ids"{ cluster_id="example_value"path="/"ids=["example_value-1",...
topic_remark"} data"alicloud_ons_topics""topics_ds"{ instance_id=alicloud_ons_topic.default.instance_id name_regex=var.topic output_file="topics.txt"} output"first_topic_name"{ value=data.alicloud_ons_topics.topics_ds....
Provides a RabbitMQ(AMQP)Queue ...alicloud_amqp_instance.default.id internal = false virtual_host_name =alicloud_amqp_virtual_host.default.virtual_host_name } resource "alicloud_amqp_queue" "example" { instance_id =alicloud_amqp_instance.default.id queue_name = "tf-example" virtual_host_name =...
id=alicloud_vpc.example.id zone_id=data.alicloud_zones.example.zones.0.id } resource"alicloud_security_group""example"{ name=var.name vpc_id=alicloud_vpc.example.id } resource"alicloud_instance""example"{ availability_zone...
example"} data"alicloud_vpcs""default"{ name_regex="default-NODELETING"} data"alicloud_vswitches""default"{ vpc_id=data.alicloud_vpcs.default.ids.0 } data"alicloud_resource_manager_resource_groups""default"{ } resource...
NOTE:The Video Surveillance System service is not support in the international site.Example Usage data"alicloud_vs_service""open"{ enable="On"} Argument Reference The following arguments are supported:enable-(Optional)...
This data source provides the Mhub Products of the current Alibaba Cloud user.-NOTE:Available in v1.138.0+.Example Usage Basic Usage variable"name"{ default="example_value"} resource"alicloud_mhub_product""default"{ ...
This data source provides the PrivateZone Rules of the current Alibaba Cloud user.-NOTE:Available in v1.143.0+.Example Usage Basic Usage data"alicloud_pvtz_rules""ids"{} output"pvtz_rule_id_1"{ value=data.alicloud_pvtz_...
alicloud_vpcs" "default" { name_regex = "^default-NODELETING$"} data"alicloud_vswitches""default"{ vpc_id=data.alicloud_vpcs.default.ids.0 } resource"alicloud_kms_instance""default"{ product_version="3"vpc_id=data.alicloud_vpcs...