Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

Commit

Permalink
chore: update README for monitoring module
Browse files Browse the repository at this point in the history
Refresh the list of input arguments
  • Loading branch information
minherz committed Apr 30, 2024
1 parent 0625800 commit 58bdc74
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion provisioning/terraform/monitoring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ The following table describes all input arguments the module accepts:
| filepath_configuration | `string` | | A path to the root folder storing configuration files and templates. The relative path should be defined relative to the root terraform folder |
| frontend_external_ip | `string` | ✔️ | A valid IPv4 address of the publicly available endpoint of the frontend service |
| gcp_project_id | `string` | ✔️ | A project id of the GCP project that hosts Cloud Ops Sandbox |
| notification_channel_email | `string` || A valid email address to be used as a destination for alert notifications |
| gcp_project_number | `string` | ✔️ | A project number corresponding to the project id. Passed explicitly to save API call because it is known in the parent terraform. |
| gke_cluster_name | `string` || Name of the GKE cluster that hosting the demo app. Defaults to `cloud-ops-sandbox`. |
| gke_cluster_location | `string` || Location of the GKE cluster that hosting the demo app. Defaults to `default`. |
| name_suffix | `string` || Forwarding suffix string from parent terraform to enable resource customization when multiple Sandboxes are provisioned in the same project. Defaults to empty string. |
| notification_channel_email | `string` || A valid email address to be used as a destination for alert notifications. Defaults to `devops@acme.com`. |

## What's included

Expand Down

0 comments on commit 58bdc74

Please sign in to comment.