Skip to content

Commit 8ef6f0a

Browse files
committed
[NRL-1386] Enable reporting infra in dev by default
1 parent e73a0c6 commit 8ef6f0a

File tree

1 file changed

+1
-1
lines changed
  • terraform/account-wide-infrastructure/dev

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ variable "devsandbox_api_domain_name" {
1717
variable "enable_reporting" {
1818
type = bool
1919
description = "Enable account-wide reporting services in the dev account"
20-
default = false
20+
default = true
2121
}
2222

2323
variable "aws_azs" {

0 commit comments

Comments
 (0)