-
Notifications
You must be signed in to change notification settings - Fork 499
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
add provider and module versions for aws #926
Conversation
/run-e2e-in-kind |
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.
LGTM
@@ -1,6 +1,7 @@ | |||
module "eks" { | |||
source = "terraform-aws-modules/eks/aws" | |||
|
|||
version = "5.1.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.
what is this version?
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.
This is the version for module terraform-aws-modules/eks/aws.
Each provider and the non-local module is recommended to set the version explicitly:
https://www.terraform.io/docs/configuration/modules.html#module-versions
https://www.terraform.io/docs/configuration/providers.html#version-provider-versions
/run-e2e-in-kind |
/run-e2e-in-kind |
cherry pick to release-1.0 in PR #929 |
What problem does this PR solve?
Some provider and module versions are missed in terraform scripts for AWS, which may cause new versions with breaking changes will be automatically installed by terraform init in future.
Refer to #895
What is changed and how does it work?
Check List
Tests
Deploy TiDB with terraform on AWS EKS
Code changes
Related changes
Does this PR introduce a user-facing change?: