Skip to content
New issue

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

restricted_roles option does not work on datadog_synthetics_global_variable #2737

Open
gtorre-cs opened this issue Dec 20, 2024 · 0 comments
Labels

Comments

@gtorre-cs
Copy link

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

  # 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)
    }

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

@gtorre-cs gtorre-cs added the bug label Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant