File tree 3 files changed +6
-5
lines changed 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ module "security-center" {
11
11
source = "kumarvna/security-center/azurerm"
12
12
version = "1.1.0"
13
13
14
+
14
15
# Resource Group, location, log analytics details
15
16
resource_group_name = "rg-shared-westeurope-01"
16
17
log_analytics_workspace_name = "loganalytics-we-sharedtest2"
@@ -20,7 +21,7 @@ module "security-center" {
20
21
security_center_setting_name = "MCAS"
21
22
22
23
# Enable auto provision of log analytics agents on VM's if they doesn't exist.
23
- enable_security_center_auto_provisioning = on
24
+ enable_security_center_auto_provisioning = "On"
24
25
25
26
# Subscription Security Center contacts
26
27
# One or more email addresses seperated by commas not supported by Azure proivider currently
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ Terraform module to create Azure Security Center resources for Azure Landing Zon
6
6
7
7
``` hcl
8
8
module "security-center" {
9
- source = "kumarvna/security-center/azurerm"
10
- version = "1.1.0"
9
+ source = "kumarvna/security-center/azurerm"
10
+ version = "1.1.0"
11
11
12
12
13
13
# Resource Group, location, log analytics details
@@ -19,7 +19,7 @@ module "security-center" {
19
19
security_center_setting_name = "MCAS"
20
20
21
21
# Enable auto provision of log analytics agents on VM's if they doesn't exist.
22
- enable_security_center_auto_provisioning = on
22
+ enable_security_center_auto_provisioning = "On"
23
23
24
24
# Subscription Security Center contacts
25
25
# One or more email addresses seperated by commas not supported by Azure proivider currently
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ module "security-center" {
12
12
security_center_setting_name = " MCAS"
13
13
14
14
# Enable auto provision of log analytics agents on VM's if they doesn't exist.
15
- enable_security_center_auto_provisioning = on
15
+ enable_security_center_auto_provisioning = " On "
16
16
17
17
# Subscription Security Center contacts
18
18
# One or more email addresses seperated by commas not supported by Azure proivider currently
You can’t perform that action at this time.
0 commit comments