From 01cb1c41a95dc9c68576e12fdb9b7177849d7b14 Mon Sep 17 00:00:00 2001 From: Michael Pond Date: Tue, 10 Sep 2024 11:36:50 -0400 Subject: [PATCH] adding changes --- aws/dns/variables.tf | 2 +- aws/ses_validation_dns_entries/variables.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aws/dns/variables.tf b/aws/dns/variables.tf index 89346791d..1f6d3a018 100644 --- a/aws/dns/variables.tf +++ b/aws/dns/variables.tf @@ -13,7 +13,7 @@ variable "lambda_ses_receiving_emails_image_arn" { variable "scratch_account_ids" { type = string description = "Used by staging DNS zone to set up cross account IAM" - sensitive = true + sensitive = true } variable "vpc_id" { diff --git a/aws/ses_validation_dns_entries/variables.tf b/aws/ses_validation_dns_entries/variables.tf index f8b61f8bf..487937413 100644 --- a/aws/ses_validation_dns_entries/variables.tf +++ b/aws/ses_validation_dns_entries/variables.tf @@ -1,7 +1,7 @@ variable "scratch_account_ids" { type = string description = "Used by staging DNS zone to set up cross account IAM" - sensitive = true + sensitive = true } variable "route53_zone_id" {