We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At re:Invent 2023, AWS launched Auto Mode for Amazon EKS.
I ran terraformer on an EKS cluster that has Auto Mode Enabled
Terraform config for EKS cluster resource includes
compute_config.enabled = true kubernetes_network_config.elastic_load_balancing.enabled = true storage_config.block_storage.enabled = true
These are the values that indicate that Auto Mode is Enabled
These resource values are not part of the EKS resource config
The text was updated successfully, but these errors were encountered:
No branches or pull requests
At re:Invent 2023, AWS launched Auto Mode for Amazon EKS.
I ran terraformer on an EKS cluster that has Auto Mode Enabled
Expected
Terraform config for EKS cluster resource includes
These are the values that indicate that Auto Mode is Enabled
Actual
These resource values are not part of the EKS resource config
The text was updated successfully, but these errors were encountered: