aws-ia / terraform-aws-vpc

AWS VPC Module
https://registry.terraform.io/modules/aws-ia/vpc/aws/latest
Apache License 2.0
92 stars 98 forks source link

keys derived from resource attributres that cannot be determined until apply #135

Closed ivan-aws closed 5 months ago

ivan-aws commented 11 months ago

when accessing outputs such as private_subnet_attributes_by_az, terraform throws an error like "... includes keys derived from resource attributes that cannot be determined until apply". this then requires a targeted apply for the vpc module first before being able to use those outputs. could some of those be exposed with static outputs?

drewmullen commented 11 months ago

Hi, thanks for opening this issue. I dont think this has been a problem for me in the past. Can you share more details and hcl examples around this issue

pablo19sc commented 5 months ago

Hi! Closing this Issue as we couldn't replicate the problem and we got no updates since October 2023. Feel free to create a new one if you still are facing this problem. Thanks!