[datadog_team_sync] Add datadog_team_sync and datadog_team_connection resources#3626
Open
gabrielgiordano wants to merge 1 commit intomasterfrom
Open
[datadog_team_sync] Add datadog_team_sync and datadog_team_connection resources#3626gabrielgiordano wants to merge 1 commit intomasterfrom
datadog_team_sync and datadog_team_connection resources#3626gabrielgiordano wants to merge 1 commit intomasterfrom
Conversation
estherk15
approved these changes
Mar 19, 2026
botz-syd
reviewed
Mar 19, 2026
docs/resources/team_connection.md
Outdated
| ### Optional | ||
|
|
||
| - `connected_team` (Block, Optional) The external connected team reference (e.g. a GitHub team). (see [below for nested schema](#nestedblock--connected_team)) | ||
| - `managed_by` (String) Who manages this connection. |
There was a problem hiding this comment.
Is it possible to "leave out" this managed by field from the provider for now? To avoid terraforming weird values we need to clean up or figure out later?
Introduce two new Terraform resources for managing team connections and team sync configurations, with acceptance tests and example files. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
e458b4f to
5ece1a8
Compare
datadog_team_sync and datadog_team_connection resources
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds two new Terraform resources for the Teams platform:
datadog_team_connection— manages connections between a Datadog team and an external team (e.g. GitHub). All fields force replacement since connections are immutable.datadog_team_sync— configures team synchronization from external sources (e.g. GitHub) into Datadog. Supportslinkandprovisionmodes, membership sync, and scoping viaselection_state. Deletion pauses the sync rather than removing it, since the API has no hard-delete.Both resources use the Terraform Plugin Framework, include import support, and have acceptance tests with recorded cassettes.