Skip to content

Commit 44a095e

Browse files
authored
feat: [DTOSS-11877] set the alerts_enabled feature to false for dev and sandbox (#1794)
feat: set the alerts_enabled feature to false for dev and sandbox
1 parent 3632462 commit 44a095e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

infrastructure/tf-core/environments/development.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ features = {
1111
private_service_connection_is_manual = false
1212
public_network_access_enabled = false
1313
frontdoor_endpoint_enabled = true
14-
alerts_enabled = true
14+
alerts_enabled = false
1515
}
1616

1717
# these will be merged with compliance tags in locals.tf

infrastructure/tf-core/environments/sandbox.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ features = {
1010
private_service_connection_is_manual = false
1111
public_network_access_enabled = false
1212
frontdoor_endpoint_enabled = false
13-
alerts_enabled = true
13+
alerts_enabled = false
1414
}
1515

1616
# these will be merged with compliance tags in locals.tf

0 commit comments

Comments
 (0)