-
-
Notifications
You must be signed in to change notification settings - Fork 103
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
Conversation
- add context - upgrade for TF 0.14 - add tests - add most recent github workflows
examples/complete/provider.tf
Outdated
provider "aws" { | ||
region = var.region | ||
|
||
# Make it faster by skipping something |
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.
I'd delete these, we don't use these anymore, it's fast w/o them :)
examples/complete/main.tf
Outdated
context = module.this.context | ||
} | ||
|
||
|
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.
delete the second empty line
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.
thanks @joe-niland, LGTM, just a few comments
* remove marbot example * formatting * remove provider block also: * add versions.tf to examples/complete/
@aknysh hopefully all addressed |
@joe-niland approved, thanks |
what
why
references