You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a CRD with kubernetes_manifest, there is an issue with terraform plan for the first time if the K8s operator is also applied with the same Terraform.
Terraform Version, Provider Version and Kubernetes Version
Hello, thank you for opening this issue @singhbaljit. What you've mentioned is a progressive apply issue where the solution is to do separate terraform applies instead of attempting to do a terraform apply that deals with multiple resources.
In this case you would want to run terraform apply for just the helm_release and then run a second terraform apply for the manifest
I've linked a part of the docs that mentions this here
Hello, thank you for opening this issue @singhbaljit. What you've mentioned is a progressive apply issue where the solution is to do separate terraform applies instead of attempting to do a terraform apply that deals with multiple resources.
In this case you would want to run terraform apply for just the helm_release and then run a second terraform apply for the manifest
I've linked a part of the docs that mentions this here
When creating a CRD with
kubernetes_manifest
, there is an issue withterraform plan
for the first time if the K8s operator is also applied with the same Terraform.Terraform Version, Provider Version and Kubernetes Version
Affected Resource(s)
kubernetes_manifest
Terraform Configuration Files
Panic Output
Steps to Reproduce
terraform plan
Expected Behavior
Plan should not fail as this will work when
terraform apply
is called.Actual Behavior
Error is thrown as its not able to recognize the CRD
kind
.The text was updated successfully, but these errors were encountered: