-
Notifications
You must be signed in to change notification settings - Fork 388
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_account] Add datadog_integration_aws_account
resource
#2682
[datadog_integration_aws_account] Add datadog_integration_aws_account
resource
#2682
Conversation
…070-aws-v2-terraform-provider-2
…traints (#2700) * renames * type changes * remove bunch of computed * handle some top level * few more defaults * add helper func to remove defaults when in oneOF
…070-aws-v2-terraform-provider-2
datadog_integration_aws_account
resource
datadog_integration_aws_account
resource datadog_integration_aws_account
resource
### Optional | ||
|
||
- `account_tags` (List of String) Tags to apply to all metrics in the account | ||
- `auth_config` (Block, Optional) (see [below for nested schema](#nestedblock--auth_config)) |
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.
This isn't optional :( are we able to manually override/edit this so it can say required in our docs?
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.
Adding this to the generate-docs exclusion list so we can fix this
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.
Approved with one minor suggestion
Co-authored-by: Michael Cretzman <[email protected]>
b2ae0b0
…070-aws-v2-terraform-provider-2
… under required fields
Adds new
datadog_integration_aws_account
resource that utilizes thedatadogV2
AWS Integrations V2 API.This resource is meant to replace the following resources from our v1 provider:
datadog_aws_account_v2
account resource includeslogs_config.lambda_forwarder.lambdas
as a sub-fielddatadog_aws_account_v2
account resource includeslogs_config.lambda_forwarder.sources
as a sub-fielddatadog_aws_account_v2
account resource includesmetrics_config.tag_filters
as a sub-field