Open dowlingw opened 3 years ago
This is related to https://github.com/opsgenie/terraform-provider-opsgenie/issues/361.
I have tried to set the value of field
to teams
and it doesn't work. So, documentation keeps inconsistent with the implementation and the API.
In #130 support was added for the
opsgenie_service_incident_rule
resource type. The support for allowedfield
values in rule conditions is different between the documentation and the implementation.According to the documentation, the following fields are allowed:
However the implementation only allows the values:
As a result, when attempting to create incident rules using the types documented, users will receive the following error:
Observed using Terraform
0.14.7
andopsgenie/opsgenie
provider version0.6.3