Filing on behalf of a community user. This example passes aws_vpc["main"]["id"] as the reference for vpc_id, but that doesn't make sense here, as there is no aws_vpc defined in the program, and if there were, the reference would be aws_vpc.id and not this notation. Other languages seem to have the same problem.
File: themes/default/content/registry/packages/aws/api-docs/ec2/subnet/_index.md
Filing on behalf of a community user. This example passes
aws_vpc["main"]["id"]
as the reference forvpc_id
, but that doesn't make sense here, as there is noaws_vpc
defined in the program, and if there were, the reference would beaws_vpc.id
and not this notation. Other languages seem to have the same problem.