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
I should not need to declare two dynamic blocks for restriction and restrictions
I should be able to declare a single dynamic block for restriction(s) with optional values (or perhaps ignored - if day is passed to type "time-of-day")
If this is expected behavior, please update the examples so the terraform docs include that it is restriction for type "time-of-day" and not restrictions. (also the docs include timeRestriction which is incorrect)
Terraform Version
Terraform v1.0.9
opsgenie/opsgenie v0.6.7
Affected Resource(s)
opsgenie_team_routing_rule
Terraform Configuration Files
Expected Behavior
I should not need to declare two dynamic blocks for
restriction
andrestrictions
I should be able to declare a single dynamic block for
restriction(s)
with optional values (or perhaps ignored - if day is passed to type"time-of-day"
)If this is expected behavior, please update the examples so the terraform docs include that it is
restriction
for type "time-of-day" and notrestrictions
. (also the docs includetimeRestriction
which is incorrect)docs link
Actual Behavior
I have to dig deep into the source of the provider to find documentation that "time-of-day" uses a different block entirely.
Steps to Reproduce
terraform apply
read the docs
The text was updated successfully, but these errors were encountered: