-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
feat: Update TLS provider and remove unnecessary cloud init version requirements #1966
feat: Update TLS provider and remove unnecessary cloud init version requirements #1966
Conversation
@@ -568,11 +568,6 @@ resource "aws_launch_template" "external" { | |||
enabled = true | |||
} | |||
|
|||
network_interfaces { |
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'm not sure why this example started complaining about setting a device index so just removing since its not required for the example
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.
There was a bug in the AWS provider about it - hashicorp/terraform-provider-aws#23766
We hit it in one of the projects but I don't remember the resolution (probably downgraded version). Maybe leave a comment around this section with the link to the issue, so we know what was it in the future?
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.
ah, good to know - thought I was losing it 😅
Added back the block but commented it out with a link to the issue - bf45e14
## [18.15.0](v18.14.1...v18.15.0) (2022-03-25) ### Features * Update TLS provider and remove unnecessary cloud init version requirements ([#1966](#1966)) ([0269d38](0269d38))
This PR is included in version 18.15.0 🎉 |
## [18.15.0](terraform-aws-modules/terraform-aws-eks@v18.14.1...v18.15.0) (2022-03-25) ### Features * Update TLS provider and remove unnecessary cloud init version requirements ([terraform-aws-modules#1966](terraform-aws-modules#1966)) ([0269d38](terraform-aws-modules@0269d38))
## [18.15.0](terraform-aws-modules/terraform-aws-eks@v18.14.1...v18.15.0) (2022-03-25) ### Features * Update TLS provider and remove unnecessary cloud init version requirements ([terraform-aws-modules#1966](terraform-aws-modules#1966)) ([0269d38](terraform-aws-modules@0269d38))
## [18.15.0](terraform-aws-modules/terraform-aws-eks@v18.14.1...v18.15.0) (2022-03-25) ### Features * Update TLS provider and remove unnecessary cloud init version requirements ([#1966](terraform-aws-modules/terraform-aws-eks#1966)) ([38fdcb0](terraform-aws-modules/terraform-aws-eks@38fdcb0))
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Description
Motivation and Context
Breaking Changes
How Has This Been Tested?
examples/*
projectseks-managed-node-group
example