You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 2, 2024. It is now read-only.
Instana provides additional operator types for application configurations. Add them to the terraform provider. This requires a change to the parser. The added types are:
STARTS_WITH
ENDS_WITH
NOT_STARTS_WITH
NOT_ENDS_WITH
GREATER_OR_EQUAL_THAN
LESS_OR_EQUAL_THAN
LESS_THAN
GREATER_THAN
The text was updated successfully, but these errors were encountered:
gessnerfl
changed the title
Ad new operators to application config
Add new operators to application config
Aug 17, 2020
Instana provides additional
operator
types for application configurations. Add them to the terraform provider. This requires a change to the parser. The added types are:STARTS_WITH
ENDS_WITH
NOT_STARTS_WITH
NOT_ENDS_WITH
GREATER_OR_EQUAL_THAN
LESS_OR_EQUAL_THAN
LESS_THAN
GREATER_THAN
The text was updated successfully, but these errors were encountered: