We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.48.0
1.7.4
datadog_synthetics_global_variable
# datadog_synthetics_global_variable.test["test1"] will be created + resource "datadog_synthetics_global_variable" "test" { + description = "..." + id = (known after apply) + name = "..." + restricted_roles = [ + "some-role-id", ] + secure = true + tags = [ ] + value = (sensitive value) }
I expect the variable to be restricted to the restricted_role defined in the resource.
restricted_role
The GUI shows the variable is unrestricted.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Datadog Terraform Provider Version
3.48.0
Terraform Version
1.7.4
What resources or data sources are affected?
datadog_synthetics_global_variable
Terraform Configuration Files
Relevant debug or panic output
Expected Behavior
I expect the variable to be restricted to the
restricted_role
defined in the resource.Actual Behavior
The GUI shows the variable is unrestricted.
Steps to Reproduce
No response
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: