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

Module modernisation #32

Merged
merged 3 commits into from
Jun 17, 2021
Merged

Conversation

joe-niland
Copy link
Member

what

  • add context
  • add licence
  • upgrade for TF 0.14
  • add tests
  • add most recent github workflows

why

  • allow proper management of PRs
  • allow use with TF 0.13+

references

- add context
- upgrade for TF 0.14
- add tests
- add most recent github workflows
provider "aws" {
region = var.region

# Make it faster by skipping something
Copy link
Member

Choose a reason for hiding this comment

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

I'd delete these, we don't use these anymore, it's fast w/o them :)

context = module.this.context
}


Copy link
Member

Choose a reason for hiding this comment

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

delete the second empty line

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.

thanks @joe-niland, LGTM, just a few comments

* remove marbot example
* formatting
* remove provider block

also:
* add versions.tf to examples/complete/
@joe-niland
Copy link
Member Author

@aknysh hopefully all addressed

@aknysh
Copy link
Member

aknysh commented Jun 17, 2021

@joe-niland approved, thanks

@joe-niland joe-niland merged commit ea79309 into cloudposse:master Jun 17, 2021
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.

LICENSE file missing from master
2 participants