Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dev] Error: Reference to undeclared resource πŸ› #35

Closed
Tracked by #5
tungbq opened this issue Jun 9, 2023 · 1 comment
Closed
Tracked by #5

[dev] Error: Reference to undeclared resource πŸ› #35

tungbq opened this issue Jun 9, 2023 · 1 comment
Assignees

Comments

@tungbq
Copy link
Owner

tungbq commented Jun 9, 2023

Running terraform apply
Observed this issue in commit: c61a811

β”‚ Warning: Argument is deprecated
β”‚
β”‚ with aws_eip.nat_gateway_eip_1a,
β”‚ on networking.tf line 99, in resource "aws_eip" "nat_gateway_eip_1a":
β”‚ 99: vpc = true
β”‚
β”‚ use domain attribute instead
β•΅
β•·
β”‚ Error: Reference to undeclared resource
β”‚
β”‚ on networking.tf line 103, in resource "aws_nat_gateway" "public_web_subnet_1a_nat":
β”‚ 103: subnet_id = aws_subnet.nat_gateway_eip_1a.id

@tungbq tungbq self-assigned this Jun 9, 2023
tungbq added a commit that referenced this issue Jun 9, 2023
tungbq added a commit that referenced this issue Jun 9, 2023
@tungbq
Copy link
Owner Author

tungbq commented Jun 9, 2023

It was fixed in ce2519e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant