Skip to content

Conversation

@jordanconway
Copy link
Contributor

No description provided.

Signed-off-by: Jordan Conway <jconway@linuxfoundation.org>
@github-actions
Copy link

github-actions bot commented Nov 14, 2025

OpenTofu plan for prod

Plan: 1 to add, 0 to change, 0 to destroy.
OpenTofu used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
+   create

OpenTofu will perform the following actions:

  # datadog_user.users["amdfaa"] will be created
+   resource "datadog_user" "users" {
+       disabled             = false
+       email                = "Faa.Diallo@amd.com"
+       id                   = (known after apply)
+       name                 = (known after apply)
+       roles                = [
+           "b0f36db0-73be-11f0-9d5c-da7ad0900003",
        ]
+       send_user_invitation = true
+       user_invitation_id   = (known after apply)
+       verified             = (known after apply)
    }

Plan: 1 to add, 0 to change, 0 to destroy.

✅ Plan applied in Tofu Apply #45

Signed-off-by: Jordan Conway <jconway@linuxfoundation.org>
Signed-off-by: Jordan Conway <jconway@linuxfoundation.org>
@jordanconway jordanconway merged commit 2b4c2b8 into main Nov 14, 2025
3 checks passed
@jordanconway jordanconway deleted the amdfaa branch November 14, 2025 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants