You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I misrepresented the conditions for error. The module accepts invalid parameters:
enable_aws_integration is true, or the default value (true)
aws_account_id is null
I would want the module to reject this misconfiguration, rather than what it currently does, which is create a datadog aws integration with no aws_account value.
I see, yeah, that's a valid bug. alternatively, we can pull default aws account id withiin the datadog module if account_id is not provided but aws_integration is enabled.
This breaks when enable_aws_integration is not true.
The text was updated successfully, but these errors were encountered: