-
-
Notifications
You must be signed in to change notification settings - Fork 166
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
Update to standard context, go mods, and GitHub config #97
Conversation
/test all |
/test all |
/test readme |
/test terratest |
1 similar comment
/test terratest |
/test all |
/test all |
/rebuild-readme |
/test all |
/test all |
nat-gateway.tf
Outdated
enabled = var.enabled | ||
context = module.label.context | ||
attributes = distinct(compact(concat(module.label.attributes, ["nat"]))) | ||
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.19.0" |
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.
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.19.0" | |
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.19.1" |
nat-instance.tf
Outdated
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.17.0" | ||
context = module.label.context | ||
attributes = distinct(compact(concat(module.label.attributes, ["nat", "instance"]))) | ||
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.19.0" |
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.
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.19.0" | |
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.19.1" |
private.tf
Outdated
enabled = var.enabled | ||
context = module.label.context | ||
attributes = compact(concat(module.label.attributes, ["private"])) | ||
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.19.0" |
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.
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.19.0" | |
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.19.1" |
public.tf
Outdated
enabled = var.enabled | ||
context = module.label.context | ||
attributes = compact(concat(module.label.attributes, ["public"])) | ||
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.17.0" |
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.
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.17.0" | |
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.19.1" |
versions.tf
Outdated
@@ -2,7 +2,7 @@ terraform { | |||
required_version = ">= 0.12.0, < 0.14.0" | |||
|
|||
required_providers { | |||
aws = "~> 2.0" | |||
aws = ">= 2.0, <=4.0" |
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.
why <=4.0?
do we want to include v4?
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.
update all null-label versions
/test all |
1 similar comment
/test all |
/rebuild-readme |
/test all |
what
Update to current standards
context.tf
go
modules.github
fileswhy
Standardization and interoperability