Releases: philips-labs/terraform-cloudfoundry-thanos
Releases · philips-labs/terraform-cloudfoundry-thanos
v4.4.0
v4.2.0
v4.1.0
v4.0.11
v4.0.4
v4.0.3
v4.0.2
v4.0.0
- BREAKING CHANGE: remove Grafana from module
- Reduce random identifier to 32-bits
Before upgrading to this version of the module, ensure you perform the following:
- Remove the Grafana data source:
terraform state rm module.thanos.grafana_data_source.thanos
- Remove the embedded Grafana module:
terraform destroy -target=module.thanos.module.grafana
Going forward you should spin up a separate Grafana instance using the Grafana module