vpc

hanyouqing/vpc/alicloud

Terraform Module HCL ALICLOUD

terraform-alicloud-vpc

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

terraform-alicloud-vpc terraform-alicloud-vpc Pre-depedends > for examples/demo * Create AccessKey Quick Start with Demo Example > Details see: hanyouqing/terraform-alicloud-vpc `` git clone https://github.com/hanyouqing/terraform-alicloud-vpc.git cd terraform-alicloud-vpc/examples/demo terraform init terraform plan terraform apply ``

Inputs (15)
NameTypeDescriptionDefault
vpc_sg_policy_httpsstring""
region_aliasmapThis variable is just a comment used to save time{ "ap-northeast-1": "tyo", "ap-south
motdlist[ "+++++++++++++++++++++++++++++++++++
vpc_namestring""
vpc_availability_zonestring""
vpc_whitelist_ipsstring""
vpc_sg_policy_httpstring""
cidr_blocksmap10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16{ "bj": "192.168.2.0/24", "bom": "19
region_abbrstring""
vpc_inner_access_policystring""
vpc_sg_policy_sshstring""
tagsmap{ "createby": "", "department": "",
regionstring""
vpc_descriptionstring""
vpc_cidr_blockstring""
Outputs (7)
sg — Details of secure group.
sg_rules — Rules of secure group.
whitelist — The whitelist ips, should seprated by comma
motd — Message of the day, always goes advertisment.
name — The name of vpc.
vpc — Details of vpc
vswitch — Details of
Resources (4)
alicloud_security_groupalicloud_security_group_rulealicloud_vpcalicloud_vswitch
Details
FrameworkTerraform Module
LanguageHCL
Version0.0.4
Cloud ALICLOUD
★ Stars0
Forks2
Total downloads845
Inputs15
Outputs7
Resources4
Examples1
LicenseMIT
Namespacehanyouqing
Updated