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

Update to standard context, go mods, and GitHub config #97

Merged
merged 11 commits into from
Aug 28, 2020
Merged

Conversation

Nuru
Copy link
Contributor

@Nuru Nuru commented Aug 27, 2020

what

Update to current standards

  • Update to context.tf
  • Update to go modules
  • Update .github files

why

Standardization and interoperability

@Nuru Nuru requested review from osterman, 3h4x and aknysh August 27, 2020 07:13
@Nuru Nuru requested a review from a team as a code owner August 27, 2020 07:13
@Nuru
Copy link
Contributor Author

Nuru commented Aug 27, 2020

/test all

@Nuru
Copy link
Contributor Author

Nuru commented Aug 27, 2020

/test all

@Nuru
Copy link
Contributor Author

Nuru commented Aug 27, 2020

/test readme

@Nuru
Copy link
Contributor Author

Nuru commented Aug 27, 2020

/test terratest

1 similar comment
@aknysh
Copy link
Member

aknysh commented Aug 27, 2020

/test terratest

@Nuru
Copy link
Contributor Author

Nuru commented Aug 27, 2020

/test all

@Nuru
Copy link
Contributor Author

Nuru commented Aug 27, 2020

/test all

@Nuru
Copy link
Contributor Author

Nuru commented Aug 27, 2020

/rebuild-readme

@Nuru
Copy link
Contributor Author

Nuru commented Aug 27, 2020

/test all

@Nuru
Copy link
Contributor Author

Nuru commented Aug 27, 2020

/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"
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
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"
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
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"
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
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"
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
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"
Copy link
Member

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?

Copy link
Member

@aknysh aknysh left a 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

aknysh
aknysh previously approved these changes Aug 27, 2020
@Nuru
Copy link
Contributor Author

Nuru commented Aug 27, 2020

/test all

1 similar comment
@Nuru
Copy link
Contributor Author

Nuru commented Aug 27, 2020

/test all

@Nuru
Copy link
Contributor Author

Nuru commented Aug 27, 2020

/rebuild-readme

@Nuru
Copy link
Contributor Author

Nuru commented Aug 27, 2020

/test all

@Nuru Nuru requested a review from aknysh August 27, 2020 22:51
@Nuru Nuru merged commit 9e96d46 into master Aug 28, 2020
@Nuru Nuru deleted the context branch August 28, 2020 00:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants