-
Notifications
You must be signed in to change notification settings - Fork 0
initial implementation #1
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
base: main
Are you sure you want to change the base?
Conversation
value = each.value.value | ||
} | ||
|
||
data "aws_ssm_parameter" "read_kv_pair" { |
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.
Missing version constraint for provider "aws" in required_providers
main.tf
Outdated
locals { | ||
example = format("%v %v", var.example, join("", random_integer.example[*].result)) | ||
// Build a map of keys to read from the key/value store and the key they should be output to, with a shape of: { output_key_name = key_path_to_read_from } | ||
vals_to_read = { |
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.
local.vals_to_read is declared but not used
@@ -1,14 +1,3 @@ | |||
variable "region" { |
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.
variable "region" is declared but not used
@@ -1,3 +1,3 @@ | |||
provider "local" { | |||
# Configuration options | |||
provider "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.
Missing version constraint for provider "aws" in required_providers
nullable = false | ||
} | ||
|
||
variable "ssm_enabled" { |
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.
variable "ssm_enabled" is declared but not used
This pull request is now in conflict. Could you fix it @mcalhoun? 🙏 |
1 similar comment
This pull request is now in conflict. Could you fix it @mcalhoun? 🙏 |
what
Initial module implementation