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

Commit 34a5841

Browse files
authored
Merge pull request #13 from T-Systems-MMS/run_command_enabled
change default for run_command_enabled
2 parents fd2676c + 3554c12 commit 34a5841

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)