Closed brettcurtis closed 1 day ago
This pull request introduces several changes across multiple files related to the Kubernetes Datadog Operator module. Key modifications include updates to the .pre-commit-config.yaml
to skip additional checks, enhancements to the README.md
files for documentation clarity, and the addition of new data sources in the data.tf
file. The configuration for the Datadog Operator module is updated to a new version, and the datadog_enable
variable is set to enable monitoring.
File Path | Change Summary |
---|---|
.pre-commit-config.yaml |
Updated --skip-check argument for checkov hook from "CKV_TF_1" to "CKV_TF_1,CKV_TF_2" . |
regional/datadog/README.md |
Added module entry for kubernetes_datadog_operator with source and version v0.1.4 . |
regional/datadog/main.tf |
Updated module source from v0.1.3 to v0.1.4 , activated previously commented-out code, and added cluster_prefix . |
regional/datadog/manifests/README.md |
Updated documentation to include provider, new module, resources, and inputs for Datadog configuration. |
regional/datadog/manifests/data.tf |
Introduced new data sources for GCP resources: google_client_config , google_container_cluster , google_projects , and google_project . |
regional/datadog/manifests/main.tf |
Activated module declaration for kubernetes_datadog_operator_manifests and updated source version. |
tfvars/sandbox.tfvars |
Updated datadog_enable variable from false to true . |
.pre-commit-config.yaml
file, specifically related to the checkov
hook, which is directly relevant to the changes made in the main PR regarding the --skip-check
argument.Changed project | Baseline cost | Usage cost* | Total change | New monthly cost |
main-sandbox | +$0 | +$25 | +$25 (+201%) | $37 |
*Usage costs were estimated using Infracost Cloud settings, see docs for other options.
This comment will be updated when code changes.
Summary by CodeRabbit
New Features
Bug Fixes
Documentation