grafana / crossplane-provider-grafana

Crossplane provider of https://github.com/grafana/terraform-provider-grafana. Generated by https://github.com/upbound/upjet
Apache License 2.0
26 stars 14 forks source link

Escape Terraform interpolation #86

Closed julienduchesne closed 6 months ago

julienduchesne commented 6 months ago

Replaces ${ with $${ so that Terraform doesn't complain. But also ignores $${ for retro-compatibility. Users (us included) have already put workarounds and we don't want to introduce a breaking change here

Closes https://github.com/grafana/crossplane-provider-grafana/issues/59