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

AWS Three Tier Web Architecture > Part 2: Database Deployment > Subnet Groups #48

Closed
Tracked by #6
tungbq opened this issue Jun 10, 2023 · 2 comments · Fixed by #50
Closed
Tracked by #6

AWS Three Tier Web Architecture > Part 2: Database Deployment > Subnet Groups #48

tungbq opened this issue Jun 10, 2023 · 2 comments · Fixed by #50

Comments

@tungbq
Copy link
Owner

tungbq commented Jun 10, 2023

Convert this guide to TF:
https://catalog.us-east-1.prod.workshops.aws/workshops/85cd2bb2-7f79-4e96-bdee-8078e469752a/en-US/part2/subnetgroup

@tungbq
Copy link
Owner Author

tungbq commented Jun 10, 2023


│ Error: Value for unconfigurable attribute

│ with aws_db_subnet_group.three_tier_db_subnet_group,
│ on db.tf line 4, in resource "aws_db_subnet_group" "three_tier_db_subnet_group":
│ 4: vpc_id = aws_vpc.workshop_aws_3_tier_vpc.id

@tungbq
Copy link
Owner Author

tungbq commented Jun 10, 2023

╷ │ Error: Value for unconfigurable attribute │ │ with aws_db_subnet_group.three_tier_db_subnet_group, │ on db.tf line 4, in resource "aws_db_subnet_group" "three_tier_db_subnet_group": │ 4: vpc_id = aws_vpc.workshop_aws_3_tier_vpc.id │

fixed

This issue was closed.
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

Successfully merging a pull request may close this issue.

1 participant