Skip to content

Instantly share code, notes, and snippets.

@cappetta
Created May 30, 2019 14:10
Show Gist options
  • Save cappetta/93c9493483870663bd818de20a47b9b1 to your computer and use it in GitHub Desktop.
Save cappetta/93c9493483870663bd818de20a47b9b1 to your computer and use it in GitHub Desktop.
terraform Issue #21515 trace log
This file has been truncated, but you can view the full file.
2019/05/30 13:59:47 [INFO] Terraform version: 0.12.0
2019/05/30 13:59:47 [INFO] Go runtime version: go1.12.4
2019/05/30 13:59:47 [INFO] CLI args: []string{"/bin/terraform", "apply", "--auto-approve", "../../terraform.plan"}
2019/05/30 13:59:47 [DEBUG] Attempting to open CLI config file: /root/.terraformrc
2019/05/30 13:59:47 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2019/05/30 13:59:47 [INFO] CLI command args: []string{"apply", "--auto-approve", "../../terraform.plan"}
2019/05/30 13:59:47 [TRACE] Meta.BackendForPlan: instantiated backend of type *s3.Backend
2019/05/30 13:59:47 [INFO] Setting AWS metadata API timeout to 100ms
2019/05/30 13:59:48 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2019/05/30 13:59:48 [INFO] AWS Auth provider used: "EnvProvider"
2019/05/30 13:59:48 [DEBUG] Trying to get account information via sts:GetCallerIdentity
2019/05/30 13:59:48 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
---[ REQUEST POST-SIGN ]-----------------------------
POST / HTTP/1.1
Host: sts.amazonaws.com
User-Agent: aws-sdk-go/1.19.18 (go1.12.4; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0
Content-Length: 43
Authorization: AWS4-HMAC-SHA256 Credential=xxxxxxxx/20190530/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=e7e03ccfaac46de960127fccc6adba58fff24707be052b92c05f797b152635cf
Content-Type: application/x-www-form-urlencoded; charset=utf-8
X-Amz-Date: 20190530T135948Z
Accept-Encoding: gzip
Action=GetCallerIdentity&Version=2011-06-15
-----------------------------------------------------
2019/05/30 13:59:48 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Connection: close
Content-Length: 410
Content-Type: text/xml
Date: Thu, 30 May 2019 13:59:47 GMT
X-Amzn-Requestid: 2fc3f84f-82e3-11e9-8125-0f86191a5743
-----------------------------------------------------
2019/05/30 13:59:48 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
<GetCallerIdentityResult>
<Arn>arn:aws:iam::xxxxxxxx:user/xxxxxxxx</Arn>
<UserId>AIDAI3FAWP4CU4OUHYEHS</UserId>
<Account>xxxxxxxx</Account>
</GetCallerIdentityResult>
<ResponseMetadata>
<RequestId>2fc3f84f-82e3-11e9-8125-0f86191a5743</RequestId>
</ResponseMetadata>
</GetCallerIdentityResponse>
2019/05/30 13:59:48 [TRACE] Meta.Backend: backend *s3.Backend does not support operations, so wrapping it in a local backend
2019/05/30 13:59:48 [DEBUG] checking for provider in "."
2019/05/30 13:59:48 [DEBUG] checking for provider in "/bin"
2019/05/30 13:59:48 [DEBUG] checking for provider in ".terraform/plugins/linux_amd64"
2019/05/30 13:59:48 [DEBUG] found provider "terraform-provider-aws_v2.12.0_x4"
2019/05/30 13:59:48 [DEBUG] found valid plugin: "aws", "2.12.0", "/root/CyberRange/terraform/environments/eu-west-2/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.12.0_x4"
2019/05/30 13:59:48 [DEBUG] checking for provisioner in "."
2019/05/30 13:59:48 [DEBUG] checking for provisioner in "/bin"
2019/05/30 13:59:48 [DEBUG] checking for provisioner in ".terraform/plugins/linux_amd64"
2019/05/30 13:59:48 [INFO] backend/local: starting Apply operation
2019/05/30 13:59:48 [TRACE] backend/local: requesting state manager for workspace "default"
2019/05/30 13:59:48 [DEBUG] [aws-sdk-go] DEBUG: Request s3/ListObjects Details:
---[ REQUEST POST-SIGN ]-----------------------------
GET /?prefix=env%3A%2F HTTP/1.1
Host: secdevops-cuse-london.s3.eu-west-2.amazonaws.com
User-Agent: aws-sdk-go/1.19.18 (go1.12.4; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0
Authorization: AWS4-HMAC-SHA256 Credential=xxxxxxxx/20190530/eu-west-2/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=59ec69f3c97c5e9dc071896c52e29ae05d053e4e55ce1c28c250888632235efe
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
X-Amz-Date: 20190530T135948Z
Accept-Encoding: gzip
-----------------------------------------------------
2019/05/30 13:59:48 [DEBUG] [aws-sdk-go] DEBUG: Response s3/ListObjects Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Connection: close
Transfer-Encoding: chunked
Content-Type: application/xml
Date: Thu, 30 May 2019 13:59:49 GMT
Server: AmazonS3
X-Amz-Bucket-Region: eu-west-2
X-Amz-Id-2: 0AlcOt3uuhXwy8EMvBIwUFzfeUZo5GPAYkO02b8OR0W4z+CD6AZk9WUGsmorek9PwhWWZ1dR0KU=
X-Amz-Request-Id: 6A0C4570C4B723E1
-----------------------------------------------------
2019/05/30 13:59:48 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
<ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>secdevops-cuse-london</Name><Prefix>env:/</Prefix><Marker></Marker><MaxKeys>1000</MaxKeys><IsTruncated>false</IsTruncated></ListBucketResult>
2019/05/30 13:59:48 [TRACE] backend/local: requesting state lock for workspace "default"
2019/05/30 13:59:48 [TRACE] backend/local: reading remote state for workspace "default"
2019/05/30 13:59:48 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetObject Details:
---[ REQUEST POST-SIGN ]-----------------------------
GET /staging/secdevops-cuse-dev.tfstate HTTP/1.1
Host: secdevops-cuse-london.s3.eu-west-2.amazonaws.com
User-Agent: aws-sdk-go/1.19.18 (go1.12.4; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0
Authorization: AWS4-HMAC-SHA256 Credential=xxxxxxxx/20190530/eu-west-2/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=51bf2758ced8474c0a8b6e146999b8c4219efadb33a67a5af708d529de2c60ca
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
X-Amz-Date: 20190530T135948Z
Accept-Encoding: gzip
-----------------------------------------------------
2019/05/30 13:59:48 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetObject Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Connection: close
Content-Length: 130259
Accept-Ranges: bytes
Content-Type: application/json
Date: Thu, 30 May 2019 13:59:49 GMT
Etag: "f3a21e2f8b21e2a6f03514cc406bf151"
Last-Modified: Thu, 30 May 2019 13:55:07 GMT
Server: AmazonS3
X-Amz-Id-2: PEfXppfX8Xioh1HgwmiRZfWds/l4ywAYY3oydYnxvw3dHJx0uFtUNRDH2C6dZlRnWBA3/ocXXB8=
X-Amz-Request-Id: E30602FA269E5CCF
X-Amz-Server-Side-Encryption: AES256
-----------------------------------------------------
2019/05/30 13:59:48 [DEBUG] [aws-sdk-go]
2019/05/30 13:59:49 [TRACE] backend/local: retrieving local state snapshot for workspace "default"
2019/05/30 13:59:49 [TRACE] backend/local: building context from plan file
2019/05/30 13:59:49 [TRACE] terraform.NewContext: starting
2019/05/30 13:59:49 [TRACE] terraform.NewContext: resolving provider version selections
2019/05/30 13:59:49 [TRACE] terraform.NewContext: loading provider schemas
2019/05/30 13:59:49 [TRACE] LoadSchemas: retrieving schema for provider type "aws"
2019-05-30T13:59:49.664Z [INFO] plugin: configuring client automatic mTLS
2019-05-30T13:59:49.703Z [DEBUG] plugin: starting plugin: path=/root/CyberRange/terraform/environments/eu-west-2/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.12.0_x4 args=[/root/CyberRange/terraform/environments/eu-west-2/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.12.0_x4]
2019-05-30T13:59:49.703Z [DEBUG] plugin: plugin started: path=/root/CyberRange/terraform/environments/eu-west-2/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.12.0_x4 pid=138
2019-05-30T13:59:49.703Z [DEBUG] plugin: waiting for RPC address: path=/root/CyberRange/terraform/environments/eu-west-2/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.12.0_x4
2019-05-30T13:59:49.725Z [INFO] plugin.terraform-provider-aws_v2.12.0_x4: configuring server automatic mTLS: timestamp=2019-05-30T13:59:49.725Z
2019-05-30T13:59:49.763Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: plugin address: address=/tmp/plugin882309603 network=unix timestamp=2019-05-30T13:59:49.763Z
2019-05-30T13:59:49.764Z [DEBUG] plugin: using plugin: version=5
2019/05/30 13:59:49 [TRACE] GRPCProvider: GetSchema
2019/05/30 13:59:49 [TRACE] GRPCProvider: Close
2019-05-30T13:59:49.902Z [DEBUG] plugin: plugin process exited: path=/root/CyberRange/terraform/environments/eu-west-2/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.12.0_x4 pid=138
2019-05-30T13:59:49.902Z [DEBUG] plugin: plugin exited
2019/05/30 13:59:49 [TRACE] terraform.NewContext: complete
2019/05/30 13:59:49 [TRACE] backend/local: finished building terraform.Context
2019/05/30 13:59:49 [INFO] backend/local: apply calling Apply
2019/05/30 13:59:49 [INFO] terraform: building graph: GraphTypeApply
2019/05/30 13:59:49 [TRACE] Executing graph transform *terraform.ConfigTransformer
2019/05/30 13:59:49 [TRACE] ConfigTransformer: Starting for path:
2019/05/30 13:59:49 [TRACE] ConfigTransformer: Starting for path: staging-infrastructure
2019/05/30 13:59:49 [TRACE] ConfigTransformer: Starting for path: staging-infrastructure.network
2019/05/30 13:59:49 [TRACE] ConfigTransformer: Starting for path: staging-state
2019/05/30 13:59:49 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
module.staging-infrastructure.module.network.aws_eip.nat-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_eip.nat-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_internet_gateway.gw (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_nat_gateway.nat-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_nat_gateway.nat-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table.private-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table.private-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table.public-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table.public-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table_association.private-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table_association.private-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table_association.public-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table_association.public-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.attacker_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.honeypot_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.malware_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.private-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.private-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.target_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_vpc.main (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.data.aws_availability_zones.available (prepare state) - *terraform.NodeApplyableResource
module.staging-state.aws_dynamodb_table.state-file-locking-table (prepare state) - *terraform.NodeApplyableResource
------
2019/05/30 13:59:49 [TRACE] Executing graph transform *terraform.DiffTransformer
2019/05/30 13:59:49 [TRACE] DiffTransformer starting
2019/05/30 13:59:49 [TRACE] DiffTransformer: found Create change for module.staging-infrastructure.module.secdevops.aws_key_pair.circleci_key
2019/05/30 13:59:49 [TRACE] DiffTransformer: module.staging-infrastructure.module.secdevops.aws_key_pair.circleci_key will be represented by module.staging-infrastructure.module.secdevops.aws_key_pair.circleci_key
2019/05/30 13:59:49 [TRACE] DiffTransformer: found NoOp change for module.staging-infrastructure.module.network.aws_vpc.main
2019/05/30 13:59:49 [TRACE] DiffTransformer: found NoOp change for module.staging-state.aws_dynamodb_table.state-file-locking-table
2019/05/30 13:59:49 [TRACE] DiffTransformer: found NoOp change for module.staging-infrastructure.module.network.aws_eip.nat-b
2019/05/30 13:59:49 [TRACE] DiffTransformer: found NoOp change for module.staging-infrastructure.module.network.aws_eip.nat-a
2019/05/30 13:59:49 [TRACE] DiffTransformer: found NoOp change for module.staging-infrastructure.module.network.aws_subnet.target_subnet
2019/05/30 13:59:49 [TRACE] DiffTransformer: found NoOp change for module.staging-infrastructure.module.network.aws_subnet.private-b
2019/05/30 13:59:49 [TRACE] DiffTransformer: found NoOp change for module.staging-infrastructure.module.network.aws_subnet.malware_subnet
2019/05/30 13:59:49 [TRACE] DiffTransformer: found NoOp change for module.staging-infrastructure.module.network.aws_internet_gateway.gw
2019/05/30 13:59:49 [TRACE] DiffTransformer: found NoOp change for module.staging-infrastructure.module.network.aws_subnet.private-a
2019/05/30 13:59:49 [TRACE] DiffTransformer: found NoOp change for module.staging-infrastructure.module.network.aws_subnet.attacker_subnet
2019/05/30 13:59:49 [TRACE] DiffTransformer: found NoOp change for module.staging-infrastructure.module.network.aws_subnet.honeypot_subnet
2019/05/30 13:59:49 [TRACE] DiffTransformer: found Create change for module.staging-infrastructure.module.secdevops.aws_security_group.malware
2019/05/30 13:59:49 [TRACE] DiffTransformer: module.staging-infrastructure.module.secdevops.aws_security_group.malware will be represented by module.staging-infrastructure.module.secdevops.aws_security_group.malware
2019/05/30 13:59:49 [TRACE] DiffTransformer: found Create change for module.staging-infrastructure.module.secdevops.aws_security_group.fbctf
2019/05/30 13:59:49 [TRACE] DiffTransformer: module.staging-infrastructure.module.secdevops.aws_security_group.fbctf will be represented by module.staging-infrastructure.module.secdevops.aws_security_group.fbctf
2019/05/30 13:59:49 [TRACE] DiffTransformer: found NoOp change for module.staging-infrastructure.module.network.aws_nat_gateway.nat-b
2019/05/30 13:59:49 [TRACE] DiffTransformer: found Create change for module.staging-infrastructure.module.secdevops.aws_security_group.logger
2019/05/30 13:59:49 [TRACE] DiffTransformer: module.staging-infrastructure.module.secdevops.aws_security_group.logger will be represented by module.staging-infrastructure.module.secdevops.aws_security_group.logger
2019/05/30 13:59:49 [TRACE] DiffTransformer: found Create change for module.staging-infrastructure.module.secdevops.aws_security_group.targets
2019/05/30 13:59:49 [TRACE] DiffTransformer: module.staging-infrastructure.module.secdevops.aws_security_group.targets will be represented by module.staging-infrastructure.module.secdevops.aws_security_group.targets
2019/05/30 13:59:49 [TRACE] DiffTransformer: found Create change for module.staging-infrastructure.module.secdevops.aws_security_group.tpot
2019/05/30 13:59:49 [TRACE] DiffTransformer: module.staging-infrastructure.module.secdevops.aws_security_group.tpot will be represented by module.staging-infrastructure.module.secdevops.aws_security_group.tpot
2019/05/30 13:59:49 [TRACE] DiffTransformer: found NoOp change for module.staging-infrastructure.module.network.aws_route_table.public-b
2019/05/30 13:59:49 [TRACE] DiffTransformer: found NoOp change for module.staging-infrastructure.module.network.aws_nat_gateway.nat-a
2019/05/30 13:59:49 [TRACE] DiffTransformer: found NoOp change for module.staging-infrastructure.module.network.aws_route_table.public-a
2019/05/30 13:59:49 [TRACE] DiffTransformer: found Create change for module.staging-infrastructure.module.secdevops.aws_security_group.kali
2019/05/30 13:59:49 [TRACE] DiffTransformer: module.staging-infrastructure.module.secdevops.aws_security_group.kali will be represented by module.staging-infrastructure.module.secdevops.aws_security_group.kali
2019/05/30 13:59:49 [TRACE] DiffTransformer: found Create change for module.staging-infrastructure.module.secdevops.aws_security_group.windows
2019/05/30 13:59:49 [TRACE] DiffTransformer: module.staging-infrastructure.module.secdevops.aws_security_group.windows will be represented by module.staging-infrastructure.module.secdevops.aws_security_group.windows
2019/05/30 13:59:49 [TRACE] DiffTransformer: found Create change for module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_malware_to_malware
2019/05/30 13:59:49 [TRACE] DiffTransformer: module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_malware_to_malware will be represented by module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_malware_to_malware
2019/05/30 13:59:49 [TRACE] DiffTransformer: found Create change for module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer: module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu[0] will be represented by module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer: found Create change for module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer: module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7[0] will be represented by module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer: found Create change for module.staging-infrastructure.module.secdevops.aws_instance.remnux[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer: module.staging-infrastructure.module.secdevops.aws_instance.remnux[0] will be represented by module.staging-infrastructure.module.secdevops.aws_instance.remnux[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer: found Create change for module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer: module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest[0] will be represented by module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer: found Create change for module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_webgoat_and_kali
2019/05/30 13:59:49 [TRACE] DiffTransformer: module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_webgoat_and_kali will be represented by module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_webgoat_and_kali
2019/05/30 13:59:49 [TRACE] DiffTransformer: found NoOp change for module.staging-infrastructure.module.network.aws_route_table.private-b
2019/05/30 13:59:49 [TRACE] DiffTransformer: found Create change for module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer: module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot[0] will be represented by module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer: found Create change for module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer: module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog[0] will be represented by module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer: found Create change for module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer: module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler[0] will be represented by module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer: found Create change for module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer: module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos[0] will be represented by module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer: found Create change for module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer: module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix[0] will be represented by module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer: found Create change for module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer: module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos[0] will be represented by module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer: found Create change for module.staging-infrastructure.module.secdevops.aws_instance.fbctf[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer: module.staging-infrastructure.module.secdevops.aws_instance.fbctf[0] will be represented by module.staging-infrastructure.module.secdevops.aws_instance.fbctf[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer: found Create change for module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer: module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks[0] will be represented by module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer: found Create change for module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer: module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7[0] will be represented by module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer: found Create change for module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer: module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower[0] will be represented by module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer: found Create change for module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer: module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos[0] will be represented by module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer: found Create change for module.staging-infrastructure.module.secdevops.aws_instance.win7[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer: module.staging-infrastructure.module.secdevops.aws_instance.win7[0] will be represented by module.staging-infrastructure.module.secdevops.aws_instance.win7[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer: found Create change for module.staging-infrastructure.module.secdevops.aws_instance.docker[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer: module.staging-infrastructure.module.secdevops.aws_instance.docker[0] will be represented by module.staging-infrastructure.module.secdevops.aws_instance.docker[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer: found Create change for module.staging-infrastructure.module.secdevops.aws_instance.tpot[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer: module.staging-infrastructure.module.secdevops.aws_instance.tpot[0] will be represented by module.staging-infrastructure.module.secdevops.aws_instance.tpot[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer: found Create change for module.staging-infrastructure.module.secdevops.aws_instance.win2016[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer: module.staging-infrastructure.module.secdevops.aws_instance.win2016[0] will be represented by module.staging-infrastructure.module.secdevops.aws_instance.win2016[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer: found NoOp change for module.staging-infrastructure.module.network.aws_route_table_association.public-a
2019/05/30 13:59:49 [TRACE] DiffTransformer: found NoOp change for module.staging-infrastructure.module.network.aws_route_table_association.public-b
2019/05/30 13:59:49 [TRACE] DiffTransformer: found Create change for module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer: module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando[0] will be represented by module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer: found Create change for module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer: module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM[0] will be represented by module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer: found Create change for module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_kali_and_webgoat
2019/05/30 13:59:49 [TRACE] DiffTransformer: module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_kali_and_webgoat will be represented by module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_kali_and_webgoat
2019/05/30 13:59:49 [TRACE] DiffTransformer: found Create change for module.staging-infrastructure.module.secdevops.aws_instance.r7vm[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer: module.staging-infrastructure.module.secdevops.aws_instance.r7vm[0] will be represented by module.staging-infrastructure.module.secdevops.aws_instance.r7vm[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer: found Create change for module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer: module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10[0] will be represented by module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer: found Create change for module.staging-infrastructure.module.secdevops.aws_instance.nnm[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer: module.staging-infrastructure.module.secdevops.aws_instance.nnm[0] will be represented by module.staging-infrastructure.module.secdevops.aws_instance.nnm[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer: found NoOp change for module.staging-infrastructure.module.network.aws_route_table.private-a
2019/05/30 13:59:49 [TRACE] DiffTransformer: found Create change for module.staging-infrastructure.module.secdevops.aws_instance.win2012[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer: module.staging-infrastructure.module.secdevops.aws_instance.win2012[0] will be represented by module.staging-infrastructure.module.secdevops.aws_instance.win2012[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer: found Create change for module.staging-infrastructure.module.secdevops.aws_instance.win2003[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer: module.staging-infrastructure.module.secdevops.aws_instance.win2003[0] will be represented by module.staging-infrastructure.module.secdevops.aws_instance.win2003[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer: found Create change for module.staging-infrastructure.module.secdevops.aws_instance.kali[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer: module.staging-infrastructure.module.secdevops.aws_instance.kali[0] will be represented by module.staging-infrastructure.module.secdevops.aws_instance.kali[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer: found Create change for module.staging-infrastructure.module.secdevops.aws_instance.was[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer: module.staging-infrastructure.module.secdevops.aws_instance.was[0] will be represented by module.staging-infrastructure.module.secdevops.aws_instance.was[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer: found Create change for module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer: module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8[0] will be represented by module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer: found NoOp change for module.staging-infrastructure.module.network.aws_route_table_association.private-b
2019/05/30 13:59:49 [TRACE] DiffTransformer: found Create change for module.staging-infrastructure.module.secdevops.aws_instance.sc[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer: module.staging-infrastructure.module.secdevops.aws_instance.sc[0] will be represented by module.staging-infrastructure.module.secdevops.aws_instance.sc[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer: found Create change for module.staging-infrastructure.module.secdevops.aws_instance.win8[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer: module.staging-infrastructure.module.secdevops.aws_instance.win8[0] will be represented by module.staging-infrastructure.module.secdevops.aws_instance.win8[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer: found NoOp change for module.staging-infrastructure.module.network.aws_route_table_association.private-a
2019/05/30 13:59:49 [TRACE] DiffTransformer: found Create change for module.staging-infrastructure.module.secdevops.aws_instance.win2008[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer: module.staging-infrastructure.module.secdevops.aws_instance.win2008[0] will be represented by module.staging-infrastructure.module.secdevops.aws_instance.win2008[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer: found Create change for module.staging-infrastructure.module.secdevops.aws_instance.win2019[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer: module.staging-infrastructure.module.secdevops.aws_instance.win2019[0] will be represented by module.staging-infrastructure.module.secdevops.aws_instance.win2019[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer: found Create change for module.staging-infrastructure.module.secdevops.aws_instance.nessus[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer: module.staging-infrastructure.module.secdevops.aws_instance.nessus[0] will be represented by module.staging-infrastructure.module.secdevops.aws_instance.nessus[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer: found Create change for module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer: module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12[0] will be represented by module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12[0]
2019/05/30 13:59:49 [TRACE] DiffTransformer complete
2019/05/30 13:59:49 [TRACE] Completed graph transform *terraform.DiffTransformer with new graph:
module.staging-infrastructure.module.network.aws_eip.nat-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_eip.nat-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_internet_gateway.gw (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_nat_gateway.nat-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_nat_gateway.nat-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table.private-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table.private-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table.public-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table.public-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table_association.private-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table_association.private-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table_association.public-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table_association.public-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.attacker_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.honeypot_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.malware_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.private-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.private-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.target_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_vpc.main (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.data.aws_availability_zones.available (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.docker[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.fbctf[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.kali[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.nessus[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.nnm[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.r7vm[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.remnux[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.sc[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.tpot[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.was[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2003[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2008[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2012[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2016[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2019[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win7[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win8[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_key_pair.circleci_key - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.fbctf - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.kali - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.logger - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.malware - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.targets - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.tpot - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.windows - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_kali_and_webgoat - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_webgoat_and_kali - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_malware_to_malware - *terraform.NodeApplyableResourceInstance
module.staging-state.aws_dynamodb_table.state-file-locking-table (prepare state) - *terraform.NodeApplyableResource
------
2019/05/30 13:59:49 [TRACE] Executing graph transform *terraform.OrphanResourceTransformer
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for module.staging-infrastructure.module.secdevops.aws_instance.win8
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: node "module.staging-infrastructure.module.secdevops.aws_instance.win8 (clean up state)" depends on "module.staging-infrastructure.module.secdevops.aws_instance.win8[0]"
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for module.staging-infrastructure.module.secdevops.aws_instance.win7
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: node "module.staging-infrastructure.module.secdevops.aws_instance.win7 (clean up state)" depends on "module.staging-infrastructure.module.secdevops.aws_instance.win7[0]"
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for module.staging-infrastructure.module.secdevops.aws_instance.win2008
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: node "module.staging-infrastructure.module.secdevops.aws_instance.win2008 (clean up state)" depends on "module.staging-infrastructure.module.secdevops.aws_instance.win2008[0]"
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for module.staging-infrastructure.module.secdevops.data.aws_ami.win2k8
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: node "module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7 (clean up state)" depends on "module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7[0]"
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: node "module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog (clean up state)" depends on "module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog[0]"
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k12
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for module.staging-infrastructure.module.secdevops.data.aws_ami.nnm
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: node "module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando (clean up state)" depends on "module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando[0]"
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for module.staging-infrastructure.module.secdevops.data.aws_ami.nessus
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: node "module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower (clean up state)" depends on "module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower[0]"
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for module.staging-infrastructure.module.secdevops.aws_instance.tpot
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: node "module.staging-infrastructure.module.secdevops.aws_instance.tpot (clean up state)" depends on "module.staging-infrastructure.module.secdevops.aws_instance.tpot[0]"
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for module.staging-infrastructure.module.secdevops.data.aws_ami.win8
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for module.staging-infrastructure.module.secdevops.aws_instance.r7vm
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: node "module.staging-infrastructure.module.secdevops.aws_instance.r7vm (clean up state)" depends on "module.staging-infrastructure.module.secdevops.aws_instance.r7vm[0]"
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for module.staging-infrastructure.module.secdevops.data.aws_ami.seed_ubuntu1604
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: node "module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks (clean up state)" depends on "module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks[0]"
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for module.staging-infrastructure.module.secdevops.aws_instance.remnux
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: node "module.staging-infrastructure.module.secdevops.aws_instance.remnux (clean up state)" depends on "module.staging-infrastructure.module.secdevops.aws_instance.remnux[0]"
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for module.staging-infrastructure.module.secdevops.data.aws_ami.centos
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k8
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for module.staging-infrastructure.module.secdevops.data.aws_ami.mrrobot
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for module.staging-infrastructure.module.secdevops.data.aws_ami.flare
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_nix
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for module.staging-infrastructure.module.secdevops.aws_instance.nessus
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: node "module.staging-infrastructure.module.secdevops.aws_instance.nessus (clean up state)" depends on "module.staging-infrastructure.module.secdevops.aws_instance.nessus[0]"
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: node "module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos (clean up state)" depends on "module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos[0]"
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for module.staging-infrastructure.module.secdevops.data.aws_ami.fristileaks
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: node "module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12 (clean up state)" depends on "module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12[0]"
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for module.staging-infrastructure.module.secdevops.data.aws_ami.bulldog
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for module.staging-infrastructure.module.secdevops.data.aws_ami.skytower
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for module.staging-infrastructure.module.secdevops.data.aws_ami.r7
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for module.staging-infrastructure.module.secdevops.aws_instance.sc
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: node "module.staging-infrastructure.module.secdevops.aws_instance.sc (clean up state)" depends on "module.staging-infrastructure.module.secdevops.aws_instance.sc[0]"
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for module.staging-infrastructure.module.secdevops.data.aws_ami.commando
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for module.staging-infrastructure.module.secdevops.data.aws_ami.sickos
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for module.staging-infrastructure.module.secdevops.data.aws_ami.win7
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for module.staging-infrastructure.module.secdevops.data.aws_ami.win2k16
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for module.staging-infrastructure.module.secdevops.aws_instance.docker
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: node "module.staging-infrastructure.module.secdevops.aws_instance.docker (clean up state)" depends on "module.staging-infrastructure.module.secdevops.aws_instance.docker[0]"
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for module.staging-infrastructure.module.secdevops.data.aws_ami.stapler
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for module.staging-infrastructure.module.secdevops.data.aws_ami.win2k10
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: node "module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler (clean up state)" depends on "module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler[0]"
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: node "module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10 (clean up state)" depends on "module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10[0]"
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: node "module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos (clean up state)" depends on "module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos[0]"
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: node "module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM (clean up state)" depends on "module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM[0]"
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: node "module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest (clean up state)" depends on "module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest[0]"
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12_RTM
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for module.staging-infrastructure.module.secdevops.aws_instance.kali
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: node "module.staging-infrastructure.module.secdevops.aws_instance.kali (clean up state)" depends on "module.staging-infrastructure.module.secdevops.aws_instance.kali[0]"
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for module.staging-infrastructure.module.secdevops.data.aws_ami.ubuntu
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for module.staging-infrastructure.module.secdevops.aws_instance.win2003
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: node "module.staging-infrastructure.module.secdevops.aws_instance.win2003 (clean up state)" depends on "module.staging-infrastructure.module.secdevops.aws_instance.win2003[0]"
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: node "module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8 (clean up state)" depends on "module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8[0]"
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for module.staging-infrastructure.module.secdevops.data.aws_ami.myhouse7
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for module.staging-infrastructure.module.secdevops.data.aws_ami.cuckoo-host
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: node "module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix (clean up state)" depends on "module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix[0]"
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for module.staging-infrastructure.module.secdevops.aws_instance.win2012
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: node "module.staging-infrastructure.module.secdevops.aws_instance.win2012 (clean up state)" depends on "module.staging-infrastructure.module.secdevops.aws_instance.win2012[0]"
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for module.staging-infrastructure.module.secdevops.aws_instance.win2016
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: node "module.staging-infrastructure.module.secdevops.aws_instance.win2016 (clean up state)" depends on "module.staging-infrastructure.module.secdevops.aws_instance.win2016[0]"
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for module.staging-infrastructure.module.secdevops.data.aws_ami.win2k3
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for module.staging-infrastructure.module.secdevops.data.aws_ami.remnux
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: node "module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7 (clean up state)" depends on "module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7[0]"
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for module.staging-infrastructure.module.secdevops.aws_instance.win2019
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: node "module.staging-infrastructure.module.secdevops.aws_instance.win2019 (clean up state)" depends on "module.staging-infrastructure.module.secdevops.aws_instance.win2019[0]"
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: node "module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos (clean up state)" depends on "module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos[0]"
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: node "module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot (clean up state)" depends on "module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot[0]"
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for module.staging-infrastructure.module.secdevops.data.aws_ami.sc
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for module.staging-infrastructure.module.secdevops.data.aws_ami.vulnos
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for module.staging-infrastructure.module.secdevops.aws_instance.fbctf
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: node "module.staging-infrastructure.module.secdevops.aws_instance.fbctf (clean up state)" depends on "module.staging-infrastructure.module.secdevops.aws_instance.fbctf[0]"
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for module.staging-infrastructure.module.secdevops.data.aws_ami.hackinos
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for module.staging-infrastructure.module.secdevops.aws_instance.was
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: node "module.staging-infrastructure.module.secdevops.aws_instance.was (clean up state)" depends on "module.staging-infrastructure.module.secdevops.aws_instance.was[0]"
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: node "module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu (clean up state)" depends on "module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu[0]"
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for module.staging-infrastructure.module.secdevops.data.aws_ami.win2k19
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for module.staging-infrastructure.module.secdevops.data.aws_ami.kali
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for module.staging-infrastructure.module.secdevops.data.aws_ami.was
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: adding whole-resource orphan node for module.staging-infrastructure.module.secdevops.aws_instance.nnm
2019/05/30 13:59:49 [TRACE] OrphanResourceTransformer: node "module.staging-infrastructure.module.secdevops.aws_instance.nnm (clean up state)" depends on "module.staging-infrastructure.module.secdevops.aws_instance.nnm[0]"
2019/05/30 13:59:49 [TRACE] Completed graph transform *terraform.OrphanResourceTransformer with new graph:
module.staging-infrastructure.module.network.aws_eip.nat-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_eip.nat-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_internet_gateway.gw (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_nat_gateway.nat-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_nat_gateway.nat-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table.private-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table.private-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table.public-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table.public-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table_association.private-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table_association.private-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table_association.public-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table_association.public-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.attacker_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.honeypot_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.malware_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.private-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.private-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.target_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_vpc.main (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.data.aws_availability_zones.available (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.docker (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.docker[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.docker[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.fbctf (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.fbctf[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.fbctf[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.kali (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.kali[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.kali[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.nessus (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.nessus[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.nessus[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.nnm (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.nnm[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.nnm[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.r7vm (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.r7vm[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.r7vm[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.remnux (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.remnux[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.remnux[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.sc (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.sc[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.sc[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.tpot (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.tpot[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.tpot[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.was (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.was[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.was[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2003 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2003[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2003[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2008 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2008[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2008[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2012 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2012[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2012[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2016 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2016[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2016[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2019 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2019[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2019[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win7[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win7[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win8[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win8[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_key_pair.circleci_key - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.fbctf - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.kali - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.logger - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.malware - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.targets - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.tpot - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.windows - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_kali_and_webgoat - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_webgoat_and_kali - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_malware_to_malware - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.data.aws_ami.bulldog (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.centos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.commando (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.cuckoo-host (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.flare (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.fristileaks (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.hackinos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.kali (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.mrrobot (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k12 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_nix (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.myhouse7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.nessus (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.nnm (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.r7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.remnux (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.sc (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.seed_ubuntu1604 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.sickos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.skytower (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.stapler (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.ubuntu (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.vulnos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.was (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k10 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12_RTM (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k16 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k19 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k3 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win8 (clean up state) - *terraform.NodeDestroyResource
module.staging-state.aws_dynamodb_table.state-file-locking-table (prepare state) - *terraform.NodeApplyableResource
------
2019/05/30 13:59:49 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2019/05/30 13:59:49 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2019/05/30 13:59:49 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.nessus (clean up state)" (*terraform.NodeDestroyResource) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.sc (clean up state)" (*terraform.NodeDestroyResource) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos[0]" (*terraform.NodeApplyableResourceInstance) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7 (clean up state)" (*terraform.NodeDestroyResource) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.win2k16 (clean up state)" (*terraform.NodeDestroyResource) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler (clean up state)" (*terraform.NodeDestroyResource) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.win2012 (clean up state)" (*terraform.NodeDestroyResource) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot (clean up state)" (*terraform.NodeDestroyResource) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.fbctf (clean up state)" (*terraform.NodeDestroyResource) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_security_group.targets" (*terraform.NodeApplyableResourceInstance) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_security_group.windows" (*terraform.NodeApplyableResourceInstance) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.win7[0]" (*terraform.NodeApplyableResourceInstance) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks (clean up state)" (*terraform.NodeDestroyResource) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.r7 (clean up state)" (*terraform.NodeDestroyResource) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: attaching to "module.staging-infrastructure.module.network.aws_route_table.public-a (prepare state)" (*terraform.NodeApplyableResource) config from ../../modules/infrastructure/modules/network/routes.tf:1,1-38
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8[0]" (*terraform.NodeApplyableResourceInstance) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.remnux (clean up state)" (*terraform.NodeDestroyResource) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.commando (clean up state)" (*terraform.NodeDestroyResource) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.win2k19 (clean up state)" (*terraform.NodeDestroyResource) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: attaching to "module.staging-infrastructure.module.network.aws_subnet.honeypot_subnet (prepare state)" (*terraform.NodeApplyableResource) config from ../../modules/infrastructure/modules/network/subnets.tf:52,1-40
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos[0]" (*terraform.NodeApplyableResourceInstance) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.win2008[0]" (*terraform.NodeApplyableResourceInstance) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.sc (clean up state)" (*terraform.NodeDestroyResource) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.stapler (clean up state)" (*terraform.NodeDestroyResource) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7 (clean up state)" (*terraform.NodeDestroyResource) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: attaching to "module.staging-infrastructure.module.network.aws_route_table_association.private-a (prepare state)" (*terraform.NodeApplyableResource) config from ../../modules/infrastructure/modules/network/routes.tf:54,1-51
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: attaching to "module.staging-infrastructure.module.network.aws_route_table_association.private-b (prepare state)" (*terraform.NodeApplyableResource) config from ../../modules/infrastructure/modules/network/routes.tf:73,1-51
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler[0]" (*terraform.NodeApplyableResourceInstance) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.kali[0]" (*terraform.NodeApplyableResourceInstance) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.win2k8 (clean up state)" (*terraform.NodeDestroyResource) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.win2k3 (clean up state)" (*terraform.NodeDestroyResource) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog[0]" (*terraform.NodeApplyableResourceInstance) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12[0]" (*terraform.NodeApplyableResourceInstance) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12_RTM (clean up state)" (*terraform.NodeDestroyResource) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: attaching to "module.staging-infrastructure.module.network.aws_route_table.private-a (prepare state)" (*terraform.NodeApplyableResource) config from ../../modules/infrastructure/modules/network/routes.tf:40,1-39
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_webgoat_and_kali" (*terraform.NodeApplyableResourceInstance) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos[0]" (*terraform.NodeApplyableResourceInstance) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.sc[0]" (*terraform.NodeApplyableResourceInstance) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k12 (clean up state)" (*terraform.NodeDestroyResource) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando (clean up state)" (*terraform.NodeDestroyResource) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.flare (clean up state)" (*terraform.NodeDestroyResource) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_kali_and_webgoat" (*terraform.NodeApplyableResourceInstance) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.skytower (clean up state)" (*terraform.NodeDestroyResource) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.cuckoo-host (clean up state)" (*terraform.NodeDestroyResource) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.fbctf[0]" (*terraform.NodeApplyableResourceInstance) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.win8 (clean up state)" (*terraform.NodeDestroyResource) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.bulldog (clean up state)" (*terraform.NodeDestroyResource) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.kali (clean up state)" (*terraform.NodeDestroyResource) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.remnux (clean up state)" (*terraform.NodeDestroyResource) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12 (clean up state)" (*terraform.NodeDestroyResource) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_malware_to_malware" (*terraform.NodeApplyableResourceInstance) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7[0]" (*terraform.NodeApplyableResourceInstance) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10[0]" (*terraform.NodeApplyableResourceInstance) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.win2012[0]" (*terraform.NodeApplyableResourceInstance) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.was[0]" (*terraform.NodeApplyableResourceInstance) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10 (clean up state)" (*terraform.NodeDestroyResource) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.win2019 (clean up state)" (*terraform.NodeDestroyResource) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k8 (clean up state)" (*terraform.NodeDestroyResource) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando[0]" (*terraform.NodeApplyableResourceInstance) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.myhouse7 (clean up state)" (*terraform.NodeDestroyResource) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: attaching to "module.staging-infrastructure.module.network.aws_route_table_association.public-b (prepare state)" (*terraform.NodeApplyableResource) config from ../../modules/infrastructure/modules/network/routes.tf:35,1-50
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu[0]" (*terraform.NodeApplyableResourceInstance) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.r7vm (clean up state)" (*terraform.NodeDestroyResource) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest (clean up state)" (*terraform.NodeDestroyResource) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.vulnos (clean up state)" (*terraform.NodeDestroyResource) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.nessus (clean up state)" (*terraform.NodeDestroyResource) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos (clean up state)" (*terraform.NodeDestroyResource) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.fristileaks (clean up state)" (*terraform.NodeDestroyResource) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.win2003 (clean up state)" (*terraform.NodeDestroyResource) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.was (clean up state)" (*terraform.NodeDestroyResource) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks[0]" (*terraform.NodeApplyableResourceInstance) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12 (clean up state)" (*terraform.NodeDestroyResource) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.was (clean up state)" (*terraform.NodeDestroyResource) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: attaching to "module.staging-infrastructure.module.network.aws_subnet.private-a (prepare state)" (*terraform.NodeApplyableResource) config from ../../modules/infrastructure/modules/network/subnets.tf:68,1-34
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: attaching to "module.staging-infrastructure.module.network.aws_eip.nat-a (prepare state)" (*terraform.NodeApplyableResource) config from ../../modules/infrastructure/modules/network/eips.tf:1,1-27
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: attaching to "module.staging-infrastructure.module.network.data.aws_availability_zones.available (prepare state)" (*terraform.NodeApplyableResource) config from hcl.Range{Filename:"../../modules/infrastructure/modules/network/vpc.tf", Start:hcl.Pos{Line:1, Column:1, Byte:0}, End:hcl.Pos{Line:1, Column:42, Byte:41}}
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest[0]" (*terraform.NodeApplyableResourceInstance) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.win2016[0]" (*terraform.NodeApplyableResourceInstance) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.tpot (clean up state)" (*terraform.NodeDestroyResource) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8 (clean up state)" (*terraform.NodeDestroyResource) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.nnm (clean up state)" (*terraform.NodeDestroyResource) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.win2003[0]" (*terraform.NodeApplyableResourceInstance) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.win8[0]" (*terraform.NodeApplyableResourceInstance) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.nnm (clean up state)" (*terraform.NodeDestroyResource) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.remnux[0]" (*terraform.NodeApplyableResourceInstance) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.tpot[0]" (*terraform.NodeApplyableResourceInstance) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.sickos (clean up state)" (*terraform.NodeDestroyResource) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: attaching to "module.staging-infrastructure.module.network.aws_route_table.public-b (prepare state)" (*terraform.NodeApplyableResource) config from ../../modules/infrastructure/modules/network/routes.tf:21,1-38
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: attaching to "module.staging-infrastructure.module.network.aws_subnet.target_subnet (prepare state)" (*terraform.NodeApplyableResource) config from ../../modules/infrastructure/modules/network/subnets.tf:18,1-38
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_security_group.logger" (*terraform.NodeApplyableResourceInstance) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower[0]" (*terraform.NodeApplyableResourceInstance) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.seed_ubuntu1604 (clean up state)" (*terraform.NodeDestroyResource) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos (clean up state)" (*terraform.NodeDestroyResource) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu (clean up state)" (*terraform.NodeDestroyResource) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.win2016 (clean up state)" (*terraform.NodeDestroyResource) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.docker[0]" (*terraform.NodeApplyableResourceInstance) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.centos (clean up state)" (*terraform.NodeDestroyResource) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos (clean up state)" (*terraform.NodeDestroyResource) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: attaching to "module.staging-infrastructure.module.network.aws_route_table_association.public-a (prepare state)" (*terraform.NodeApplyableResource) config from ../../modules/infrastructure/modules/network/routes.tf:15,1-50
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.win7 (clean up state)" (*terraform.NodeDestroyResource) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: attaching to "module.staging-infrastructure.module.network.aws_nat_gateway.nat-a (prepare state)" (*terraform.NodeApplyableResource) config from ../../modules/infrastructure/modules/network/gateways.tf:5,1-35
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: attaching to "module.staging-infrastructure.module.network.aws_subnet.malware_subnet (prepare state)" (*terraform.NodeApplyableResource) config from ../../modules/infrastructure/modules/network/subnets.tf:34,1-39
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_security_group.malware" (*terraform.NodeApplyableResourceInstance) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.win7 (clean up state)" (*terraform.NodeDestroyResource) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.nnm[0]" (*terraform.NodeApplyableResourceInstance) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.win2k10 (clean up state)" (*terraform.NodeDestroyResource) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.ubuntu (clean up state)" (*terraform.NodeDestroyResource) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: attaching to "module.staging-infrastructure.module.network.aws_internet_gateway.gw (prepare state)" (*terraform.NodeApplyableResource) config from ../../modules/infrastructure/modules/network/gateways.tf:1,1-37
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.nessus[0]" (*terraform.NodeApplyableResourceInstance) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.hackinos (clean up state)" (*terraform.NodeDestroyResource) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: attaching to "module.staging-infrastructure.module.network.aws_route_table.private-b (prepare state)" (*terraform.NodeApplyableResource) config from ../../modules/infrastructure/modules/network/routes.tf:59,1-39
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.mrrobot (clean up state)" (*terraform.NodeDestroyResource) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: attaching to "module.staging-state.aws_dynamodb_table.state-file-locking-table (prepare state)" (*terraform.NodeApplyableResource) config from ../../modules/state/main.tf:17,1-57
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot[0]" (*terraform.NodeApplyableResourceInstance) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: attaching to "module.staging-infrastructure.module.network.aws_nat_gateway.nat-b (prepare state)" (*terraform.NodeApplyableResource) config from ../../modules/infrastructure/modules/network/gateways.tf:10,1-35
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix[0]" (*terraform.NodeApplyableResourceInstance) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.docker (clean up state)" (*terraform.NodeDestroyResource) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: attaching to "module.staging-infrastructure.module.network.aws_subnet.attacker_subnet (prepare state)" (*terraform.NodeApplyableResource) config from ../../modules/infrastructure/modules/network/subnets.tf:2,1-40
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_security_group.fbctf" (*terraform.NodeApplyableResourceInstance) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_security_group.tpot" (*terraform.NodeApplyableResourceInstance) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7[0]" (*terraform.NodeApplyableResourceInstance) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM (clean up state)" (*terraform.NodeDestroyResource) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.win2008 (clean up state)" (*terraform.NodeDestroyResource) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: attaching to "module.staging-infrastructure.module.network.aws_subnet.private-b (prepare state)" (*terraform.NodeApplyableResource) config from ../../modules/infrastructure/modules/network/subnets.tf:83,1-34
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: attaching to "module.staging-infrastructure.module.network.aws_vpc.main (prepare state)" (*terraform.NodeApplyableResource) config from ../../modules/infrastructure/modules/network/vpc.tf:3,1-26
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: attaching to "module.staging-infrastructure.module.network.aws_eip.nat-b (prepare state)" (*terraform.NodeApplyableResource) config from ../../modules/infrastructure/modules/network/eips.tf:5,1-27
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_security_group.kali" (*terraform.NodeApplyableResourceInstance) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM[0]" (*terraform.NodeApplyableResourceInstance) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.win2019[0]" (*terraform.NodeApplyableResourceInstance) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.win8 (clean up state)" (*terraform.NodeDestroyResource) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower (clean up state)" (*terraform.NodeDestroyResource) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_nix (clean up state)" (*terraform.NodeDestroyResource) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix (clean up state)" (*terraform.NodeDestroyResource) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.kali (clean up state)" (*terraform.NodeDestroyResource) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_key_pair.circleci_key" (*terraform.NodeApplyableResourceInstance) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.r7vm[0]" (*terraform.NodeApplyableResourceInstance) has no configuration available
2019/05/30 13:59:49 [TRACE] AttachResourceConfigTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog (clean up state)" (*terraform.NodeDestroyResource) has no configuration available
2019/05/30 13:59:49 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2019/05/30 13:59:49 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/05/30 13:59:49 [DEBUG] Resource instance state not found for node "module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu[0]", instance module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu[0]
2019/05/30 13:59:49 [DEBUG] Resource instance state not found for node "module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks[0]", instance module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks[0]
2019/05/30 13:59:49 [DEBUG] Resource instance state not found for node "module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest[0]", instance module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest[0]
2019/05/30 13:59:49 [DEBUG] Resource instance state not found for node "module.staging-infrastructure.module.secdevops.aws_instance.win2016[0]", instance module.staging-infrastructure.module.secdevops.aws_instance.win2016[0]
2019/05/30 13:59:49 [DEBUG] Resource instance state not found for node "module.staging-infrastructure.module.secdevops.aws_instance.win8[0]", instance module.staging-infrastructure.module.secdevops.aws_instance.win8[0]
2019/05/30 13:59:49 [DEBUG] Resource instance state not found for node "module.staging-infrastructure.module.secdevops.aws_instance.win2003[0]", instance module.staging-infrastructure.module.secdevops.aws_instance.win2003[0]
2019/05/30 13:59:49 [DEBUG] Resource instance state not found for node "module.staging-infrastructure.module.secdevops.aws_instance.tpot[0]", instance module.staging-infrastructure.module.secdevops.aws_instance.tpot[0]
2019/05/30 13:59:49 [DEBUG] Resource instance state not found for node "module.staging-infrastructure.module.secdevops.aws_instance.remnux[0]", instance module.staging-infrastructure.module.secdevops.aws_instance.remnux[0]
2019/05/30 13:59:49 [DEBUG] Resource state not found for node "module.staging-infrastructure.module.secdevops.aws_security_group.logger", instance module.staging-infrastructure.module.secdevops.aws_security_group.logger
2019/05/30 13:59:49 [DEBUG] Resource instance state not found for node "module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower[0]", instance module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower[0]
2019/05/30 13:59:49 [DEBUG] Resource instance state not found for node "module.staging-infrastructure.module.secdevops.aws_instance.docker[0]", instance module.staging-infrastructure.module.secdevops.aws_instance.docker[0]
2019/05/30 13:59:49 [DEBUG] Resource state not found for node "module.staging-infrastructure.module.secdevops.aws_security_group.malware", instance module.staging-infrastructure.module.secdevops.aws_security_group.malware
2019/05/30 13:59:49 [DEBUG] Resource instance state not found for node "module.staging-infrastructure.module.secdevops.aws_instance.nnm[0]", instance module.staging-infrastructure.module.secdevops.aws_instance.nnm[0]
2019/05/30 13:59:49 [DEBUG] Resource instance state not found for node "module.staging-infrastructure.module.secdevops.aws_instance.nessus[0]", instance module.staging-infrastructure.module.secdevops.aws_instance.nessus[0]
2019/05/30 13:59:49 [DEBUG] Resource instance state not found for node "module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot[0]", instance module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot[0]
2019/05/30 13:59:49 [DEBUG] Resource instance state not found for node "module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix[0]", instance module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix[0]
2019/05/30 13:59:49 [DEBUG] Resource state not found for node "module.staging-infrastructure.module.secdevops.aws_security_group.fbctf", instance module.staging-infrastructure.module.secdevops.aws_security_group.fbctf
2019/05/30 13:59:49 [DEBUG] Resource state not found for node "module.staging-infrastructure.module.secdevops.aws_security_group.tpot", instance module.staging-infrastructure.module.secdevops.aws_security_group.tpot
2019/05/30 13:59:49 [DEBUG] Resource instance state not found for node "module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7[0]", instance module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7[0]
2019/05/30 13:59:49 [DEBUG] Resource state not found for node "module.staging-infrastructure.module.secdevops.aws_security_group.kali", instance module.staging-infrastructure.module.secdevops.aws_security_group.kali
2019/05/30 13:59:49 [DEBUG] Resource instance state not found for node "module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM[0]", instance module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM[0]
2019/05/30 13:59:49 [DEBUG] Resource instance state not found for node "module.staging-infrastructure.module.secdevops.aws_instance.win2019[0]", instance module.staging-infrastructure.module.secdevops.aws_instance.win2019[0]
2019/05/30 13:59:49 [DEBUG] Resource instance state not found for node "module.staging-infrastructure.module.secdevops.aws_instance.r7vm[0]", instance module.staging-infrastructure.module.secdevops.aws_instance.r7vm[0]
2019/05/30 13:59:49 [DEBUG] Resource state not found for node "module.staging-infrastructure.module.secdevops.aws_key_pair.circleci_key", instance module.staging-infrastructure.module.secdevops.aws_key_pair.circleci_key
2019/05/30 13:59:49 [DEBUG] Resource instance state not found for node "module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos[0]", instance module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos[0]
2019/05/30 13:59:49 [DEBUG] Resource state not found for node "module.staging-infrastructure.module.secdevops.aws_security_group.windows", instance module.staging-infrastructure.module.secdevops.aws_security_group.windows
2019/05/30 13:59:49 [DEBUG] Resource instance state not found for node "module.staging-infrastructure.module.secdevops.aws_instance.win7[0]", instance module.staging-infrastructure.module.secdevops.aws_instance.win7[0]
2019/05/30 13:59:49 [DEBUG] Resource state not found for node "module.staging-infrastructure.module.secdevops.aws_security_group.targets", instance module.staging-infrastructure.module.secdevops.aws_security_group.targets
2019/05/30 13:59:49 [DEBUG] Resource instance state not found for node "module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8[0]", instance module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8[0]
2019/05/30 13:59:49 [DEBUG] Resource instance state not found for node "module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos[0]", instance module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos[0]
2019/05/30 13:59:49 [DEBUG] Resource instance state not found for node "module.staging-infrastructure.module.secdevops.aws_instance.win2008[0]", instance module.staging-infrastructure.module.secdevops.aws_instance.win2008[0]
2019/05/30 13:59:49 [DEBUG] Resource instance state not found for node "module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler[0]", instance module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler[0]
2019/05/30 13:59:49 [DEBUG] Resource instance state not found for node "module.staging-infrastructure.module.secdevops.aws_instance.kali[0]", instance module.staging-infrastructure.module.secdevops.aws_instance.kali[0]
2019/05/30 13:59:49 [DEBUG] Resource instance state not found for node "module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12[0]", instance module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12[0]
2019/05/30 13:59:49 [DEBUG] Resource instance state not found for node "module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog[0]", instance module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog[0]
2019/05/30 13:59:49 [DEBUG] Resource state not found for node "module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_webgoat_and_kali", instance module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_webgoat_and_kali
2019/05/30 13:59:49 [DEBUG] Resource instance state not found for node "module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos[0]", instance module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos[0]
2019/05/30 13:59:49 [DEBUG] Resource instance state not found for node "module.staging-infrastructure.module.secdevops.aws_instance.sc[0]", instance module.staging-infrastructure.module.secdevops.aws_instance.sc[0]
2019/05/30 13:59:49 [DEBUG] Resource state not found for node "module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_kali_and_webgoat", instance module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_kali_and_webgoat
2019/05/30 13:59:49 [DEBUG] Resource instance state not found for node "module.staging-infrastructure.module.secdevops.aws_instance.fbctf[0]", instance module.staging-infrastructure.module.secdevops.aws_instance.fbctf[0]
2019/05/30 13:59:49 [DEBUG] Resource instance state not found for node "module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7[0]", instance module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7[0]
2019/05/30 13:59:49 [DEBUG] Resource instance state not found for node "module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10[0]", instance module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10[0]
2019/05/30 13:59:49 [DEBUG] Resource instance state not found for node "module.staging-infrastructure.module.secdevops.aws_instance.win2012[0]", instance module.staging-infrastructure.module.secdevops.aws_instance.win2012[0]
2019/05/30 13:59:49 [DEBUG] Resource instance state not found for node "module.staging-infrastructure.module.secdevops.aws_instance.was[0]", instance module.staging-infrastructure.module.secdevops.aws_instance.was[0]
2019/05/30 13:59:49 [DEBUG] Resource state not found for node "module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_malware_to_malware", instance module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_malware_to_malware
2019/05/30 13:59:49 [DEBUG] Resource instance state not found for node "module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando[0]", instance module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando[0]
2019/05/30 13:59:49 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/05/30 13:59:49 [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2019/05/30 13:59:49 [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2019/05/30 13:59:49 [TRACE] Executing graph transform *terraform.CBDEdgeTransformer
2019/05/30 13:59:49 [TRACE] Completed graph transform *terraform.CBDEdgeTransformer (no changes)
2019/05/30 13:59:49 [TRACE] Executing graph transform *terraform.MissingProvisionerTransformer
2019/05/30 13:59:49 [TRACE] Completed graph transform *terraform.MissingProvisionerTransformer (no changes)
2019/05/30 13:59:49 [TRACE] Executing graph transform *terraform.ProvisionerTransformer
2019/05/30 13:59:49 [TRACE] Completed graph transform *terraform.ProvisionerTransformer (no changes)
2019/05/30 13:59:49 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2019/05/30 13:59:49 [TRACE] Completed graph transform *terraform.RootVariableTransformer with new graph:
module.staging-infrastructure.module.network.aws_eip.nat-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_eip.nat-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_internet_gateway.gw (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_nat_gateway.nat-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_nat_gateway.nat-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table.private-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table.private-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table.public-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table.public-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table_association.private-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table_association.private-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table_association.public-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table_association.public-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.attacker_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.honeypot_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.malware_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.private-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.private-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.target_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_vpc.main (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.data.aws_availability_zones.available (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.docker (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.docker[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.docker[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.fbctf (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.fbctf[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.fbctf[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.kali (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.kali[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.kali[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.nessus (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.nessus[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.nessus[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.nnm (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.nnm[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.nnm[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.r7vm (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.r7vm[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.r7vm[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.remnux (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.remnux[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.remnux[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.sc (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.sc[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.sc[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.tpot (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.tpot[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.tpot[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.was (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.was[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.was[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2003 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2003[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2003[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2008 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2008[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2008[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2012 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2012[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2012[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2016 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2016[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2016[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2019 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2019[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2019[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win7[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win7[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win8[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win8[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_key_pair.circleci_key - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.fbctf - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.kali - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.logger - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.malware - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.targets - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.tpot - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.windows - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_kali_and_webgoat - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_webgoat_and_kali - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_malware_to_malware - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.data.aws_ami.bulldog (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.centos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.commando (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.cuckoo-host (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.flare (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.fristileaks (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.hackinos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.kali (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.mrrobot (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k12 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_nix (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.myhouse7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.nessus (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.nnm (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.r7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.remnux (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.sc (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.seed_ubuntu1604 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.sickos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.skytower (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.stapler (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.ubuntu (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.vulnos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.was (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k10 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12_RTM (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k16 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k19 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k3 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win8 (clean up state) - *terraform.NodeDestroyResource
module.staging-state.aws_dynamodb_table.state-file-locking-table (prepare state) - *terraform.NodeApplyableResource
var.environment - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
------
2019/05/30 13:59:49 [TRACE] Executing graph transform *terraform.LocalTransformer
2019/05/30 13:59:49 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2019/05/30 13:59:49 [TRACE] Executing graph transform *terraform.OutputTransformer
2019/05/30 13:59:49 [TRACE] Completed graph transform *terraform.OutputTransformer with new graph:
module.staging-infrastructure.module.network.aws_eip.nat-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_eip.nat-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_internet_gateway.gw (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_nat_gateway.nat-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_nat_gateway.nat-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table.private-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table.private-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table.public-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table.public-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table_association.private-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table_association.private-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table_association.public-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table_association.public-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.attacker_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.honeypot_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.malware_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.private-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.private-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.target_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_vpc.main (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.data.aws_availability_zones.available (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.output.attacker_subnet_id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.honeypot_subnet_id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.malware_subnet_id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.private-a-subnet-id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.private-b-subnet-id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.target_subnet_id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.vpc-cidr-block - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.vpc-id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.docker (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.docker[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.docker[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.fbctf (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.fbctf[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.fbctf[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.kali (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.kali[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.kali[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.nessus (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.nessus[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.nessus[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.nnm (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.nnm[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.nnm[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.r7vm (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.r7vm[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.r7vm[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.remnux (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.remnux[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.remnux[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.sc (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.sc[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.sc[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.tpot (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.tpot[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.tpot[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.was (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.was[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.was[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2003 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2003[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2003[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2008 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2008[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2008[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2012 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2012[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2012[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2016 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2016[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2016[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2019 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2019[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2019[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win7[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win7[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win8[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win8[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_key_pair.circleci_key - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.fbctf - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.kali - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.logger - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.malware - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.targets - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.tpot - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.windows - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_kali_and_webgoat - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_webgoat_and_kali - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_malware_to_malware - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.data.aws_ami.bulldog (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.centos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.commando (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.cuckoo-host (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.flare (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.fristileaks (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.hackinos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.kali (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.mrrobot (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k12 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_nix (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.myhouse7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.nessus (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.nnm (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.r7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.remnux (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.sc (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.seed_ubuntu1604 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.sickos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.skytower (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.stapler (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.ubuntu (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.vulnos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.was (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k10 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12_RTM (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k16 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k19 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k3 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win8 (clean up state) - *terraform.NodeDestroyResource
module.staging-state.aws_dynamodb_table.state-file-locking-table (prepare state) - *terraform.NodeApplyableResource
var.environment - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
------
2019/05/30 13:59:49 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2019/05/30 13:59:49 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer with new graph:
module.staging-infrastructure.module.network.aws_eip.nat-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_eip.nat-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_internet_gateway.gw (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_nat_gateway.nat-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_nat_gateway.nat-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table.private-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table.private-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table.public-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table.public-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table_association.private-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table_association.private-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table_association.public-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table_association.public-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.attacker_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.honeypot_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.malware_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.private-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.private-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.target_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_vpc.main (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.data.aws_availability_zones.available (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.output.attacker_subnet_id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.honeypot_subnet_id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.malware_subnet_id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.private-a-subnet-id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.private-b-subnet-id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.target_subnet_id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.vpc-cidr-block - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.vpc-id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.var.environment - *terraform.NodeApplyableModuleVariable
module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.docker (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.docker[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.docker[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.fbctf (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.fbctf[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.fbctf[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.kali (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.kali[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.kali[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.nessus (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.nessus[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.nessus[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.nnm (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.nnm[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.nnm[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.r7vm (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.r7vm[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.r7vm[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.remnux (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.remnux[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.remnux[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.sc (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.sc[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.sc[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.tpot (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.tpot[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.tpot[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.was (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.was[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.was[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2003 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2003[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2003[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2008 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2008[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2008[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2012 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2012[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2012[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2016 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2016[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2016[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2019 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2019[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2019[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win7[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win7[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win8[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win8[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_key_pair.circleci_key - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.fbctf - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.kali - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.logger - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.malware - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.targets - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.tpot - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.windows - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_kali_and_webgoat - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_webgoat_and_kali - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_malware_to_malware - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.data.aws_ami.bulldog (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.centos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.commando (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.cuckoo-host (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.flare (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.fristileaks (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.hackinos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.kali (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.mrrobot (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k12 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_nix (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.myhouse7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.nessus (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.nnm (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.r7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.remnux (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.sc (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.seed_ubuntu1604 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.sickos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.skytower (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.stapler (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.ubuntu (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.vulnos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.was (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k10 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12_RTM (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k16 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k19 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k3 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.var.environment - *terraform.NodeApplyableModuleVariable
module.staging-state.aws_dynamodb_table.state-file-locking-table (prepare state) - *terraform.NodeApplyableResource
module.staging-state.var.environment - *terraform.NodeApplyableModuleVariable
var.environment - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
------
2019/05/30 13:59:49 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2019/05/30 13:59:49 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2019/05/30 13:59:49 [TRACE] ProviderConfigTransformer: attaching to "provider.aws" provider configuration from main.tf:1,1-15
2019/05/30 13:59:49 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
module.staging-infrastructure.module.network.aws_eip.nat-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_eip.nat-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_internet_gateway.gw (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_nat_gateway.nat-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_nat_gateway.nat-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table.private-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table.private-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table.public-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table.public-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table_association.private-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table_association.private-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table_association.public-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table_association.public-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.attacker_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.honeypot_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.malware_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.private-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.private-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.target_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_vpc.main (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.data.aws_availability_zones.available (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.output.attacker_subnet_id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.honeypot_subnet_id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.malware_subnet_id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.private-a-subnet-id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.private-b-subnet-id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.target_subnet_id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.vpc-cidr-block - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.vpc-id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.var.environment - *terraform.NodeApplyableModuleVariable
module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.docker (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.docker[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.docker[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.fbctf (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.fbctf[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.fbctf[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.kali (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.kali[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.kali[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.nessus (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.nessus[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.nessus[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.nnm (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.nnm[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.nnm[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.r7vm (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.r7vm[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.r7vm[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.remnux (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.remnux[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.remnux[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.sc (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.sc[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.sc[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.tpot (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.tpot[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.tpot[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.was (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.was[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.was[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2003 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2003[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2003[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2008 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2008[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2008[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2012 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2012[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2012[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2016 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2016[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2016[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2019 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2019[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2019[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win7[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win7[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win8[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win8[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_key_pair.circleci_key - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.fbctf - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.kali - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.logger - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.malware - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.targets - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.tpot - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.windows - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_kali_and_webgoat - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_webgoat_and_kali - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_malware_to_malware - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.data.aws_ami.bulldog (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.centos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.commando (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.cuckoo-host (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.flare (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.fristileaks (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.hackinos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.kali (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.mrrobot (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k12 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_nix (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.myhouse7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.nessus (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.nnm (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.r7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.remnux (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.sc (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.seed_ubuntu1604 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.sickos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.skytower (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.stapler (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.ubuntu (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.vulnos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.was (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k10 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12_RTM (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k16 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k19 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k3 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.var.environment - *terraform.NodeApplyableModuleVariable
module.staging-state.aws_dynamodb_table.state-file-locking-table (prepare state) - *terraform.NodeApplyableResource
module.staging-state.var.environment - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
var.environment - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
------
2019/05/30 13:59:49 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2019/05/30 13:59:49 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2019/05/30 13:59:49 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks[0] is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12 (clean up state) is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.win2016[0] is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.tpot (clean up state) is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8 (clean up state) is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.was (clean up state) is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.network.aws_subnet.private-a (prepare state) is provided by module.staging-infrastructure.module.network.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.network.aws_eip.nat-a (prepare state) is provided by module.staging-infrastructure.module.network.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.network.data.aws_availability_zones.available (prepare state) is provided by module.staging-infrastructure.module.network.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest[0] is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.nnm (clean up state) is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.win2003[0] is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.win8[0] is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.data.aws_ami.nnm (clean up state) is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.remnux[0] is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.tpot[0] is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.data.aws_ami.sickos (clean up state) is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.data.aws_ami.seed_ubuntu1604 (clean up state) is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos (clean up state) is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu (clean up state) is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.network.aws_route_table.public-b (prepare state) is provided by module.staging-infrastructure.module.network.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.network.aws_subnet.target_subnet (prepare state) is provided by module.staging-infrastructure.module.network.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_security_group.logger is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower[0] is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.win2016 (clean up state) is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.docker[0] is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.data.aws_ami.centos (clean up state) is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos (clean up state) is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.network.aws_route_table_association.public-a (prepare state) is provided by module.staging-infrastructure.module.network.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.win7 (clean up state) is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.network.aws_nat_gateway.nat-a (prepare state) is provided by module.staging-infrastructure.module.network.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.network.aws_subnet.malware_subnet (prepare state) is provided by module.staging-infrastructure.module.network.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_security_group.malware is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.data.aws_ami.win7 (clean up state) is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.nnm[0] is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.data.aws_ami.win2k10 (clean up state) is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.data.aws_ami.ubuntu (clean up state) is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.network.aws_internet_gateway.gw (prepare state) is provided by module.staging-infrastructure.module.network.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.nessus[0] is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.data.aws_ami.hackinos (clean up state) is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.network.aws_route_table.private-b (prepare state) is provided by module.staging-infrastructure.module.network.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.data.aws_ami.mrrobot (clean up state) is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-state.aws_dynamodb_table.state-file-locking-table (prepare state) is provided by module.staging-state.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot[0] is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.network.aws_nat_gateway.nat-b (prepare state) is provided by module.staging-infrastructure.module.network.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix[0] is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.docker (clean up state) is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM (clean up state) is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.network.aws_subnet.attacker_subnet (prepare state) is provided by module.staging-infrastructure.module.network.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_security_group.fbctf is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_security_group.tpot is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7[0] is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM[0] is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.win2019[0] is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.win8 (clean up state) is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.win2008 (clean up state) is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.network.aws_subnet.private-b (prepare state) is provided by module.staging-infrastructure.module.network.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.network.aws_vpc.main (prepare state) is provided by module.staging-infrastructure.module.network.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.network.aws_eip.nat-b (prepare state) is provided by module.staging-infrastructure.module.network.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_security_group.kali is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower (clean up state) is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_nix (clean up state) is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix (clean up state) is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.data.aws_ami.kali (clean up state) is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_key_pair.circleci_key is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.r7vm[0] is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog (clean up state) is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.nessus (clean up state) is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.data.aws_ami.sc (clean up state) is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.win2012 (clean up state) is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot (clean up state) is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.fbctf (clean up state) is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos[0] is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7 (clean up state) is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.data.aws_ami.win2k16 (clean up state) is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler (clean up state) is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.data.aws_ami.r7 (clean up state) is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_security_group.targets is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_security_group.windows is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.win7[0] is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks (clean up state) is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.data.aws_ami.win2k19 (clean up state) is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.network.aws_route_table.public-a (prepare state) is provided by module.staging-infrastructure.module.network.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8[0] is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.remnux (clean up state) is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.data.aws_ami.commando (clean up state) is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.data.aws_ami.stapler (clean up state) is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7 (clean up state) is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.network.aws_subnet.honeypot_subnet (prepare state) is provided by module.staging-infrastructure.module.network.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos[0] is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.win2008[0] is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.sc (clean up state) is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.data.aws_ami.win2k8 (clean up state) is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.data.aws_ami.win2k3 (clean up state) is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.network.aws_route_table_association.private-a (prepare state) is provided by module.staging-infrastructure.module.network.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.network.aws_route_table_association.private-b (prepare state) is provided by module.staging-infrastructure.module.network.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler[0] is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.kali[0] is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog[0] is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12[0] is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12_RTM (clean up state) is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k12 (clean up state) is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando (clean up state) is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.data.aws_ami.flare (clean up state) is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.network.aws_route_table.private-a (prepare state) is provided by module.staging-infrastructure.module.network.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_webgoat_and_kali is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos[0] is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.sc[0] is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_kali_and_webgoat is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.data.aws_ami.skytower (clean up state) is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.data.aws_ami.cuckoo-host (clean up state) is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.data.aws_ami.remnux (clean up state) is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12 (clean up state) is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.fbctf[0] is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.data.aws_ami.win8 (clean up state) is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.data.aws_ami.bulldog (clean up state) is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.kali (clean up state) is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.was[0] is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10 (clean up state) is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.win2019 (clean up state) is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_malware_to_malware is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7[0] is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10[0] is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.win2012[0] is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k8 (clean up state) is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando[0] is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.data.aws_ami.myhouse7 (clean up state) is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.data.aws_ami.vulnos (clean up state) is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.network.aws_route_table_association.public-b (prepare state) is provided by module.staging-infrastructure.module.network.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu[0] is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.r7vm (clean up state) is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest (clean up state) is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.data.aws_ami.was (clean up state) is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.data.aws_ami.nessus (clean up state) is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos (clean up state) is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.data.aws_ami.fristileaks (clean up state) is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.win2003 (clean up state) is provided by module.staging-infrastructure.module.secdevops.provider.aws or inherited equivalent
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.network.aws_nat_gateway.nat-a (prepare state)
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.network.aws_nat_gateway.nat-a (prepare state) uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.network.aws_nat_gateway.nat-a (prepare state)" (*terraform.NodeApplyableResource) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.data.aws_ami.commando (clean up state)
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.data.aws_ami.commando (clean up state) uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.commando (clean up state)" (*terraform.NodeDestroyResource) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.win8[0]
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.win8[0] uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.win8[0]" (*terraform.NodeApplyableResourceInstance) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_security_group.targets
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_security_group.targets uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_security_group.targets" (*terraform.NodeApplyableResourceInstance) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.was[0]
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.was[0] uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.was[0]" (*terraform.NodeApplyableResourceInstance) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_security_group.logger
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_security_group.logger uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_security_group.logger" (*terraform.NodeApplyableResourceInstance) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.network.aws_route_table_association.public-a (prepare state)
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.network.aws_route_table_association.public-a (prepare state) uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.network.aws_route_table_association.public-a (prepare state)" (*terraform.NodeApplyableResource) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.network.aws_route_table.private-a (prepare state)
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.network.aws_route_table.private-a (prepare state) uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.network.aws_route_table.private-a (prepare state)" (*terraform.NodeApplyableResource) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.was (clean up state)
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.was (clean up state) uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.was (clean up state)" (*terraform.NodeDestroyResource) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.win7[0]
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.win7[0] uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.win7[0]" (*terraform.NodeApplyableResourceInstance) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.docker[0]
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.docker[0] uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.docker[0]" (*terraform.NodeApplyableResourceInstance) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.docker (clean up state)
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.docker (clean up state) uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.docker (clean up state)" (*terraform.NodeDestroyResource) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.data.aws_ami.ubuntu (clean up state)
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.data.aws_ami.ubuntu (clean up state) uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.ubuntu (clean up state)" (*terraform.NodeDestroyResource) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.network.aws_eip.nat-b (prepare state)
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.network.aws_eip.nat-b (prepare state) uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.network.aws_eip.nat-b (prepare state)" (*terraform.NodeApplyableResource) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_security_group.kali
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_security_group.kali uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_security_group.kali" (*terraform.NodeApplyableResourceInstance) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_key_pair.circleci_key
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_key_pair.circleci_key uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_key_pair.circleci_key" (*terraform.NodeApplyableResourceInstance) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.win2016[0]
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.win2016[0] uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.win2016[0]" (*terraform.NodeApplyableResourceInstance) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.data.aws_ami.centos (clean up state)
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.data.aws_ami.centos (clean up state) uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.centos (clean up state)" (*terraform.NodeDestroyResource) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.data.aws_ami.r7 (clean up state)
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.data.aws_ami.r7 (clean up state) uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.r7 (clean up state)" (*terraform.NodeDestroyResource) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7[0]
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7[0] uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7[0]" (*terraform.NodeApplyableResourceInstance) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.win2003[0]
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.win2003[0] uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.win2003[0]" (*terraform.NodeApplyableResourceInstance) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.network.aws_route_table.private-b (prepare state)
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.network.aws_route_table.private-b (prepare state) uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.network.aws_route_table.private-b (prepare state)" (*terraform.NodeApplyableResource) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.network.aws_route_table.public-b (prepare state)
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.network.aws_route_table.public-b (prepare state) uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.network.aws_route_table.public-b (prepare state)" (*terraform.NodeApplyableResource) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.nnm[0]
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.nnm[0] uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.nnm[0]" (*terraform.NodeApplyableResourceInstance) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7 (clean up state)
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7 (clean up state) uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7 (clean up state)" (*terraform.NodeDestroyResource) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.data.aws_ami.was (clean up state)
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.data.aws_ami.was (clean up state) uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.was (clean up state)" (*terraform.NodeDestroyResource) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.network.data.aws_availability_zones.available (prepare state)
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.network.data.aws_availability_zones.available (prepare state) uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.network.data.aws_availability_zones.available (prepare state)" (*terraform.NodeApplyableResource) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.tpot[0]
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.tpot[0] uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.tpot[0]" (*terraform.NodeApplyableResourceInstance) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.win2019 (clean up state)
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.win2019 (clean up state) uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.win2019 (clean up state)" (*terraform.NodeDestroyResource) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.data.aws_ami.remnux (clean up state)
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.data.aws_ami.remnux (clean up state) uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.remnux (clean up state)" (*terraform.NodeDestroyResource) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.kali (clean up state)
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.kali (clean up state) uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.kali (clean up state)" (*terraform.NodeDestroyResource) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.data.aws_ami.hackinos (clean up state)
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.data.aws_ami.hackinos (clean up state) uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.hackinos (clean up state)" (*terraform.NodeDestroyResource) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks (clean up state)
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks (clean up state) uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks (clean up state)" (*terraform.NodeDestroyResource) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.data.aws_ami.sc (clean up state)
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.data.aws_ami.sc (clean up state) uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.sc (clean up state)" (*terraform.NodeDestroyResource) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.data.aws_ami.win2k19 (clean up state)
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.data.aws_ami.win2k19 (clean up state) uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.win2k19 (clean up state)" (*terraform.NodeDestroyResource) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-state.aws_dynamodb_table.state-file-locking-table (prepare state) uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-state.aws_dynamodb_table.state-file-locking-table (prepare state)" (*terraform.NodeApplyableResource) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.data.aws_ami.kali (clean up state)
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.data.aws_ami.kali (clean up state) uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.kali (clean up state)" (*terraform.NodeDestroyResource) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler (clean up state)
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler (clean up state) uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler (clean up state)" (*terraform.NodeDestroyResource) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.network.aws_subnet.honeypot_subnet (prepare state)
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.network.aws_subnet.honeypot_subnet (prepare state) uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.network.aws_subnet.honeypot_subnet (prepare state)" (*terraform.NodeApplyableResource) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu (clean up state)
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu (clean up state) uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu (clean up state)" (*terraform.NodeDestroyResource) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.network.aws_subnet.malware_subnet (prepare state)
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.network.aws_subnet.malware_subnet (prepare state) uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.network.aws_subnet.malware_subnet (prepare state)" (*terraform.NodeApplyableResource) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.data.aws_ami.flare (clean up state)
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.data.aws_ami.flare (clean up state) uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.flare (clean up state)" (*terraform.NodeDestroyResource) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.fbctf[0]
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.fbctf[0] uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.fbctf[0]" (*terraform.NodeApplyableResourceInstance) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_malware_to_malware
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_malware_to_malware uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_malware_to_malware" (*terraform.NodeApplyableResourceInstance) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.r7vm[0]
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.r7vm[0] uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.r7vm[0]" (*terraform.NodeApplyableResourceInstance) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos[0]
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos[0] uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos[0]" (*terraform.NodeApplyableResourceInstance) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.network.aws_subnet.target_subnet (prepare state)
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.network.aws_subnet.target_subnet (prepare state) uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.network.aws_subnet.target_subnet (prepare state)" (*terraform.NodeApplyableResource) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_security_group.tpot
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_security_group.tpot uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_security_group.tpot" (*terraform.NodeApplyableResourceInstance) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.sc[0]
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.sc[0] uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.sc[0]" (*terraform.NodeApplyableResourceInstance) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.nnm (clean up state)
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.nnm (clean up state) uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.nnm (clean up state)" (*terraform.NodeDestroyResource) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos (clean up state)
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos (clean up state) uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos (clean up state)" (*terraform.NodeDestroyResource) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.data.aws_ami.win2k8 (clean up state)
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.data.aws_ami.win2k8 (clean up state) uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.win2k8 (clean up state)" (*terraform.NodeDestroyResource) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10 (clean up state)
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10 (clean up state) uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10 (clean up state)" (*terraform.NodeDestroyResource) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k8 (clean up state)
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k8 (clean up state) uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k8 (clean up state)" (*terraform.NodeDestroyResource) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest[0]
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest[0] uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest[0]" (*terraform.NodeApplyableResourceInstance) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.sc (clean up state)
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.sc (clean up state) uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.sc (clean up state)" (*terraform.NodeDestroyResource) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog (clean up state)
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog (clean up state) uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog (clean up state)" (*terraform.NodeDestroyResource) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10[0]
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10[0] uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10[0]" (*terraform.NodeApplyableResourceInstance) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.win2012[0]
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.win2012[0] uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.win2012[0]" (*terraform.NodeApplyableResourceInstance) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.r7vm (clean up state)
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.r7vm (clean up state) uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.r7vm (clean up state)" (*terraform.NodeDestroyResource) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.network.aws_eip.nat-a (prepare state)
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.network.aws_eip.nat-a (prepare state) uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.network.aws_eip.nat-a (prepare state)" (*terraform.NodeApplyableResource) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot[0]
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot[0] uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot[0]" (*terraform.NodeApplyableResourceInstance) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.win2012 (clean up state)
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.win2012 (clean up state) uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.win2012 (clean up state)" (*terraform.NodeDestroyResource) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.data.aws_ami.win2k3 (clean up state)
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.data.aws_ami.win2k3 (clean up state) uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.win2k3 (clean up state)" (*terraform.NodeDestroyResource) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.data.aws_ami.vulnos (clean up state)
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.data.aws_ami.vulnos (clean up state) uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.vulnos (clean up state)" (*terraform.NodeDestroyResource) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM[0]
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM[0] uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM[0]" (*terraform.NodeApplyableResourceInstance) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.win2008 (clean up state)
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.win2008 (clean up state) uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.win2008 (clean up state)" (*terraform.NodeDestroyResource) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.nessus[0]
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.nessus[0] uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.nessus[0]" (*terraform.NodeApplyableResourceInstance) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_security_group.fbctf
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_security_group.fbctf uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_security_group.fbctf" (*terraform.NodeApplyableResourceInstance) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.remnux (clean up state)
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.remnux (clean up state) uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.remnux (clean up state)" (*terraform.NodeDestroyResource) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks[0]
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks[0] uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks[0]" (*terraform.NodeApplyableResourceInstance) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.network.aws_subnet.private-a (prepare state)
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.network.aws_subnet.private-a (prepare state) uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.network.aws_subnet.private-a (prepare state)" (*terraform.NodeApplyableResource) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.network.aws_route_table.public-a (prepare state)
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.network.aws_route_table.public-a (prepare state) uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.network.aws_route_table.public-a (prepare state)" (*terraform.NodeApplyableResource) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.data.aws_ami.fristileaks (clean up state)
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.data.aws_ami.fristileaks (clean up state) uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.fristileaks (clean up state)" (*terraform.NodeDestroyResource) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_security_group.malware
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_security_group.malware uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_security_group.malware" (*terraform.NodeApplyableResourceInstance) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_security_group.windows
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_security_group.windows uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_security_group.windows" (*terraform.NodeApplyableResourceInstance) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.win2019[0]
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.win2019[0] uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.win2019[0]" (*terraform.NodeApplyableResourceInstance) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12[0]
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12[0] uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12[0]" (*terraform.NodeApplyableResourceInstance) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM (clean up state)
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM (clean up state) uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM (clean up state)" (*terraform.NodeDestroyResource) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.network.aws_subnet.attacker_subnet (prepare state)
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.network.aws_subnet.attacker_subnet (prepare state) uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.network.aws_subnet.attacker_subnet (prepare state)" (*terraform.NodeApplyableResource) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.data.aws_ami.stapler (clean up state)
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.data.aws_ami.stapler (clean up state) uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.stapler (clean up state)" (*terraform.NodeDestroyResource) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12 (clean up state)
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12 (clean up state) uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12 (clean up state)" (*terraform.NodeDestroyResource) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.fbctf (clean up state)
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.fbctf (clean up state) uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.fbctf (clean up state)" (*terraform.NodeDestroyResource) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.data.aws_ami.sickos (clean up state)
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.data.aws_ami.sickos (clean up state) uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.sickos (clean up state)" (*terraform.NodeDestroyResource) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos (clean up state)
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos (clean up state) uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos (clean up state)" (*terraform.NodeDestroyResource) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix[0]
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix[0] uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix[0]" (*terraform.NodeApplyableResourceInstance) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k12 (clean up state)
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k12 (clean up state) uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k12 (clean up state)" (*terraform.NodeDestroyResource) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.data.aws_ami.win8 (clean up state)
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.data.aws_ami.win8 (clean up state) uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.win8 (clean up state)" (*terraform.NodeDestroyResource) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu[0]
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu[0] uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu[0]" (*terraform.NodeApplyableResourceInstance) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.tpot (clean up state)
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.tpot (clean up state) uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.tpot (clean up state)" (*terraform.NodeDestroyResource) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8 (clean up state)
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8 (clean up state) uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8 (clean up state)" (*terraform.NodeDestroyResource) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.network.aws_nat_gateway.nat-b (prepare state)
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.network.aws_nat_gateway.nat-b (prepare state) uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.network.aws_nat_gateway.nat-b (prepare state)" (*terraform.NodeApplyableResource) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7[0]
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7[0] uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7[0]" (*terraform.NodeApplyableResourceInstance) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando (clean up state)
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando (clean up state) uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando (clean up state)" (*terraform.NodeDestroyResource) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_webgoat_and_kali
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_webgoat_and_kali uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_webgoat_and_kali" (*terraform.NodeApplyableResourceInstance) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando[0]
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando[0] uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando[0]" (*terraform.NodeApplyableResourceInstance) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.win2016 (clean up state)
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.win2016 (clean up state) uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.win2016 (clean up state)" (*terraform.NodeDestroyResource) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.data.aws_ami.mrrobot (clean up state)
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.data.aws_ami.mrrobot (clean up state) uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.mrrobot (clean up state)" (*terraform.NodeDestroyResource) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos[0]
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos[0] uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos[0]" (*terraform.NodeApplyableResourceInstance) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_kali_and_webgoat
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_kali_and_webgoat uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_kali_and_webgoat" (*terraform.NodeApplyableResourceInstance) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12 (clean up state)
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12 (clean up state) uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12 (clean up state)" (*terraform.NodeDestroyResource) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest (clean up state)
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest (clean up state) uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest (clean up state)" (*terraform.NodeDestroyResource) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.data.aws_ami.nnm (clean up state)
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.data.aws_ami.nnm (clean up state) uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.nnm (clean up state)" (*terraform.NodeDestroyResource) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower[0]
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower[0] uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower[0]" (*terraform.NodeApplyableResourceInstance) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.network.aws_internet_gateway.gw (prepare state)
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.network.aws_internet_gateway.gw (prepare state) uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.network.aws_internet_gateway.gw (prepare state)" (*terraform.NodeApplyableResource) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.data.aws_ami.win2k16 (clean up state)
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.data.aws_ami.win2k16 (clean up state) uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.win2k16 (clean up state)" (*terraform.NodeDestroyResource) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.win2008[0]
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.win2008[0] uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.win2008[0]" (*terraform.NodeApplyableResourceInstance) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.network.aws_route_table_association.private-b (prepare state)
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.network.aws_route_table_association.private-b (prepare state) uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.network.aws_route_table_association.private-b (prepare state)" (*terraform.NodeApplyableResource) needs provider.aws
2019/05/30 13:59:49 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.win7 (clean up state)
2019/05/30 13:59:49 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.win7 (clean up state) uses inherited configuration provider.aws
2019/05/30 13:59:49 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.win7 (clean up state)" (*terraform.NodeDestroyResource) needs provider.aws
2019/05/30 13:59:50 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.data.aws_ami.win7 (clean up state)
2019/05/30 13:59:50 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.data.aws_ami.win7 (clean up state) uses inherited configuration provider.aws
2019/05/30 13:59:50 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.win7 (clean up state)" (*terraform.NodeDestroyResource) needs provider.aws
2019/05/30 13:59:50 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos[0]
2019/05/30 13:59:50 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos[0] uses inherited configuration provider.aws
2019/05/30 13:59:50 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos[0]" (*terraform.NodeApplyableResourceInstance) needs provider.aws
2019/05/30 13:59:50 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.data.aws_ami.bulldog (clean up state)
2019/05/30 13:59:50 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.data.aws_ami.bulldog (clean up state) uses inherited configuration provider.aws
2019/05/30 13:59:50 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.bulldog (clean up state)" (*terraform.NodeDestroyResource) needs provider.aws
2019/05/30 13:59:50 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos (clean up state)
2019/05/30 13:59:50 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos (clean up state) uses inherited configuration provider.aws
2019/05/30 13:59:50 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos (clean up state)" (*terraform.NodeDestroyResource) needs provider.aws
2019/05/30 13:59:50 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.remnux[0]
2019/05/30 13:59:50 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.remnux[0] uses inherited configuration provider.aws
2019/05/30 13:59:50 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.remnux[0]" (*terraform.NodeApplyableResourceInstance) needs provider.aws
2019/05/30 13:59:50 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.network.aws_subnet.private-b (prepare state)
2019/05/30 13:59:50 [TRACE] ProviderTransformer: module.staging-infrastructure.module.network.aws_subnet.private-b (prepare state) uses inherited configuration provider.aws
2019/05/30 13:59:50 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.network.aws_subnet.private-b (prepare state)" (*terraform.NodeApplyableResource) needs provider.aws
2019/05/30 13:59:50 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.data.aws_ami.seed_ubuntu1604 (clean up state)
2019/05/30 13:59:50 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.data.aws_ami.seed_ubuntu1604 (clean up state) uses inherited configuration provider.aws
2019/05/30 13:59:50 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.seed_ubuntu1604 (clean up state)" (*terraform.NodeDestroyResource) needs provider.aws
2019/05/30 13:59:50 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix (clean up state)
2019/05/30 13:59:50 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix (clean up state) uses inherited configuration provider.aws
2019/05/30 13:59:50 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix (clean up state)" (*terraform.NodeDestroyResource) needs provider.aws
2019/05/30 13:59:50 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7 (clean up state)
2019/05/30 13:59:50 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7 (clean up state) uses inherited configuration provider.aws
2019/05/30 13:59:50 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7 (clean up state)" (*terraform.NodeDestroyResource) needs provider.aws
2019/05/30 13:59:50 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8[0]
2019/05/30 13:59:50 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8[0] uses inherited configuration provider.aws
2019/05/30 13:59:50 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8[0]" (*terraform.NodeApplyableResourceInstance) needs provider.aws
2019/05/30 13:59:50 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.network.aws_route_table_association.private-a (prepare state)
2019/05/30 13:59:50 [TRACE] ProviderTransformer: module.staging-infrastructure.module.network.aws_route_table_association.private-a (prepare state) uses inherited configuration provider.aws
2019/05/30 13:59:50 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.network.aws_route_table_association.private-a (prepare state)" (*terraform.NodeApplyableResource) needs provider.aws
2019/05/30 13:59:50 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler[0]
2019/05/30 13:59:50 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler[0] uses inherited configuration provider.aws
2019/05/30 13:59:50 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler[0]" (*terraform.NodeApplyableResourceInstance) needs provider.aws
2019/05/30 13:59:50 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.data.aws_ami.skytower (clean up state)
2019/05/30 13:59:50 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.data.aws_ami.skytower (clean up state) uses inherited configuration provider.aws
2019/05/30 13:59:50 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.skytower (clean up state)" (*terraform.NodeDestroyResource) needs provider.aws
2019/05/30 13:59:50 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.win2003 (clean up state)
2019/05/30 13:59:50 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.win2003 (clean up state) uses inherited configuration provider.aws
2019/05/30 13:59:50 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.win2003 (clean up state)" (*terraform.NodeDestroyResource) needs provider.aws
2019/05/30 13:59:50 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.win8 (clean up state)
2019/05/30 13:59:50 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.win8 (clean up state) uses inherited configuration provider.aws
2019/05/30 13:59:50 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.win8 (clean up state)" (*terraform.NodeDestroyResource) needs provider.aws
2019/05/30 13:59:50 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot (clean up state)
2019/05/30 13:59:50 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot (clean up state) uses inherited configuration provider.aws
2019/05/30 13:59:50 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot (clean up state)" (*terraform.NodeDestroyResource) needs provider.aws
2019/05/30 13:59:50 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.data.aws_ami.win2k10 (clean up state)
2019/05/30 13:59:50 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.data.aws_ami.win2k10 (clean up state) uses inherited configuration provider.aws
2019/05/30 13:59:50 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.win2k10 (clean up state)" (*terraform.NodeDestroyResource) needs provider.aws
2019/05/30 13:59:50 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.network.aws_vpc.main (prepare state)
2019/05/30 13:59:50 [TRACE] ProviderTransformer: module.staging-infrastructure.module.network.aws_vpc.main (prepare state) uses inherited configuration provider.aws
2019/05/30 13:59:50 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.network.aws_vpc.main (prepare state)" (*terraform.NodeApplyableResource) needs provider.aws
2019/05/30 13:59:50 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.nessus (clean up state)
2019/05/30 13:59:50 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.nessus (clean up state) uses inherited configuration provider.aws
2019/05/30 13:59:50 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.nessus (clean up state)" (*terraform.NodeDestroyResource) needs provider.aws
2019/05/30 13:59:50 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.kali[0]
2019/05/30 13:59:50 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.kali[0] uses inherited configuration provider.aws
2019/05/30 13:59:50 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.kali[0]" (*terraform.NodeApplyableResourceInstance) needs provider.aws
2019/05/30 13:59:50 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog[0]
2019/05/30 13:59:50 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog[0] uses inherited configuration provider.aws
2019/05/30 13:59:50 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog[0]" (*terraform.NodeApplyableResourceInstance) needs provider.aws
2019/05/30 13:59:50 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12_RTM (clean up state)
2019/05/30 13:59:50 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12_RTM (clean up state) uses inherited configuration provider.aws
2019/05/30 13:59:50 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12_RTM (clean up state)" (*terraform.NodeDestroyResource) needs provider.aws
2019/05/30 13:59:50 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.data.aws_ami.cuckoo-host (clean up state)
2019/05/30 13:59:50 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.data.aws_ami.cuckoo-host (clean up state) uses inherited configuration provider.aws
2019/05/30 13:59:50 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.cuckoo-host (clean up state)" (*terraform.NodeDestroyResource) needs provider.aws
2019/05/30 13:59:50 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.data.aws_ami.myhouse7 (clean up state)
2019/05/30 13:59:50 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.data.aws_ami.myhouse7 (clean up state) uses inherited configuration provider.aws
2019/05/30 13:59:50 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.myhouse7 (clean up state)" (*terraform.NodeDestroyResource) needs provider.aws
2019/05/30 13:59:50 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower (clean up state)
2019/05/30 13:59:50 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower (clean up state) uses inherited configuration provider.aws
2019/05/30 13:59:50 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower (clean up state)" (*terraform.NodeDestroyResource) needs provider.aws
2019/05/30 13:59:50 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_nix (clean up state)
2019/05/30 13:59:50 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_nix (clean up state) uses inherited configuration provider.aws
2019/05/30 13:59:50 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_nix (clean up state)" (*terraform.NodeDestroyResource) needs provider.aws
2019/05/30 13:59:50 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.network.aws_route_table_association.public-b (prepare state)
2019/05/30 13:59:50 [TRACE] ProviderTransformer: module.staging-infrastructure.module.network.aws_route_table_association.public-b (prepare state) uses inherited configuration provider.aws
2019/05/30 13:59:50 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.network.aws_route_table_association.public-b (prepare state)" (*terraform.NodeApplyableResource) needs provider.aws
2019/05/30 13:59:50 [TRACE] ProviderTransformer: looking for module.staging-infrastructure.provider.aws to serve module.staging-infrastructure.module.secdevops.data.aws_ami.nessus (clean up state)
2019/05/30 13:59:50 [TRACE] ProviderTransformer: module.staging-infrastructure.module.secdevops.data.aws_ami.nessus (clean up state) uses inherited configuration provider.aws
2019/05/30 13:59:50 [DEBUG] ProviderTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.nessus (clean up state)" (*terraform.NodeDestroyResource) needs provider.aws
2019/05/30 13:59:50 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
module.staging-infrastructure.module.network.aws_eip.nat-a (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_eip.nat-b (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_internet_gateway.gw (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_nat_gateway.nat-a (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_nat_gateway.nat-b (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_route_table.private-a (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_route_table.private-b (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_route_table.public-a (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_route_table.public-b (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_route_table_association.private-a (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_route_table_association.private-b (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_route_table_association.public-a (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_route_table_association.public-b (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_subnet.attacker_subnet (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_subnet.honeypot_subnet (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_subnet.malware_subnet (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_subnet.private-a (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_subnet.private-b (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_subnet.target_subnet (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_vpc.main (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.data.aws_availability_zones.available (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.output.attacker_subnet_id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.honeypot_subnet_id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.malware_subnet_id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.private-a-subnet-id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.private-b-subnet-id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.target_subnet_id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.vpc-cidr-block - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.vpc-id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.var.environment - *terraform.NodeApplyableModuleVariable
module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.docker (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.docker[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.docker[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.fbctf (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.fbctf[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.fbctf[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.kali (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.kali[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.kali[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.nessus (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.nessus[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.nessus[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.nnm (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.nnm[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.nnm[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.r7vm (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.r7vm[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.r7vm[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.remnux (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.remnux[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.remnux[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.sc (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.sc[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.sc[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.tpot (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.tpot[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.tpot[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.was (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.was[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.was[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2003 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2003[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2003[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2008 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2008[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2008[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2012 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2012[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2012[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2016 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2016[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2016[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2019 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2019[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2019[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win7[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win7[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win8[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win8[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_key_pair.circleci_key - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group.fbctf - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group.kali - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group.logger - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group.malware - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group.targets - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group.tpot - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group.windows - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_kali_and_webgoat - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_webgoat_and_kali - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_malware_to_malware - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.bulldog (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.centos (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.commando (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.cuckoo-host (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.flare (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.fristileaks (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.hackinos (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.kali (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.mrrobot (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k12 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k8 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_nix (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.myhouse7 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.nessus (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.nnm (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.r7 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.remnux (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.sc (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.seed_ubuntu1604 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.sickos (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.skytower (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.stapler (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.ubuntu (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.vulnos (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.was (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k10 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12_RTM (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k16 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k19 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k3 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k8 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win7 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win8 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.var.environment - *terraform.NodeApplyableModuleVariable
module.staging-state.aws_dynamodb_table.state-file-locking-table (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-state.var.environment - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
var.environment - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
------
2019/05/30 13:59:50 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2019/05/30 13:59:50 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2019/05/30 13:59:50 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer
2019/05/30 13:59:50 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes)
2019/05/30 13:59:50 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
module.staging-infrastructure.module.network.aws_eip.nat-a (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_eip.nat-b (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_internet_gateway.gw (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_nat_gateway.nat-a (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_nat_gateway.nat-b (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_route_table.private-a (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_route_table.private-b (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_route_table.public-a (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_route_table.public-b (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_route_table_association.private-a (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_route_table_association.private-b (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_route_table_association.public-a (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_route_table_association.public-b (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_subnet.attacker_subnet (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_subnet.honeypot_subnet (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_subnet.malware_subnet (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_subnet.private-a (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_subnet.private-b (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_subnet.target_subnet (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_vpc.main (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.data.aws_availability_zones.available (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.output.attacker_subnet_id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.honeypot_subnet_id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.malware_subnet_id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.private-a-subnet-id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.private-b-subnet-id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.target_subnet_id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.vpc-cidr-block - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.vpc-id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.var.environment - *terraform.NodeApplyableModuleVariable
module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.docker (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.docker[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.docker[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.fbctf (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.fbctf[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.fbctf[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.kali (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.kali[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.kali[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.nessus (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.nessus[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.nessus[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.nnm (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.nnm[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.nnm[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.r7vm (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.r7vm[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.r7vm[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.remnux (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.remnux[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.remnux[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.sc (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.sc[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.sc[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.tpot (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.tpot[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.tpot[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.was (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.was[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.was[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2003 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2003[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2003[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2008 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2008[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2008[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2012 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2012[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2012[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2016 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2016[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2016[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2019 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2019[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2019[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win7[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win7[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win8[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win8[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_key_pair.circleci_key - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group.fbctf - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group.kali - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group.logger - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group.malware - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group.targets - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group.tpot - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group.windows - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_kali_and_webgoat - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_webgoat_and_kali - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_malware_to_malware - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.bulldog (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.centos (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.commando (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.cuckoo-host (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.flare (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.fristileaks (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.hackinos (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.kali (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.mrrobot (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k12 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k8 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_nix (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.myhouse7 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.nessus (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.nnm (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.r7 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.remnux (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.sc (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.seed_ubuntu1604 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.sickos (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.skytower (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.stapler (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.ubuntu (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.vulnos (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.was (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k10 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12_RTM (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k16 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k19 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k3 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k8 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win7 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win8 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.var.environment - *terraform.NodeApplyableModuleVariable
module.staging-state.aws_dynamodb_table.state-file-locking-table (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-state.var.environment - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
var.environment - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
------
2019/05/30 13:59:50 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2019/05/30 13:59:50 [DEBUG] module.staging-infrastructure.module.secdevops is no longer in configuration
2019/05/30 13:59:50 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer with new graph:
module.staging-infrastructure.module.network.aws_eip.nat-a (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_eip.nat-b (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_internet_gateway.gw (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_nat_gateway.nat-a (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_nat_gateway.nat-b (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_route_table.private-a (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_route_table.private-b (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_route_table.public-a (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_route_table.public-b (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_route_table_association.private-a (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_route_table_association.private-b (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_route_table_association.public-a (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_route_table_association.public-b (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_subnet.attacker_subnet (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_subnet.honeypot_subnet (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_subnet.malware_subnet (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_subnet.private-a (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_subnet.private-b (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_subnet.target_subnet (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_vpc.main (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.data.aws_availability_zones.available (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.output.attacker_subnet_id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.honeypot_subnet_id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.malware_subnet_id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.private-a-subnet-id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.private-b-subnet-id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.target_subnet_id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.vpc-cidr-block - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.vpc-id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.var.environment - *terraform.NodeApplyableModuleVariable
module.staging-infrastructure.module.secdevops (removed) - *terraform.NodeModuleRemoved
module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.docker (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.docker[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.docker[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.fbctf (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.fbctf[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.fbctf[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.kali (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.kali[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.kali[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.nessus (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.nessus[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.nessus[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.nnm (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.nnm[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.nnm[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.r7vm (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.r7vm[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.r7vm[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.remnux (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.remnux[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.remnux[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.sc (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.sc[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.sc[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.tpot (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.tpot[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.tpot[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.was (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.was[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.was[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2003 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2003[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2003[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2008 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2008[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2008[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2012 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2012[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2012[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2016 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2016[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2016[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2019 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2019[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2019[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win7[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win7[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win8[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win8[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_key_pair.circleci_key - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group.fbctf - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group.kali - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group.logger - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group.malware - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group.targets - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group.tpot - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group.windows - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_kali_and_webgoat - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_webgoat_and_kali - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_malware_to_malware - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.bulldog (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.centos (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.commando (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.cuckoo-host (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.flare (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.fristileaks (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.hackinos (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.kali (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.mrrobot (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k12 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k8 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_nix (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.myhouse7 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.nessus (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.nnm (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.r7 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.remnux (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.sc (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.seed_ubuntu1604 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.sickos (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.skytower (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.stapler (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.ubuntu (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.vulnos (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.was (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k10 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12_RTM (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k16 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k19 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k3 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k8 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win7 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win8 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.var.environment - *terraform.NodeApplyableModuleVariable
module.staging-state.aws_dynamodb_table.state-file-locking-table (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-state.var.environment - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
var.environment - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
------
2019/05/30 13:59:50 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.tpot[0]
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.data.aws_ami.sickos (clean up state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.remnux[0]
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.network.aws_subnet.target_subnet (prepare state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_security_group.logger
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower[0]
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.data.aws_ami.seed_ubuntu1604 (clean up state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos (clean up state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu (clean up state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.network.aws_route_table.public-b (prepare state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.win2016 (clean up state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.data.aws_ami.centos (clean up state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos (clean up state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.docker[0]
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.win7 (clean up state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.network.aws_route_table_association.public-a (prepare state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.network.aws_subnet.malware_subnet (prepare state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_security_group.malware
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.data.aws_ami.win7 (clean up state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.network.aws_nat_gateway.nat-a (prepare state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.data.aws_ami.win2k10 (clean up state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.data.aws_ami.ubuntu (clean up state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.nnm[0]
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.nessus[0]
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.data.aws_ami.hackinos (clean up state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider.aws
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.network.aws_internet_gateway.gw (prepare state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.data.aws_ami.mrrobot (clean up state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.network.aws_route_table.private-b (prepare state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot[0]
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-state.aws_dynamodb_table.state-file-locking-table (prepare state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix[0]
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.docker (clean up state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.network.aws_nat_gateway.nat-b (prepare state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_security_group.fbctf
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_security_group.tpot
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7[0]
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM (clean up state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.network.aws_subnet.attacker_subnet (prepare state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.network.aws_vpc.main (prepare state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.network.aws_eip.nat-b (prepare state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_security_group.kali
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM[0]
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.win2019[0]
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.win8 (clean up state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.win2008 (clean up state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.network.aws_subnet.private-b (prepare state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_nix (clean up state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix (clean up state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.data.aws_ami.kali (clean up state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower (clean up state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.r7vm[0]
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog (clean up state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_key_pair.circleci_key
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.data.aws_ami.sc (clean up state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.nessus (clean up state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7 (clean up state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.data.aws_ami.win2k16 (clean up state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler (clean up state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.win2012 (clean up state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot (clean up state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.fbctf (clean up state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos[0]
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_security_group.windows
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.win7[0]
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks (clean up state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.data.aws_ami.r7 (clean up state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_security_group.targets
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8[0]
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.remnux (clean up state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.data.aws_ami.commando (clean up state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.data.aws_ami.win2k19 (clean up state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.network.aws_route_table.public-a (prepare state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos[0]
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.win2008[0]
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.sc (clean up state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.data.aws_ami.stapler (clean up state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7 (clean up state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.network.aws_subnet.honeypot_subnet (prepare state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.network.aws_route_table_association.private-b (prepare state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler[0]
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.kali[0]
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.data.aws_ami.win2k8 (clean up state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.data.aws_ami.win2k3 (clean up state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.network.aws_route_table_association.private-a (prepare state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12[0]
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12_RTM (clean up state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog[0]
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_webgoat_and_kali
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos[0]
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.sc[0]
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k12 (clean up state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando (clean up state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.data.aws_ami.flare (clean up state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.network.aws_route_table.private-a (prepare state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.data.aws_ami.skytower (clean up state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.data.aws_ami.cuckoo-host (clean up state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_kali_and_webgoat
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.data.aws_ami.win8 (clean up state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.data.aws_ami.bulldog (clean up state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.kali (clean up state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.data.aws_ami.remnux (clean up state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12 (clean up state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.fbctf[0]
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7[0]
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10[0]
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.win2012[0]
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.was[0]
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10 (clean up state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.win2019 (clean up state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_malware_to_malware
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k8 (clean up state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.data.aws_ami.myhouse7 (clean up state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando[0]
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu[0]
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.r7vm (clean up state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest (clean up state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.data.aws_ami.vulnos (clean up state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.network.aws_route_table_association.public-b (prepare state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos (clean up state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.data.aws_ami.fristileaks (clean up state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.win2003 (clean up state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.data.aws_ami.was (clean up state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.data.aws_ami.nessus (clean up state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12 (clean up state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks[0]
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.network.aws_eip.nat-a (prepare state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.network.data.aws_availability_zones.available (prepare state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest[0]
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.win2016[0]
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.tpot (clean up state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8 (clean up state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.was (clean up state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.network.aws_subnet.private-a (prepare state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.nnm (clean up state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.win8[0]
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.data.aws_ami.nnm (clean up state)
2019/05/30 13:59:50 [TRACE] AttachSchemaTransformer: attaching resource schema to module.staging-infrastructure.module.secdevops.aws_instance.win2003[0]
2019/05/30 13:59:50 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2019/05/30 13:59:50 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.network.aws_route_table.private-a (prepare state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_webgoat_and_kali" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos[0]" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.sc[0]" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k12 (clean up state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando (clean up state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.flare (clean up state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_kali_and_webgoat" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.skytower (clean up state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.cuckoo-host (clean up state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "var.environment" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.network.var.environment" references: [module.staging-infrastructure.var.environment]
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.fbctf[0]" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.win8 (clean up state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.bulldog (clean up state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.kali (clean up state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.remnux (clean up state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12 (clean up state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.network.output.vpc-id" references: [module.staging-infrastructure.module.network.aws_vpc.main (prepare state)]
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops (removed)" references: [module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_webgoat_and_kali module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_webgoat_and_kali module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos[0] module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos[0] module.staging-infrastructure.module.secdevops.aws_instance.sc[0] module.staging-infrastructure.module.secdevops.aws_instance.sc[0] module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k12 (clean up state) module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k12 (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando (clean up state) module.staging-infrastructure.module.secdevops.data.aws_ami.flare (clean up state) module.staging-infrastructure.module.secdevops.data.aws_ami.flare (clean up state) module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_kali_and_webgoat module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_kali_and_webgoat module.staging-infrastructure.module.secdevops.data.aws_ami.skytower (clean up state) module.staging-infrastructure.module.secdevops.data.aws_ami.skytower (clean up state) module.staging-infrastructure.module.secdevops.data.aws_ami.cuckoo-host (clean up state) module.staging-infrastructure.module.secdevops.data.aws_ami.cuckoo-host (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.fbctf[0] module.staging-infrastructure.module.secdevops.aws_instance.fbctf[0] module.staging-infrastructure.module.secdevops.data.aws_ami.win8 (clean up state) module.staging-infrastructure.module.secdevops.data.aws_ami.win8 (clean up state) module.staging-infrastructure.module.secdevops.data.aws_ami.bulldog (clean up state) module.staging-infrastructure.module.secdevops.data.aws_ami.bulldog (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.kali (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.kali (clean up state) module.staging-infrastructure.module.secdevops.data.aws_ami.remnux (clean up state) module.staging-infrastructure.module.secdevops.data.aws_ami.remnux (clean up state) module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12 (clean up state) module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12 (clean up state) module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_malware_to_malware module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_malware_to_malware module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7[0] module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7[0] module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10[0] module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10[0] module.staging-infrastructure.module.secdevops.aws_instance.win2012[0] module.staging-infrastructure.module.secdevops.aws_instance.win2012[0] module.staging-infrastructure.module.secdevops.aws_instance.was[0] module.staging-infrastructure.module.secdevops.aws_instance.was[0] module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10 (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10 (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.win2019 (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.win2019 (clean up state) module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k8 (clean up state) module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k8 (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando[0] module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando[0] module.staging-infrastructure.module.secdevops.data.aws_ami.myhouse7 (clean up state) module.staging-infrastructure.module.secdevops.data.aws_ami.myhouse7 (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu[0] module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu[0] module.staging-infrastructure.module.secdevops.aws_instance.r7vm (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.r7vm (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest (clean up state) module.staging-infrastructure.module.secdevops.data.aws_ami.vulnos (clean up state) module.staging-infrastructure.module.secdevops.data.aws_ami.vulnos (clean up state) module.staging-infrastructure.module.secdevops.data.aws_ami.nessus (clean up state) module.staging-infrastructure.module.secdevops.data.aws_ami.nessus (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos (clean up state) module.staging-infrastructure.module.secdevops.data.aws_ami.fristileaks (clean up state) module.staging-infrastructure.module.secdevops.data.aws_ami.fristileaks (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.win2003 (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.win2003 (clean up state) module.staging-infrastructure.module.secdevops.data.aws_ami.was (clean up state) module.staging-infrastructure.module.secdevops.data.aws_ami.was (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks[0] module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks[0] module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12 (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12 (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.was (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.was (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest[0] module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest[0] module.staging-infrastructure.module.secdevops.aws_instance.win2016[0] module.staging-infrastructure.module.secdevops.aws_instance.win2016[0] module.staging-infrastructure.module.secdevops.aws_instance.tpot (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.tpot (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8 (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8 (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.nnm (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.nnm (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.win2003[0] module.staging-infrastructure.module.secdevops.aws_instance.win2003[0] module.staging-infrastructure.module.secdevops.aws_instance.win8[0] module.staging-infrastructure.module.secdevops.aws_instance.win8[0] module.staging-infrastructure.module.secdevops.data.aws_ami.nnm (clean up state) module.staging-infrastructure.module.secdevops.data.aws_ami.nnm (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.remnux[0] module.staging-infrastructure.module.secdevops.aws_instance.remnux[0] module.staging-infrastructure.module.secdevops.aws_instance.tpot[0] module.staging-infrastructure.module.secdevops.aws_instance.tpot[0] module.staging-infrastructure.module.secdevops.data.aws_ami.sickos (clean up state) module.staging-infrastructure.module.secdevops.data.aws_ami.sickos (clean up state) module.staging-infrastructure.module.secdevops.aws_security_group.logger module.staging-infrastructure.module.secdevops.aws_security_group.logger module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower[0] module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower[0] module.staging-infrastructure.module.secdevops.data.aws_ami.seed_ubuntu1604 (clean up state) module.staging-infrastructure.module.secdevops.data.aws_ami.seed_ubuntu1604 (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.win2016 (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.win2016 (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.docker[0] module.staging-infrastructure.module.secdevops.aws_instance.docker[0] module.staging-infrastructure.module.secdevops.data.aws_ami.centos (clean up state) module.staging-infrastructure.module.secdevops.data.aws_ami.centos (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.win7 (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.win7 (clean up state) module.staging-infrastructure.module.secdevops.aws_security_group.malware module.staging-infrastructure.module.secdevops.aws_security_group.malware module.staging-infrastructure.module.secdevops.data.aws_ami.win7 (clean up state) module.staging-infrastructure.module.secdevops.data.aws_ami.win7 (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.nnm[0] module.staging-infrastructure.module.secdevops.aws_instance.nnm[0] module.staging-infrastructure.module.secdevops.data.aws_ami.win2k10 (clean up state) module.staging-infrastructure.module.secdevops.data.aws_ami.win2k10 (clean up state) module.staging-infrastructure.module.secdevops.data.aws_ami.ubuntu (clean up state) module.staging-infrastructure.module.secdevops.data.aws_ami.ubuntu (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.nessus[0] module.staging-infrastructure.module.secdevops.aws_instance.nessus[0] module.staging-infrastructure.module.secdevops.data.aws_ami.hackinos (clean up state) module.staging-infrastructure.module.secdevops.data.aws_ami.hackinos (clean up state) module.staging-infrastructure.module.secdevops.data.aws_ami.mrrobot (clean up state) module.staging-infrastructure.module.secdevops.data.aws_ami.mrrobot (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot[0] module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot[0] module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix[0] module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix[0] module.staging-infrastructure.module.secdevops.aws_instance.docker (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.docker (clean up state) module.staging-infrastructure.module.secdevops.aws_security_group.fbctf module.staging-infrastructure.module.secdevops.aws_security_group.fbctf module.staging-infrastructure.module.secdevops.aws_security_group.tpot module.staging-infrastructure.module.secdevops.aws_security_group.tpot module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7[0] module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7[0] module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.win2008 (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.win2008 (clean up state) module.staging-infrastructure.module.secdevops.aws_security_group.kali module.staging-infrastructure.module.secdevops.aws_security_group.kali module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM[0] module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM[0] module.staging-infrastructure.module.secdevops.aws_instance.win2019[0] module.staging-infrastructure.module.secdevops.aws_instance.win2019[0] module.staging-infrastructure.module.secdevops.aws_instance.win8 (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.win8 (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower (clean up state) module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_nix (clean up state) module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_nix (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix (clean up state) module.staging-infrastructure.module.secdevops.data.aws_ami.kali (clean up state) module.staging-infrastructure.module.secdevops.data.aws_ami.kali (clean up state) module.staging-infrastructure.module.secdevops.aws_key_pair.circleci_key module.staging-infrastructure.module.secdevops.aws_key_pair.circleci_key module.staging-infrastructure.module.secdevops.aws_instance.r7vm[0] module.staging-infrastructure.module.secdevops.aws_instance.r7vm[0] module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.nessus (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.nessus (clean up state) module.staging-infrastructure.module.secdevops.data.aws_ami.sc (clean up state) module.staging-infrastructure.module.secdevops.data.aws_ami.sc (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos[0] module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos[0] module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7 (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7 (clean up state) module.staging-infrastructure.module.secdevops.data.aws_ami.win2k16 (clean up state) module.staging-infrastructure.module.secdevops.data.aws_ami.win2k16 (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.win2012 (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.win2012 (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.fbctf (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.fbctf (clean up state) module.staging-infrastructure.module.secdevops.aws_security_group.targets module.staging-infrastructure.module.secdevops.aws_security_group.targets module.staging-infrastructure.module.secdevops.aws_security_group.windows module.staging-infrastructure.module.secdevops.aws_security_group.windows module.staging-infrastructure.module.secdevops.aws_instance.win7[0] module.staging-infrastructure.module.secdevops.aws_instance.win7[0] module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks (clean up state) module.staging-infrastructure.module.secdevops.data.aws_ami.r7 (clean up state) module.staging-infrastructure.module.secdevops.data.aws_ami.r7 (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8[0] module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8[0] module.staging-infrastructure.module.secdevops.aws_instance.remnux (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.remnux (clean up state) module.staging-infrastructure.module.secdevops.data.aws_ami.commando (clean up state) module.staging-infrastructure.module.secdevops.data.aws_ami.commando (clean up state) module.staging-infrastructure.module.secdevops.data.aws_ami.win2k19 (clean up state) module.staging-infrastructure.module.secdevops.data.aws_ami.win2k19 (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos[0] module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos[0] module.staging-infrastructure.module.secdevops.aws_instance.win2008[0] module.staging-infrastructure.module.secdevops.aws_instance.win2008[0] module.staging-infrastructure.module.secdevops.aws_instance.sc (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.sc (clean up state) module.staging-infrastructure.module.secdevops.data.aws_ami.stapler (clean up state) module.staging-infrastructure.module.secdevops.data.aws_ami.stapler (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7 (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7 (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler[0] module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler[0] module.staging-infrastructure.module.secdevops.aws_instance.kali[0] module.staging-infrastructure.module.secdevops.aws_instance.kali[0] module.staging-infrastructure.module.secdevops.data.aws_ami.win2k8 (clean up state) module.staging-infrastructure.module.secdevops.data.aws_ami.win2k8 (clean up state) module.staging-infrastructure.module.secdevops.data.aws_ami.win2k3 (clean up state) module.staging-infrastructure.module.secdevops.data.aws_ami.win2k3 (clean up state) module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog[0] module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog[0] module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12[0] module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12[0] module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12_RTM (clean up state) module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12_RTM (clean up state)]
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_malware_to_malware" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7[0]" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10[0]" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.win2012[0]" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.was[0]" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10 (clean up state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.win2019 (clean up state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k8 (clean up state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando[0]" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.myhouse7 (clean up state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-state.var.environment" references: [var.environment]
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.network.aws_route_table_association.public-b (prepare state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu[0]" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.r7vm (clean up state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest (clean up state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.vulnos (clean up state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.nessus (clean up state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos (clean up state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.fristileaks (clean up state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.win2003 (clean up state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.was (clean up state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks[0]" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12 (clean up state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.network.output.vpc-cidr-block" references: [module.staging-infrastructure.module.network.aws_vpc.main (prepare state)]
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.was (clean up state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.network.aws_subnet.private-a (prepare state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.network.aws_eip.nat-a (prepare state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.network.data.aws_availability_zones.available (prepare state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest[0]" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.win2016[0]" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.tpot (clean up state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8 (clean up state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.nnm (clean up state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.win2003[0]" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.win8[0]" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.nnm (clean up state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.remnux[0]" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.tpot[0]" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.sickos (clean up state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.network.output.attacker_subnet_id" references: [module.staging-infrastructure.module.network.aws_subnet.attacker_subnet (prepare state)]
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.network.output.target_subnet_id" references: [module.staging-infrastructure.module.network.aws_subnet.target_subnet (prepare state)]
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.network.aws_route_table.public-b (prepare state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.network.aws_subnet.target_subnet (prepare state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_security_group.logger" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower[0]" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.seed_ubuntu1604 (clean up state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos (clean up state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu (clean up state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.win2016 (clean up state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.network.output.honeypot_subnet_id" references: [module.staging-infrastructure.module.network.aws_subnet.honeypot_subnet (prepare state)]
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.docker[0]" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.centos (clean up state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos (clean up state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.network.aws_route_table_association.public-a (prepare state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.win7 (clean up state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.network.output.private-b-subnet-id" references: [module.staging-infrastructure.module.network.aws_subnet.private-b (prepare state)]
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.network.output.malware_subnet_id" references: [module.staging-infrastructure.module.network.aws_subnet.malware_subnet (prepare state)]
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.network.aws_nat_gateway.nat-a (prepare state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.network.aws_subnet.malware_subnet (prepare state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_security_group.malware" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.win7 (clean up state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.nnm[0]" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.win2k10 (clean up state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.ubuntu (clean up state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.network.aws_internet_gateway.gw (prepare state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.nessus[0]" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.hackinos (clean up state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "provider.aws" references: [var.region]
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.network.aws_route_table.private-b (prepare state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.mrrobot (clean up state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-state.aws_dynamodb_table.state-file-locking-table (prepare state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot[0]" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.network.aws_nat_gateway.nat-b (prepare state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix[0]" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.docker (clean up state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.network.aws_subnet.attacker_subnet (prepare state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_security_group.fbctf" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_security_group.tpot" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7[0]" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM (clean up state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.network.output.private-a-subnet-id" references: [module.staging-infrastructure.module.network.aws_subnet.private-a (prepare state)]
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.win2008 (clean up state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.network.aws_subnet.private-b (prepare state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.network.aws_vpc.main (prepare state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.network.aws_eip.nat-b (prepare state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_security_group.kali" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM[0]" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.win2019[0]" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.win8 (clean up state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower (clean up state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_nix (clean up state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix (clean up state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.kali (clean up state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_key_pair.circleci_key" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.r7vm[0]" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog (clean up state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.nessus (clean up state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.sc (clean up state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.var.environment" references: [var.environment]
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos[0]" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7 (clean up state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.win2k16 (clean up state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler (clean up state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.win2012 (clean up state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot (clean up state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.fbctf (clean up state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_security_group.targets" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_security_group.windows" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.win7[0]" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks (clean up state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.r7 (clean up state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "var.region" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.network.aws_route_table.public-a (prepare state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8[0]" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.remnux (clean up state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.commando (clean up state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.win2k19 (clean up state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.network.aws_subnet.honeypot_subnet (prepare state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos[0]" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.win2008[0]" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.sc (clean up state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.stapler (clean up state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7 (clean up state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.network.aws_route_table_association.private-a (prepare state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.network.aws_route_table_association.private-b (prepare state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler[0]" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.kali[0]" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.win2k8 (clean up state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.win2k3 (clean up state)" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog[0]" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12[0]" references: []
2019/05/30 13:59:50 [DEBUG] ReferenceTransformer: "module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12_RTM (clean up state)" references: []
2019/05/30 13:59:50 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
module.staging-infrastructure.module.network.aws_eip.nat-a (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_eip.nat-b (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_internet_gateway.gw (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_nat_gateway.nat-a (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_nat_gateway.nat-b (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_route_table.private-a (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_route_table.private-b (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_route_table.public-a (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_route_table.public-b (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_route_table_association.private-a (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_route_table_association.private-b (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_route_table_association.public-a (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_route_table_association.public-b (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_subnet.attacker_subnet (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_subnet.honeypot_subnet (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_subnet.malware_subnet (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_subnet.private-a (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_subnet.private-b (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_subnet.target_subnet (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_vpc.main (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.data.aws_availability_zones.available (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.output.attacker_subnet_id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.aws_subnet.attacker_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.output.honeypot_subnet_id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.aws_subnet.honeypot_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.output.malware_subnet_id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.aws_subnet.malware_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.output.private-a-subnet-id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.aws_subnet.private-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.output.private-b-subnet-id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.aws_subnet.private-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.output.target_subnet_id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.aws_subnet.target_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.output.vpc-cidr-block - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.aws_vpc.main (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.output.vpc-id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.aws_vpc.main (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.var.environment - *terraform.NodeApplyableModuleVariable
module.staging-infrastructure.var.environment - *terraform.NodeApplyableModuleVariable
module.staging-infrastructure.module.secdevops (removed) - *terraform.NodeModuleRemoved
module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.docker (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.docker[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.fbctf (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.fbctf[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.kali (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.kali[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.nessus (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.nessus[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.nnm (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.nnm[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.r7vm (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.r7vm[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.remnux (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.remnux[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.sc (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.sc[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.tpot (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.tpot[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.was (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.was[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2003 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2003[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2008 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2008[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2012 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2012[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2016 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2016[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2019 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2019[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win7[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win8[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_key_pair.circleci_key - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.fbctf - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.kali - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.logger - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.malware - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.targets - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.tpot - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.windows - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_kali_and_webgoat - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_webgoat_and_kali - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_malware_to_malware - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.data.aws_ami.bulldog (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.centos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.commando (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.cuckoo-host (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.flare (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.fristileaks (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.hackinos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.kali (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.mrrobot (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k12 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_nix (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.myhouse7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.nessus (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.nnm (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.r7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.remnux (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.sc (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.seed_ubuntu1604 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.sickos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.skytower (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.stapler (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.ubuntu (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.vulnos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.was (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k10 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12_RTM (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k16 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k19 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k3 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.docker (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.docker[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.docker[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.fbctf (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.fbctf[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.fbctf[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.kali (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.kali[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.kali[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.nessus (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.nessus[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.nessus[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.nnm (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.nnm[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.nnm[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.r7vm (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.r7vm[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.r7vm[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.remnux (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.remnux[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.remnux[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.sc (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.sc[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.sc[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.tpot (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.tpot[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.tpot[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.was (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.was[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.was[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2003 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2003[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2003[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2008 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2008[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2008[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2012 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2012[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2012[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2016 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2016[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2016[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2019 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2019[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2019[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win7[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win7[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win8[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win8[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_key_pair.circleci_key - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group.fbctf - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group.kali - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group.logger - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group.malware - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group.targets - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group.tpot - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group.windows - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_kali_and_webgoat - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_webgoat_and_kali - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_malware_to_malware - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.bulldog (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.centos (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.commando (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.cuckoo-host (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.flare (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.fristileaks (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.hackinos (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.kali (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.mrrobot (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k12 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k8 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_nix (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.myhouse7 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.nessus (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.nnm (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.r7 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.remnux (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.sc (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.seed_ubuntu1604 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.sickos (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.skytower (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.stapler (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.ubuntu (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.vulnos (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.was (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k10 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12_RTM (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k16 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k19 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k3 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k8 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win7 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win8 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.var.environment - *terraform.NodeApplyableModuleVariable
var.environment - *terraform.NodeRootVariable
module.staging-state.aws_dynamodb_table.state-file-locking-table (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-state.var.environment - *terraform.NodeApplyableModuleVariable
var.environment - *terraform.NodeRootVariable
provider.aws - *terraform.NodeApplyableProvider
var.region - *terraform.NodeRootVariable
var.environment - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
------
2019/05/30 13:59:50 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer
2019/05/30 13:59:50 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph:
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
module.staging-infrastructure.module.network.aws_eip.nat-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_eip.nat-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_internet_gateway.gw (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_nat_gateway.nat-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_nat_gateway.nat-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table.private-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table.private-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table.public-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table.public-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table_association.private-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table_association.private-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table_association.public-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table_association.public-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.attacker_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.honeypot_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.malware_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.private-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.private-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.target_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_vpc.main (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.data.aws_availability_zones.available (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.output.attacker_subnet_id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.honeypot_subnet_id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.malware_subnet_id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.private-a-subnet-id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.private-b-subnet-id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.target_subnet_id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.vpc-cidr-block - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.vpc-id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.var.environment - *terraform.NodeApplyableModuleVariable
module.staging-infrastructure.module.secdevops (removed) - *terraform.NodeModuleRemoved
module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.docker (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.docker[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.fbctf (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.fbctf[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.kali (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.kali[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.nessus (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.nessus[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.nnm (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.nnm[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.r7vm (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.r7vm[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.remnux (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.remnux[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.sc (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.sc[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.tpot (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.tpot[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.was (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.was[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2003 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2003[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2008 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2008[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2012 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2012[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2016 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2016[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2019 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2019[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win7[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win8[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_key_pair.circleci_key - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.fbctf - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.kali - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.logger - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.malware - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.targets - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.tpot - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.windows - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_kali_and_webgoat - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_webgoat_and_kali - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_malware_to_malware - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.data.aws_ami.bulldog (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.centos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.commando (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.cuckoo-host (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.flare (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.fristileaks (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.hackinos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.kali (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.mrrobot (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k12 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_nix (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.myhouse7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.nessus (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.nnm (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.r7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.remnux (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.sc (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.seed_ubuntu1604 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.sickos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.skytower (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.stapler (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.ubuntu (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.vulnos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.was (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k10 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12_RTM (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k16 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k19 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k3 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.var.environment - *terraform.NodeApplyableModuleVariable
module.staging-state.aws_dynamodb_table.state-file-locking-table (prepare state) - *terraform.NodeApplyableResource
module.staging-state.var.environment - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
var.environment - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
module.staging-infrastructure.module.network.aws_eip.nat-a (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_eip.nat-b (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_internet_gateway.gw (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_nat_gateway.nat-a (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_nat_gateway.nat-b (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_route_table.private-a (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_route_table.private-b (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_route_table.public-a (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_route_table.public-b (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_route_table_association.private-a (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_route_table_association.private-b (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_route_table_association.public-a (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_route_table_association.public-b (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_subnet.attacker_subnet (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_subnet.honeypot_subnet (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_subnet.malware_subnet (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_subnet.private-a (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_subnet.private-b (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_subnet.target_subnet (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_vpc.main (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.data.aws_availability_zones.available (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.output.attacker_subnet_id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.aws_subnet.attacker_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.output.honeypot_subnet_id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.aws_subnet.honeypot_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.output.malware_subnet_id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.aws_subnet.malware_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.output.private-a-subnet-id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.aws_subnet.private-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.output.private-b-subnet-id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.aws_subnet.private-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.output.target_subnet_id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.aws_subnet.target_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.output.vpc-cidr-block - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.aws_vpc.main (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.output.vpc-id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.aws_vpc.main (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.var.environment - *terraform.NodeApplyableModuleVariable
module.staging-infrastructure.var.environment - *terraform.NodeApplyableModuleVariable
module.staging-infrastructure.module.secdevops (removed) - *terraform.NodeModuleRemoved
module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.docker (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.docker[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.fbctf (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.fbctf[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.kali (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.kali[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.nessus (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.nessus[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.nnm (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.nnm[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.r7vm (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.r7vm[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.remnux (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.remnux[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.sc (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.sc[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.tpot (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.tpot[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.was (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.was[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2003 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2003[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2008 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2008[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2012 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2012[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2016 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2016[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2019 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2019[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win7[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win8[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_key_pair.circleci_key - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.fbctf - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.kali - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.logger - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.malware - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.targets - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.tpot - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.windows - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_kali_and_webgoat - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_webgoat_and_kali - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_malware_to_malware - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.data.aws_ami.bulldog (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.centos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.commando (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.cuckoo-host (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.flare (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.fristileaks (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.hackinos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.kali (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.mrrobot (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k12 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_nix (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.myhouse7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.nessus (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.nnm (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.r7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.remnux (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.sc (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.seed_ubuntu1604 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.sickos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.skytower (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.stapler (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.ubuntu (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.vulnos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.was (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k10 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12_RTM (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k16 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k19 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k3 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.docker (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.docker[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.docker[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.fbctf (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.fbctf[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.fbctf[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.kali (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.kali[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.kali[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.nessus (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.nessus[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.nessus[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.nnm (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.nnm[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.nnm[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.r7vm (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.r7vm[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.r7vm[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.remnux (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.remnux[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.remnux[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.sc (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.sc[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.sc[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.tpot (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.tpot[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.tpot[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.was (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.was[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.was[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2003 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2003[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2003[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2008 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2008[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2008[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2012 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2012[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2012[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2016 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2016[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2016[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2019 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2019[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2019[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win7[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win7[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win8[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win8[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_key_pair.circleci_key - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group.fbctf - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group.kali - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group.logger - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group.malware - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group.targets - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group.tpot - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group.windows - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_kali_and_webgoat - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_webgoat_and_kali - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_malware_to_malware - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.bulldog (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.centos (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.commando (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.cuckoo-host (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.flare (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.fristileaks (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.hackinos (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.kali (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.mrrobot (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k12 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k8 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_nix (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.myhouse7 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.nessus (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.nnm (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.r7 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.remnux (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.sc (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.seed_ubuntu1604 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.sickos (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.skytower (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.stapler (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.ubuntu (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.vulnos (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.was (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k10 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12_RTM (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k16 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k19 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k3 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k8 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win7 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win8 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.var.environment - *terraform.NodeApplyableModuleVariable
var.environment - *terraform.NodeRootVariable
module.staging-state.aws_dynamodb_table.state-file-locking-table (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-state.var.environment - *terraform.NodeApplyableModuleVariable
var.environment - *terraform.NodeRootVariable
provider.aws - *terraform.NodeApplyableProvider
var.region - *terraform.NodeRootVariable
var.environment - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
------
2019/05/30 13:59:50 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/05/30 13:59:50 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/05/30 13:59:50 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2019/05/30 13:59:50 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
module.staging-infrastructure.module.network.aws_eip.nat-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_eip.nat-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_internet_gateway.gw (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_nat_gateway.nat-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_nat_gateway.nat-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table.private-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table.private-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table.public-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table.public-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table_association.private-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table_association.private-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table_association.public-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table_association.public-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.attacker_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.honeypot_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.malware_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.private-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.private-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.target_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_vpc.main (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.data.aws_availability_zones.available (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.output.attacker_subnet_id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.honeypot_subnet_id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.malware_subnet_id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.private-a-subnet-id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.private-b-subnet-id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.target_subnet_id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.vpc-cidr-block - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.vpc-id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.var.environment - *terraform.NodeApplyableModuleVariable
module.staging-infrastructure.module.secdevops (removed) - *terraform.NodeModuleRemoved
module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.docker (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.docker[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.fbctf (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.fbctf[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.kali (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.kali[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.nessus (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.nessus[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.nnm (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.nnm[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.r7vm (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.r7vm[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.remnux (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.remnux[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.sc (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.sc[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.tpot (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.tpot[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.was (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.was[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2003 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2003[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2008 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2008[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2012 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2012[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2016 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2016[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2019 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2019[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win7[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win8[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_key_pair.circleci_key - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.fbctf - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.kali - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.logger - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.malware - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.targets - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.tpot - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.windows - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_kali_and_webgoat - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_webgoat_and_kali - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_malware_to_malware - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.data.aws_ami.bulldog (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.centos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.commando (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.cuckoo-host (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.flare (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.fristileaks (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.hackinos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.kali (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.mrrobot (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k12 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_nix (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.myhouse7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.nessus (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.nnm (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.r7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.remnux (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.sc (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.seed_ubuntu1604 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.sickos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.skytower (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.stapler (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.ubuntu (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.vulnos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.was (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k10 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12_RTM (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k16 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k19 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k3 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.var.environment - *terraform.NodeApplyableModuleVariable
module.staging-state.aws_dynamodb_table.state-file-locking-table (prepare state) - *terraform.NodeApplyableResource
module.staging-state.var.environment - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
var.environment - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
module.staging-infrastructure.module.network.aws_eip.nat-a (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_eip.nat-b (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_internet_gateway.gw (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_nat_gateway.nat-a (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_nat_gateway.nat-b (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_route_table.private-a (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_route_table.private-b (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_route_table.public-a (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_route_table.public-b (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_route_table_association.private-a (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_route_table_association.private-b (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_route_table_association.public-a (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_route_table_association.public-b (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_subnet.attacker_subnet (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_subnet.honeypot_subnet (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_subnet.malware_subnet (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_subnet.private-a (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_subnet.private-b (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_subnet.target_subnet (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_vpc.main (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.data.aws_availability_zones.available (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.output.attacker_subnet_id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.aws_subnet.attacker_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.output.honeypot_subnet_id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.aws_subnet.honeypot_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.output.malware_subnet_id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.aws_subnet.malware_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.output.private-a-subnet-id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.aws_subnet.private-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.output.private-b-subnet-id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.aws_subnet.private-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.output.target_subnet_id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.aws_subnet.target_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.output.vpc-cidr-block - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.aws_vpc.main (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.output.vpc-id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.aws_vpc.main (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.var.environment - *terraform.NodeApplyableModuleVariable
module.staging-infrastructure.var.environment - *terraform.NodeApplyableModuleVariable
module.staging-infrastructure.module.secdevops (removed) - *terraform.NodeModuleRemoved
module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.docker (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.docker[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.fbctf (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.fbctf[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.kali (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.kali[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.nessus (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.nessus[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.nnm (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.nnm[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.r7vm (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.r7vm[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.remnux (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.remnux[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.sc (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.sc[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.tpot (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.tpot[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.was (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.was[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2003 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2003[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2008 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2008[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2012 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2012[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2016 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2016[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2019 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2019[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win7[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win8[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_key_pair.circleci_key - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.fbctf - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.kali - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.logger - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.malware - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.targets - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.tpot - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.windows - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_kali_and_webgoat - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_webgoat_and_kali - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_malware_to_malware - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.data.aws_ami.bulldog (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.centos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.commando (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.cuckoo-host (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.flare (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.fristileaks (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.hackinos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.kali (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.mrrobot (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k12 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_nix (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.myhouse7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.nessus (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.nnm (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.r7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.remnux (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.sc (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.seed_ubuntu1604 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.sickos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.skytower (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.stapler (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.ubuntu (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.vulnos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.was (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k10 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12_RTM (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k16 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k19 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k3 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.docker (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.docker[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.docker[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.fbctf (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.fbctf[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.fbctf[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.kali (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.kali[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.kali[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.nessus (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.nessus[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.nessus[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.nnm (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.nnm[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.nnm[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.r7vm (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.r7vm[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.r7vm[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.remnux (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.remnux[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.remnux[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.sc (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.sc[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.sc[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.tpot (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.tpot[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.tpot[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.was (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.was[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.was[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2003 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2003[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2003[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2008 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2008[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2008[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2012 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2012[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2012[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2016 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2016[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2016[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2019 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2019[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2019[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win7[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win7[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win8[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win8[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_key_pair.circleci_key - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group.fbctf - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group.kali - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group.logger - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group.malware - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group.targets - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group.tpot - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group.windows - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_kali_and_webgoat - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_webgoat_and_kali - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_malware_to_malware - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.bulldog (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.centos (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.commando (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.cuckoo-host (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.flare (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.fristileaks (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.hackinos (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.kali (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.mrrobot (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k12 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k8 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_nix (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.myhouse7 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.nessus (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.nnm (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.r7 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.remnux (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.sc (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.seed_ubuntu1604 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.sickos (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.skytower (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.stapler (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.ubuntu (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.vulnos (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.was (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k10 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12_RTM (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k16 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k19 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k3 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k8 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win7 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win8 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.var.environment - *terraform.NodeApplyableModuleVariable
var.environment - *terraform.NodeRootVariable
module.staging-state.aws_dynamodb_table.state-file-locking-table (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-state.var.environment - *terraform.NodeApplyableModuleVariable
var.environment - *terraform.NodeRootVariable
provider.aws - *terraform.NodeApplyableProvider
var.region - *terraform.NodeRootVariable
provider.aws (close) - *terraform.graphNodeCloseProvider
module.staging-infrastructure.module.network.aws_eip.nat-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_eip.nat-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_internet_gateway.gw (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_nat_gateway.nat-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_nat_gateway.nat-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table.private-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table.private-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table.public-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table.public-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table_association.private-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table_association.private-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table_association.public-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table_association.public-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.attacker_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.honeypot_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.malware_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.private-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.private-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.target_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_vpc.main (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.data.aws_availability_zones.available (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.docker (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.docker[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.fbctf (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.fbctf[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.kali (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.kali[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.nessus (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.nessus[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.nnm (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.nnm[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.r7vm (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.r7vm[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.remnux (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.remnux[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.sc (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.sc[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.tpot (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.tpot[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.was (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.was[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2003 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2003[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2008 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2008[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2012 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2012[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2016 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2016[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2019 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2019[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win7[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win8[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_key_pair.circleci_key - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.fbctf - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.kali - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.logger - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.malware - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.targets - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.tpot - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.windows - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_kali_and_webgoat - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_webgoat_and_kali - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_malware_to_malware - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.data.aws_ami.bulldog (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.centos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.commando (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.cuckoo-host (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.flare (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.fristileaks (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.hackinos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.kali (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.mrrobot (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k12 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_nix (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.myhouse7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.nessus (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.nnm (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.r7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.remnux (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.sc (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.seed_ubuntu1604 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.sickos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.skytower (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.stapler (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.ubuntu (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.vulnos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.was (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k10 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12_RTM (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k16 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k19 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k3 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win8 (clean up state) - *terraform.NodeDestroyResource
module.staging-state.aws_dynamodb_table.state-file-locking-table (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
var.environment - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
------
2019/05/30 13:59:50 [TRACE] Executing graph transform *terraform.CloseProvisionerTransformer
2019/05/30 13:59:50 [TRACE] Completed graph transform *terraform.CloseProvisionerTransformer (no changes)
2019/05/30 13:59:50 [TRACE] Executing graph transform *terraform.RootTransformer
2019/05/30 13:59:50 [TRACE] Completed graph transform *terraform.RootTransformer with new graph:
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
module.staging-infrastructure.module.network.aws_eip.nat-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_eip.nat-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_internet_gateway.gw (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_nat_gateway.nat-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_nat_gateway.nat-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table.private-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table.private-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table.public-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table.public-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table_association.private-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table_association.private-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table_association.public-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table_association.public-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.attacker_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.honeypot_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.malware_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.private-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.private-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.target_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_vpc.main (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.data.aws_availability_zones.available (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.output.attacker_subnet_id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.honeypot_subnet_id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.malware_subnet_id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.private-a-subnet-id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.private-b-subnet-id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.target_subnet_id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.vpc-cidr-block - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.vpc-id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.var.environment - *terraform.NodeApplyableModuleVariable
module.staging-infrastructure.module.secdevops (removed) - *terraform.NodeModuleRemoved
module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.docker (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.docker[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.fbctf (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.fbctf[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.kali (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.kali[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.nessus (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.nessus[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.nnm (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.nnm[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.r7vm (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.r7vm[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.remnux (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.remnux[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.sc (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.sc[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.tpot (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.tpot[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.was (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.was[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2003 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2003[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2008 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2008[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2012 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2012[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2016 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2016[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2019 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2019[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win7[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win8[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_key_pair.circleci_key - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.fbctf - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.kali - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.logger - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.malware - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.targets - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.tpot - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.windows - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_kali_and_webgoat - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_webgoat_and_kali - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_malware_to_malware - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.data.aws_ami.bulldog (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.centos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.commando (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.cuckoo-host (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.flare (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.fristileaks (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.hackinos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.kali (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.mrrobot (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k12 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_nix (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.myhouse7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.nessus (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.nnm (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.r7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.remnux (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.sc (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.seed_ubuntu1604 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.sickos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.skytower (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.stapler (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.ubuntu (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.vulnos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.was (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k10 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12_RTM (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k16 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k19 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k3 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.var.environment - *terraform.NodeApplyableModuleVariable
module.staging-state.aws_dynamodb_table.state-file-locking-table (prepare state) - *terraform.NodeApplyableResource
module.staging-state.var.environment - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
var.environment - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
module.staging-infrastructure.module.network.aws_eip.nat-a (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_eip.nat-b (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_internet_gateway.gw (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_nat_gateway.nat-a (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_nat_gateway.nat-b (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_route_table.private-a (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_route_table.private-b (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_route_table.public-a (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_route_table.public-b (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_route_table_association.private-a (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_route_table_association.private-b (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_route_table_association.public-a (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_route_table_association.public-b (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_subnet.attacker_subnet (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_subnet.honeypot_subnet (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_subnet.malware_subnet (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_subnet.private-a (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_subnet.private-b (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_subnet.target_subnet (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_vpc.main (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.data.aws_availability_zones.available (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.output.attacker_subnet_id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.aws_subnet.attacker_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.output.honeypot_subnet_id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.aws_subnet.honeypot_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.output.malware_subnet_id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.aws_subnet.malware_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.output.private-a-subnet-id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.aws_subnet.private-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.output.private-b-subnet-id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.aws_subnet.private-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.output.target_subnet_id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.aws_subnet.target_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.output.vpc-cidr-block - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.aws_vpc.main (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.output.vpc-id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.aws_vpc.main (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.var.environment - *terraform.NodeApplyableModuleVariable
module.staging-infrastructure.var.environment - *terraform.NodeApplyableModuleVariable
module.staging-infrastructure.module.secdevops (removed) - *terraform.NodeModuleRemoved
module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.docker (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.docker[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.fbctf (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.fbctf[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.kali (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.kali[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.nessus (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.nessus[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.nnm (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.nnm[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.r7vm (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.r7vm[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.remnux (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.remnux[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.sc (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.sc[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.tpot (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.tpot[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.was (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.was[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2003 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2003[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2008 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2008[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2012 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2012[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2016 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2016[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2019 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2019[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win7[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win8[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_key_pair.circleci_key - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.fbctf - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.kali - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.logger - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.malware - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.targets - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.tpot - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.windows - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_kali_and_webgoat - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_webgoat_and_kali - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_malware_to_malware - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.data.aws_ami.bulldog (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.centos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.commando (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.cuckoo-host (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.flare (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.fristileaks (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.hackinos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.kali (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.mrrobot (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k12 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_nix (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.myhouse7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.nessus (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.nnm (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.r7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.remnux (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.sc (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.seed_ubuntu1604 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.sickos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.skytower (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.stapler (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.ubuntu (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.vulnos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.was (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k10 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12_RTM (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k16 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k19 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k3 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.docker (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.docker[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.docker[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.fbctf (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.fbctf[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.fbctf[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.kali (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.kali[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.kali[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.nessus (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.nessus[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.nessus[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.nnm (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.nnm[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.nnm[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.r7vm (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.r7vm[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.r7vm[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.remnux (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.remnux[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.remnux[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.sc (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.sc[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.sc[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.tpot (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.tpot[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.tpot[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.was (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.was[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.was[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2003 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2003[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2003[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2008 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2008[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2008[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2012 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2012[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2012[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2016 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2016[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2016[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2019 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2019[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2019[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win7[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win7[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win8[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win8[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_key_pair.circleci_key - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group.fbctf - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group.kali - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group.logger - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group.malware - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group.targets - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group.tpot - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group.windows - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_kali_and_webgoat - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_webgoat_and_kali - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_malware_to_malware - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.bulldog (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.centos (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.commando (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.cuckoo-host (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.flare (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.fristileaks (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.hackinos (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.kali (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.mrrobot (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k12 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k8 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_nix (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.myhouse7 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.nessus (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.nnm (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.r7 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.remnux (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.sc (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.seed_ubuntu1604 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.sickos (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.skytower (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.stapler (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.ubuntu (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.vulnos (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.was (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k10 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12_RTM (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k16 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k19 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k3 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k8 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win7 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win8 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.var.environment - *terraform.NodeApplyableModuleVariable
var.environment - *terraform.NodeRootVariable
module.staging-state.aws_dynamodb_table.state-file-locking-table (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-state.var.environment - *terraform.NodeApplyableModuleVariable
var.environment - *terraform.NodeRootVariable
provider.aws - *terraform.NodeApplyableProvider
var.region - *terraform.NodeRootVariable
provider.aws (close) - *terraform.graphNodeCloseProvider
module.staging-infrastructure.module.network.aws_eip.nat-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_eip.nat-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_internet_gateway.gw (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_nat_gateway.nat-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_nat_gateway.nat-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table.private-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table.private-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table.public-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table.public-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table_association.private-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table_association.private-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table_association.public-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table_association.public-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.attacker_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.honeypot_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.malware_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.private-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.private-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.target_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_vpc.main (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.data.aws_availability_zones.available (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.docker (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.docker[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.fbctf (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.fbctf[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.kali (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.kali[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.nessus (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.nessus[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.nnm (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.nnm[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.r7vm (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.r7vm[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.remnux (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.remnux[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.sc (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.sc[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.tpot (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.tpot[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.was (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.was[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2003 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2003[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2008 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2008[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2012 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2012[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2016 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2016[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2019 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2019[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win7[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win8[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_key_pair.circleci_key - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.fbctf - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.kali - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.logger - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.malware - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.targets - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.tpot - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.windows - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_kali_and_webgoat - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_webgoat_and_kali - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_malware_to_malware - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.data.aws_ami.bulldog (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.centos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.commando (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.cuckoo-host (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.flare (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.fristileaks (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.hackinos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.kali (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.mrrobot (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k12 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_nix (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.myhouse7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.nessus (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.nnm (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.r7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.remnux (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.sc (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.seed_ubuntu1604 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.sickos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.skytower (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.stapler (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.ubuntu (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.vulnos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.was (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k10 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12_RTM (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k16 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k19 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k3 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win8 (clean up state) - *terraform.NodeDestroyResource
module.staging-state.aws_dynamodb_table.state-file-locking-table (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.aws (close) - *terraform.graphNodeCloseProvider
var.environment - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
------
2019/05/30 13:59:50 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2019/05/30 13:59:50 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
module.staging-infrastructure.module.network.aws_eip.nat-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_eip.nat-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_internet_gateway.gw (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_nat_gateway.nat-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_nat_gateway.nat-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table.private-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table.private-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table.public-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table.public-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table_association.private-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table_association.private-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table_association.public-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table_association.public-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.data.aws_availability_zones.available (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.output.attacker_subnet_id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.honeypot_subnet_id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.malware_subnet_id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.private-a-subnet-id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.private-b-subnet-id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.target_subnet_id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.vpc-cidr-block - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.output.vpc-id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.var.environment - *terraform.NodeApplyableModuleVariable
module.staging-infrastructure.module.secdevops (removed) - *terraform.NodeModuleRemoved
module.staging-state.aws_dynamodb_table.state-file-locking-table (prepare state) - *terraform.NodeApplyableResource
module.staging-state.var.environment - *terraform.NodeApplyableModuleVariable
module.staging-infrastructure.module.network.aws_eip.nat-a (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_eip.nat-b (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_internet_gateway.gw (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_nat_gateway.nat-a (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_nat_gateway.nat-b (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_route_table.private-a (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_route_table.private-b (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_route_table.public-a (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_route_table.public-b (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_route_table_association.private-a (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_route_table_association.private-b (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_route_table_association.public-a (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_route_table_association.public-b (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_subnet.attacker_subnet (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_subnet.honeypot_subnet (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_subnet.malware_subnet (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_subnet.private-a (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_subnet.private-b (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_subnet.target_subnet (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.aws_vpc.main (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.data.aws_availability_zones.available (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.network.output.attacker_subnet_id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.aws_subnet.attacker_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.output.honeypot_subnet_id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.aws_subnet.honeypot_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.output.malware_subnet_id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.aws_subnet.malware_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.output.private-a-subnet-id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.aws_subnet.private-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.output.private-b-subnet-id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.aws_subnet.private-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.output.target_subnet_id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.aws_subnet.target_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.output.vpc-cidr-block - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.aws_vpc.main (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.output.vpc-id - *terraform.NodeApplyableOutput
module.staging-infrastructure.module.network.aws_vpc.main (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.var.environment - *terraform.NodeApplyableModuleVariable
module.staging-infrastructure.var.environment - *terraform.NodeApplyableModuleVariable
module.staging-infrastructure.module.secdevops (removed) - *terraform.NodeModuleRemoved
module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.docker (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.fbctf (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.kali (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.nessus (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.nnm (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.r7vm (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.remnux (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.sc (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.tpot (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.was (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2003 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2008 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2012 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2016 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2019 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_key_pair.circleci_key - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.fbctf - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.kali - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.logger - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.malware - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.targets - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.tpot - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.windows - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_kali_and_webgoat - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_webgoat_and_kali - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_malware_to_malware - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.data.aws_ami.bulldog (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.centos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.commando (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.cuckoo-host (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.flare (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.fristileaks (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.hackinos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.kali (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.mrrobot (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k12 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_nix (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.myhouse7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.nessus (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.nnm (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.r7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.remnux (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.sc (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.seed_ubuntu1604 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.sickos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.skytower (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.stapler (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.ubuntu (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.vulnos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.was (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k10 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12_RTM (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k16 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k19 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k3 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.docker (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.docker[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.docker[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.fbctf (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.fbctf[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.fbctf[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.kali (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.kali[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.kali[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.nessus (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.nessus[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.nessus[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.nnm (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.nnm[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.nnm[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.r7vm (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.r7vm[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.r7vm[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.remnux (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.remnux[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.remnux[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.sc (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.sc[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.sc[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.tpot (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.tpot[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.tpot[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.was (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.was[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.was[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2003 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2003[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2003[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2008 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2008[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2008[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2012 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2012[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2012[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2016 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2016[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2016[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win2019 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2019[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win2019[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win7[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win7[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_instance.win8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win8[0] - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_instance.win8[0] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_key_pair.circleci_key - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group.fbctf - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group.kali - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group.logger - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group.malware - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group.targets - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group.tpot - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group.windows - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_kali_and_webgoat - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_webgoat_and_kali - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_malware_to_malware - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.bulldog (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.centos (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.commando (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.cuckoo-host (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.flare (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.fristileaks (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.hackinos (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.kali (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.mrrobot (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k12 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k8 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_nix (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.myhouse7 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.nessus (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.nnm (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.r7 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.remnux (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.sc (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.seed_ubuntu1604 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.sickos (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.skytower (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.stapler (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.ubuntu (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.vulnos (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.was (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k10 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12_RTM (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k16 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k19 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k3 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k8 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win7 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.module.secdevops.data.aws_ami.win8 (clean up state) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-infrastructure.var.environment - *terraform.NodeApplyableModuleVariable
var.environment - *terraform.NodeRootVariable
module.staging-state.aws_dynamodb_table.state-file-locking-table (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
module.staging-state.var.environment - *terraform.NodeApplyableModuleVariable
var.environment - *terraform.NodeRootVariable
provider.aws - *terraform.NodeApplyableProvider
var.region - *terraform.NodeRootVariable
provider.aws (close) - *terraform.graphNodeCloseProvider
module.staging-infrastructure.module.network.aws_eip.nat-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_eip.nat-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_internet_gateway.gw (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_nat_gateway.nat-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_nat_gateway.nat-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table.private-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table.private-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table.public-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table.public-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table_association.private-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table_association.private-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table_association.public-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_route_table_association.public-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.attacker_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.honeypot_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.malware_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.private-a (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.private-b (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_subnet.target_subnet (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.aws_vpc.main (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.network.data.aws_availability_zones.available (prepare state) - *terraform.NodeApplyableResource
module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.docker (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.fbctf (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.kali (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.nessus (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.nnm (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.r7vm (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.remnux (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.sc (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.tpot (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.was (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2003 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2008 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2012 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2016 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win2019 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_instance.win8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.aws_key_pair.circleci_key - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.fbctf - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.kali - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.logger - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.malware - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.targets - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.tpot - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group.windows - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_kali_and_webgoat - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_webgoat_and_kali - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_malware_to_malware - *terraform.NodeApplyableResourceInstance
module.staging-infrastructure.module.secdevops.data.aws_ami.bulldog (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.centos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.commando (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.cuckoo-host (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.flare (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.fristileaks (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.hackinos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.kali (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.mrrobot (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k12 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_nix (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.myhouse7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.nessus (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.nnm (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.r7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.remnux (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.sc (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.seed_ubuntu1604 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.sickos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.skytower (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.stapler (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.ubuntu (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.vulnos (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.was (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k10 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12_RTM (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k16 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k19 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k3 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win2k8 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win7 (clean up state) - *terraform.NodeDestroyResource
module.staging-infrastructure.module.secdevops.data.aws_ami.win8 (clean up state) - *terraform.NodeDestroyResource
module.staging-state.aws_dynamodb_table.state-file-locking-table (prepare state) - *terraform.NodeApplyableResource
root - terraform.graphNodeRoot
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.aws (close) - *terraform.graphNodeCloseProvider
var.environment - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
------
2019/05/30 13:59:50 [DEBUG] Starting graph walk: walkApply
2019/05/30 13:59:50 [TRACE] dag/walk: updating graph
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.network.aws_route_table.private-a (prepare state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_kali_and_webgoat"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.data.aws_ami.win2k3 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.data.aws_ami.bulldog (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.kali (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_nix (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.data.aws_ami.flare (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.nnm[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.network.aws_eip.nat-b (prepare state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_key_pair.circleci_key"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.kali[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.win2019[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.data.aws_ami.sc (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.data.aws_ami.commando (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12_RTM (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "var.environment"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.fbctf[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.r7vm[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_security_group.targets"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.network.aws_route_table.public-b (prepare state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.data.aws_ami.win2k8 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.network.aws_internet_gateway.gw (prepare state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.was[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.r7vm (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_security_group.logger"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.win2012 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops (removed)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.win2019 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.network.var.environment"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.data.aws_ami.remnux (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.win2003[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.data.aws_ami.mrrobot (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.win2016[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "provider.aws (close)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.win8 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.nessus (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.data.aws_ami.win8 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.network.output.vpc-id"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_malware_to_malware"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.remnux (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.sc[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.network.aws_subnet.private-a (prepare state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.remnux[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.nessus[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_security_group.tpot"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.sc (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.network.output.target_subnet_id"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.win2016 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_security_group.fbctf"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.fbctf (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.network.aws_route_table_association.private-b (prepare state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.data.aws_ami.skytower (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.data.aws_ami.kali (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.win7[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.data.aws_ami.fristileaks (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.network.aws_eip.nat-a (prepare state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.win8[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.data.aws_ami.myhouse7 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.network.aws_subnet.target_subnet (prepare state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.var.environment"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.data.aws_ami.win2k19 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.data.aws_ami.hackinos (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.network.output.private-a-subnet-id"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.network.aws_route_table_association.private-a (prepare state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.win2012[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.win2003 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.network.aws_subnet.private-b (prepare state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.network.aws_route_table.private-b (prepare state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_security_group.windows"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.network.aws_subnet.honeypot_subnet (prepare state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_webgoat_and_kali"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.tpot (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.tpot[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.network.output.vpc-cidr-block"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.network.aws_nat_gateway.nat-a (prepare state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_security_group.kali"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.network.output.honeypot_subnet_id"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.network.aws_subnet.malware_subnet (prepare state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.data.aws_ami.was (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.was (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.data.aws_ami.sickos (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.data.aws_ami.nessus (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.nnm (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.network.output.private-b-subnet-id"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.network.aws_nat_gateway.nat-b (prepare state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.network.aws_subnet.attacker_subnet (prepare state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.data.aws_ami.seed_ubuntu1604 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.network.output.malware_subnet_id"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.data.aws_ami.r7 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "var.region"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.data.aws_ami.cuckoo-host (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k8 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-state.var.environment"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.data.aws_ami.centos (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.docker (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k12 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.network.output.attacker_subnet_id"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.network.aws_vpc.main (prepare state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.win2008 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.network.aws_route_table.public-a (prepare state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.win7 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.data.aws_ami.win7 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "root"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.network.data.aws_availability_zones.available (prepare state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.network.aws_route_table_association.public-a (prepare state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-state.aws_dynamodb_table.state-file-locking-table (prepare state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.data.aws_ami.stapler (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.docker[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.data.aws_ami.nnm (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.win2008[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.network.aws_route_table_association.public-b (prepare state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.data.aws_ami.vulnos (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "meta.count-boundary (EachMode fixup)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.data.aws_ami.win2k10 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.data.aws_ami.win2k16 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.aws_security_group.malware"
2019/05/30 13:59:50 [TRACE] dag/walk: added new vertex: "module.staging-infrastructure.module.secdevops.data.aws_ami.ubuntu (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.fbctf (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.win8 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.data.aws_ami.fristileaks (clean up state)" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "module.staging-infrastructure.module.network.aws_route_table_association.public-a (prepare state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.aws_key_pair.circleci_key"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "module.staging-infrastructure.module.network.var.environment"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-state.var.environment" waiting on "var.environment"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.network.aws_subnet.honeypot_subnet (prepare state)" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.data.aws_ami.cuckoo-host (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.data.aws_ami.sc (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.data.aws_ami.commando (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.data.aws_ami.r7 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-state.aws_dynamodb_table.state-file-locking-table (prepare state)" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu (clean up state)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.network.aws_route_table_association.private-a (prepare state)" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "module.staging-infrastructure.module.network.aws_eip.nat-a (prepare state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7 (clean up state)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.data.aws_ami.stapler (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.data.aws_ami.bulldog (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.network.aws_eip.nat-a (prepare state)" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.network.aws_internet_gateway.gw (prepare state)" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k12 (clean up state)" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.data.aws_ami.hackinos (clean up state)" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.data.aws_ami.vulnos (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.data.aws_ami.win2k10 (clean up state)" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.network.aws_eip.nat-b (prepare state)" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.network.aws_subnet.attacker_subnet (prepare state)" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.network.aws_internet_gateway.gw (prepare state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.nnm (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_security_group.malware" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.aws_security_group.fbctf"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.tpot (clean up state)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.tpot[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.data.aws_ami.nessus (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.network.aws_eip.nat-a (prepare state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.win8 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.sc (clean up state)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.sc[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.network.aws_nat_gateway.nat-b (prepare state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.network.output.malware_subnet_id" waiting on "module.staging-infrastructure.module.network.aws_subnet.malware_subnet (prepare state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.nnm (clean up state)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.nnm[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.network.aws_route_table.private-b (prepare state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.fbctf[0]" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.data.aws_ami.myhouse7 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_kali_and_webgoat"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.data.aws_ami.nessus (clean up state)" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.data.aws_ami.stapler (clean up state)" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.data.aws_ami.vulnos (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.was (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.data.aws_ami.win2k19 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando (clean up state)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM (clean up state)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.network.aws_route_table.public-b (prepare state)" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.data.aws_ami.flare (clean up state)" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-state.aws_dynamodb_table.state-file-locking-table (prepare state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.win2008[0]" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.data.aws_ami.flare (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.data.aws_ami.vulnos (clean up state)" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.win2016 (clean up state)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.win2016[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.aws_security_group.malware"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.kali (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10 (clean up state)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.data.aws_ami.mrrobot (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix[0]" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.r7vm[0]" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.data.aws_ami.win8 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.data.aws_ami.commando (clean up state)" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12_RTM (clean up state)" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.win2008 (clean up state)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.win2008[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k8 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.docker (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12[0]" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.data.aws_ami.ubuntu (clean up state)" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog (clean up state)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7[0]" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_nix (clean up state)" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos (clean up state)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler[0]" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10[0]" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.was (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.data.aws_ami.centos (clean up state)" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.data.aws_ami.win7 (clean up state)" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.remnux (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12_RTM (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "module.staging-infrastructure.module.network.aws_nat_gateway.nat-b (prepare state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks (clean up state)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.network.data.aws_availability_zones.available (prepare state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.network.output.private-b-subnet-id" waiting on "module.staging-infrastructure.module.network.aws_subnet.private-b (prepare state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.data.aws_ami.win2k16 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.data.aws_ami.myhouse7 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.aws_security_group.targets"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.network.aws_route_table.private-a (prepare state)" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.network.aws_route_table.public-b (prepare state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot (clean up state)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.data.aws_ami.win2k10 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.data.aws_ami.seed_ubuntu1604 (clean up state)" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.data.aws_ami.skytower (clean up state)" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu[0]" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.aws_security_group.kali"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.win8[0]" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "module.staging-infrastructure.module.network.aws_route_table_association.private-b (prepare state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_security_group.logger" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.kali[0]" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "module.staging-infrastructure.module.network.aws_route_table_association.public-b (prepare state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.data.aws_ami.win2k19 (clean up state)" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "module.staging-infrastructure.module.network.output.private-a-subnet-id"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.nessus (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.win8 (clean up state)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.win8[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.data.aws_ami.seed_ubuntu1604 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.network.output.honeypot_subnet_id" waiting on "module.staging-infrastructure.module.network.aws_subnet.honeypot_subnet (prepare state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.data.aws_ami.mrrobot (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.data.aws_ami.bulldog (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.nessus (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.win2019 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.kali (clean up state)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.kali[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog[0]" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.data.aws_ami.skytower (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.network.aws_route_table_association.public-b (prepare state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.docker (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.data.aws_ami.sc (clean up state)" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos (clean up state)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.win2012 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.aws_security_group.logger"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.data.aws_ami.nnm (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.network.aws_subnet.malware_subnet (prepare state)" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos[0]" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "module.staging-infrastructure.module.network.output.honeypot_subnet_id"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos[0]" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.network.aws_subnet.honeypot_subnet (prepare state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.win2003 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "module.staging-infrastructure.module.network.data.aws_availability_zones.available (prepare state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.data.aws_ami.commando (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12_RTM (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.data.aws_ami.skytower (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.network.output.private-a-subnet-id" waiting on "module.staging-infrastructure.module.network.aws_subnet.private-a (prepare state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.nnm[0]" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_security_group.targets" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_kali_and_webgoat" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.win7 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.data.aws_ami.cuckoo-host (clean up state)" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.network.aws_subnet.private-a (prepare state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest (clean up state)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.data.aws_ami.ubuntu (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.network.output.vpc-cidr-block" waiting on "module.staging-infrastructure.module.network.aws_vpc.main (prepare state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.network.aws_route_table.public-a (prepare state)" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.network.aws_eip.nat-b (prepare state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.aws_security_group.tpot"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.network.aws_nat_gateway.nat-a (prepare state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.data.aws_ami.was (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando[0]" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.data.aws_ami.bulldog (clean up state)" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_webgoat_and_kali"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_webgoat_and_kali" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7[0]" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.remnux (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.aws_security_group.tpot"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "module.staging-infrastructure.module.network.output.target_subnet_id"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8 (clean up state)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos (clean up state)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.win2008 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.data.aws_ami.centos (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "module.staging-infrastructure.module.network.output.attacker_subnet_id"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k12 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.data.aws_ami.sc (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7 (clean up state)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.aws_security_group.targets"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.network.aws_subnet.private-b (prepare state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.network.aws_route_table.private-b (prepare state)" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_security_group.windows" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos[0]" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.data.aws_ami.win2k8 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.aws_key_pair.circleci_key"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_malware_to_malware" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.r7vm (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.data.aws_ami.win2k16 (clean up state)" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.network.aws_vpc.main (prepare state)" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.network.aws_route_table_association.private-b (prepare state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower[0]" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8[0]" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.network.data.aws_availability_zones.available (prepare state)" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.network.output.target_subnet_id" waiting on "module.staging-infrastructure.module.network.aws_subnet.target_subnet (prepare state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.kali (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.network.aws_route_table_association.public-a (prepare state)" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.win7 (clean up state)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.win7[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12 (clean up state)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.network.var.environment" waiting on "module.staging-infrastructure.var.environment"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.network.output.vpc-id" waiting on "module.staging-infrastructure.module.network.aws_vpc.main (prepare state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "module.staging-state.var.environment"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "module.staging-infrastructure.module.network.output.vpc-cidr-block"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.nessus[0]" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.data.aws_ami.flare (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "module.staging-infrastructure.module.network.aws_eip.nat-b (prepare state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.data.aws_ami.mrrobot (clean up state)" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.network.aws_nat_gateway.nat-a (prepare state)" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest[0]" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.data.aws_ami.sickos (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.network.aws_subnet.private-a (prepare state)" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.aws_security_group.fbctf"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (EachMode fixup)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.data.aws_ami.hackinos (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws" waiting on "var.region"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.network.aws_subnet.malware_subnet (prepare state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.network.aws_subnet.target_subnet (prepare state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.data.aws_ami.remnux (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_malware_to_malware"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.win2016 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.remnux[0]" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.network.aws_route_table_association.public-b (prepare state)" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.sc (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix (clean up state)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_malware_to_malware"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.aws_security_group.windows"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.data.aws_ami.fristileaks (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.data.aws_ami.win2k10 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.data.aws_ami.remnux (clean up state)" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.win2012 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_nix (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.network.aws_subnet.private-b (prepare state)" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.win2003[0]" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks[0]" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.data.aws_ami.seed_ubuntu1604 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.data.aws_ami.win8 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.data.aws_ami.fristileaks (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.network.aws_subnet.target_subnet (prepare state)" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.data.aws_ami.nessus (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "module.staging-state.aws_dynamodb_table.state-file-locking-table (prepare state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.data.aws_ami.sickos (clean up state)" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.win2008 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.data.aws_ami.stapler (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_security_group.tpot" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.win7[0]" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot[0]" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.nessus (clean up state)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.nessus[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.tpot (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.data.aws_ami.hackinos (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.data.aws_ami.cuckoo-host (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.data.aws_ami.r7 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_webgoat_and_kali"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.fbctf (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.win7 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.sc[0]" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.data.aws_ami.win2k3 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.tpot[0]" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "module.staging-infrastructure.module.network.aws_internet_gateway.gw (prepare state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.data.aws_ami.was (clean up state)" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.data.aws_ami.centos (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.data.aws_ami.win2k16 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.data.aws_ami.win2k8 (clean up state)" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "root" waiting on "provider.aws (close)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.network.aws_route_table_association.private-a (prepare state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.win2016[0]" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.remnux (clean up state)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.remnux[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.win2019 (clean up state)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.win2019[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.win2003 (clean up state)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.win2003[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "module.staging-infrastructure.module.secdevops (removed)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "module.staging-infrastructure.module.network.output.vpc-id"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler (clean up state)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.r7vm (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.win2012 (clean up state)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.win2012[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.data.aws_ami.myhouse7 (clean up state)" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "module.staging-infrastructure.module.network.aws_route_table.private-b (prepare state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.win2019[0]" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.network.aws_route_table_association.public-a (prepare state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.data.aws_ami.sickos (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.win2016 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.network.aws_route_table.public-a (prepare state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_kali_and_webgoat"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.r7vm (clean up state)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.r7vm[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.data.aws_ami.was (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "module.staging-infrastructure.module.network.aws_route_table.private-a (prepare state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k8 (clean up state)" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.data.aws_ami.kali (clean up state)" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.data.aws_ami.win7 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.aws_security_group.logger"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.docker[0]" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_key_pair.circleci_key" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.data.aws_ami.win2k3 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "module.staging-infrastructure.module.network.output.private-b-subnet-id"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.network.output.attacker_subnet_id" waiting on "module.staging-infrastructure.module.network.aws_subnet.attacker_subnet (prepare state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.var.environment" waiting on "var.environment"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.data.aws_ami.kali (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.was[0]" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "module.staging-infrastructure.module.network.aws_route_table.public-b (prepare state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.nnm (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM[0]" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.win2019 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.data.aws_ami.win2k8 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.docker (clean up state)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.docker[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "module.staging-infrastructure.module.network.aws_route_table_association.private-a (prepare state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.data.aws_ami.win2k3 (clean up state)" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.data.aws_ami.nnm (clean up state)" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.network.aws_route_table_association.private-b (prepare state)" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.aws_security_group.malware"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.win2003 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.data.aws_ami.win8 (clean up state)" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.aws_security_group.windows"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.data.aws_ami.kali (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_nix (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.data.aws_ami.r7 (clean up state)" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_security_group.fbctf" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.data.aws_ami.win2k19 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.data.aws_ami.nnm (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.data.aws_ami.win7 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.aws_security_group.kali"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.data.aws_ami.remnux (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.win2012[0]" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "module.staging-infrastructure.module.network.aws_nat_gateway.nat-a (prepare state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k8 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "module.staging-infrastructure.module.network.output.malware_subnet_id"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.network.aws_subnet.attacker_subnet (prepare state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.fbctf (clean up state)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.fbctf[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.network.aws_route_table.private-a (prepare state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k12 (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.network.aws_nat_gateway.nat-b (prepare state)" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower (clean up state)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "module.staging-infrastructure.module.network.aws_route_table.public-a (prepare state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_security_group.kali" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.tpot (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12 (clean up state)" waiting on "provider.aws"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops.aws_instance.was (clean up state)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.was[0]"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.aws_instance.sc (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "module.staging-infrastructure.module.secdevops (removed)" waiting on "module.staging-infrastructure.module.secdevops.data.aws_ami.ubuntu (clean up state)"
2019/05/30 13:59:50 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.staging-infrastructure.module.network.aws_vpc.main (prepare state)"
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10 (clean up state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.network.output.vpc-id", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "provider.aws", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.data.aws_ami.sickos (clean up state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower (clean up state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-state.var.environment", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.data.aws_ami.flare (clean up state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.data.aws_ami.vulnos (clean up state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.network.output.private-b-subnet-id", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.data.aws_ami.remnux (clean up state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.kali (clean up state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.data.aws_ami.win2k8 (clean up state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.r7vm (clean up state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.network.aws_nat_gateway.nat-b (prepare state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-state.aws_dynamodb_table.state-file-locking-table (prepare state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_security_group.malware", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.fbctf[0]", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.win2016 (clean up state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.data.aws_ami.kali (clean up state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.data.aws_ami.fristileaks (clean up state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.win2008 (clean up state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_security_group.logger", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.data.aws_ami.stapler (clean up state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.data.aws_ami.ubuntu (clean up state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.defender_win2k10[0]", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.network.aws_route_table.private-a (prepare state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.network.aws_subnet.honeypot_subnet (prepare state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.data.aws_ami.win2k19 (clean up state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos[0]", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_webgoat_and_kali", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_key_pair.circleci_key", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.data.aws_ami.centos (clean up state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.win8 (clean up state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7 (clean up state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.network.output.target_subnet_id", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.network.aws_nat_gateway.nat-a (prepare state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.network.output.attacker_subnet_id", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.fbctf (clean up state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.nnm (clean up state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_nix (clean up state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.network.var.environment", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.data.aws_ami.was (clean up state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.remnux (clean up state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (EachMode fixup)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7 (clean up state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando (clean up state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog[0]", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12 (clean up state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.cr_vulnos (clean up state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.pT10_commando[0]", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8 (clean up state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos (clean up state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.network.aws_route_table.private-b (prepare state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.data.aws_ami.win8 (clean up state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_security_group.fbctf", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.network.aws_internet_gateway.gw (prepare state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.network.aws_route_table.public-b (prepare state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.r7vm[0]", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.data.aws_ami.sc (clean up state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.docker[0]", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.data.aws_ami.commando (clean up state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.data.aws_ami.seed_ubuntu1604 (clean up state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.network.data.aws_availability_zones.available (prepare state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.win7[0]", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.sc (clean up state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.data.aws_ami.nessus (clean up state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_malware_to_malware", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.win7 (clean up state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.nessus[0]", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.network.aws_subnet.private-b (prepare state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.win2019[0]", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.was[0]", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.data.aws_ami.r7 (clean up state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.was (clean up state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot (clean up state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.win8[0]", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k8 (clean up state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_security_group.windows", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.data.aws_ami.mrrobot (clean up state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.remnux[0]", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.win2003[0]", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.data.aws_ami.win2k10 (clean up state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix[0]", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos (clean up state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.data.aws_ami.win7 (clean up state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.cr_sickos[0]", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_security_group.targets", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.network.output.vpc-cidr-block", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.network.aws_route_table_association.public-a (prepare state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.network.aws_eip.nat-a (prepare state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.nnm[0]", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.win2012[0]", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "provider.aws (close)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops (removed)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest[0]", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.win2012 (clean up state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM[0]", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.data.aws_ami.nnm (clean up state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.network.output.malware_subnet_id", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.cr_bulldog (clean up state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_nix (clean up state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.win2019 (clean up state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.network.aws_subnet.malware_subnet (prepare state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks[0]", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.win2012_RTM (clean up state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.win2003 (clean up state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.network.aws_eip.nat-b (prepare state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.win2008[0]", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.cr_fristileaks (clean up state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_security_group.tpot", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.cr_mrrobot[0]", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.data.aws_ami.win2k3 (clean up state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.network.aws_route_table_association.private-b (prepare state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12 (clean up state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.cr_myhouse7[0]", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.data.aws_ami.skytower (clean up state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.cr_hackinos[0]", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler (clean up state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.docker (clean up state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.network.aws_route_table_association.private-a (prepare state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu[0]", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.data.aws_ami.cuckoo-host (clean up state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.cr_ms3_2k8[0]", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.network.aws_route_table_association.public-b (prepare state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.win2016[0]", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.var.environment", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.network.aws_subnet.attacker_subnet (prepare state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.data.aws_ami.bulldog (clean up state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.network.aws_vpc.main (prepare state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.tpot[0]", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_security_group.kali", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.tpot (clean up state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.data.aws_ami.win2k12_RTM (clean up state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.network.output.honeypot_subnet_id", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.network.aws_route_table.public-a (prepare state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.data.aws_ami.win2k16 (clean up state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.data.aws_ami.hackinos (clean up state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.ami_ms3_2k12[0]", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.cr_stapler[0]", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.flarevm-win7[0]", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.network.aws_subnet.private-a (prepare state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.network.aws_subnet.target_subnet (prepare state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.sc[0]", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.kali[0]", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.network.output.private-a-subnet-id", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_kali_and_webgoat", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.cuckoo_guest (clean up state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower[0]", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.nessus (clean up state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.data.aws_ami.myhouse7 (clean up state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.aws_instance.cuckoo-host-ubuntu (clean up state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: dependencies changed for "module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k12 (clean up state)", sending new deps
2019/05/30 13:59:50 [TRACE] dag/walk: visiting "var.region"
2019/05/30 13:59:50 [TRACE] vertex "var.region": starting visit (*terraform.NodeRootVariable)
2019/05/30 13:59:50 [TRACE] vertex "var.region": visit complete
2019/05/30 13:59:50 [TRACE] dag/walk: visiting "provider.aws"
2019/05/30 13:59:50 [TRACE] vertex "provider.aws": starting visit (*terraform.NodeApplyableProvider)
2019/05/30 13:59:50 [TRACE] dag/walk: visiting "var.environment"
2019/05/30 13:59:50 [TRACE] vertex "var.environment": starting visit (*terraform.NodeRootVariable)
2019/05/30 13:59:50 [TRACE] vertex "var.environment": visit complete
2019/05/30 13:59:50 [TRACE] dag/walk: visiting "module.staging-state.var.environment"
2019/05/30 13:59:50 [TRACE] vertex "module.staging-state.var.environment": starting visit (*terraform.NodeApplyableModuleVariable)
2019/05/30 13:59:50 [TRACE] vertex "module.staging-state.var.environment": evaluating
2019/05/30 13:59:50 [TRACE] [walkApply] Entering eval tree: module.staging-state.var.environment
2019/05/30 13:59:50 [TRACE] dag/walk: visiting "module.staging-infrastructure.var.environment"
2019/05/30 13:59:50 [TRACE] vertex "module.staging-infrastructure.var.environment": starting visit (*terraform.NodeApplyableModuleVariable)
2019/05/30 13:59:50 [TRACE] vertex "module.staging-infrastructure.var.environment": evaluating
2019/05/30 13:59:50 [TRACE] [walkApply] Entering eval tree: module.staging-infrastructure.var.environment
2019/05/30 13:59:50 [TRACE] <root>: eval: *terraform.EvalSequence
2019/05/30 13:59:50 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/05/30 13:59:50 [TRACE] vertex "provider.aws": evaluating
2019/05/30 13:59:50 [TRACE] [walkApply] Entering eval tree: provider.aws
2019/05/30 13:59:50 [TRACE] <root>: eval: *terraform.EvalModuleCallArgument
2019/05/30 13:59:50 [TRACE] <root>: eval: *terraform.EvalSequence
2019/05/30 13:59:50 [TRACE] <root>: eval: *terraform.EvalInitProvider
2019/05/30 13:59:50 [TRACE] <root>: eval: *terraform.EvalSetModuleCallArguments
2019/05/30 13:59:50 [TRACE] [walkApply] Exiting eval tree: module.staging-state.var.environment
2019-05-30T13:59:50.317Z [INFO] plugin: configuring client automatic mTLS
2019/05/30 13:59:50 [TRACE] vertex "module.staging-state.var.environment": visit complete
2019/05/30 13:59:50 [TRACE] <root>: eval: *terraform.EvalSequence
2019/05/30 13:59:50 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/05/30 13:59:50 [TRACE] <root>: eval: *terraform.EvalModuleCallArgument
2019/05/30 13:59:50 [TRACE] <root>: eval: *terraform.EvalSetModuleCallArguments
2019/05/30 13:59:50 [TRACE] [walkApply] Exiting eval tree: module.staging-infrastructure.var.environment
2019/05/30 13:59:50 [TRACE] vertex "module.staging-infrastructure.var.environment": visit complete
2019/05/30 13:59:50 [TRACE] dag/walk: visiting "module.staging-infrastructure.module.network.var.environment"
2019/05/30 13:59:50 [TRACE] vertex "module.staging-infrastructure.module.network.var.environment": starting visit (*terraform.NodeApplyableModuleVariable)
2019/05/30 13:59:50 [TRACE] vertex "module.staging-infrastructure.module.network.var.environment": evaluating
2019/05/30 13:59:50 [TRACE] [walkApply] Entering eval tree: module.staging-infrastructure.module.network.var.environment
2019/05/30 13:59:50 [TRACE] module.staging-infrastructure: eval: *terraform.EvalSequence
2019/05/30 13:59:50 [TRACE] module.staging-infrastructure: eval: *terraform.EvalOpFilter
2019/05/30 13:59:50 [TRACE] module.staging-infrastructure: eval: *terraform.EvalModuleCallArgument
2019/05/30 13:59:50 [TRACE] module.staging-infrastructure: eval: *terraform.EvalSetModuleCallArguments
2019/05/30 13:59:50 [TRACE] [walkApply] Exiting eval tree: module.staging-infrastructure.module.network.var.environment
2019/05/30 13:59:50 [TRACE] vertex "module.staging-infrastructure.module.network.var.environment": visit complete
2019-05-30T13:59:50.357Z [DEBUG] plugin: starting plugin: path=/root/CyberRange/terraform/environments/eu-west-2/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.12.0_x4 args=[/root/CyberRange/terraform/environments/eu-west-2/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.12.0_x4]
2019-05-30T13:59:50.364Z [DEBUG] plugin: plugin started: path=/root/CyberRange/terraform/environments/eu-west-2/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.12.0_x4 pid=168
2019-05-30T13:59:50.364Z [DEBUG] plugin: waiting for RPC address: path=/root/CyberRange/terraform/environments/eu-west-2/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.12.0_x4
2019-05-30T13:59:50.389Z [INFO] plugin.terraform-provider-aws_v2.12.0_x4: configuring server automatic mTLS: timestamp=2019-05-30T13:59:50.388Z
2019-05-30T13:59:50.425Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: plugin address: network=unix address=/tmp/plugin880706973 timestamp=2019-05-30T13:59:50.425Z
2019-05-30T13:59:50.425Z [DEBUG] plugin: using plugin: version=5
2019/05/30 13:59:50 [TRACE] BuiltinEvalContext: Initialized "aws" provider for provider.aws
2019/05/30 13:59:50 [TRACE] <root>: eval: terraform.EvalNoop
2019/05/30 13:59:50 [TRACE] <root>: eval: terraform.EvalNoop
2019/05/30 13:59:50 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/05/30 13:59:50 [TRACE] <root>: eval: *terraform.EvalSequence
2019/05/30 13:59:50 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/05/30 13:59:50 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/05/30 13:59:50 [TRACE] <root>: eval: *terraform.EvalSequence
2019/05/30 13:59:50 [TRACE] <root>: eval: *terraform.EvalConfigProvider
2019/05/30 13:59:50 [TRACE] buildProviderConfig for provider.aws: using explicit config only
2019/05/30 13:59:50 [TRACE] GRPCProvider: GetSchema
2019/05/30 13:59:50 [TRACE] GRPCProvider: Configure
2019-05-30T13:59:50.598Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: 2019/05/30 13:59:50 [INFO] No assume_role block read from configuration
2019-05-30T13:59:50.598Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: 2019/05/30 13:59:50 [INFO] Building AWS auth structure
2019-05-30T13:59:50.598Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: 2019/05/30 13:59:50 [INFO] Setting AWS metadata API timeout to 100ms
2019-05-30T13:59:51.351Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: 2019/05/30 13:59:51 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2019-05-30T13:59:51.351Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: 2019/05/30 13:59:51 [INFO] AWS Auth provider used: "EnvProvider"
2019-05-30T13:59:51.351Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: 2019/05/30 13:59:51 [DEBUG] Trying to get account information via sts:GetCallerIdentity
2019-05-30T13:59:51.352Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: 2019/05/30 13:59:51 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2019-05-30T13:59:51.352Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-05-30T13:59:51.352Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: POST / HTTP/1.1
2019-05-30T13:59:51.352Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: Host: sts.amazonaws.com
2019-05-30T13:59:51.352Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: User-Agent: aws-sdk-go/1.19.36 (go1.12.5; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0
2019-05-30T13:59:51.352Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: Content-Length: 43
2019-05-30T13:59:51.353Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=xxxxxxxx/20190530/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=100ec07a80b12e5a105c58fb514fa8ece098e84e6398608c2b68bf5623054433
2019-05-30T13:59:51.353Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-05-30T13:59:51.353Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: X-Amz-Date: 20190530T135951Z
2019-05-30T13:59:51.353Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: Accept-Encoding: gzip
2019-05-30T13:59:51.353Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4:
2019-05-30T13:59:51.353Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: Action=GetCallerIdentity&Version=2011-06-15
2019-05-30T13:59:51.353Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: -----------------------------------------------------
2019-05-30T13:59:51.436Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: 2019/05/30 13:59:51 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2019-05-30T13:59:51.436Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: ---[ RESPONSE ]--------------------------------------
2019-05-30T13:59:51.436Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: HTTP/1.1 200 OK
2019-05-30T13:59:51.436Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: Connection: close
2019-05-30T13:59:51.436Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: Content-Length: 410
2019-05-30T13:59:51.436Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: Content-Type: text/xml
2019-05-30T13:59:51.436Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: Date: Thu, 30 May 2019 13:59:51 GMT
2019-05-30T13:59:51.436Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: X-Amzn-Requestid: 31af4e0c-82e3-11e9-9ecd-532a9ce8be19
2019-05-30T13:59:51.436Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4:
2019-05-30T13:59:51.437Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4:
2019-05-30T13:59:51.437Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: -----------------------------------------------------
2019-05-30T13:59:51.437Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: 2019/05/30 13:59:51 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2019-05-30T13:59:51.437Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: <GetCallerIdentityResult>
2019-05-30T13:59:51.437Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: <Arn>arn:aws:iam::xxxxxxxx:user/xxxxxxxx</Arn>
2019-05-30T13:59:51.437Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: <UserId>AIDAI3FAWP4CU4OUHYEHS</UserId>
2019-05-30T13:59:51.437Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: <Account>xxxxxxxx</Account>
2019-05-30T13:59:51.437Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: </GetCallerIdentityResult>
2019-05-30T13:59:51.437Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: <ResponseMetadata>
2019-05-30T13:59:51.437Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: <RequestId>31af4e0c-82e3-11e9-9ecd-532a9ce8be19</RequestId>
2019-05-30T13:59:51.437Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: </ResponseMetadata>
2019-05-30T13:59:51.437Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: </GetCallerIdentityResponse>
2019-05-30T13:59:51.437Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: 2019/05/30 13:59:51 [DEBUG] Trying to get account information via sts:GetCallerIdentity
2019-05-30T13:59:51.437Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: 2019/05/30 13:59:51 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2019-05-30T13:59:51.437Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-05-30T13:59:51.437Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: POST / HTTP/1.1
2019-05-30T13:59:51.437Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: Host: sts.amazonaws.com
2019-05-30T13:59:51.437Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: User-Agent: aws-sdk-go/1.19.36 (go1.12.5; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0
2019-05-30T13:59:51.437Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: Content-Length: 43
2019-05-30T13:59:51.437Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=xxxxxxxx/20190530/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=100ec07a80b12e5a105c58fb514fa8ece098e84e6398608c2b68bf5623054433
2019-05-30T13:59:51.437Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-05-30T13:59:51.437Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: X-Amz-Date: 20190530T135951Z
2019-05-30T13:59:51.437Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: Accept-Encoding: gzip
2019-05-30T13:59:51.437Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4:
2019-05-30T13:59:51.437Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: Action=GetCallerIdentity&Version=2011-06-15
2019-05-30T13:59:51.437Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: -----------------------------------------------------
2019-05-30T13:59:51.453Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: 2019/05/30 13:59:51 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2019-05-30T13:59:51.453Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: ---[ RESPONSE ]--------------------------------------
2019-05-30T13:59:51.453Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: HTTP/1.1 200 OK
2019-05-30T13:59:51.453Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: Connection: close
2019-05-30T13:59:51.453Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: Content-Length: 410
2019-05-30T13:59:51.453Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: Content-Type: text/xml
2019-05-30T13:59:51.453Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: Date: Thu, 30 May 2019 13:59:51 GMT
2019-05-30T13:59:51.453Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: X-Amzn-Requestid: 31b2a934-82e3-11e9-a700-9d7034fe143d
2019-05-30T13:59:51.453Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4:
2019-05-30T13:59:51.453Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4:
2019-05-30T13:59:51.453Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: -----------------------------------------------------
2019-05-30T13:59:51.453Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: 2019/05/30 13:59:51 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2019-05-30T13:59:51.453Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: <GetCallerIdentityResult>
2019-05-30T13:59:51.453Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: <Arn>arn:aws:iam::xxxxxxxx:user/xxxxxxxx</Arn>
2019-05-30T13:59:51.453Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: <UserId>AIDAI3FAWP4CU4OUHYEHS</UserId>
2019-05-30T13:59:51.453Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: <Account>xxxxxxxx</Account>
2019-05-30T13:59:51.453Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: </GetCallerIdentityResult>
2019-05-30T13:59:51.453Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: <ResponseMetadata>
2019-05-30T13:59:51.453Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: <RequestId>31b2a934-82e3-11e9-a700-9d7034fe143d</RequestId>
2019-05-30T13:59:51.453Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: </ResponseMetadata>
2019-05-30T13:59:51.453Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: </GetCallerIdentityResponse>
2019-05-30T13:59:51.454Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: 2019/05/30 13:59:51 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details:
2019-05-30T13:59:51.454Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-05-30T13:59:51.454Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: POST / HTTP/1.1
2019-05-30T13:59:51.454Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: Host: ec2.eu-west-2.amazonaws.com
2019-05-30T13:59:51.454Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: User-Agent: aws-sdk-go/1.19.36 (go1.12.5; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0
2019-05-30T13:59:51.454Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: Content-Length: 87
2019-05-30T13:59:51.454Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=xxxxxxxx/20190530/eu-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=5ce66d5bf4b7055a782ebe4b74c381632218ccc918ae9e13eb60f4713dc57b06
2019-05-30T13:59:51.454Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-05-30T13:59:51.454Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: X-Amz-Date: 20190530T135951Z
2019-05-30T13:59:51.454Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: Accept-Encoding: gzip
2019-05-30T13:59:51.454Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4:
2019-05-30T13:59:51.454Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15
2019-05-30T13:59:51.454Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: -----------------------------------------------------
2019-05-30T13:59:51.792Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: 2019/05/30 13:59:51 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details:
2019-05-30T13:59:51.792Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: ---[ RESPONSE ]--------------------------------------
2019-05-30T13:59:51.792Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: HTTP/1.1 200 OK
2019-05-30T13:59:51.792Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: Connection: close
2019-05-30T13:59:51.792Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: Content-Length: 540
2019-05-30T13:59:51.792Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: Content-Type: text/xml;charset=UTF-8
2019-05-30T13:59:51.792Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: Date: Thu, 30 May 2019 13:59:51 GMT
2019-05-30T13:59:51.792Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: Server: AmazonEC2
2019-05-30T13:59:51.792Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4:
2019-05-30T13:59:51.792Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4:
2019-05-30T13:59:51.792Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: -----------------------------------------------------
2019-05-30T13:59:51.792Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: 2019/05/30 13:59:51 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-05-30T13:59:51.792Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-05-30T13:59:51.792Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: <requestId>ef028b36-3cb7-4790-93a9-9a11b0c39219</requestId>
2019-05-30T13:59:51.792Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: <accountAttributeSet>
2019-05-30T13:59:51.792Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: <item>
2019-05-30T13:59:51.792Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: <attributeName>supported-platforms</attributeName>
2019-05-30T13:59:51.792Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: <attributeValueSet>
2019-05-30T13:59:51.792Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: <item>
2019-05-30T13:59:51.792Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: <attributeValue>VPC</attributeValue>
2019-05-30T13:59:51.792Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: </item>
2019-05-30T13:59:51.792Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: </attributeValueSet>
2019-05-30T13:59:51.792Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: </item>
2019-05-30T13:59:51.792Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: </accountAttributeSet>
2019-05-30T13:59:51.792Z [DEBUG] plugin.terraform-provider-aws_v2.12.0_x4: </DescribeAccountAttributesResponse>
2019/05/30 13:59:51 [TRACE] [walkApply] Exiting eval tree: provider.aws
2019/05/30 13:59:51 [TRACE] vertex "provider.aws": visit complete
2019/05/30 13:59:51 [TRACE] dag/walk: visiting "module.staging-infrastructure.module.secdevops.data.aws_ami.sickos (clean up state)"
2019/05/30 13:59:51 [TRACE] vertex "module.staging-infrastructure.module.secdevops.data.aws_ami.sickos (clean up state)": starting visit (*terraform.NodeDestroyResource)
2019/05/30 13:59:51 [TRACE] vertex "module.staging-infrastructure.module.secdevops.data.aws_ami.sickos (clean up state)": evaluating
2019/05/30 13:59:51 [TRACE] [walkApply] Entering eval tree: module.staging-infrastructure.module.secdevops.data.aws_ami.sickos (clean up state)
2019/05/30 13:59:51 [TRACE] module.staging-infrastructure.module.secdevops: eval: *terraform.EvalForgetResourceState
2019/05/30 13:59:51 [ERROR] module.staging-infrastructure.module.secdevops: eval: *terraform.EvalForgetResourceState, err: orphan resource module.staging-infrastructure.module.secdevops.data.aws_ami.sickos still has a non-empty state after apply; this is a bug in Terraform
2019/05/30 13:59:51 [TRACE] [walkApply] Exiting eval tree: module.staging-infrastructure.module.secdevops.data.aws_ami.sickos (clean up state)
2019/05/30 13:59:51 [TRACE] vertex "module.staging-infrastructure.module.secdevops.data.aws_ami.sickos (clean up state)": visit complete
2019/05/30 13:59:51 [TRACE] dag/walk: visiting "module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k12 (clean up state)"
2019/05/30 13:59:51 [TRACE] vertex "module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k12 (clean up state)": starting visit (*terraform.NodeDestroyResource)
2019/05/30 13:59:51 [TRACE] vertex "module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k12 (clean up state)": evaluating
2019/05/30 13:59:51 [TRACE] [walkApply] Entering eval tree: module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k12 (clean up state)
2019/05/30 13:59:51 [TRACE] module.staging-infrastructure.module.secdevops: eval: *terraform.EvalForgetResourceState
2019/05/30 13:59:51 [ERROR] module.staging-infrastructure.module.secdevops: eval: *terraform.EvalForgetResourceState, err: orphan resource module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k12 still has a non-empty state after apply; this is a bug in Terraform
2019/05/30 13:59:51 [TRACE] [walkApply] Exiting eval tree: module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k12 (clean up state)
2019/05/30 13:59:51 [TRACE] vertex "module.staging-infrastructure.module.secdevops.data.aws_ami.ms3_2k12 (clean up state)": visit complete
2019/05/30 13:59:51 [TRACE] dag/walk: visiting "module.staging-infrastructure.module.secdevops.data.aws_ami.myhouse7 (clean up state)"
2019/05/30 13:59:51 [TRACE] vertex "module.staging-infrastructure.module.secdevops.data.aws_ami.myhouse7 (clean up state)": starting visit (*terraform.NodeDestroyResource)
2019/05/30 13:59:51 [TRACE] vertex "module.staging-infrastructure.module.secdevops.data.aws_ami.myhouse7 (clean up state)": evaluating
2019/05/30 13:59:51 [TRACE] [walkApply] Entering eval tree: module.staging-infrastructure.module.secdevops.data.aws_ami.myhouse7 (clean up state)
2019/05/30 13:59:51 [TRACE] module.staging-infrastructure.module.secdevops: eval: *terraform.EvalForgetResourceState
2019/05/30 13:59:51 [ERROR] module.staging-infrastructure.module.secdevops: eval: *terraform.EvalForgetResourceState, err: orphan resource module.staging-infrastructure.module.secdevops.data.aws_ami.myhouse7 still has a non-empty state after apply; this is a bug in Terraform
2019/05/30 13:59:51 [TRACE] [walkApply] Exiting eval tree: module.staging-infrastructure.module.secdevops.data.aws_ami.myhouse7 (clean up state)
2019/05/30 13:59:51 [TRACE] vertex "module.staging-infrastructure.module.secdevops.data.aws_ami.myhouse7 (clean up state)": visit complete
2019/05/30 13:59:51 [TRACE] dag/walk: visiting "module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower[0]"
2019/05/30 13:59:51 [TRACE] vertex "module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower[0]": starting visit (*terraform.NodeApplyableResourceInstance)
2019/05/30 13:59:51 [TRACE] vertex "module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower[0]": evaluating
2019/05/30 13:59:51 [TRACE] [walkApply] Entering eval tree: module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower[0]
2019/05/30 13:59:51 [TRACE] module.staging-infrastructure.module.secdevops: eval: *terraform.EvalReturnError
2019/05/30 13:59:51 [ERROR] module.staging-infrastructure.module.secdevops: eval: *terraform.EvalReturnError, err: Resource node has no configuration attached: The graph node for module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower[0] has no configuration attached to it. This suggests a bug in Terraform's apply graph builder; please report it!
2019/05/30 13:59:51 [TRACE] [walkApply] Exiting eval tree: module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower[0]
2019/05/30 13:59:51 [TRACE] vertex "module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower[0]": visit complete
2019/05/30 13:59:51 [TRACE] dag/walk: upstream of "module.staging-infrastructure.module.secdevops.aws_instance.cr_skytower (clean up state)" errored, so skipping
2019/05/30 13:59:51 [TRACE] dag/walk: visiting "module.staging-infrastructure.module.secdevops.aws_instance.kali[0]"
2019/05/30 13:59:51 [TRACE] vertex "module.staging-infrastructure.module.secdevops.aws_instance.kali[0]": starting visit (*terraform.NodeApplyableResourceInstance)
2019/05/30 13:59:51 [TRACE] vertex "module.staging-infrastructure.module.secdevops.aws_instance.kali[0]": evaluating
2019/05/30 13:59:51 [TRACE] [walkApply] Entering eval tree: module.staging-infrastructure.module.secdevops.aws_instance.kali[0]
2019/05/30 13:59:51 [TRACE] module.staging-infrastructure.module.secdevops: eval: *terraform.EvalReturnError
2019/05/30 13:59:51 [ERROR] module.staging-infrastructure.module.secdevops: eval: *terraform.EvalReturnError, err: Resource node has no configuration attached: The graph node for module.staging-infrastructure.module.secdevops.aws_instance.kali[0] has no configuration attached to it. This suggests a bug in Terraform's apply graph builder; please report it!
2019/05/30 13:59:51 [TRACE] [walkApply] Exiting eval tree: module.staging-infrastructure.module.secdevops.aws_instance.kali[0]
2019/05/30 13:59:51 [TRACE] vertex "module.staging-infrastructure.module.secdevops.aws_instance.kali[0]": visit complete
2019/05/30 13:59:51 [TRACE] dag/walk: upstream of "module.staging-infrastructure.module.secdevops.aws_instance.kali (clean up state)" errored, so skipping
2019/05/30 13:59:51 [TRACE] dag/walk: visiting "module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_kali_and_webgoat"
2019/05/30 13:59:51 [TRACE] vertex "module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_kali_and_webgoat": starting visit (*terraform.NodeApplyableResourceInstance)
2019/05/30 13:59:51 [TRACE] vertex "module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_kali_and_webgoat": evaluating
2019/05/30 13:59:51 [TRACE] [walkApply] Entering eval tree: module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_kali_and_webgoat
2019/05/30 13:59:51 [TRACE] module.staging-infrastructure.module.secdevops: eval: *terraform.EvalReturnError
2019/05/30 13:59:51 [ERROR] module.staging-infrastructure.module.secdevops: eval: *terraform.EvalReturnError, err: Resource node has no configuration attached: The graph node for module.staging-infrastructure.module.secdevops.aws_security_group_rule.allow_all_between_kali_and_webgoat has no configuration attached to it. This suggests a bug in Terraform's apply graph builder; p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment