DataDog / datadog-cloudformation-macro

CloudFormation Macros by Datadog
Apache License 2.0
14 stars 22 forks source link

Setting addExtension to default to false #134

Closed TophrC-dd closed 1 week ago

TophrC-dd commented 1 week ago

What does this PR do?

This pr sets the parameter addExtension to default to false.

Motivation

Because this parameter requires additional parameters to operate. it can cause issues to existing workflows where the user might not intend to add the extension layer.

This addresses #133

Testing Guidelines

Wrote tests that operate through the various configurations.

Additional Notes

Types of changes

Check all that apply