Skip to content

Conversation

jordanconway
Copy link
Contributor

No description provided.

Signed-off-by: Jordan Conway <[email protected]>
Copy link

github-actions bot commented Jul 29, 2025

OpenTofu plan for prod

Plan: 5 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_team.teams["amd-staff"] will be created
+   resource "datadog_team" "teams" {
+       description = "AMD Staff Members"
+       handle      = "amd-staff"
+       id          = (known after apply)
+       link_count  = (known after apply)
+       name        = "AMD Staff"
+       summary     = (known after apply)
+       user_count  = (known after apply)
    }

  # datadog_team.teams["ibm-staff"] will be created
+   resource "datadog_team" "teams" {
+       description = "IBM Staff Members"
+       handle      = "ibm-staff"
+       id          = (known after apply)
+       link_count  = (known after apply)
+       name        = "IBM Staff"
+       summary     = (known after apply)
+       user_count  = (known after apply)
    }

  # datadog_team.teams["lf-staff"] will be created
+   resource "datadog_team" "teams" {
+       description = "Linux Foundaiton Staff Members"
+       handle      = "lf-staff"
+       id          = (known after apply)
+       link_count  = (known after apply)
+       name        = "LF Staff"
+       summary     = (known after apply)
+       user_count  = (known after apply)
    }

  # datadog_team.teams["meta-staff"] will be created
+   resource "datadog_team" "teams" {
+       description = "Meta Staff Members"
+       handle      = "meta-staff"
+       id          = (known after apply)
+       link_count  = (known after apply)
+       name        = "Meta Staff"
+       summary     = (known after apply)
+       user_count  = (known after apply)
    }

  # datadog_team.teams["nvidia-staff"] will be created
+   resource "datadog_team" "teams" {
+       description = "Nvidia Staff Members"
+       handle      = "nvidia-staff"
+       id          = (known after apply)
+       link_count  = (known after apply)
+       name        = "Nvidia Staff"
+       summary     = (known after apply)
+       user_count  = (known after apply)
    }

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

✅ Plan applied in Terraform Apply #3

@jordanconway jordanconway requested a review from zxiiro July 29, 2025 14:02
Signed-off-by: Jordan Conway <[email protected]>
@jordanconway jordanconway merged commit e7b4bbe into master Jul 29, 2025
2 checks passed
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.

2 participants