When role ID is specified in the restricted_roles argument in datadog_synthetics_test, the Terraform should restrict the access to the test to this role.
Actual Behavior
The provider just prints the plan with the role but does not apply it to the test:
Datadog Terraform Provider Version
v3.44.1
Terraform Version
v1.9.5
What resources or data sources are affected?
datadog_synthetics_test
Terraform Configuration Files
Relevant debug or panic output
No response
Expected Behavior
When role ID is specified in the
restricted_roles
argument indatadog_synthetics_test
, the Terraform should restrict the access to the test to this role.Actual Behavior
The provider just prints the plan with the role but does not apply it to the test:
Steps to Reproduce
terraform apply
a synthetic test with a restricted role definedterraform apply
again - it shows no changesImportant Factoids
No response
References
No response