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

[datadog_application_key] Support scoped app key management #2760

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

wangwillson1
Copy link
Contributor

@wangwillson1 wangwillson1 commented Jan 10, 2025

This PR allows users to manage (create/update) scoped app keys in Terraform

Tested manually with:

resource "datadog_application_key" "app_key_1" {
  name = "willson tf scoped app key test"
  scopes = ["dashboards_read", "dashboards_write"]
}

Also verified that an invalid scope in the list results in a 400.

@wangwillson1 wangwillson1 changed the title [resource_datadog_application_key] Support scoped app keys management [datadog_application_key] Support scoped app keys management Jan 10, 2025
@wangwillson1 wangwillson1 changed the title [datadog_application_key] Support scoped app keys management [datadog_application_key] Support scoped app key management Jan 10, 2025
@wangwillson1 wangwillson1 marked this pull request as ready for review January 10, 2025 22:01
@wangwillson1 wangwillson1 requested review from a team as code owners January 10, 2025 22:01
@jhgilbert jhgilbert self-assigned this Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants