-
Notifications
You must be signed in to change notification settings - Fork 2
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
Sg module integration #7
Conversation
Markdown Valid |
Checkov Scan Results 📖:
Please review the above report. |
Markdown Valid |
Checkov Scan Results 📖:
Please review the above report. |
Markdown Valid |
Checkov Scan Results 📖:
Please review the above report. |
Markdown Valid |
Checkov Scan Results 📖:
Please review the above report. |
Markdown Valid |
🌟 No Terraform files were modified in this PR or all modified Terraform files passed the Checkov checks. Good job! 🌟 |
|
||
# Prerequisites | ||
|
||
Generate an EC2 key pair and place the pem key in this directory. Add the pem file to the tfvars file. To match the example tfvars file, run the following command in the terminal while in this directory: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the way this reads, it creates a vpc itself. vpc and networking should only be done in the networking module. this module should only networking info as vars
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so are you opting that we remove VPC completely from the example?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@douglas-f you good to close this out?
Markdown Valid |
|
||
# Prerequisites | ||
|
||
Generate an EC2 key pair and place the pem key in this directory. Add the pem file to the tfvars file. To match the example tfvars file, run the following command in the terminal while in this directory: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so are you opting that we remove VPC completely from the example?
Markdown Valid |
…S-EC2 into sg-module-integration
Markdown Valid |
Rewrote EC2 module to use the AWS-ACE-SecurityGroup module