gessnerfl / terraform-provider-instana

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

Support for multiple Threshold Rules #206

Closed pavan141994 closed 1 year ago

pavan141994 commented 1 year ago

Can i have sample terraform code for ruleLogicalOperator with threshold rule type it would be great if you help me on this?

gessnerfl commented 1 year ago

@pavan141994 this is currently not supported. But I will consider it for the next release.

pavan141994 commented 1 year ago

Do we have terraform code available for custom event with multiple conditions? currently we only had code available with single condition. Please let me know

Deepali-Surlikar commented 1 year ago

@gessnerfl , can we get estimated date as to when the next release would happen?

gessnerfl commented 1 year ago

@Deepali-Surlikar At the moment, I can't give an ETA. I am currently maintaining the provider in my spare time. However, you can also contribute and implement the necessary changes if possible.

gessnerfl commented 1 year ago

@Deepali-Surlikar @pavan141994 feature is now available with version 2.3.0

Deepali-Surlikar commented 1 year ago

@gessnerfl , Thanks!!!