Skip to content

Commit ad3f408

Browse files
committed
descriptions - rm not relevant dns refs
1 parent dadb632 commit ad3f408

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

infrastructure/terraform/components/sandbox/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ variable "default_tags" {
4949

5050
variable "parent_acct_environment" {
5151
type = string
52-
description = "Name of the environment responsible for the acct resources used, affects things like DNS zone. Useful for named dev environments"
52+
description = "Name of the environment responsible for the acct resources used"
5353
default = "main"
5454
}
5555

infrastructure/terraform/modules/backend-api/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,5 @@ variable "letter_suppliers" {
9797

9898
variable "parent_acct_environment" {
9999
type = string
100-
description = "Name of the environment responsible for the acct resources used, affects things like DNS zone. Useful for named dev environments"
100+
description = "Name of the environment responsible for the acct resources used"
101101
}

0 commit comments

Comments
 (0)