Skip to content

Commit e3dc057

Browse files
fix: remove opsgenie from happy-env-eks (#3959)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9023f28 commit e3dc057

File tree

3 files changed

+0
-18
lines changed

3 files changed

+0
-18
lines changed

terraform/modules/happy-env-eks/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ https://docs.google.com/drawings/d/1AsJts2qCmw7685A6WZPDb5ApkXyuPRc27Lg3zzWuPaA/
3030
| <a name="module_happy_github_ci_role"></a> [happy\_github\_ci\_role](#module\_happy\_github\_ci\_role) | ../happy-github-ci-role | n/a |
3131
| <a name="module_happy_okta_app"></a> [happy\_okta\_app](#module\_happy\_okta\_app) | [email protected]:chanzuckerberg/happy//terraform/modules/happy-tfe-okta-app | happy-tfe-okta-app-v3.1.0 |
3232
| <a name="module_happy_service_account"></a> [happy\_service\_account](#module\_happy\_service\_account) | ../happy-tfe-okta-service-account | n/a |
33-
| <a name="module_ops-genie"></a> [ops-genie](#module\_ops-genie) | [email protected]:chanzuckerberg/shared-infra//terraform/modules/ops-genie-service | main |
3433
| <a name="module_s3_buckets"></a> [s3\_buckets](#module\_s3\_buckets) | github.com/chanzuckerberg/cztack//aws-s3-private-bucket | v0.56.2 |
3534

3635
## Resources
@@ -61,7 +60,6 @@ https://docs.google.com/drawings/d/1AsJts2qCmw7685A6WZPDb5ApkXyuPRc27Lg3zzWuPaA/
6160
| <a name="input_hapi_base_url"></a> [hapi\_base\_url](#input\_hapi\_base\_url) | The base URL for HAPI | `string` | `"https://hapi.hapi.prod.si.czi.technology"` | no |
6261
| <a name="input_oidc_config"></a> [oidc\_config](#input\_oidc\_config) | OIDC configuration for the happy stacks in this environment. | <pre>object({<br> login_uri = optional(string, ""),<br> grant_types = optional(set(string), ["authorization_code", "refresh_token"])<br> redirect_uris = optional(set(string), []),<br> teams = optional(set(string), []),<br> app_type = optional(string, "web"),<br> token_endpoint_auth_method = optional(string, "client_secret_basic"),<br> })</pre> | `{}` | no |
6362
| <a name="input_okta_teams"></a> [okta\_teams](#input\_okta\_teams) | The set of Okta teams to give access to the Okta app | `set(string)` | `null` | no |
64-
| <a name="input_ops_genie_owner_team"></a> [ops\_genie\_owner\_team](#input\_ops\_genie\_owner\_team) | The name of the Opsgenie team that will own the alerts for this happy environment | `string` | `"Core Infra Eng"` | no |
6563
| <a name="input_rds_dbs"></a> [rds\_dbs](#input\_rds\_dbs) | Map of DB's to create for your happy applications. If an engine\_version is not provided, the default\_db\_engine\_version is used | <pre>map(object({<br> engine_version : string,<br> instance_class : string,<br> username : string,<br> name : string,<br> rds_cluster_parameters : optional(list(<br> map(any)), []<br> ),<br> additional_ingress_security_groups : optional(list(string), []),<br> }))</pre> | `{}` | no |
6664
| <a name="input_s3_buckets"></a> [s3\_buckets](#input\_s3\_buckets) | Map of S3 buckets to create for your happy applications | <pre>map(object(<br> {<br> name = string<br> policy = optional(string, "")<br> }))</pre> | `{}` | no |
6765
| <a name="input_tags"></a> [tags](#input\_tags) | Standard tags. Typically generated by fogg | <pre>object({<br> env : string,<br> owner : string,<br> project : string,<br> service : string,<br> managedBy : string,<br> })</pre> | n/a | yes |

terraform/modules/happy-env-eks/opsgenie.tf

Lines changed: 0 additions & 10 deletions
This file was deleted.

terraform/modules/happy-env-eks/variables.tf

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,6 @@ variable "github_actions_roles" {
9999
default = []
100100
}
101101

102-
variable "ops_genie_owner_team" {
103-
description = "The name of the Opsgenie team that will own the alerts for this happy environment"
104-
type = string
105-
default = "Core Infra Eng"
106-
}
107-
108102
# deprecated, use OIDC config instead to specify okta teams
109103
variable "okta_teams" {
110104
type = set(string)

0 commit comments

Comments
 (0)