Skip to content

Commit

Permalink
remove app_data definition
Browse files Browse the repository at this point in the history
  • Loading branch information
roncitrus committed Dec 12, 2023
1 parent 71bfe2e commit 0e3682c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion terraform/environments/cdpt-chaps/locals.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
locals {
app_data = jsondecode(file("./application_variables.json"))
domain_types = { for dvo in aws_acm_certificate.external.domain_validation_options : dvo.domain_name => {
name = dvo.resource_record_name
record = dvo.resource_record_value
Expand Down

0 comments on commit 0e3682c

Please sign in to comment.