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

fix: Security Group module update, SSH Key as optional #37

Closed
wants to merge 24 commits into from

Conversation

milldr
Copy link
Member

@milldr milldr commented Oct 22, 2021

what

why

  • Updating security group module for consistency
  • Allow only SSM access for instances without requiring local SSH key
  • Resolve dependencies, Dependency Dashboard #35

references

Copy link

@bridgecrew bridgecrew bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bridgecrew has found 2 infrastructure configuration errors in this PR ⬇️

main.tf Outdated Show resolved Hide resolved
main.tf Outdated Show resolved Hide resolved
@milldr milldr changed the title region added for ebs, context updated fix: Security Group module update, SSH Key as optional Oct 22, 2021
@milldr
Copy link
Member Author

milldr commented Oct 22, 2021

/test all

@milldr
Copy link
Member Author

milldr commented Oct 22, 2021

/test all

@milldr
Copy link
Member Author

milldr commented Oct 22, 2021

/test all

@milldr
Copy link
Member Author

milldr commented Oct 22, 2021

/test all

@milldr
Copy link
Member Author

milldr commented Oct 22, 2021

/test all

@milldr
Copy link
Member Author

milldr commented Oct 22, 2021

/test all

@milldr
Copy link
Member Author

milldr commented Oct 22, 2021

/test all

variables.tf Outdated Show resolved Hide resolved
@milldr milldr marked this pull request as ready for review October 25, 2021 18:03
@milldr milldr requested review from a team as code owners October 25, 2021 18:03
@milldr milldr requested review from Makeshift and adamcrews and removed request for a team October 25, 2021 18:03
@@ -1,5 +1,5 @@
terraform {
required_version = ">= 0.13"
required_version = ">= 0.14"

required_providers {
aws = {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bump aws provider to 3.x too

variable "ssh_key_enabled" {
type = bool
description = "If false, no SSH key will be created or associated with the instance(s)."
default = true
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be false so ssm is relied upon instead of ssh keys

Copy link

@Nuru Nuru left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs full update to new Cloud Posse standards.

@Nuru Nuru added the do not merge Do not merge this PR, doing so would cause problems label Oct 25, 2021
@milldr milldr closed this Dec 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
do not merge Do not merge this PR, doing so would cause problems
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dependency Dashboard
4 participants