Skip to content

Commit

Permalink
terraform, aws: opt-out budget alerting to 2i2c for bills 2i2c doesn'…
Browse files Browse the repository at this point in the history
…t pay
  • Loading branch information
consideRatio committed Jul 8, 2024
1 parent d64ba54 commit 8e68402
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 7 deletions.
4 changes: 4 additions & 0 deletions terraform/aws/projects/earthscope.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ cluster_name = "earthscope"

cluster_nodes_location = "us-east-2a"

default_budget_alert = {
"enabled" : false,
}

tags = {
"ManagedBy" : "2i2c",
# Requested by the community in https://2i2c.freshdesk.com/a/tickets/1460
Expand Down
4 changes: 4 additions & 0 deletions terraform/aws/projects/jupyter-meets-the-earth.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ cluster_name = "jupyter-meets-the-earth"

cluster_nodes_location = "us-west-2a"

default_budget_alert = {
"enabled" : false,
}

# Remove this variable to tag all our resources with {"ManagedBy": "2i2c"}
tags = {}

Expand Down
4 changes: 4 additions & 0 deletions terraform/aws/projects/nasa-esdis.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ cluster_name = "nasa-esdis"

cluster_nodes_location = "us-west-2a"

default_budget_alert = {
"enabled" : false,
}

# Remove this variable to tag all our resources with {"ManagedBy": "2i2c"}
tags = {}

Expand Down
4 changes: 4 additions & 0 deletions terraform/aws/projects/nasa-ghg.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ cluster_name = "nasa-ghg-hub"

cluster_nodes_location = "us-west-2a"

default_budget_alert = {
"enabled" : false,
}

# Remove this variable to tag all our resources with {"ManagedBy": "2i2c"}
tags = {}

Expand Down
4 changes: 4 additions & 0 deletions terraform/aws/projects/nasa-veda.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ cluster_name = "nasa-veda"

cluster_nodes_location = "us-west-2a"

default_budget_alert = {
"enabled" : false,
}

# Remove this variable to tag all our resources with {"ManagedBy": "2i2c"}
tags = {}

Expand Down
4 changes: 4 additions & 0 deletions terraform/aws/projects/openscapes.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ cluster_name = "openscapeshub"

cluster_nodes_location = "us-west-2b"

default_budget_alert = {
"enabled" : false,
}

# Remove this variable to tag all our resources with {"ManagedBy": "2i2c"}
tags = {}

Expand Down
10 changes: 4 additions & 6 deletions terraform/aws/projects/projectpythia.tfvars
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
/*
Some of the assumptions this template makes about the cluster:
- location of the nodes of the kubernetes cluster will be <region>a
- no default scratch buckets support
*/

region = "us-west-2"

cluster_name = "projectpythia"

cluster_nodes_location = "us-west-2a"

default_budget_alert = {
"enabled" : false,
}

# Remove this variable to tag all our resources with {"ManagedBy": "2i2c"}
tags = {}

Expand Down
2 changes: 1 addition & 1 deletion terraform/aws/projects/template.tfvars
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Some of the assumptions this template makes about the cluster:
Some of the assumptions this jinja2 template makes about the cluster:
- location of the nodes of the kubernetes cluster will be <region>a
- no default scratch buckets support
*/
Expand Down

0 comments on commit 8e68402

Please sign in to comment.