Skip to content

Commit

Permalink
Turn loggin on in the test code.
Browse files Browse the repository at this point in the history
  • Loading branch information
lonegunmanb committed Jun 27, 2022
1 parent 0ba2848 commit 4a6e517
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/fixture/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ module "aks" {
enable_http_application_routing = true
enable_azure_policy = true
enable_host_encryption = true
enable_log_analytics_workspace = true
sku_tier = "Paid"
private_cluster_enabled = true
enable_auto_scaling = true
Expand Down Expand Up @@ -77,6 +78,7 @@ module "aks_without_monitor" {
source = "../.."
prefix = "prefix2-${random_id.prefix.hex}"
resource_group_name = azurerm_resource_group.main.name
#checkov:skip=CKV_AZURE_4:The logging is turn off for demo purpose. DO NOT DO THIS IN PRODUCTION ENVIRONMENT!
enable_log_analytics_workspace = false
net_profile_pod_cidr = "10.1.0.0/16"
depends_on = [azurerm_resource_group.main]
Expand Down

0 comments on commit 4a6e517

Please sign in to comment.