Open gberche-orange opened 6 years ago
se placer sur à coté de terraform.state terraform state list |grep quota ça donne la liste de quota et pour chaque quota terraform state rm [quota] ensuite commit du fichier
For english speakers, the workaround is to apply the following
cd /path/to/terraform.tfstate
terraform state list | grep cloudfoundry_quota | xargs -n 1 terraform state rm
When trying to refresh the TF state with an org quota which is missing in the cloud, the provider panics with the following traces: