Skip to content

Commit a5dc5be

Browse files
committed
[NRL-1386] Re-worded flag TF var descr. Removed unused powerbi-gw module outputs
1 parent f75a740 commit a5dc5be

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

terraform/account-wide-infrastructure/dev/vars.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ variable "devsandbox_api_domain_name" {
1616

1717
variable "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

terraform/account-wide-infrastructure/modules/powerbi-gw-ec2/outputs.tf

Lines changed: 0 additions & 3 deletions
This file was deleted.

terraform/account-wide-infrastructure/prod/vars.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ variable "enable_dns_hostnames" {
2323

2424
variable "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

terraform/account-wide-infrastructure/test/vars.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ variable "ref_api_domain_name" {
3131

3232
variable "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

0 commit comments

Comments
 (0)