Skip to content

Commit

Permalink
feat: make a datadog provider optional for happy-stack-eks (#2945)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: czi-github-helper[bot] <czi-github-helper[bot]@users.noreply.github.com>
Co-authored-by: Jake Heath <[email protected]>
  • Loading branch information
4 people authored Apr 19, 2024
1 parent d3a2064 commit e524193
Show file tree
Hide file tree
Showing 13 changed files with 1,066 additions and 918 deletions.
36 changes: 36 additions & 0 deletions terraform/modules/happy-datadog-dashboard/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<!-- START -->
## Requirements

| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3 |
| <a name="requirement_datadog"></a> [datadog](#requirement\_datadog) | >= 3.20.0 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_datadog"></a> [datadog](#provider\_datadog) | >= 3.20.0 |

## Modules

No modules.

## Resources

| Name | Type |
|------|------|
| [datadog_dashboard_json.stack_dashboard](https://registry.terraform.io/providers/datadog/datadog/latest/docs/resources/dashboard_json) | resource |

## Inputs

| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| <a name="input_cluster_id"></a> [cluster\_id](#input\_cluster\_id) | Cluster ID | `string` | n/a | yes |
| <a name="input_k8s_namespace"></a> [k8s\_namespace](#input\_k8s\_namespace) | Opsgenie Owner | `string` | n/a | yes |
| <a name="input_stack_name"></a> [stack\_name](#input\_stack\_name) | Stack name | `string` | n/a | yes |

## Outputs

No outputs.
<!-- END -->
Loading

0 comments on commit e524193

Please sign in to comment.