datasource

hanyouqing/datasource/alicloud

Terraform Module HCL ALICLOUD

terraform-alicloud-datasource

Install
module "datasource" {
source = "hanyouqing/datasource/alicloud"
version = "0.0.5"
}
plain text: /constructs/tfmod-hanyouqing-datasource-alicloud/install.txt
⭐ Source on GitHub 📦 Registry page
README

terraform-alicloud-datasource terraform-alicloud-datasource Quick Start with Demo `` git clone https://github.com/hanyouqing/terraform-alicloud-datasource.git cd terraform-alicloud-datasource/examples/demo mkdir -pv tf-jsondata export TF_DATA_DIR=./.terraform terraform init terraform apply ` Then you'll get ` alicloud_account_id = 35969087 datasource_dir = ./tf-jsondata datasource_regions = [ "region-id: {\"id\":\"cn-qingdao\",\"local_name\":\"华北 1\",\"region_id\":\"cn-qingdao\"}", ... ] ` and json files below: ` tf-jsondata/ ├── img.centos.json ├── img.ubuntu.json ├── instance-types.cn-beijing-c.json ├── instance-types.postpaid.json ├── instance-types.prepaid.json ├── regions.json └── zones.cn-beijing.json ``

Inputs (5)
NameTypeDescriptionDefault
datasource_dirstring""
region_aliasmapThis variable is just a comment used to save time{ "ap-northeast-1": "tyo", "ap-south
cidr_blocksmap10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16{ "bj": "192.168.2.0/24", "bom": "19
demomap{ "availability_zone": "c", "charge_
motdlist[ "+++++++++++++++++++++++++++++++++++
Outputs (6)
motd
region_alias
cidr_blocks
datasource_dir
alicloud_account_id
regions
Details
FrameworkTerraform Module
LanguageHCL
Version0.0.5
Cloud ALICLOUD
★ Stars0
Forks2
Total downloads843
Inputs5
Outputs6
Examples1
LicenseMIT
Namespacehanyouqing
Updated