Skip to content

Commit

Permalink
rm noaa:monitoring allowing granular env setting
Browse files Browse the repository at this point in the history
  • Loading branch information
EdisonOrellana-NOAA committed Nov 27, 2024
1 parent 000190e commit 9699bd8
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion Core/RDS/ingest/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ resource "aws_db_instance" "hydrovis" {

tags = {
"hv-vpp-${var.environment}-data-ingest-rdsdbtag" : "hv-vpp-${var.environment}-data-ingest-rdsdbtag"
"noaa:monitoring" : "true"
}
}

Expand Down
1 change: 0 additions & 1 deletion Core/RDS/viz/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ resource "aws_db_instance" "hydrovis" {

tags = {
"hv-vpp-${var.environment}-viz-processing-rdsdbtag" : "hv-vpp-${var.environment}-viz-processing-rdsdbtag"
"noaa:monitoring" : "true"
}
}

Expand Down
1 change: 0 additions & 1 deletion Core/StepFunctions/rnr/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ resource "aws_sfn_state_machine" "replace_route_step_function" {
})

tags = {
"noaa:monitoring" : "true"
}
}

Expand Down
1 change: 0 additions & 1 deletion Core/StepFunctions/viz/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ resource "aws_sfn_state_machine" "viz_pipeline_step_function" {
})

tags = {
"noaa:monitoring" : "true"
}
}

Expand Down

0 comments on commit 9699bd8

Please sign in to comment.