Open SORC3r3r opened 3 years ago
When trying to use the terraform outputs as specified here, some outputs show no value.
The specification lists following outputs:
cidr_block Description: Deprecated and use this_vpc_cidr_block instead this_vpc_name Description: The VPC name this_vpc_cidr_block Description: The VPC cidr block
cidr_block Description: Deprecated and use this_vpc_cidr_block instead
this_vpc_name Description: The VPC name
this_vpc_cidr_block Description: The VPC cidr block
this_vpc_cidr_block and this_vpc_name do not seem to work at all. They are used in the complete vpc example and are returning following output:
this_vpc_cidr_block
this_vpc_name
Outputs: vpc_cidr_block = "" vpc_name = ""
Using the deprecated cidr_block, I get an output for the cidr, but I did not find a way to get the name into the output:
cidr_block
Outputs: vpc_cidr_block = "10.10.0.0/16" vpc_name = ""
Terraform v0.15.4 on darwin_amd64 + provider registry.terraform.io/aliyun/alicloud v1.124.0 + provider registry.terraform.io/hashicorp/alicloud v1.124.0
When trying to use the terraform outputs as specified here, some outputs show no value.
The specification lists following outputs:
this_vpc_cidr_block
andthis_vpc_name
do not seem to work at all. They are used in the complete vpc example and are returning following output:Using the deprecated
cidr_block
, I get an output for the cidr, but I did not find a way to get the name into the output: