gessnerfl / terraform-provider-instana

Terraform provider implementation for Instana REST API
Apache License 2.0
29 stars 16 forks source link

Tag filter does not support : character for tag keys. #193

Closed gessnerfl closed 1 year ago

gessnerfl commented 1 year ago

The current tag filter implementation does not support the use of : characters in tag keys. Colons are often used for namespaces in tag keys and should be supported as well.

To support tag keys with colon characters, the provider should be changed such as the tag keys also support Strings