-
Notifications
You must be signed in to change notification settings - Fork 393
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_integration_aws_external_id] Add new resource to generate an AWS Integration external ID #2880
[datadog_integration_aws_external_id] Add new resource to generate an AWS Integration external ID #2880
Conversation
datadog/fwprovider/resource_datadog_integration_aws_external_id.go
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice work!! 🙌
Co-authored-by: Katie McKew <[email protected]>
/merge |
View all feedbacks in Devflow UI.
The median merge time in
|
Adds a new resource
datadog_integration_aws_external_id
that can be used to generate a new external ID using api/v2/integration/aws/generate_new_external_id.This resource has some special behavior that is documented as warnings in the
.md
as well as in the plan:apply
: A new external ID must be used to create an AWS account integration within 48 hours of creation or it will expire.destroy
: Runningterraform destroy
only removes the resource from Terraform state and does not deactivate anything in Datadog or AWS.https://datadoghq.atlassian.net/browse/AWSCORE-132