Skip to content

Commit

Permalink
making scratch account ids sensitive and removing defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
P0NDER0SA committed Sep 10, 2024
1 parent d0317e2 commit d0c1222
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"
default = var.scratch_account_ids
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"
default = var.scratch_account_ids
sensitive = true
}

variable "route53_zone_id" {
Expand Down

0 comments on commit d0c1222

Please sign in to comment.