Skip to content

Commit

Permalink
TF fmt correction
Browse files Browse the repository at this point in the history
  • Loading branch information
carlpartridge committed Dec 30, 2024
1 parent 06f7500 commit d3ae54d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/services/api-waf-sync/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
locals {
full_name = "${var.app}-${var.env}-api-waf-sync"
full_name = "${var.app}-${var.env}-api-waf-sync"
bcda_sg_name = "bcda-${var.env}-rds"
dpc_sg_name = "dpc-${var.env}-db"
dpc_sg_name = "dpc-${var.env}-db"
}

module "api_waf_sync_function" {
Expand Down

0 comments on commit d3ae54d

Please # to comment.