Skip to content

Commit

Permalink
Merge pull request #873 from splunk/bug_fixes
Browse files Browse the repository at this point in the history
bug fix attack range default
  • Loading branch information
P4T12ICK committed Jan 19, 2024
2 parents a484be8 + 37e8ad2 commit 7d26a3b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions configs/attack_range_default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,15 @@ aws:
use_elastic_ips: "1"
# Enable/disable usage of Elastic IPs by setting this to 1 or 0.

use_remote_state: "0"
# Store the state file in s3 and dynamoDB instead of local

tf_remote_state_s3_bucket: "test"
# Specify the already created S3 bucket in the same region

tf_remote_state_dynamo_db_table: "test"
# Specify the already created DynamoDB table in the same region

azure:
location: "West Europe"
# Region used in Azure.
Expand Down Expand Up @@ -175,6 +184,9 @@ windows_servers_default:
# Install Bad Blood by setting this to 1 or 0.
# More information in chapter Bad Blood under Attack Range Features.

aurora_agent: "0"
# Install Aurora Agent

linux_servers_default:
hostname: ar-linux
# Define the hostname for the Linux Server.
Expand Down

0 comments on commit 7d26a3b

Please sign in to comment.