-
-
Notifications
You must be signed in to change notification settings - Fork 839
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
Docs regarding the awsutils provider #151
Conversation
/test all |
region = var.region | ||
} | ||
|
||
provider "awsutils" { |
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.
Also worth mentioning awsutils
has to be included in required_providers
?
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.
Should it be included in required_providers
in this module? If so, no-release
PR tag should be removed.
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.
Once region is optional in the awsutils provider (like it is for the aws provider) then the provider won't need to be explicitly set, no?
Co-authored-by: Kevin Mahoney <[email protected]>
what
why
references