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

errors in m6 solution due to naming mismatches #41

Open
mistwire opened this issue Jun 21, 2024 · 0 comments
Open

errors in m6 solution due to naming mismatches #41

mistwire opened this issue Jun 21, 2024 · 0 comments

Comments

@mistwire
Copy link

mistwire commented Jun 21, 2024

  1. m6 instances.tf line 17 errors out -> aws_subnet.subnet1.id should be aws_subnet.public_subnet1.id
  2. m6 instances.tf line 18 errors out -> aws_security_group.nginx-sg.id should be aws_security_group.nginx_sg.id
  3. m6 instances.tf line 40 errors out -> aws_subnet.subnet2.id should be aws_subnet.public_subnet2.id
  4. m6 instances.tf line 41 errors out -> aws_security_group.nginx-sg.id should be aws_security_group.nginx_sg.id
  5. m6 s3.tf doesn't match pluralsight video 😅 missing aws_iam_role & aws_iam_role_policy (which aren't needed as the env comes up fine)
  6. m8 network.tf ran tf fmt
  7. m8 renamed folder from globo-web-app-s3 to globo-webapp-s3 to match module call in s3.tf
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