Hi @zql-tqy @xiaozhu36 I'm seeing this after upgrading to 1.8.0 . Can you please have a look?
Error: Missing resource instance key
on .terraform/modules/network.vpc/terraform-alicloud-vpc-1.8.0/outputs.tf line 54, in output "this_resource_group_id":
54: value = alicloud_vpc.vpc.resource_group_id
Because alicloud_vpc.vpc has "count" set, its attributes must be accessed on
specific instances.
For example, to correlate with indices of a referring resource, use:
alicloud_vpc.vpc[count.index]
Hi @zql-tqy @xiaozhu36 I'm seeing this after upgrading to 1.8.0 . Can you please have a look?
Thanks!