Skip to content

Commit

Permalink
add s3 access for RDS
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair.curtis authored and alistair.curtis committed Dec 8, 2023
1 parent e82f75e commit bda9ff2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions terraform/environments/cdpt-chaps/locals.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#### This file can be used to store locals specific to the member account ####
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 bda9ff2

Please sign in to comment.