Skip to content

Commit

Permalink
adding changes
Browse files Browse the repository at this point in the history
  • Loading branch information
P0NDER0SA committed Sep 10, 2024
1 parent d0c1222 commit 01cb1c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aws/dns/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down
2 changes: 1 addition & 1 deletion aws/ses_validation_dns_entries/variables.tf
Original file line number Diff line number Diff line change
@@ -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" {
Expand Down

0 comments on commit 01cb1c4

Please sign in to comment.