agent: |
TZIebc2o9VaYZRPMse4VEdit the eks/variable.tf to edit the cluster_version for eks update 1.29 to 1.30
Edit the eks/variable.tf to edit the cluster_version for eks update 1.29 to 1.30
There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.
Ensure the version is in double quotes.
inputs
outputs
variable "cluster_version" {
type = string
default = "1.30"
}
copied