File tree Expand file tree Collapse file tree 4 files changed +3
-6
lines changed
terraform/account-wide-infrastructure Expand file tree Collapse file tree 4 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ variable "devsandbox_api_domain_name" {
1616
1717variable "enable_reporting" {
1818 type = bool
19- description = " Enable account-wide reporting services in the dev account"
19+ description = " Enable account-wide reporting processes in the dev account"
2020 default = true
2121}
2222
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ variable "enable_dns_hostnames" {
2323
2424variable "enable_reporting" {
2525 type = bool
26- description = " Enable account-wide reporting services in the prod account"
26+ description = " Enable account-wide reporting processes in the prod account"
2727 default = false
2828}
2929
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ variable "ref_api_domain_name" {
3131
3232variable "enable_reporting" {
3333 type = bool
34- description = " Enable account-wide reporting services in the test account"
34+ description = " Enable account-wide reporting processes in the test account"
3535 default = false
3636}
3737
You can’t perform that action at this time.
0 commit comments