Releases: philips-labs/terraform-cloudfoundry-thanos
Releases · philips-labs/terraform-cloudfoundry-thanos
v2.1.0
v2.0.3
v2.0.2
v2.0.1
v2.0.0
- Breaking change: removes internal space creation
WARNING: if you want to upgrade from older versions of this module you will most likely need to tweak the Terraform state and remove the
space
related resources which are now no longer under Terraform control. Commands:
terraform state rm module.thanos.cloudfoundry_space.space
terraform state rm module.thanos.cloudfoundry_space_users.users
terraform state rm module.thanos.cloudfoundry_service_instance.metrics
CRITICAL: If you do not execute above statements Terraform will most likely destroy your existing Thanos deployment on the next apply!