vpc
hanyouqing/vpc/alicloud
Terraform Module
HCL
ALICLOUD
terraform-alicloud-vpc
Install
module "vpc" {
source = "hanyouqing/vpc/alicloud"
version = "0.0.4"
}
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)
| Name | Type | Description | Default |
|---|---|---|---|
| vpc_sg_policy_https | string | "" | |
| region_alias | map | This variable is just a comment used to save time | {
"ap-northeast-1": "tyo",
"ap-south |
| motd | list | [
"+++++++++++++++++++++++++++++++++++ | |
| vpc_name | string | "" | |
| vpc_availability_zone | string | "" | |
| vpc_whitelist_ips | string | "" | |
| vpc_sg_policy_http | string | "" | |
| cidr_blocks | map | 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16 | {
"bj": "192.168.2.0/24",
"bom": "19 |
| region_abbr | string | "" | |
| vpc_inner_access_policy | string | "" | |
| vpc_sg_policy_ssh | string | "" | |
| tags | map | {
"createby": "",
"department": "",
| |
| region | string | "" | |
| vpc_description | string | "" | |
| vpc_cidr_block | string | "" |
Outputs (7)
sg — Details of secure group.sg_rules — Rules of secure group.whitelist — The whitelist ips, should seprated by commamotd — Message of the day, always goes advertisment.name — The name of vpc.vpc — Details of vpcvswitch — 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