Skip to content
This repository was archived by the owner on Oct 25, 2023. It is now read-only.

Commit 3554c12

Browse files
committed
change default for run_command_enabled
1 parent fd2676c commit 3554c12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ locals {
2626
public_network_access_enabled = true
2727
role_based_access_control_enabled = true
2828
sku_tier = "Free"
29-
run_command_enabled = true
29+
run_command_enabled = false
3030
aci_connector_linux = {
3131
subnet_name = ""
3232
}

0 commit comments

Comments
 (0)