Metadata-Version: 2.1
Name: terrajinja-sbp-datadog
Version: 0.3.0
Summary: Terrajinja extension for automation using cdktf
Home-page: https://gitlab/terrajinja
Author: Terrajinja Team
Author-email: int-terrajinja@schubergphilis.com
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cdktf-cdktf-provider-datadog>=11.6.0
Requires-Dist: cdktf>=0.20.3

# terrajinja-sbp-datadog

This is an extension to the datadog provider for the following modules.
The original documentation can be found [here](https://registry.terraform.io/providers/hashicorp/datadog/latest/docs)

# SBP Specific implementations
Here is a list of supported resources and their modifications

## sbp.datadog.synthetics_test_json
Original provider: [datadog.synthetics_test](https://registry.terraform.io/providers/hashicorp/datadog/latest/docs/resources/synthetics_test)

This custom provider adds the following:
- accepts json as input for synthetics_test

### terrajinja-cli example
the following is a code snipet you can used in a terrajinja-cli template file.
This creates a s3 policy

```
terraform:
  resources:
    - task: "s3-policy"
      module: sbp.aws.iam_user_policy
      synthetic_test: '{json object}'
```



History
-------

0.0.1 (14-03-2024)
---------------------

* First code creation
