Skip to main content

πŸ“ Terraform with AWS

terraform state rm kubernetes_namespace.argocd

terraform state command to remove the resource from the Terraform state file. This will prevent Terraform from tracking the resource and attempting to destroy it during the terraform destroy command.


Comments