terraform-aws-eks
terraform-aws-eks copied to clipboard
Can't create outposts cluster.
Description
Can't create outposts cluster. This is due https://github.com/terraform-aws-modules/terraform-aws-eks/blob/v20.2.1/main.tf#L43 cannot be changed. Error message is like:
Error: creating EKS Cluster (
- [x] β I have searched the open/closed issues and my issue is not listed.
i managed to create the outposts local eks cluster with these changes: https://github.com/ripa79/terraform-aws-eks/commit/ebb166ab4b27bc873879f375672752c674bfe13a
We are having the same issue. Did you have any news about when you are going to change the hardcoded setting to be able to toggle it with the suggested var?
This issue has been automatically marked as stale because it has been open 30 days with no activity. Remove stale label or comment or this issue will be closed in 10 days
Please, post an update to this issue
i have the fix in place in my own repo https://github.com/ripa79/terraform-aws-eks/commit/ebb166ab4b27bc873879f375672752c674bfe13a i need to check what is needed in order to put pull request to this repo...
Due to https://github.com/hashicorp/terraform/issues/24188 we cannot dynamically set lifecycle and outpost cluster requires this: https://github.com/ripa79/terraform-aws-eks/blob/changes_needed_for_outposts/main.tf#L30-L32 basically I'm stuck fixing this properly.
This issue has been automatically marked as stale because it has been open 30 days with no activity. Remove stale label or comment or this issue will be closed in 10 days
This issue was automatically closed because of stale in 10 days
I'm going to lock this issue 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 similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.