-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
Conversation
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.
Bridgecrew has found 2 infrastructure configuration errors in this PR ⬇️
/test all |
/test all |
/test all |
/test all |
/test all |
/test all |
/test all |
@@ -1,5 +1,5 @@ | |||
terraform { | |||
required_version = ">= 0.13" | |||
required_version = ">= 0.14" | |||
|
|||
required_providers { | |||
aws = { |
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.
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 |
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.
This should be false
so ssm is relied upon instead of ssh keys
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.
Needs full update to new Cloud Posse standards.
what
why
references