mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-26 19:31:06 +01:00
fix: random_pet with LT workers under 0.13.0 (#940)
Fix for: Error: Provider produced inconsistent final plan When expanding the plan for module.eks.random_pet.workers_launch_template[0] to include new values learned so far during apply, provider "registry.terraform.io/hashicorp/random" changed the planned action from CreateThenDelete to DeleteThenCreate.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -11,3 +11,4 @@ eks-admin-service-account.yaml
|
||||
*.iml
|
||||
config-map-aws-auth*.yaml
|
||||
kubeconfig_*
|
||||
*.swp
|
||||
|
||||
Reference in New Issue
Block a user