New optional variable for defining additional tags to apply to all AWS resources created for the DetectionLab environment

This commit is contained in:
Chad Roberts
2020-06-25 13:19:40 -07:00
parent d337c57b25
commit b673d80613
3 changed files with 26 additions and 12 deletions

View File

@@ -7,3 +7,4 @@ private_key_path = "/home/user/.ssh/id_logger"
ip_whitelist = ["1.2.3.4/32"]
availability_zone = "us-west-1b"
// tag_prefix = "some_prefix_"
// custom-tags = {"tag_name": "tag_value"}