Skip to content

Instantly share code, notes, and snippets.

@antman1p
Last active May 6, 2019 16:44
Show Gist options
  • Save antman1p/59831a0e92c043d7e46b2b2a92171b33 to your computer and use it in GitHub Desktop.
Save antman1p/59831a0e92c043d7e46b2b2a92171b33 to your computer and use it in GitHub Desktop.
terraform debug output
2019/05/06 16:38:36 [INFO] Terraform version: 0.11.13
2019/05/06 16:38:36 [INFO] Go runtime version: go1.11.5
2019/05/06 16:38:36 [INFO] CLI args: []string{"/usr/local/bin/terraform", "apply"}
2019/05/06 16:38:36 [DEBUG] Attempting to open CLI config file: /home/xxxxxxxx/.terraformrc
2019/05/06 16:38:36 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2019/05/06 16:38:36 [INFO] CLI command args: []string{"apply"}
2019/05/06 16:38:36 [TRACE] module source: "./modules/google/https-c2"
2019/05/06 16:38:36 [TRACE] module source: "./modules/google/https-rdir"
2019/05/06 16:38:36 [INFO] command: empty backend config, returning nil
2019/05/06 16:38:36 [DEBUG] command: no data state file found for backend config
2019/05/06 16:38:36 [DEBUG] New state was assigned lineage "d7f9d2f8-1c86-81c9-9e1c-4f0e41a0614b"
2019/05/06 16:38:36 [INFO] command: backend initialized: <nil>
2019/05/06 16:38:36 [DEBUG] checking for provider in "."
2019/05/06 16:38:36 [DEBUG] checking for provider in "/usr/local/bin"
2019/05/06 16:38:36 [DEBUG] checking for provider in "terraform.d/plugins/linux_amd64"
2019/05/06 16:38:36 [DEBUG] found provider "terraform-provider-godaddy_v1.4.2_x4"
2019/05/06 16:38:36 [DEBUG] found provider "terraform-provider-linode_v0.1.0_x4"
2019/05/06 16:38:36 [DEBUG] checking for provider in ".terraform/plugins/linux_amd64"
2019/05/06 16:38:36 [DEBUG] found provider "terraform-provider-google_v2.5.1_x4"
2019/05/06 16:38:36 [DEBUG] found provider "terraform-provider-random_v2.1.2_x4"
2019/05/06 16:38:36 [DEBUG] found provider "terraform-provider-tls_v2.0.1_x4"
2019/05/06 16:38:36 [DEBUG] found valid plugin: "godaddy", "1.4.2", "/home/xxxxxxxx/git/Red-Baron/terraform.d/plugins/linux_amd64/terraform-provider-godaddy_v1.4.2_x4"
2019/05/06 16:38:36 [DEBUG] found valid plugin: "linode", "0.1.0", "/home/xxxxxxxx/git/Red-Baron/terraform.d/plugins/linux_amd64/terraform-provider-linode_v0.1.0_x4"
2019/05/06 16:38:36 [DEBUG] found valid plugin: "google", "2.5.1", "/home/xxxxxxxx/git/Red-Baron/.terraform/plugins/linux_amd64/terraform-provider-google_v2.5.1_x4"
2019/05/06 16:38:36 [DEBUG] found valid plugin: "random", "2.1.2", "/home/xxxxxxxx/git/Red-Baron/.terraform/plugins/linux_amd64/terraform-provider-random_v2.1.2_x4"
2019/05/06 16:38:36 [DEBUG] found valid plugin: "tls", "2.0.1", "/home/xxxxxxxx/git/Red-Baron/.terraform/plugins/linux_amd64/terraform-provider-tls_v2.0.1_x4"
2019/05/06 16:38:36 [DEBUG] checking for provisioner in "."
2019/05/06 16:38:36 [DEBUG] checking for provisioner in "/usr/local/bin"
2019/05/06 16:38:36 [DEBUG] checking for provisioner in "terraform.d/plugins/linux_amd64"
2019/05/06 16:38:36 [DEBUG] checking for provisioner in ".terraform/plugins/linux_amd64"
2019/05/06 16:38:36 [INFO] command: backend <nil> is not enhanced, wrapping in local
2019/05/06 16:38:36 [INFO] backend/local: starting Apply operation
2019/05/06 16:38:36 [TRACE] Preserving existing state lineage "ac677601-2517-44db-2cb9-13c36ffbc18e"
2019/05/06 16:38:36 [TRACE] Preserving existing state lineage "ac677601-2517-44db-2cb9-13c36ffbc18e"
2019/05/06 16:38:37 [INFO] terraform: building graph: GraphTypeInput
2019/05/06 16:38:37 [TRACE] ConfigTransformer: Starting for path: []
2019/05/06 16:38:37 [TRACE] ConfigTransformer: Starting for path: [https_c2]
2019/05/06 16:38:37 [TRACE] ConfigTransformer: Starting for path: [https_rdir]
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.ConfigTransformer:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeAbstractResource
module.https_c2.random_id.server - *terraform.NodeAbstractResource
module.https_c2.tls_private_key.ssh - *terraform.NodeAbstractResource
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeAbstractResource
module.https_rdir.random_id.server - *terraform.NodeAbstractResource
module.https_rdir.tls_private_key.ssh - *terraform.NodeAbstractResource
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.LocalTransformer:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeAbstractResource
module.https_c2.random_id.server - *terraform.NodeAbstractResource
module.https_c2.tls_private_key.ssh - *terraform.NodeAbstractResource
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeAbstractResource
module.https_rdir.random_id.server - *terraform.NodeAbstractResource
module.https_rdir.tls_private_key.ssh - *terraform.NodeAbstractResource
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.OutputTransformer:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeAbstractResource
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.random_id.server - *terraform.NodeAbstractResource
module.https_c2.tls_private_key.ssh - *terraform.NodeAbstractResource
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeAbstractResource
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.random_id.server - *terraform.NodeAbstractResource
module.https_rdir.tls_private_key.ssh - *terraform.NodeAbstractResource
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.OrphanResourceTransformer:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeAbstractResource
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.random_id.server - *terraform.NodeAbstractResource
module.https_c2.tls_private_key.ssh - *terraform.NodeAbstractResource
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeAbstractResource
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.random_id.server - *terraform.NodeAbstractResource
module.https_rdir.tls_private_key.ssh - *terraform.NodeAbstractResource
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.OrphanOutputTransformer:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeAbstractResource
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.random_id.server - *terraform.NodeAbstractResource
module.https_c2.tls_private_key.ssh - *terraform.NodeAbstractResource
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeAbstractResource
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.random_id.server - *terraform.NodeAbstractResource
module.https_rdir.tls_private_key.ssh - *terraform.NodeAbstractResource
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
2019/05/06 16:38:37 [TRACE] AttachResourceConfigTransformer: Beginning...
2019/05/06 16:38:37 [TRACE] AttachResourceConfigTransformer: Attach resource config request: module.https_c2.tls_private_key.ssh
2019/05/06 16:38:37 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"ssh", Type:"tls_private_key", RawCount:(*config.RawConfig)(0xc000344ee0), RawConfig:(*config.RawConfig)(0xc000344e70), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2019/05/06 16:38:37 [TRACE] AttachResourceConfigTransformer: Attach resource config request: module.https_c2.google_compute_instance.https-c2
2019/05/06 16:38:37 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"https-c2", Type:"google_compute_instance", RawCount:(*config.RawConfig)(0xc000345340), RawConfig:(*config.RawConfig)(0xc000345110), Provisioners:[]*config.Provisioner{(*config.Provisioner)(0xc00033d920), (*config.Provisioner)(0xc00033db90), (*config.Provisioner)(0xc00033dc50)}, Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2019/05/06 16:38:37 [TRACE] AttachResourceConfigTransformer: Attach resource config request: module.https_rdir.random_id.server
2019/05/06 16:38:37 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"server", Type:"random_id", RawCount:(*config.RawConfig)(0xc0003c4ee0), RawConfig:(*config.RawConfig)(0xc0003c4e70), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2019/05/06 16:38:37 [TRACE] AttachResourceConfigTransformer: Attach resource config request: module.https_rdir.google_compute_instance.https-rdir
2019/05/06 16:38:37 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"https-rdir", Type:"google_compute_instance", RawCount:(*config.RawConfig)(0xc0003c51f0), RawConfig:(*config.RawConfig)(0xc0003c4fc0), Provisioners:[]*config.Provisioner{(*config.Provisioner)(0xc0003c9470), (*config.Provisioner)(0xc0003c96e0), (*config.Provisioner)(0xc0003c97a0)}, Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2019/05/06 16:38:37 [TRACE] AttachResourceConfigTransformer: Attach resource config request: module.https_c2.random_id.server
2019/05/06 16:38:37 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"server", Type:"random_id", RawCount:(*config.RawConfig)(0xc000345030), RawConfig:(*config.RawConfig)(0xc000344fc0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2019/05/06 16:38:37 [TRACE] AttachResourceConfigTransformer: Attach resource config request: module.https_rdir.tls_private_key.ssh
2019/05/06 16:38:37 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"ssh", Type:"tls_private_key", RawCount:(*config.RawConfig)(0xc0003c4d90), RawConfig:(*config.RawConfig)(0xc0003c4d20), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeAbstractResource
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.random_id.server - *terraform.NodeAbstractResource
module.https_c2.tls_private_key.ssh - *terraform.NodeAbstractResource
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeAbstractResource
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.random_id.server - *terraform.NodeAbstractResource
module.https_rdir.tls_private_key.ssh - *terraform.NodeAbstractResource
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
2019/05/06 16:38:37 [DEBUG] Attaching resource state to "module.https_rdir.tls_private_key.ssh": &terraform.ResourceState{Type:"tls_private_key", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0004a8d20), Deposed:[]*terraform.InstanceState{}, Provider:"provider.tls", mu:sync.Mutex{state:0, sema:0x0}}
2019/05/06 16:38:37 [DEBUG] Attaching resource state to "module.https_c2.random_id.server": &terraform.ResourceState{Type:"random_id", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0004a8b40), Deposed:[]*terraform.InstanceState{}, Provider:"provider.random", mu:sync.Mutex{state:0, sema:0x0}}
2019/05/06 16:38:37 [DEBUG] Resource state not found for "module.https_c2.google_compute_instance.https-c2": module.https_c2.google_compute_instance.https-c2
2019/05/06 16:38:37 [DEBUG] Attaching resource state to "module.https_rdir.random_id.server": &terraform.ResourceState{Type:"random_id", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0004a8c80), Deposed:[]*terraform.InstanceState{}, Provider:"provider.random", mu:sync.Mutex{state:0, sema:0x0}}
2019/05/06 16:38:37 [DEBUG] Resource state not found for "module.https_rdir.google_compute_instance.https-rdir": module.https_rdir.google_compute_instance.https-rdir
2019/05/06 16:38:37 [DEBUG] Attaching resource state to "module.https_c2.tls_private_key.ssh": &terraform.ResourceState{Type:"tls_private_key", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0004a8aa0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.tls", mu:sync.Mutex{state:0, sema:0x0}}
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.AttachStateTransformer:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeAbstractResource
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.random_id.server - *terraform.NodeAbstractResource
module.https_c2.tls_private_key.ssh - *terraform.NodeAbstractResource
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeAbstractResource
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.random_id.server - *terraform.NodeAbstractResource
module.https_rdir.tls_private_key.ssh - *terraform.NodeAbstractResource
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.RootVariableTransformer:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeAbstractResource
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.random_id.server - *terraform.NodeAbstractResource
module.https_c2.tls_private_key.ssh - *terraform.NodeAbstractResource
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeAbstractResource
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.random_id.server - *terraform.NodeAbstractResource
module.https_rdir.tls_private_key.ssh - *terraform.NodeAbstractResource
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
2019/05/06 16:38:37 [TRACE] ProviderConfigTransformer: Starting for path: []
2019/05/06 16:38:37 [TRACE] ProviderConfigTransformer: Starting for path: [https_c2]
2019/05/06 16:38:37 [TRACE] ProviderConfigTransformer: Starting for path: [https_rdir]
2019/05/06 16:38:37 [TRACE] Attach provider request: []string{"https_rdir"} google
2019/05/06 16:38:37 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"google", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc0003c4c40)}
2019/05/06 16:38:37 [TRACE] Attach provider request: []string{"https_c2"} google
2019/05/06 16:38:37 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"google", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc000344d90)}
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeAbstractResource
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.random_id.server - *terraform.NodeAbstractResource
module.https_c2.tls_private_key.ssh - *terraform.NodeAbstractResource
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeAbstractResource
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.random_id.server - *terraform.NodeAbstractResource
module.https_rdir.tls_private_key.ssh - *terraform.NodeAbstractResource
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
2019/05/06 16:38:37 [DEBUG] adding missing provider: random
2019/05/06 16:38:37 [DEBUG] adding missing provider: tls
2019/05/06 16:38:37 [DEBUG] adding missing provider: google
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.MissingProviderTransformer:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeAbstractResource
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.random_id.server - *terraform.NodeAbstractResource
module.https_c2.tls_private_key.ssh - *terraform.NodeAbstractResource
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeAbstractResource
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.random_id.server - *terraform.NodeAbstractResource
module.https_rdir.tls_private_key.ssh - *terraform.NodeAbstractResource
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
provider.tls - *terraform.NodeApplyableProvider
2019/05/06 16:38:37 [DEBUG] resource module.https_c2.tls_private_key.ssh using provider provider.tls
2019/05/06 16:38:37 [DEBUG] resource module.https_c2.google_compute_instance.https-c2 using provider module.https_c2.provider.google
2019/05/06 16:38:37 [DEBUG] resource module.https_rdir.random_id.server using provider provider.random
2019/05/06 16:38:37 [DEBUG] resource module.https_rdir.tls_private_key.ssh using provider provider.tls
2019/05/06 16:38:37 [DEBUG] resource module.https_rdir.google_compute_instance.https-rdir using provider module.https_rdir.provider.google
2019/05/06 16:38:37 [DEBUG] resource module.https_c2.random_id.server using provider provider.random
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.ProviderTransformer:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeAbstractResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.random_id.server - *terraform.NodeAbstractResource
provider.random - *terraform.NodeApplyableProvider
module.https_c2.tls_private_key.ssh - *terraform.NodeAbstractResource
provider.tls - *terraform.NodeApplyableProvider
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeAbstractResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.random_id.server - *terraform.NodeAbstractResource
provider.random - *terraform.NodeApplyableProvider
module.https_rdir.tls_private_key.ssh - *terraform.NodeAbstractResource
provider.tls - *terraform.NodeApplyableProvider
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
provider.tls - *terraform.NodeApplyableProvider
2019/05/06 16:38:37 [DEBUG] pruning unused provider provider.google
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.PruneProviderTransformer:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeAbstractResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.random_id.server - *terraform.NodeAbstractResource
provider.random - *terraform.NodeApplyableProvider
module.https_c2.tls_private_key.ssh - *terraform.NodeAbstractResource
provider.tls - *terraform.NodeApplyableProvider
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeAbstractResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.random_id.server - *terraform.NodeAbstractResource
provider.random - *terraform.NodeApplyableProvider
module.https_rdir.tls_private_key.ssh - *terraform.NodeAbstractResource
provider.tls - *terraform.NodeApplyableProvider
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
provider.random - *terraform.NodeApplyableProvider
provider.tls - *terraform.NodeApplyableProvider
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.ParentProviderTransformer:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeAbstractResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.random_id.server - *terraform.NodeAbstractResource
provider.random - *terraform.NodeApplyableProvider
module.https_c2.tls_private_key.ssh - *terraform.NodeAbstractResource
provider.tls - *terraform.NodeApplyableProvider
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeAbstractResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.random_id.server - *terraform.NodeAbstractResource
provider.random - *terraform.NodeApplyableProvider
module.https_rdir.tls_private_key.ssh - *terraform.NodeAbstractResource
provider.tls - *terraform.NodeApplyableProvider
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
provider.random - *terraform.NodeApplyableProvider
provider.tls - *terraform.NodeApplyableProvider
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.graphTransformerMulti:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeAbstractResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.random_id.server - *terraform.NodeAbstractResource
provider.random - *terraform.NodeApplyableProvider
module.https_c2.tls_private_key.ssh - *terraform.NodeAbstractResource
provider.tls - *terraform.NodeApplyableProvider
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeAbstractResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.random_id.server - *terraform.NodeAbstractResource
provider.random - *terraform.NodeApplyableProvider
module.https_rdir.tls_private_key.ssh - *terraform.NodeAbstractResource
provider.tls - *terraform.NodeApplyableProvider
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
provider.random - *terraform.NodeApplyableProvider
provider.tls - *terraform.NodeApplyableProvider
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeAbstractResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.random_id.server - *terraform.NodeAbstractResource
provider.random - *terraform.NodeApplyableProvider
module.https_c2.tls_private_key.ssh - *terraform.NodeAbstractResource
provider.tls - *terraform.NodeApplyableProvider
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeAbstractResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.random_id.server - *terraform.NodeAbstractResource
provider.random - *terraform.NodeApplyableProvider
module.https_rdir.tls_private_key.ssh - *terraform.NodeAbstractResource
provider.tls - *terraform.NodeApplyableProvider
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
provider.random - *terraform.NodeApplyableProvider
provider.tls - *terraform.NodeApplyableProvider
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.RemovedModuleTransformer:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeAbstractResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.random_id.server - *terraform.NodeAbstractResource
provider.random - *terraform.NodeApplyableProvider
module.https_c2.tls_private_key.ssh - *terraform.NodeAbstractResource
provider.tls - *terraform.NodeApplyableProvider
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeAbstractResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.random_id.server - *terraform.NodeAbstractResource
provider.random - *terraform.NodeApplyableProvider
module.https_rdir.tls_private_key.ssh - *terraform.NodeAbstractResource
provider.tls - *terraform.NodeApplyableProvider
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
provider.random - *terraform.NodeApplyableProvider
provider.tls - *terraform.NodeApplyableProvider
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_rdir.tls_private_key.ssh" references: [module.https_rdir.var.count]
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "provider.random" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "provider.tls" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_c2.var.available_zones" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_rdir.var.available_zones" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_rdir.var.zones" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_rdir.google_compute_instance.https-rdir" references: [module.https_rdir.random_id.server module.https_rdir.tls_private_key.ssh module.https_rdir.var.available_zones module.https_rdir.var.count module.https_rdir.var.machine_type module.https_rdir.var.redirect_to module.https_rdir.var.zones]
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_c2.provider.google" references: [module.https_c2.var.project]
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_c2.var.project" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_c2.var.zones" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_rdir.var.machine_type" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_rdir.var.project" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_c2.random_id.server" references: [module.https_c2.var.count]
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_rdir.output.ips" references: [module.https_rdir.google_compute_instance.https-rdir]
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "output.https-c2-ips" references: [module.https_c2.output.ips]
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_rdir.provider.google" references: [module.https_rdir.var.project]
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_rdir.var.redirect_to" references: [module.https_c2.output.ips]
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_c2.var.count" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_c2.var.machine_type" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_c2.var.install" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_c2.tls_private_key.ssh" references: [module.https_c2.var.count]
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_c2.google_compute_instance.https-c2" references: [module.https_c2.random_id.server module.https_c2.tls_private_key.ssh module.https_c2.var.available_zones module.https_c2.var.count module.https_c2.var.install module.https_c2.var.machine_type module.https_c2.var.zones]
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_rdir.random_id.server" references: [module.https_rdir.var.count]
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_c2.output.ips" references: [module.https_c2.google_compute_instance.https-c2]
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "output.https-rdir-ips" references: [module.https_rdir.output.ips]
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_rdir.var.count" references: []
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.ReferenceTransformer:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeAbstractResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.random_id.server - *terraform.NodeAbstractResource
module.https_c2.tls_private_key.ssh - *terraform.NodeAbstractResource
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeAbstractResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.random_id.server - *terraform.NodeAbstractResource
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
provider.random - *terraform.NodeApplyableProvider
module.https_c2.tls_private_key.ssh - *terraform.NodeAbstractResource
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
provider.tls - *terraform.NodeApplyableProvider
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeAbstractResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.random_id.server - *terraform.NodeAbstractResource
module.https_rdir.tls_private_key.ssh - *terraform.NodeAbstractResource
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeAbstractResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.random_id.server - *terraform.NodeAbstractResource
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
provider.random - *terraform.NodeApplyableProvider
module.https_rdir.tls_private_key.ssh - *terraform.NodeAbstractResource
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
provider.tls - *terraform.NodeApplyableProvider
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
output.https-c2-ips - *terraform.NodeApplyableOutput
module.https_c2.output.ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
provider.random - *terraform.NodeApplyableProvider
provider.tls - *terraform.NodeApplyableProvider
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.CountBoundaryTransformer:
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeAbstractResource
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.random_id.server - *terraform.NodeAbstractResource
module.https_c2.tls_private_key.ssh - *terraform.NodeAbstractResource
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeAbstractResource
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.random_id.server - *terraform.NodeAbstractResource
module.https_rdir.tls_private_key.ssh - *terraform.NodeAbstractResource
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
provider.random - *terraform.NodeApplyableProvider
provider.tls - *terraform.NodeApplyableProvider
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeAbstractResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.random_id.server - *terraform.NodeAbstractResource
module.https_c2.tls_private_key.ssh - *terraform.NodeAbstractResource
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeAbstractResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.random_id.server - *terraform.NodeAbstractResource
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
provider.random - *terraform.NodeApplyableProvider
module.https_c2.tls_private_key.ssh - *terraform.NodeAbstractResource
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
provider.tls - *terraform.NodeApplyableProvider
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeAbstractResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.random_id.server - *terraform.NodeAbstractResource
module.https_rdir.tls_private_key.ssh - *terraform.NodeAbstractResource
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeAbstractResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.random_id.server - *terraform.NodeAbstractResource
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
provider.random - *terraform.NodeApplyableProvider
module.https_rdir.tls_private_key.ssh - *terraform.NodeAbstractResource
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
provider.tls - *terraform.NodeApplyableProvider
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
output.https-c2-ips - *terraform.NodeApplyableOutput
module.https_c2.output.ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
provider.random - *terraform.NodeApplyableProvider
provider.tls - *terraform.NodeApplyableProvider
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.TargetsTransformer:
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeAbstractResource
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.random_id.server - *terraform.NodeAbstractResource
module.https_c2.tls_private_key.ssh - *terraform.NodeAbstractResource
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeAbstractResource
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.random_id.server - *terraform.NodeAbstractResource
module.https_rdir.tls_private_key.ssh - *terraform.NodeAbstractResource
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
provider.random - *terraform.NodeApplyableProvider
provider.tls - *terraform.NodeApplyableProvider
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeAbstractResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.random_id.server - *terraform.NodeAbstractResource
module.https_c2.tls_private_key.ssh - *terraform.NodeAbstractResource
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeAbstractResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.random_id.server - *terraform.NodeAbstractResource
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
provider.random - *terraform.NodeApplyableProvider
module.https_c2.tls_private_key.ssh - *terraform.NodeAbstractResource
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
provider.tls - *terraform.NodeApplyableProvider
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeAbstractResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.random_id.server - *terraform.NodeAbstractResource
module.https_rdir.tls_private_key.ssh - *terraform.NodeAbstractResource
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeAbstractResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.random_id.server - *terraform.NodeAbstractResource
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
provider.random - *terraform.NodeApplyableProvider
module.https_rdir.tls_private_key.ssh - *terraform.NodeAbstractResource
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
provider.tls - *terraform.NodeApplyableProvider
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
output.https-c2-ips - *terraform.NodeApplyableOutput
module.https_c2.output.ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
provider.random - *terraform.NodeApplyableProvider
provider.tls - *terraform.NodeApplyableProvider
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.CloseProviderTransformer:
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeAbstractResource
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.random_id.server - *terraform.NodeAbstractResource
module.https_c2.tls_private_key.ssh - *terraform.NodeAbstractResource
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeAbstractResource
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.random_id.server - *terraform.NodeAbstractResource
module.https_rdir.tls_private_key.ssh - *terraform.NodeAbstractResource
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
provider.random - *terraform.NodeApplyableProvider
provider.tls - *terraform.NodeApplyableProvider
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeAbstractResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.random_id.server - *terraform.NodeAbstractResource
module.https_c2.tls_private_key.ssh - *terraform.NodeAbstractResource
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeAbstractResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.provider.google (close) - *terraform.graphNodeCloseProvider
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeAbstractResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.random_id.server - *terraform.NodeAbstractResource
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
provider.random - *terraform.NodeApplyableProvider
module.https_c2.tls_private_key.ssh - *terraform.NodeAbstractResource
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
provider.tls - *terraform.NodeApplyableProvider
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeAbstractResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.random_id.server - *terraform.NodeAbstractResource
module.https_rdir.tls_private_key.ssh - *terraform.NodeAbstractResource
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeAbstractResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.provider.google (close) - *terraform.graphNodeCloseProvider
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeAbstractResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.random_id.server - *terraform.NodeAbstractResource
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
provider.random - *terraform.NodeApplyableProvider
module.https_rdir.tls_private_key.ssh - *terraform.NodeAbstractResource
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
provider.tls - *terraform.NodeApplyableProvider
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
output.https-c2-ips - *terraform.NodeApplyableOutput
module.https_c2.output.ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
provider.random - *terraform.NodeApplyableProvider
provider.random (close) - *terraform.graphNodeCloseProvider
module.https_c2.random_id.server - *terraform.NodeAbstractResource
module.https_rdir.random_id.server - *terraform.NodeAbstractResource
provider.random - *terraform.NodeApplyableProvider
provider.tls - *terraform.NodeApplyableProvider
provider.tls (close) - *terraform.graphNodeCloseProvider
module.https_c2.tls_private_key.ssh - *terraform.NodeAbstractResource
module.https_rdir.tls_private_key.ssh - *terraform.NodeAbstractResource
provider.tls - *terraform.NodeApplyableProvider
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.CloseProvisionerTransformer:
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeAbstractResource
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.random_id.server - *terraform.NodeAbstractResource
module.https_c2.tls_private_key.ssh - *terraform.NodeAbstractResource
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeAbstractResource
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.random_id.server - *terraform.NodeAbstractResource
module.https_rdir.tls_private_key.ssh - *terraform.NodeAbstractResource
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
provider.random - *terraform.NodeApplyableProvider
provider.tls - *terraform.NodeApplyableProvider
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeAbstractResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.random_id.server - *terraform.NodeAbstractResource
module.https_c2.tls_private_key.ssh - *terraform.NodeAbstractResource
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeAbstractResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.provider.google (close) - *terraform.graphNodeCloseProvider
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeAbstractResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.random_id.server - *terraform.NodeAbstractResource
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
provider.random - *terraform.NodeApplyableProvider
module.https_c2.tls_private_key.ssh - *terraform.NodeAbstractResource
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
provider.tls - *terraform.NodeApplyableProvider
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeAbstractResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.random_id.server - *terraform.NodeAbstractResource
module.https_rdir.tls_private_key.ssh - *terraform.NodeAbstractResource
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeAbstractResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.provider.google (close) - *terraform.graphNodeCloseProvider
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeAbstractResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.random_id.server - *terraform.NodeAbstractResource
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
provider.random - *terraform.NodeApplyableProvider
module.https_rdir.tls_private_key.ssh - *terraform.NodeAbstractResource
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
provider.tls - *terraform.NodeApplyableProvider
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
output.https-c2-ips - *terraform.NodeApplyableOutput
module.https_c2.output.ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
provider.random - *terraform.NodeApplyableProvider
provider.random (close) - *terraform.graphNodeCloseProvider
module.https_c2.random_id.server - *terraform.NodeAbstractResource
module.https_rdir.random_id.server - *terraform.NodeAbstractResource
provider.random - *terraform.NodeApplyableProvider
provider.tls - *terraform.NodeApplyableProvider
provider.tls (close) - *terraform.graphNodeCloseProvider
module.https_c2.tls_private_key.ssh - *terraform.NodeAbstractResource
module.https_rdir.tls_private_key.ssh - *terraform.NodeAbstractResource
provider.tls - *terraform.NodeApplyableProvider
provisioner.local-exec (close) - *terraform.graphNodeCloseProvisioner
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeAbstractResource
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeAbstractResource
provisioner.remote-exec (close) - *terraform.graphNodeCloseProvisioner
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeAbstractResource
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeAbstractResource
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.RootTransformer:
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeAbstractResource
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.random_id.server - *terraform.NodeAbstractResource
module.https_c2.tls_private_key.ssh - *terraform.NodeAbstractResource
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeAbstractResource
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.random_id.server - *terraform.NodeAbstractResource
module.https_rdir.tls_private_key.ssh - *terraform.NodeAbstractResource
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
provider.random - *terraform.NodeApplyableProvider
provider.tls - *terraform.NodeApplyableProvider
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeAbstractResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.random_id.server - *terraform.NodeAbstractResource
module.https_c2.tls_private_key.ssh - *terraform.NodeAbstractResource
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeAbstractResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.provider.google (close) - *terraform.graphNodeCloseProvider
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeAbstractResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.random_id.server - *terraform.NodeAbstractResource
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
provider.random - *terraform.NodeApplyableProvider
module.https_c2.tls_private_key.ssh - *terraform.NodeAbstractResource
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
provider.tls - *terraform.NodeApplyableProvider
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeAbstractResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.random_id.server - *terraform.NodeAbstractResource
module.https_rdir.tls_private_key.ssh - *terraform.NodeAbstractResource
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeAbstractResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.provider.google (close) - *terraform.graphNodeCloseProvider
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeAbstractResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.random_id.server - *terraform.NodeAbstractResource
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
provider.random - *terraform.NodeApplyableProvider
module.https_rdir.tls_private_key.ssh - *terraform.NodeAbstractResource
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
provider.tls - *terraform.NodeApplyableProvider
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
output.https-c2-ips - *terraform.NodeApplyableOutput
module.https_c2.output.ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
provider.random - *terraform.NodeApplyableProvider
provider.random (close) - *terraform.graphNodeCloseProvider
module.https_c2.random_id.server - *terraform.NodeAbstractResource
module.https_rdir.random_id.server - *terraform.NodeAbstractResource
provider.random - *terraform.NodeApplyableProvider
provider.tls - *terraform.NodeApplyableProvider
provider.tls (close) - *terraform.graphNodeCloseProvider
module.https_c2.tls_private_key.ssh - *terraform.NodeAbstractResource
module.https_rdir.tls_private_key.ssh - *terraform.NodeAbstractResource
provider.tls - *terraform.NodeApplyableProvider
provisioner.local-exec (close) - *terraform.graphNodeCloseProvisioner
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeAbstractResource
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeAbstractResource
provisioner.remote-exec (close) - *terraform.graphNodeCloseProvisioner
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeAbstractResource
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeAbstractResource
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
module.https_c2.provider.google (close) - *terraform.graphNodeCloseProvider
module.https_rdir.provider.google (close) - *terraform.graphNodeCloseProvider
provider.random (close) - *terraform.graphNodeCloseProvider
provider.tls (close) - *terraform.graphNodeCloseProvider
provisioner.local-exec (close) - *terraform.graphNodeCloseProvisioner
provisioner.remote-exec (close) - *terraform.graphNodeCloseProvisioner
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeAbstractResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.random_id.server - *terraform.NodeAbstractResource
module.https_c2.tls_private_key.ssh - *terraform.NodeAbstractResource
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeAbstractResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.provider.google (close) - *terraform.graphNodeCloseProvider
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeAbstractResource
module.https_c2.random_id.server - *terraform.NodeAbstractResource
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
provider.random - *terraform.NodeApplyableProvider
module.https_c2.tls_private_key.ssh - *terraform.NodeAbstractResource
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
provider.tls - *terraform.NodeApplyableProvider
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeAbstractResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.random_id.server - *terraform.NodeAbstractResource
module.https_rdir.tls_private_key.ssh - *terraform.NodeAbstractResource
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeAbstractResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.provider.google (close) - *terraform.graphNodeCloseProvider
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeAbstractResource
module.https_rdir.random_id.server - *terraform.NodeAbstractResource
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
provider.random - *terraform.NodeApplyableProvider
module.https_rdir.tls_private_key.ssh - *terraform.NodeAbstractResource
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
provider.tls - *terraform.NodeApplyableProvider
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
output.https-c2-ips - *terraform.NodeApplyableOutput
module.https_c2.output.ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
provider.random - *terraform.NodeApplyableProvider
provider.random (close) - *terraform.graphNodeCloseProvider
module.https_c2.random_id.server - *terraform.NodeAbstractResource
module.https_rdir.random_id.server - *terraform.NodeAbstractResource
provider.tls - *terraform.NodeApplyableProvider
provider.tls (close) - *terraform.graphNodeCloseProvider
module.https_c2.tls_private_key.ssh - *terraform.NodeAbstractResource
module.https_rdir.tls_private_key.ssh - *terraform.NodeAbstractResource
provisioner.local-exec (close) - *terraform.graphNodeCloseProvisioner
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeAbstractResource
provisioner.remote-exec (close) - *terraform.graphNodeCloseProvisioner
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeAbstractResource
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
module.https_c2.provider.google (close) - *terraform.graphNodeCloseProvider
module.https_rdir.provider.google (close) - *terraform.graphNodeCloseProvider
provider.random (close) - *terraform.graphNodeCloseProvider
provider.tls (close) - *terraform.graphNodeCloseProvider
provisioner.local-exec (close) - *terraform.graphNodeCloseProvisioner
provisioner.remote-exec (close) - *terraform.graphNodeCloseProvisioner
2019/05/06 16:38:37 [DEBUG] Starting graph walk: walkInput
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_c2.var.project"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_c2.var.install"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_rdir.provider.google (close)"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_c2.var.count"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_c2.provider.google"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "provisioner.remote-exec (close)"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_c2.output.ips"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "provisioner.local-exec (close)"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_c2.tls_private_key.ssh"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "provider.tls"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_rdir.output.ips"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_rdir.var.redirect_to"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_rdir.var.project"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_c2.provider.google (close)"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "provider.random"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_c2.random_id.server"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_c2.var.available_zones"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "provider.tls (close)"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_rdir.var.zones"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "output.https-c2-ips"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_rdir.provider.google"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_rdir.google_compute_instance.https-rdir"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "provider.random (close)"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_c2.google_compute_instance.https-c2"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_c2.var.zones"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_rdir.var.available_zones"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_rdir.var.machine_type"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_rdir.random_id.server"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_c2.var.machine_type"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "output.https-rdir-ips"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_rdir.var.count"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "root"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_rdir.tls_private_key.ssh"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "output.https-c2-ips"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "provider.random (close)" waiting on "module.https_c2.random_id.server"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "root" waiting on "provisioner.remote-exec (close)"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_rdir.google_compute_instance.https-rdir" waiting on "module.https_rdir.var.redirect_to"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_rdir.var.redirect_to" waiting on "module.https_c2.output.ips"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "root" waiting on "provider.random (close)"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_c2.output.ips" waiting on "module.https_c2.google_compute_instance.https-c2"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_c2.google_compute_instance.https-c2" waiting on "module.https_c2.var.available_zones"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_c2.google_compute_instance.https-c2" waiting on "module.https_c2.var.install"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_c2.tls_private_key.ssh" waiting on "module.https_c2.var.count"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_rdir.provider.google" waiting on "module.https_rdir.var.project"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_c2.google_compute_instance.https-c2" waiting on "module.https_c2.random_id.server"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "provider.tls (close)" waiting on "module.https_c2.tls_private_key.ssh"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_c2.provider.google (close)" waiting on "module.https_c2.google_compute_instance.https-c2"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_c2.google_compute_instance.https-c2" waiting on "module.https_c2.var.machine_type"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_rdir.google_compute_instance.https-rdir" waiting on "module.https_rdir.var.zones"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "root" waiting on "provisioner.local-exec (close)"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_rdir.provider.google (close)" waiting on "module.https_rdir.google_compute_instance.https-rdir"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "root" waiting on "module.https_c2.provider.google (close)"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_rdir.google_compute_instance.https-rdir" waiting on "module.https_rdir.var.machine_type"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_c2.random_id.server" waiting on "provider.random"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "output.https-rdir-ips" waiting on "module.https_rdir.output.ips"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "root" waiting on "module.https_rdir.provider.google (close)"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_rdir.google_compute_instance.https-rdir" waiting on "module.https_rdir.provider.google"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_c2.tls_private_key.ssh" waiting on "provider.tls"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_c2.google_compute_instance.https-c2" waiting on "module.https_c2.tls_private_key.ssh"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_c2.provider.google" waiting on "module.https_c2.var.project"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "root" waiting on "provider.tls (close)"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_c2.google_compute_instance.https-c2" waiting on "module.https_c2.provider.google"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_rdir.random_id.server" waiting on "provider.random"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_rdir.google_compute_instance.https-rdir" waiting on "module.https_rdir.tls_private_key.ssh"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_rdir.tls_private_key.ssh" waiting on "module.https_rdir.var.count"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_rdir.random_id.server" waiting on "module.https_rdir.var.count"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "output.https-rdir-ips"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "provider.tls (close)" waiting on "module.https_rdir.tls_private_key.ssh"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "provisioner.remote-exec (close)" waiting on "module.https_rdir.google_compute_instance.https-rdir"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "provider.random (close)" waiting on "module.https_rdir.random_id.server"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_rdir.google_compute_instance.https-rdir" waiting on "module.https_rdir.random_id.server"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_rdir.output.ips" waiting on "module.https_rdir.google_compute_instance.https-rdir"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_c2.random_id.server" waiting on "module.https_c2.var.count"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_rdir.tls_private_key.ssh" waiting on "provider.tls"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "output.https-c2-ips" waiting on "module.https_c2.output.ips"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "provisioner.local-exec (close)" waiting on "module.https_rdir.google_compute_instance.https-rdir"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_rdir.google_compute_instance.https-rdir" waiting on "module.https_rdir.var.available_zones"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_c2.google_compute_instance.https-c2" waiting on "module.https_c2.var.zones"
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "module.https_rdir.tls_private_key.ssh", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "provisioner.remote-exec (close)", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "module.https_c2.output.ips", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "module.https_c2.tls_private_key.ssh", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "module.https_rdir.random_id.server", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "module.https_rdir.output.ips", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "output.https-c2-ips", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "provider.random (close)", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "module.https_c2.google_compute_instance.https-c2", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "module.https_c2.provider.google (close)", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "module.https_rdir.provider.google (close)", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "output.https-rdir-ips", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "module.https_c2.provider.google", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "provisioner.local-exec (close)", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "module.https_rdir.var.redirect_to", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "module.https_rdir.provider.google", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "module.https_c2.random_id.server", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "module.https_rdir.google_compute_instance.https-rdir", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "provider.tls (close)", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_c2.var.project"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.var.project': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.var.project': evaluating
2019/05/06 16:38:37 [TRACE] [walkInput] Entering eval tree: module.https_c2.var.project
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] [walkInput] Exiting eval tree: module.https_c2.var.project
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_c2.var.install"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.var.install': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.var.install': evaluating
2019/05/06 16:38:37 [TRACE] [walkInput] Entering eval tree: module.https_c2.var.install
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] [walkInput] Exiting eval tree: module.https_c2.var.install
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_c2.var.count"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.var.count': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.var.count': evaluating
2019/05/06 16:38:37 [TRACE] [walkInput] Entering eval tree: module.https_c2.var.count
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalOpFilter
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root: eval: terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalVariableBlock
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalCoerceMapVariable
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalTypeCheckVariable
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalSetVariables
2019/05/06 16:38:37 [TRACE] [walkInput] Exiting eval tree: module.https_c2.var.count
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_c2.provider.google"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.provider.google': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.provider.google': evaluating
2019/05/06 16:38:37 [TRACE] [walkInput] Entering eval tree: module.https_c2.provider.google
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalInitProvider
2019-05-06T16:38:37.128Z [DEBUG] plugin: starting plugin: path=/home/xxxxxxxx/git/Red-Baron/.terraform/plugins/linux_amd64/terraform-provider-google_v2.5.1_x4 args=[/home/xxxxxxxx/git/Red-Baron/.terraform/plugins/linux_amd64/terraform-provider-google_v2.5.1_x4]
2019-05-06T16:38:37.129Z [DEBUG] plugin: waiting for RPC address: path=/home/xxxxxxxx/git/Red-Baron/.terraform/plugins/linux_amd64/terraform-provider-google_v2.5.1_x4
2019/05/06 16:38:37 [TRACE] dag/walk: walking "provider.tls"
2019/05/06 16:38:37 [TRACE] vertex 'root.provider.tls': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.provider.tls': evaluating
2019/05/06 16:38:37 [TRACE] [walkInput] Entering eval tree: provider.tls
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalInitProvider
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_rdir.var.project"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.var.project': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.var.project': evaluating
2019/05/06 16:38:37 [TRACE] [walkInput] Entering eval tree: module.https_rdir.var.project
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] [walkInput] Exiting eval tree: module.https_rdir.var.project
2019/05/06 16:38:37 [TRACE] dag/walk: walking "provider.random"
2019/05/06 16:38:37 [TRACE] vertex 'root.provider.random': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.provider.random': evaluating
2019/05/06 16:38:37 [TRACE] [walkInput] Entering eval tree: provider.random
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalInitProvider
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_c2.var.available_zones"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.var.available_zones': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.var.available_zones': evaluating
2019/05/06 16:38:37 [TRACE] [walkInput] Entering eval tree: module.https_c2.var.available_zones
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] [walkInput] Exiting eval tree: module.https_c2.var.available_zones
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_rdir.var.zones"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.var.zones': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.var.zones': evaluating
2019/05/06 16:38:37 [TRACE] [walkInput] Entering eval tree: module.https_rdir.var.zones
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] [walkInput] Exiting eval tree: module.https_rdir.var.zones
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_rdir.provider.google"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.provider.google': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.provider.google': evaluating
2019/05/06 16:38:37 [TRACE] [walkInput] Entering eval tree: module.https_rdir.provider.google
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalInitProvider
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_c2.var.zones"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.var.zones': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.var.zones': evaluating
2019/05/06 16:38:37 [TRACE] [walkInput] Entering eval tree: module.https_c2.var.zones
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] [walkInput] Exiting eval tree: module.https_c2.var.zones
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_rdir.var.available_zones"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.var.available_zones': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.var.available_zones': evaluating
2019/05/06 16:38:37 [TRACE] [walkInput] Entering eval tree: module.https_rdir.var.available_zones
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] [walkInput] Exiting eval tree: module.https_rdir.var.available_zones
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_rdir.var.machine_type"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.var.machine_type': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.var.machine_type': evaluating
2019/05/06 16:38:37 [TRACE] [walkInput] Entering eval tree: module.https_rdir.var.machine_type
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] [walkInput] Exiting eval tree: module.https_rdir.var.machine_type
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_c2.var.machine_type"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.var.machine_type': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.var.machine_type': evaluating
2019/05/06 16:38:37 [TRACE] [walkInput] Entering eval tree: module.https_c2.var.machine_type
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] [walkInput] Exiting eval tree: module.https_c2.var.machine_type
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_rdir.var.count"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.var.count': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.var.count': evaluating
2019/05/06 16:38:37 [TRACE] [walkInput] Entering eval tree: module.https_rdir.var.count
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalOpFilter
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root: eval: terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalVariableBlock
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalCoerceMapVariable
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalTypeCheckVariable
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalSetVariables
2019/05/06 16:38:37 [TRACE] [walkInput] Exiting eval tree: module.https_rdir.var.count
2019-05-06T16:38:37.148Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: plugin address: timestamp=2019-05-06T16:38:37.145Z address=/tmp/plugin484977130 network=unix
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalOpFilter
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalGetProvider
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalInterpolateProvider
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalBuildProviderConfig
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalInputProvider
2019-05-06T16:38:37.152Z [DEBUG] plugin: starting plugin: path=/home/xxxxxxxx/git/Red-Baron/.terraform/plugins/linux_amd64/terraform-provider-tls_v2.0.1_x4 args=[/home/xxxxxxxx/git/Red-Baron/.terraform/plugins/linux_amd64/terraform-provider-tls_v2.0.1_x4]
2019-05-06T16:38:37.152Z [DEBUG] plugin: waiting for RPC address: path=/home/xxxxxxxx/git/Red-Baron/.terraform/plugins/linux_amd64/terraform-provider-tls_v2.0.1_x4
2019-05-06T16:38:37.159Z [DEBUG] plugin.terraform-provider-tls_v2.0.1_x4: plugin address: timestamp=2019-05-06T16:38:37.159Z address=/tmp/plugin779523970 network=unix
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalOpFilter
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalGetProvider
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] [walkInput] Exiting eval tree: module.https_c2.provider.google
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalInputProvider
2019-05-06T16:38:37.161Z [DEBUG] plugin: starting plugin: path=/home/xxxxxxxx/git/Red-Baron/.terraform/plugins/linux_amd64/terraform-provider-random_v2.1.2_x4 args=[/home/xxxxxxxx/git/Red-Baron/.terraform/plugins/linux_amd64/terraform-provider-random_v2.1.2_x4]
2019-05-06T16:38:37.162Z [DEBUG] plugin: waiting for RPC address: path=/home/xxxxxxxx/git/Red-Baron/.terraform/plugins/linux_amd64/terraform-provider-random_v2.1.2_x4
2019-05-06T16:38:37.169Z [DEBUG] plugin.terraform-provider-random_v2.1.2_x4: plugin address: timestamp=2019-05-06T16:38:37.169Z address=/tmp/plugin018674434 network=unix
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalOpFilter
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalGetProvider
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalInputProvider
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalOpFilter
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalGetProvider
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalInterpolateProvider
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalBuildProviderConfig
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalInputProvider
2019/05/06 16:38:37 [TRACE] root: eval: terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] root: eval: terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] root: eval: terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] [walkInput] Exiting eval tree: provider.tls
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_c2.tls_private_key.ssh"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.tls_private_key.ssh': walking
2019/05/06 16:38:37 [TRACE] root: eval: terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] root: eval: terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] root: eval: terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] [walkInput] Exiting eval tree: provider.random
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_rdir.random_id.server"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.random_id.server': walking
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_rdir.tls_private_key.ssh"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.tls_private_key.ssh': walking
2019/05/06 16:38:37 [TRACE] dag/walk: walking "provider.tls (close)"
2019/05/06 16:38:37 [TRACE] vertex 'root.provider.tls (close)': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.provider.tls (close)': evaluating
2019/05/06 16:38:37 [TRACE] [walkInput] Entering eval tree: provider.tls (close)
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalCloseProvider
2019/05/06 16:38:37 [TRACE] [walkInput] Exiting eval tree: provider.tls (close)
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_c2.random_id.server"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.random_id.server': walking
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_c2.google_compute_instance.https-c2"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.google_compute_instance.https-c2': walking
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_c2.output.ips"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.output.ips': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.output.ips': evaluating
2019/05/06 16:38:37 [TRACE] [walkInput] Entering eval tree: module.https_c2.output.ips
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalOpFilter
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalWriteOutput
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] [walkInput] Exiting eval tree: module.https_c2.output.ips
2019/05/06 16:38:37 [TRACE] dag/walk: walking "output.https-c2-ips"
2019/05/06 16:38:37 [TRACE] vertex 'root.output.https-c2-ips': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.output.https-c2-ips': evaluating
2019/05/06 16:38:37 [TRACE] [walkInput] Entering eval tree: output.https-c2-ips
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalOpFilter
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalWriteOutput
2019/05/06 16:38:37 [TRACE] root: eval: terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] [walkInput] Exiting eval tree: output.https-c2-ips
2019/05/06 16:38:37 [TRACE] dag/walk: walking "provider.random (close)"
2019/05/06 16:38:37 [TRACE] vertex 'root.provider.random (close)': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.provider.random (close)': evaluating
2019/05/06 16:38:37 [TRACE] [walkInput] Entering eval tree: provider.random (close)
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalCloseProvider
2019/05/06 16:38:37 [TRACE] [walkInput] Exiting eval tree: provider.random (close)
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_c2.provider.google (close)"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.provider.google (close)': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.provider.google (close)': evaluating
2019/05/06 16:38:37 [TRACE] [walkInput] Entering eval tree: module.https_c2.provider.google (close)
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalCloseProvider
2019/05/06 16:38:37 [TRACE] [walkInput] Exiting eval tree: module.https_c2.provider.google (close)
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_rdir.var.redirect_to"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.var.redirect_to': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.var.redirect_to': evaluating
2019/05/06 16:38:37 [TRACE] [walkInput] Entering eval tree: module.https_rdir.var.redirect_to
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalOpFilter
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root: eval: terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalVariableBlock
2019/05/06 16:38:37 [DEBUG] Setting Unknown Variable Value for computed key: redirect_to
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalCoerceMapVariable
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalTypeCheckVariable
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalSetVariables
2019/05/06 16:38:37 [TRACE] [walkInput] Exiting eval tree: module.https_rdir.var.redirect_to
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] [walkInput] Exiting eval tree: module.https_rdir.provider.google
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_rdir.google_compute_instance.https-rdir"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.google_compute_instance.https-rdir': walking
2019/05/06 16:38:37 [TRACE] dag/walk: walking "provisioner.remote-exec (close)"
2019/05/06 16:38:37 [TRACE] vertex 'root.provisioner.remote-exec (close)': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.provisioner.remote-exec (close)': evaluating
2019/05/06 16:38:37 [TRACE] [walkInput] Entering eval tree: provisioner.remote-exec (close)
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalCloseProvisioner
2019/05/06 16:38:37 [TRACE] [walkInput] Exiting eval tree: provisioner.remote-exec (close)
2019/05/06 16:38:37 [TRACE] dag/walk: walking "provisioner.local-exec (close)"
2019/05/06 16:38:37 [TRACE] vertex 'root.provisioner.local-exec (close)': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.provisioner.local-exec (close)': evaluating
2019/05/06 16:38:37 [TRACE] [walkInput] Entering eval tree: provisioner.local-exec (close)
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalCloseProvisioner
2019/05/06 16:38:37 [TRACE] [walkInput] Exiting eval tree: provisioner.local-exec (close)
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_rdir.provider.google (close)"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.provider.google (close)': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.provider.google (close)': evaluating
2019/05/06 16:38:37 [TRACE] [walkInput] Entering eval tree: module.https_rdir.provider.google (close)
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalCloseProvider
2019/05/06 16:38:37 [TRACE] [walkInput] Exiting eval tree: module.https_rdir.provider.google (close)
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_rdir.output.ips"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.output.ips': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.output.ips': evaluating
2019/05/06 16:38:37 [TRACE] [walkInput] Entering eval tree: module.https_rdir.output.ips
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalOpFilter
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalWriteOutput
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] [walkInput] Exiting eval tree: module.https_rdir.output.ips
2019/05/06 16:38:37 [TRACE] dag/walk: walking "output.https-rdir-ips"
2019/05/06 16:38:37 [TRACE] vertex 'root.output.https-rdir-ips': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.output.https-rdir-ips': evaluating
2019/05/06 16:38:37 [TRACE] [walkInput] Entering eval tree: output.https-rdir-ips
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalOpFilter
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalWriteOutput
2019/05/06 16:38:37 [TRACE] root: eval: terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] [walkInput] Exiting eval tree: output.https-rdir-ips
2019/05/06 16:38:37 [TRACE] dag/walk: walking "meta.count-boundary (count boundary fixup)"
2019/05/06 16:38:37 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': evaluating
2019/05/06 16:38:37 [TRACE] [walkInput] Entering eval tree: meta.count-boundary (count boundary fixup)
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal
2019/05/06 16:38:37 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 2, search "random_id.server", replace "random_id.server.0"
2019/05/06 16:38:37 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 2, search "tls_private_key.ssh", replace "tls_private_key.ssh.0"
2019/05/06 16:38:37 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 2, search "random_id.server", replace "random_id.server.0"
2019/05/06 16:38:37 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 2, search "tls_private_key.ssh", replace "tls_private_key.ssh.0"
2019/05/06 16:38:37 [TRACE] [walkInput] Exiting eval tree: meta.count-boundary (count boundary fixup)
2019/05/06 16:38:37 [TRACE] dag/walk: walking "root"
2019/05/06 16:38:37 [TRACE] vertex 'root.root': walking
2019/05/06 16:38:37 [INFO] terraform: building graph: GraphTypeValidate
2019/05/06 16:38:37 [TRACE] ConfigTransformer: Starting for path: []
2019/05/06 16:38:37 [TRACE] ConfigTransformer: Starting for path: [https_c2]
2019/05/06 16:38:37 [TRACE] ConfigTransformer: Starting for path: [https_rdir]
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.ConfigTransformer:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeValidatableResource
module.https_c2.random_id.server - *terraform.NodeValidatableResource
module.https_c2.tls_private_key.ssh - *terraform.NodeValidatableResource
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeValidatableResource
module.https_rdir.random_id.server - *terraform.NodeValidatableResource
module.https_rdir.tls_private_key.ssh - *terraform.NodeValidatableResource
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.LocalTransformer:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeValidatableResource
module.https_c2.random_id.server - *terraform.NodeValidatableResource
module.https_c2.tls_private_key.ssh - *terraform.NodeValidatableResource
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeValidatableResource
module.https_rdir.random_id.server - *terraform.NodeValidatableResource
module.https_rdir.tls_private_key.ssh - *terraform.NodeValidatableResource
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.OutputTransformer:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeValidatableResource
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.random_id.server - *terraform.NodeValidatableResource
module.https_c2.tls_private_key.ssh - *terraform.NodeValidatableResource
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeValidatableResource
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.random_id.server - *terraform.NodeValidatableResource
module.https_rdir.tls_private_key.ssh - *terraform.NodeValidatableResource
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.OrphanResourceTransformer:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeValidatableResource
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.random_id.server - *terraform.NodeValidatableResource
module.https_c2.tls_private_key.ssh - *terraform.NodeValidatableResource
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeValidatableResource
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.random_id.server - *terraform.NodeValidatableResource
module.https_rdir.tls_private_key.ssh - *terraform.NodeValidatableResource
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.OrphanOutputTransformer:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeValidatableResource
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.random_id.server - *terraform.NodeValidatableResource
module.https_c2.tls_private_key.ssh - *terraform.NodeValidatableResource
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeValidatableResource
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.random_id.server - *terraform.NodeValidatableResource
module.https_rdir.tls_private_key.ssh - *terraform.NodeValidatableResource
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
2019/05/06 16:38:37 [TRACE] AttachResourceConfigTransformer: Beginning...
2019/05/06 16:38:37 [TRACE] AttachResourceConfigTransformer: Attach resource config request: module.https_c2.random_id.server
2019/05/06 16:38:37 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"server", Type:"random_id", RawCount:(*config.RawConfig)(0xc000345030), RawConfig:(*config.RawConfig)(0xc000344fc0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2019/05/06 16:38:37 [TRACE] AttachResourceConfigTransformer: Attach resource config request: module.https_c2.google_compute_instance.https-c2
2019/05/06 16:38:37 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"https-c2", Type:"google_compute_instance", RawCount:(*config.RawConfig)(0xc000345340), RawConfig:(*config.RawConfig)(0xc000345110), Provisioners:[]*config.Provisioner{(*config.Provisioner)(0xc00033d920), (*config.Provisioner)(0xc00033db90), (*config.Provisioner)(0xc00033dc50)}, Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2019/05/06 16:38:37 [TRACE] AttachResourceConfigTransformer: Attach resource config request: module.https_rdir.tls_private_key.ssh
2019/05/06 16:38:37 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"ssh", Type:"tls_private_key", RawCount:(*config.RawConfig)(0xc0003c4d90), RawConfig:(*config.RawConfig)(0xc0003c4d20), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2019/05/06 16:38:37 [TRACE] AttachResourceConfigTransformer: Attach resource config request: module.https_rdir.random_id.server
2019/05/06 16:38:37 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"server", Type:"random_id", RawCount:(*config.RawConfig)(0xc0003c4ee0), RawConfig:(*config.RawConfig)(0xc0003c4e70), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2019/05/06 16:38:37 [TRACE] AttachResourceConfigTransformer: Attach resource config request: module.https_c2.tls_private_key.ssh
2019/05/06 16:38:37 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"ssh", Type:"tls_private_key", RawCount:(*config.RawConfig)(0xc000344ee0), RawConfig:(*config.RawConfig)(0xc000344e70), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2019/05/06 16:38:37 [TRACE] AttachResourceConfigTransformer: Attach resource config request: module.https_rdir.google_compute_instance.https-rdir
2019/05/06 16:38:37 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"https-rdir", Type:"google_compute_instance", RawCount:(*config.RawConfig)(0xc0003c51f0), RawConfig:(*config.RawConfig)(0xc0003c4fc0), Provisioners:[]*config.Provisioner{(*config.Provisioner)(0xc0003c9470), (*config.Provisioner)(0xc0003c96e0), (*config.Provisioner)(0xc0003c97a0)}, Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeValidatableResource
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.random_id.server - *terraform.NodeValidatableResource
module.https_c2.tls_private_key.ssh - *terraform.NodeValidatableResource
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeValidatableResource
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.random_id.server - *terraform.NodeValidatableResource
module.https_rdir.tls_private_key.ssh - *terraform.NodeValidatableResource
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
2019/05/06 16:38:37 [DEBUG] Attaching resource state to "module.https_c2.random_id.server": &terraform.ResourceState{Type:"random_id", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0004a8b40), Deposed:[]*terraform.InstanceState{}, Provider:"provider.random", mu:sync.Mutex{state:0, sema:0x0}}
2019/05/06 16:38:37 [DEBUG] Resource state not found for "module.https_c2.google_compute_instance.https-c2": module.https_c2.google_compute_instance.https-c2
2019/05/06 16:38:37 [DEBUG] Attaching resource state to "module.https_rdir.tls_private_key.ssh": &terraform.ResourceState{Type:"tls_private_key", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0004a8d20), Deposed:[]*terraform.InstanceState{}, Provider:"provider.tls", mu:sync.Mutex{state:0, sema:0x0}}
2019/05/06 16:38:37 [DEBUG] Attaching resource state to "module.https_rdir.random_id.server": &terraform.ResourceState{Type:"random_id", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0004a8c80), Deposed:[]*terraform.InstanceState{}, Provider:"provider.random", mu:sync.Mutex{state:0, sema:0x0}}
2019/05/06 16:38:37 [DEBUG] Attaching resource state to "module.https_c2.tls_private_key.ssh": &terraform.ResourceState{Type:"tls_private_key", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0004a8aa0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.tls", mu:sync.Mutex{state:0, sema:0x0}}
2019/05/06 16:38:37 [DEBUG] Resource state not found for "module.https_rdir.google_compute_instance.https-rdir": module.https_rdir.google_compute_instance.https-rdir
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.AttachStateTransformer:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeValidatableResource
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.random_id.server - *terraform.NodeValidatableResource
module.https_c2.tls_private_key.ssh - *terraform.NodeValidatableResource
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeValidatableResource
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.random_id.server - *terraform.NodeValidatableResource
module.https_rdir.tls_private_key.ssh - *terraform.NodeValidatableResource
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.RootVariableTransformer:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeValidatableResource
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.random_id.server - *terraform.NodeValidatableResource
module.https_c2.tls_private_key.ssh - *terraform.NodeValidatableResource
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeValidatableResource
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.random_id.server - *terraform.NodeValidatableResource
module.https_rdir.tls_private_key.ssh - *terraform.NodeValidatableResource
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
2019/05/06 16:38:37 [TRACE] ProviderConfigTransformer: Starting for path: []
2019/05/06 16:38:37 [TRACE] ProviderConfigTransformer: Starting for path: [https_c2]
2019/05/06 16:38:37 [TRACE] ProviderConfigTransformer: Starting for path: [https_rdir]
2019/05/06 16:38:37 [TRACE] Attach provider request: []string{"https_c2"} google
2019/05/06 16:38:37 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"google", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc000344d90)}
2019/05/06 16:38:37 [TRACE] Attach provider request: []string{"https_rdir"} google
2019/05/06 16:38:37 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"google", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc0003c4c40)}
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeValidatableResource
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.random_id.server - *terraform.NodeValidatableResource
module.https_c2.tls_private_key.ssh - *terraform.NodeValidatableResource
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeValidatableResource
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.random_id.server - *terraform.NodeValidatableResource
module.https_rdir.tls_private_key.ssh - *terraform.NodeValidatableResource
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
2019/05/06 16:38:37 [DEBUG] adding missing provider: tls
2019/05/06 16:38:37 [DEBUG] adding missing provider: random
2019/05/06 16:38:37 [DEBUG] adding missing provider: google
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.MissingProviderTransformer:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeValidatableResource
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.random_id.server - *terraform.NodeValidatableResource
module.https_c2.tls_private_key.ssh - *terraform.NodeValidatableResource
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeValidatableResource
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.random_id.server - *terraform.NodeValidatableResource
module.https_rdir.tls_private_key.ssh - *terraform.NodeValidatableResource
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
provider.tls - *terraform.NodeApplyableProvider
2019/05/06 16:38:37 [DEBUG] resource module.https_c2.tls_private_key.ssh using provider provider.tls
2019/05/06 16:38:37 [DEBUG] resource module.https_c2.random_id.server using provider provider.random
2019/05/06 16:38:37 [DEBUG] resource module.https_c2.google_compute_instance.https-c2 using provider module.https_c2.provider.google
2019/05/06 16:38:37 [DEBUG] resource module.https_rdir.tls_private_key.ssh using provider provider.tls
2019/05/06 16:38:37 [DEBUG] resource module.https_rdir.random_id.server using provider provider.random
2019/05/06 16:38:37 [DEBUG] resource module.https_rdir.google_compute_instance.https-rdir using provider module.https_rdir.provider.google
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.ProviderTransformer:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeValidatableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.random_id.server - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
module.https_c2.tls_private_key.ssh - *terraform.NodeValidatableResource
provider.tls - *terraform.NodeApplyableProvider
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeValidatableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.random_id.server - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
module.https_rdir.tls_private_key.ssh - *terraform.NodeValidatableResource
provider.tls - *terraform.NodeApplyableProvider
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
provider.tls - *terraform.NodeApplyableProvider
2019/05/06 16:38:37 [DEBUG] pruning unused provider provider.google
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.PruneProviderTransformer:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeValidatableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.random_id.server - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
module.https_c2.tls_private_key.ssh - *terraform.NodeValidatableResource
provider.tls - *terraform.NodeApplyableProvider
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeValidatableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.random_id.server - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
module.https_rdir.tls_private_key.ssh - *terraform.NodeValidatableResource
provider.tls - *terraform.NodeApplyableProvider
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
provider.random - *terraform.NodeApplyableProvider
provider.tls - *terraform.NodeApplyableProvider
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.ParentProviderTransformer:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeValidatableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.random_id.server - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
module.https_c2.tls_private_key.ssh - *terraform.NodeValidatableResource
provider.tls - *terraform.NodeApplyableProvider
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeValidatableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.random_id.server - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
module.https_rdir.tls_private_key.ssh - *terraform.NodeValidatableResource
provider.tls - *terraform.NodeApplyableProvider
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
provider.random - *terraform.NodeApplyableProvider
provider.tls - *terraform.NodeApplyableProvider
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.graphTransformerMulti:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeValidatableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.random_id.server - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
module.https_c2.tls_private_key.ssh - *terraform.NodeValidatableResource
provider.tls - *terraform.NodeApplyableProvider
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeValidatableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.random_id.server - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
module.https_rdir.tls_private_key.ssh - *terraform.NodeValidatableResource
provider.tls - *terraform.NodeApplyableProvider
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
provider.random - *terraform.NodeApplyableProvider
provider.tls - *terraform.NodeApplyableProvider
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.MissingProvisionerTransformer:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeValidatableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_c2.random_id.server - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
module.https_c2.tls_private_key.ssh - *terraform.NodeValidatableResource
provider.tls - *terraform.NodeApplyableProvider
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeValidatableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.random_id.server - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
module.https_rdir.tls_private_key.ssh - *terraform.NodeValidatableResource
provider.tls - *terraform.NodeApplyableProvider
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
provider.random - *terraform.NodeApplyableProvider
provider.tls - *terraform.NodeApplyableProvider
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.ProvisionerTransformer:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeValidatableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_c2.random_id.server - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
module.https_c2.tls_private_key.ssh - *terraform.NodeValidatableResource
provider.tls - *terraform.NodeApplyableProvider
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeValidatableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.random_id.server - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
module.https_rdir.tls_private_key.ssh - *terraform.NodeValidatableResource
provider.tls - *terraform.NodeApplyableProvider
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
provider.random - *terraform.NodeApplyableProvider
provider.tls - *terraform.NodeApplyableProvider
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.graphTransformerMulti:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeValidatableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_c2.random_id.server - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
module.https_c2.tls_private_key.ssh - *terraform.NodeValidatableResource
provider.tls - *terraform.NodeApplyableProvider
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeValidatableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.random_id.server - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
module.https_rdir.tls_private_key.ssh - *terraform.NodeValidatableResource
provider.tls - *terraform.NodeApplyableProvider
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
provider.random - *terraform.NodeApplyableProvider
provider.tls - *terraform.NodeApplyableProvider
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeValidatableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_c2.random_id.server - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
module.https_c2.tls_private_key.ssh - *terraform.NodeValidatableResource
provider.tls - *terraform.NodeApplyableProvider
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeValidatableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.random_id.server - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
module.https_rdir.tls_private_key.ssh - *terraform.NodeValidatableResource
provider.tls - *terraform.NodeApplyableProvider
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
provider.random - *terraform.NodeApplyableProvider
provider.tls - *terraform.NodeApplyableProvider
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.RemovedModuleTransformer:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeValidatableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_c2.random_id.server - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
module.https_c2.tls_private_key.ssh - *terraform.NodeValidatableResource
provider.tls - *terraform.NodeApplyableProvider
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeValidatableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.random_id.server - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
module.https_rdir.tls_private_key.ssh - *terraform.NodeValidatableResource
provider.tls - *terraform.NodeApplyableProvider
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
provider.random - *terraform.NodeApplyableProvider
provider.tls - *terraform.NodeApplyableProvider
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_rdir.provisioner.local-exec" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_c2.var.project" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_rdir.var.redirect_to" references: [module.https_c2.output.ips]
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_rdir.var.available_zones" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_c2.provider.google" references: [module.https_c2.var.project]
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_rdir.output.ips" references: [module.https_rdir.google_compute_instance.https-rdir]
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_rdir.tls_private_key.ssh" references: [module.https_rdir.var.count]
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_c2.provisioner.local-exec" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_c2.var.count" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_c2.var.available_zones" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_rdir.var.project" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "provider.tls" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "output.https-c2-ips" references: [module.https_c2.output.ips]
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_c2.var.install" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_rdir.var.count" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_c2.tls_private_key.ssh" references: [module.https_c2.var.count]
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_rdir.provisioner.remote-exec" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_c2.provisioner.remote-exec" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_rdir.random_id.server" references: [module.https_rdir.var.count]
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_c2.output.ips" references: [module.https_c2.google_compute_instance.https-c2]
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "output.https-rdir-ips" references: [module.https_rdir.output.ips]
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "provider.random" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_c2.var.zones" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_rdir.var.machine_type" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_rdir.google_compute_instance.https-rdir" references: [module.https_rdir.random_id.server module.https_rdir.tls_private_key.ssh module.https_rdir.var.available_zones module.https_rdir.var.count module.https_rdir.var.machine_type module.https_rdir.var.redirect_to module.https_rdir.var.zones]
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_c2.google_compute_instance.https-c2" references: [module.https_c2.random_id.server module.https_c2.tls_private_key.ssh module.https_c2.var.available_zones module.https_c2.var.count module.https_c2.var.install module.https_c2.var.machine_type module.https_c2.var.zones]
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_rdir.provider.google" references: [module.https_rdir.var.project]
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_c2.var.machine_type" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_rdir.var.zones" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_c2.random_id.server" references: [module.https_c2.var.count]
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.ReferenceTransformer:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeValidatableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_c2.random_id.server - *terraform.NodeValidatableResource
module.https_c2.tls_private_key.ssh - *terraform.NodeValidatableResource
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeValidatableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_c2.random_id.server - *terraform.NodeValidatableResource
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
provider.random - *terraform.NodeApplyableProvider
module.https_c2.tls_private_key.ssh - *terraform.NodeValidatableResource
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
provider.tls - *terraform.NodeApplyableProvider
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeValidatableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.random_id.server - *terraform.NodeValidatableResource
module.https_rdir.tls_private_key.ssh - *terraform.NodeValidatableResource
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeValidatableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.random_id.server - *terraform.NodeValidatableResource
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
provider.random - *terraform.NodeApplyableProvider
module.https_rdir.tls_private_key.ssh - *terraform.NodeValidatableResource
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
provider.tls - *terraform.NodeApplyableProvider
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
output.https-c2-ips - *terraform.NodeApplyableOutput
module.https_c2.output.ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
provider.random - *terraform.NodeApplyableProvider
provider.tls - *terraform.NodeApplyableProvider
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.CountBoundaryTransformer:
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeValidatableResource
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_c2.random_id.server - *terraform.NodeValidatableResource
module.https_c2.tls_private_key.ssh - *terraform.NodeValidatableResource
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeValidatableResource
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.random_id.server - *terraform.NodeValidatableResource
module.https_rdir.tls_private_key.ssh - *terraform.NodeValidatableResource
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
provider.random - *terraform.NodeApplyableProvider
provider.tls - *terraform.NodeApplyableProvider
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeValidatableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_c2.random_id.server - *terraform.NodeValidatableResource
module.https_c2.tls_private_key.ssh - *terraform.NodeValidatableResource
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeValidatableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_c2.random_id.server - *terraform.NodeValidatableResource
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
provider.random - *terraform.NodeApplyableProvider
module.https_c2.tls_private_key.ssh - *terraform.NodeValidatableResource
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
provider.tls - *terraform.NodeApplyableProvider
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeValidatableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.random_id.server - *terraform.NodeValidatableResource
module.https_rdir.tls_private_key.ssh - *terraform.NodeValidatableResource
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeValidatableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.random_id.server - *terraform.NodeValidatableResource
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
provider.random - *terraform.NodeApplyableProvider
module.https_rdir.tls_private_key.ssh - *terraform.NodeValidatableResource
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
provider.tls - *terraform.NodeApplyableProvider
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
output.https-c2-ips - *terraform.NodeApplyableOutput
module.https_c2.output.ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
provider.random - *terraform.NodeApplyableProvider
provider.tls - *terraform.NodeApplyableProvider
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.TargetsTransformer:
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeValidatableResource
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_c2.random_id.server - *terraform.NodeValidatableResource
module.https_c2.tls_private_key.ssh - *terraform.NodeValidatableResource
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeValidatableResource
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.random_id.server - *terraform.NodeValidatableResource
module.https_rdir.tls_private_key.ssh - *terraform.NodeValidatableResource
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
provider.random - *terraform.NodeApplyableProvider
provider.tls - *terraform.NodeApplyableProvider
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeValidatableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_c2.random_id.server - *terraform.NodeValidatableResource
module.https_c2.tls_private_key.ssh - *terraform.NodeValidatableResource
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeValidatableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_c2.random_id.server - *terraform.NodeValidatableResource
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
provider.random - *terraform.NodeApplyableProvider
module.https_c2.tls_private_key.ssh - *terraform.NodeValidatableResource
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
provider.tls - *terraform.NodeApplyableProvider
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeValidatableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.random_id.server - *terraform.NodeValidatableResource
module.https_rdir.tls_private_key.ssh - *terraform.NodeValidatableResource
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeValidatableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.random_id.server - *terraform.NodeValidatableResource
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
provider.random - *terraform.NodeApplyableProvider
module.https_rdir.tls_private_key.ssh - *terraform.NodeValidatableResource
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
provider.tls - *terraform.NodeApplyableProvider
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
output.https-c2-ips - *terraform.NodeApplyableOutput
module.https_c2.output.ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
provider.random - *terraform.NodeApplyableProvider
provider.tls - *terraform.NodeApplyableProvider
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.CloseProviderTransformer:
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeValidatableResource
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_c2.random_id.server - *terraform.NodeValidatableResource
module.https_c2.tls_private_key.ssh - *terraform.NodeValidatableResource
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeValidatableResource
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.random_id.server - *terraform.NodeValidatableResource
module.https_rdir.tls_private_key.ssh - *terraform.NodeValidatableResource
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
provider.random - *terraform.NodeApplyableProvider
provider.tls - *terraform.NodeApplyableProvider
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeValidatableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_c2.random_id.server - *terraform.NodeValidatableResource
module.https_c2.tls_private_key.ssh - *terraform.NodeValidatableResource
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeValidatableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.provider.google (close) - *terraform.graphNodeCloseProvider
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeValidatableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_c2.random_id.server - *terraform.NodeValidatableResource
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
provider.random - *terraform.NodeApplyableProvider
module.https_c2.tls_private_key.ssh - *terraform.NodeValidatableResource
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
provider.tls - *terraform.NodeApplyableProvider
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeValidatableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.random_id.server - *terraform.NodeValidatableResource
module.https_rdir.tls_private_key.ssh - *terraform.NodeValidatableResource
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeValidatableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.provider.google (close) - *terraform.graphNodeCloseProvider
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeValidatableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.random_id.server - *terraform.NodeValidatableResource
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
provider.random - *terraform.NodeApplyableProvider
module.https_rdir.tls_private_key.ssh - *terraform.NodeValidatableResource
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
provider.tls - *terraform.NodeApplyableProvider
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
output.https-c2-ips - *terraform.NodeApplyableOutput
module.https_c2.output.ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
provider.random - *terraform.NodeApplyableProvider
provider.random (close) - *terraform.graphNodeCloseProvider
module.https_c2.random_id.server - *terraform.NodeValidatableResource
module.https_rdir.random_id.server - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
provider.tls - *terraform.NodeApplyableProvider
provider.tls (close) - *terraform.graphNodeCloseProvider
module.https_c2.tls_private_key.ssh - *terraform.NodeValidatableResource
module.https_rdir.tls_private_key.ssh - *terraform.NodeValidatableResource
provider.tls - *terraform.NodeApplyableProvider
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.CloseProvisionerTransformer:
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeValidatableResource
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_c2.random_id.server - *terraform.NodeValidatableResource
module.https_c2.tls_private_key.ssh - *terraform.NodeValidatableResource
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeValidatableResource
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.random_id.server - *terraform.NodeValidatableResource
module.https_rdir.tls_private_key.ssh - *terraform.NodeValidatableResource
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
provider.random - *terraform.NodeApplyableProvider
provider.tls - *terraform.NodeApplyableProvider
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeValidatableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_c2.random_id.server - *terraform.NodeValidatableResource
module.https_c2.tls_private_key.ssh - *terraform.NodeValidatableResource
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeValidatableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.provider.google (close) - *terraform.graphNodeCloseProvider
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeValidatableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_c2.random_id.server - *terraform.NodeValidatableResource
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
provider.random - *terraform.NodeApplyableProvider
module.https_c2.tls_private_key.ssh - *terraform.NodeValidatableResource
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
provider.tls - *terraform.NodeApplyableProvider
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeValidatableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.random_id.server - *terraform.NodeValidatableResource
module.https_rdir.tls_private_key.ssh - *terraform.NodeValidatableResource
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeValidatableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.provider.google (close) - *terraform.graphNodeCloseProvider
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeValidatableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.random_id.server - *terraform.NodeValidatableResource
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
provider.random - *terraform.NodeApplyableProvider
module.https_rdir.tls_private_key.ssh - *terraform.NodeValidatableResource
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
provider.tls - *terraform.NodeApplyableProvider
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
output.https-c2-ips - *terraform.NodeApplyableOutput
module.https_c2.output.ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
provider.random - *terraform.NodeApplyableProvider
provider.random (close) - *terraform.graphNodeCloseProvider
module.https_c2.random_id.server - *terraform.NodeValidatableResource
module.https_rdir.random_id.server - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
provider.tls - *terraform.NodeApplyableProvider
provider.tls (close) - *terraform.graphNodeCloseProvider
module.https_c2.tls_private_key.ssh - *terraform.NodeValidatableResource
module.https_rdir.tls_private_key.ssh - *terraform.NodeValidatableResource
provider.tls - *terraform.NodeApplyableProvider
provisioner.local-exec (close) - *terraform.graphNodeCloseProvisioner
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeValidatableResource
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeValidatableResource
provisioner.remote-exec (close) - *terraform.graphNodeCloseProvisioner
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeValidatableResource
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeValidatableResource
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.RootTransformer:
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeValidatableResource
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_c2.random_id.server - *terraform.NodeValidatableResource
module.https_c2.tls_private_key.ssh - *terraform.NodeValidatableResource
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeValidatableResource
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.random_id.server - *terraform.NodeValidatableResource
module.https_rdir.tls_private_key.ssh - *terraform.NodeValidatableResource
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
provider.random - *terraform.NodeApplyableProvider
provider.tls - *terraform.NodeApplyableProvider
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeValidatableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_c2.random_id.server - *terraform.NodeValidatableResource
module.https_c2.tls_private_key.ssh - *terraform.NodeValidatableResource
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeValidatableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.provider.google (close) - *terraform.graphNodeCloseProvider
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeValidatableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_c2.random_id.server - *terraform.NodeValidatableResource
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
provider.random - *terraform.NodeApplyableProvider
module.https_c2.tls_private_key.ssh - *terraform.NodeValidatableResource
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
provider.tls - *terraform.NodeApplyableProvider
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeValidatableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.random_id.server - *terraform.NodeValidatableResource
module.https_rdir.tls_private_key.ssh - *terraform.NodeValidatableResource
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeValidatableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.provider.google (close) - *terraform.graphNodeCloseProvider
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeValidatableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.random_id.server - *terraform.NodeValidatableResource
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
provider.random - *terraform.NodeApplyableProvider
module.https_rdir.tls_private_key.ssh - *terraform.NodeValidatableResource
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
provider.tls - *terraform.NodeApplyableProvider
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
output.https-c2-ips - *terraform.NodeApplyableOutput
module.https_c2.output.ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
provider.random - *terraform.NodeApplyableProvider
provider.random (close) - *terraform.graphNodeCloseProvider
module.https_c2.random_id.server - *terraform.NodeValidatableResource
module.https_rdir.random_id.server - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
provider.tls - *terraform.NodeApplyableProvider
provider.tls (close) - *terraform.graphNodeCloseProvider
module.https_c2.tls_private_key.ssh - *terraform.NodeValidatableResource
module.https_rdir.tls_private_key.ssh - *terraform.NodeValidatableResource
provider.tls - *terraform.NodeApplyableProvider
provisioner.local-exec (close) - *terraform.graphNodeCloseProvisioner
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeValidatableResource
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeValidatableResource
provisioner.remote-exec (close) - *terraform.graphNodeCloseProvisioner
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeValidatableResource
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeValidatableResource
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
module.https_c2.provider.google (close) - *terraform.graphNodeCloseProvider
module.https_rdir.provider.google (close) - *terraform.graphNodeCloseProvider
provider.random (close) - *terraform.graphNodeCloseProvider
provider.tls (close) - *terraform.graphNodeCloseProvider
provisioner.local-exec (close) - *terraform.graphNodeCloseProvisioner
provisioner.remote-exec (close) - *terraform.graphNodeCloseProvisioner
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeValidatableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_c2.random_id.server - *terraform.NodeValidatableResource
module.https_c2.tls_private_key.ssh - *terraform.NodeValidatableResource
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeValidatableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.provider.google (close) - *terraform.graphNodeCloseProvider
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeValidatableResource
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_c2.random_id.server - *terraform.NodeValidatableResource
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
provider.random - *terraform.NodeApplyableProvider
module.https_c2.tls_private_key.ssh - *terraform.NodeValidatableResource
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
provider.tls - *terraform.NodeApplyableProvider
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeValidatableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.random_id.server - *terraform.NodeValidatableResource
module.https_rdir.tls_private_key.ssh - *terraform.NodeValidatableResource
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeValidatableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.provider.google (close) - *terraform.graphNodeCloseProvider
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeValidatableResource
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.random_id.server - *terraform.NodeValidatableResource
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
provider.random - *terraform.NodeApplyableProvider
module.https_rdir.tls_private_key.ssh - *terraform.NodeValidatableResource
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
provider.tls - *terraform.NodeApplyableProvider
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
output.https-c2-ips - *terraform.NodeApplyableOutput
module.https_c2.output.ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
provider.random - *terraform.NodeApplyableProvider
provider.random (close) - *terraform.graphNodeCloseProvider
module.https_c2.random_id.server - *terraform.NodeValidatableResource
module.https_rdir.random_id.server - *terraform.NodeValidatableResource
provider.tls - *terraform.NodeApplyableProvider
provider.tls (close) - *terraform.graphNodeCloseProvider
module.https_c2.tls_private_key.ssh - *terraform.NodeValidatableResource
module.https_rdir.tls_private_key.ssh - *terraform.NodeValidatableResource
provisioner.local-exec (close) - *terraform.graphNodeCloseProvisioner
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeValidatableResource
provisioner.remote-exec (close) - *terraform.graphNodeCloseProvisioner
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeValidatableResource
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
module.https_c2.provider.google (close) - *terraform.graphNodeCloseProvider
module.https_rdir.provider.google (close) - *terraform.graphNodeCloseProvider
provider.random (close) - *terraform.graphNodeCloseProvider
provider.tls (close) - *terraform.graphNodeCloseProvider
provisioner.local-exec (close) - *terraform.graphNodeCloseProvisioner
provisioner.remote-exec (close) - *terraform.graphNodeCloseProvisioner
2019/05/06 16:38:37 [DEBUG] Starting graph walk: walkValidate
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_rdir.provisioner.remote-exec"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_c2.var.zones"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_c2.var.machine_type"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "provider.random (close)"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_c2.var.count"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_rdir.provider.google (close)"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_rdir.google_compute_instance.https-rdir"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_rdir.var.zones"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_c2.provider.google"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_c2.google_compute_instance.https-c2"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_rdir.output.ips"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_rdir.var.project"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "provisioner.remote-exec (close)"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_c2.output.ips"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "output.https-rdir-ips"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "root"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_c2.random_id.server"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "provider.tls (close)"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "provider.tls"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_c2.tls_private_key.ssh"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_c2.provider.google (close)"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_rdir.var.machine_type"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_c2.provisioner.remote-exec"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_rdir.var.redirect_to"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "provisioner.local-exec (close)"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_rdir.provisioner.local-exec"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_rdir.tls_private_key.ssh"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "provider.random"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_rdir.provider.google"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_c2.var.project"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_c2.var.available_zones"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_c2.provisioner.local-exec"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "output.https-c2-ips"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_c2.var.install"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_rdir.random_id.server"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_rdir.var.count"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_rdir.var.available_zones"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_c2.provider.google" waiting on "module.https_c2.var.project"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "provisioner.remote-exec (close)" waiting on "module.https_rdir.google_compute_instance.https-rdir"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_c2.provider.google (close)" waiting on "module.https_c2.google_compute_instance.https-c2"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_c2.google_compute_instance.https-c2" waiting on "module.https_c2.random_id.server"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_rdir.google_compute_instance.https-rdir" waiting on "module.https_rdir.var.redirect_to"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_rdir.google_compute_instance.https-rdir" waiting on "module.https_rdir.var.zones"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_c2.google_compute_instance.https-c2" waiting on "module.https_c2.var.zones"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_rdir.google_compute_instance.https-rdir" waiting on "module.https_rdir.var.available_zones"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_c2.tls_private_key.ssh" waiting on "module.https_c2.var.count"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "output.https-c2-ips" waiting on "module.https_c2.output.ips"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_c2.google_compute_instance.https-c2" waiting on "module.https_c2.var.install"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "provider.tls (close)" waiting on "module.https_c2.tls_private_key.ssh"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_rdir.provider.google (close)" waiting on "module.https_rdir.google_compute_instance.https-rdir"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "output.https-rdir-ips" waiting on "module.https_rdir.output.ips"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "root" waiting on "provider.tls (close)"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "root" waiting on "provisioner.local-exec (close)"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "provider.random (close)" waiting on "module.https_c2.random_id.server"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_rdir.google_compute_instance.https-rdir" waiting on "module.https_rdir.var.machine_type"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_rdir.output.ips" waiting on "module.https_rdir.google_compute_instance.https-rdir"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_rdir.random_id.server" waiting on "provider.random"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "root" waiting on "module.https_c2.provider.google (close)"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_c2.google_compute_instance.https-c2" waiting on "module.https_c2.provisioner.local-exec"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_rdir.google_compute_instance.https-rdir" waiting on "module.https_rdir.provisioner.remote-exec"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_c2.tls_private_key.ssh" waiting on "provider.tls"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_rdir.google_compute_instance.https-rdir" waiting on "module.https_rdir.provisioner.local-exec"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_rdir.var.redirect_to" waiting on "module.https_c2.output.ips"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "root" waiting on "module.https_rdir.provider.google (close)"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_c2.google_compute_instance.https-c2" waiting on "module.https_c2.var.machine_type"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_rdir.tls_private_key.ssh" waiting on "module.https_rdir.var.count"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_rdir.google_compute_instance.https-rdir" waiting on "module.https_rdir.tls_private_key.ssh"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "provider.tls (close)" waiting on "module.https_rdir.tls_private_key.ssh"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_c2.output.ips" waiting on "module.https_c2.google_compute_instance.https-c2"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "provider.random (close)" waiting on "module.https_rdir.random_id.server"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_c2.google_compute_instance.https-c2" waiting on "module.https_c2.provisioner.remote-exec"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_rdir.tls_private_key.ssh" waiting on "provider.tls"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_rdir.google_compute_instance.https-rdir" waiting on "module.https_rdir.random_id.server"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "output.https-rdir-ips"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_rdir.google_compute_instance.https-rdir" waiting on "module.https_rdir.provider.google"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_c2.google_compute_instance.https-c2" waiting on "module.https_c2.tls_private_key.ssh"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_c2.google_compute_instance.https-c2" waiting on "module.https_c2.var.available_zones"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_c2.random_id.server" waiting on "module.https_c2.var.count"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "root" waiting on "provisioner.remote-exec (close)"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_rdir.random_id.server" waiting on "module.https_rdir.var.count"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_rdir.provider.google" waiting on "module.https_rdir.var.project"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_c2.random_id.server" waiting on "provider.random"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_c2.google_compute_instance.https-c2" waiting on "module.https_c2.provider.google"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "output.https-c2-ips"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "root" waiting on "provider.random (close)"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "provisioner.local-exec (close)" waiting on "module.https_rdir.google_compute_instance.https-rdir"
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "module.https_rdir.tls_private_key.ssh", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "module.https_c2.provider.google", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "module.https_c2.provider.google (close)", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "output.https-c2-ips", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "module.https_rdir.provider.google (close)", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "output.https-rdir-ips", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "provider.random (close)", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "module.https_rdir.provider.google", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "provisioner.remote-exec (close)", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "module.https_rdir.google_compute_instance.https-rdir", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "module.https_c2.tls_private_key.ssh", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "module.https_rdir.random_id.server", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "module.https_rdir.var.redirect_to", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "module.https_c2.output.ips", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "module.https_c2.google_compute_instance.https-c2", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "provider.tls (close)", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "module.https_rdir.output.ips", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "provisioner.local-exec (close)", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "module.https_c2.random_id.server", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_rdir.var.project"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.var.project': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.var.project': evaluating
2019/05/06 16:38:37 [TRACE] [walkValidate] Entering eval tree: module.https_rdir.var.project
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] [walkValidate] Exiting eval tree: module.https_rdir.var.project
2019/05/06 16:38:37 [TRACE] dag/walk: walking "provider.tls"
2019/05/06 16:38:37 [TRACE] vertex 'root.provider.tls': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.provider.tls': evaluating
2019/05/06 16:38:37 [TRACE] [walkValidate] Entering eval tree: provider.tls
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalInitProvider
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_rdir.var.machine_type"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.var.machine_type': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.var.machine_type': evaluating
2019/05/06 16:38:37 [TRACE] [walkValidate] Entering eval tree: module.https_rdir.var.machine_type
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] [walkValidate] Exiting eval tree: module.https_rdir.var.machine_type
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_c2.provisioner.remote-exec"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.provisioner.remote-exec': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.provisioner.remote-exec': evaluating
2019/05/06 16:38:37 [TRACE] [walkValidate] Entering eval tree: module.https_c2.provisioner.remote-exec
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalInitProvisioner
2019-05-06T16:38:37.207Z [DEBUG] plugin: starting plugin: path=/usr/local/bin/terraform args="[/usr/local/bin/terraform internal-plugin provisioner remote-exec]"
2019-05-06T16:38:37.207Z [DEBUG] plugin: waiting for RPC address: path=/usr/local/bin/terraform
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_rdir.provisioner.local-exec"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.provisioner.local-exec': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.provisioner.local-exec': evaluating
2019/05/06 16:38:37 [TRACE] [walkValidate] Entering eval tree: module.https_rdir.provisioner.local-exec
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalInitProvisioner
2019/05/06 16:38:37 [TRACE] dag/walk: walking "provider.random"
2019/05/06 16:38:37 [TRACE] vertex 'root.provider.random': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.provider.random': evaluating
2019/05/06 16:38:37 [TRACE] [walkValidate] Entering eval tree: provider.random
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalInitProvider
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_rdir.provider.google"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.provider.google': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.provider.google': evaluating
2019/05/06 16:38:37 [TRACE] [walkValidate] Entering eval tree: module.https_rdir.provider.google
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalInitProvider
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_c2.var.project"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.var.project': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.var.project': evaluating
2019/05/06 16:38:37 [TRACE] [walkValidate] Entering eval tree: module.https_c2.var.project
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] [walkValidate] Exiting eval tree: module.https_c2.var.project
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_c2.provider.google"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.provider.google': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.provider.google': evaluating
2019/05/06 16:38:37 [TRACE] [walkValidate] Entering eval tree: module.https_c2.provider.google
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalInitProvider
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_c2.var.available_zones"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.var.available_zones': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.var.available_zones': evaluating
2019/05/06 16:38:37 [TRACE] [walkValidate] Entering eval tree: module.https_c2.var.available_zones
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] [walkValidate] Exiting eval tree: module.https_c2.var.available_zones
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_c2.provisioner.local-exec"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.provisioner.local-exec': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.provisioner.local-exec': evaluating
2019/05/06 16:38:37 [TRACE] [walkValidate] Entering eval tree: module.https_c2.provisioner.local-exec
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalInitProvisioner
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_c2.var.install"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.var.install': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.var.install': evaluating
2019/05/06 16:38:37 [TRACE] [walkValidate] Entering eval tree: module.https_c2.var.install
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] [walkValidate] Exiting eval tree: module.https_c2.var.install
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_rdir.var.count"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.var.count': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.var.count': evaluating
2019/05/06 16:38:37 [TRACE] [walkValidate] Entering eval tree: module.https_rdir.var.count
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root: eval: terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalOpFilter
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalVariableBlock
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalCoerceMapVariable
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalTypeCheckVariable
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalSetVariables
2019/05/06 16:38:37 [TRACE] [walkValidate] Exiting eval tree: module.https_rdir.var.count
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_rdir.var.available_zones"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.var.available_zones': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.var.available_zones': evaluating
2019/05/06 16:38:37 [TRACE] [walkValidate] Entering eval tree: module.https_rdir.var.available_zones
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] [walkValidate] Exiting eval tree: module.https_rdir.var.available_zones
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_rdir.provisioner.remote-exec"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.provisioner.remote-exec': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.provisioner.remote-exec': evaluating
2019/05/06 16:38:37 [TRACE] [walkValidate] Entering eval tree: module.https_rdir.provisioner.remote-exec
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalInitProvisioner
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_c2.var.zones"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.var.zones': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.var.zones': evaluating
2019/05/06 16:38:37 [TRACE] [walkValidate] Entering eval tree: module.https_c2.var.zones
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] [walkValidate] Exiting eval tree: module.https_c2.var.zones
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_c2.var.machine_type"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.var.machine_type': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.var.machine_type': evaluating
2019/05/06 16:38:37 [TRACE] [walkValidate] Entering eval tree: module.https_c2.var.machine_type
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] [walkValidate] Exiting eval tree: module.https_c2.var.machine_type
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_c2.var.count"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.var.count': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.var.count': evaluating
2019/05/06 16:38:37 [TRACE] [walkValidate] Entering eval tree: module.https_c2.var.count
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root: eval: terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalOpFilter
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalVariableBlock
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalCoerceMapVariable
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalTypeCheckVariable
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalSetVariables
2019/05/06 16:38:37 [TRACE] [walkValidate] Exiting eval tree: module.https_c2.var.count
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_rdir.var.zones"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.var.zones': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.var.zones': evaluating
2019/05/06 16:38:37 [TRACE] [walkValidate] Entering eval tree: module.https_rdir.var.zones
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] [walkValidate] Exiting eval tree: module.https_rdir.var.zones
2019-05-06T16:38:37.220Z [DEBUG] plugin.terraform: 2019/05/06 16:38:37 [INFO] Terraform version: 0.11.13
2019-05-06T16:38:37.220Z [DEBUG] plugin.terraform: 2019/05/06 16:38:37 [INFO] Go runtime version: go1.11.5
2019-05-06T16:38:37.220Z [DEBUG] plugin.terraform: 2019/05/06 16:38:37 [INFO] CLI args: []string{"/usr/local/bin/terraform", "internal-plugin", "provisioner", "remote-exec"}
2019-05-06T16:38:37.220Z [DEBUG] plugin.terraform: 2019/05/06 16:38:37 [DEBUG] Attempting to open CLI config file: /home/xxxxxxxx/.terraformrc
2019-05-06T16:38:37.220Z [DEBUG] plugin.terraform: 2019/05/06 16:38:37 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2019-05-06T16:38:37.220Z [DEBUG] plugin.terraform: 2019/05/06 16:38:37 [INFO] CLI command args: []string{"internal-plugin", "provisioner", "remote-exec"}
2019-05-06T16:38:37.220Z [DEBUG] plugin.terraform: remote-exec-provisioner (internal) 2019/05/06 16:38:37 [INFO] Starting provisioner plugin remote-exec
2019-05-06T16:38:37.220Z [DEBUG] plugin.terraform: plugin address: timestamp=2019-05-06T16:38:37.219Z address=/tmp/plugin765000229 network=unix
2019/05/06 16:38:37 [TRACE] root: eval: terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalOpFilter
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalGetProvider
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalValidateProvider
2019/05/06 16:38:37 [TRACE] root: eval: terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] root: eval: terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] [walkValidate] Exiting eval tree: provider.tls
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_rdir.tls_private_key.ssh"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.tls_private_key.ssh': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.tls_private_key.ssh': evaluating
2019/05/06 16:38:37 [TRACE] [walkValidate] Entering eval tree: module.https_rdir.tls_private_key.ssh
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalIf
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalValidateCount
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalCountFixZeroOneBoundary
2019/05/06 16:38:37 [TRACE] [walkValidate] Exiting eval tree: module.https_rdir.tls_private_key.ssh
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.tls_private_key.ssh': expanding/walking dynamic subgraph
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.ResourceCountTransformer:
module.https_rdir.tls_private_key.ssh[0] - *terraform.NodeValidatableResourceInstance
module.https_rdir.tls_private_key.ssh[1] - *terraform.NodeValidatableResourceInstance
2019/05/06 16:38:37 [DEBUG] Attaching resource state to "module.https_rdir.tls_private_key.ssh[0]": &terraform.ResourceState{Type:"tls_private_key", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0004a8d20), Deposed:[]*terraform.InstanceState{}, Provider:"provider.tls", mu:sync.Mutex{state:0, sema:0x0}}
2019/05/06 16:38:37 [DEBUG] Attaching resource state to "module.https_rdir.tls_private_key.ssh[1]": &terraform.ResourceState{Type:"tls_private_key", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0004a8c30), Deposed:[]*terraform.InstanceState{}, Provider:"provider.tls", mu:sync.Mutex{state:0, sema:0x0}}
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.AttachStateTransformer:
module.https_rdir.tls_private_key.ssh[0] - *terraform.NodeValidatableResourceInstance
module.https_rdir.tls_private_key.ssh[1] - *terraform.NodeValidatableResourceInstance
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.TargetsTransformer:
module.https_rdir.tls_private_key.ssh[0] - *terraform.NodeValidatableResourceInstance
module.https_rdir.tls_private_key.ssh[1] - *terraform.NodeValidatableResourceInstance
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_rdir.tls_private_key.ssh[0]" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_rdir.tls_private_key.ssh[1]" references: []
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.ReferenceTransformer:
module.https_rdir.tls_private_key.ssh[0] - *terraform.NodeValidatableResourceInstance
module.https_rdir.tls_private_key.ssh[1] - *terraform.NodeValidatableResourceInstance
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.RootTransformer:
module.https_rdir.tls_private_key.ssh[0] - *terraform.NodeValidatableResourceInstance
module.https_rdir.tls_private_key.ssh[1] - *terraform.NodeValidatableResourceInstance
root - terraform.graphNodeRoot
module.https_rdir.tls_private_key.ssh[0] - *terraform.NodeValidatableResourceInstance
module.https_rdir.tls_private_key.ssh[1] - *terraform.NodeValidatableResourceInstance
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "root"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_rdir.tls_private_key.ssh[0]"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_rdir.tls_private_key.ssh[1]"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "root" waiting on "module.https_rdir.tls_private_key.ssh[0]"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "root" waiting on "module.https_rdir.tls_private_key.ssh[1]"
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_c2.tls_private_key.ssh"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.tls_private_key.ssh': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.tls_private_key.ssh': evaluating
2019/05/06 16:38:37 [TRACE] [walkValidate] Entering eval tree: module.https_c2.tls_private_key.ssh
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalIf
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalValidateCount
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalCountFixZeroOneBoundary
2019/05/06 16:38:37 [TRACE] [walkValidate] Exiting eval tree: module.https_c2.tls_private_key.ssh
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.tls_private_key.ssh': expanding/walking dynamic subgraph
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.ResourceCountTransformer:
module.https_c2.tls_private_key.ssh[0] - *terraform.NodeValidatableResourceInstance
module.https_c2.tls_private_key.ssh[1] - *terraform.NodeValidatableResourceInstance
2019/05/06 16:38:37 [DEBUG] Attaching resource state to "module.https_c2.tls_private_key.ssh[0]": &terraform.ResourceState{Type:"tls_private_key", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0004a8aa0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.tls", mu:sync.Mutex{state:0, sema:0x0}}
2019/05/06 16:38:37 [DEBUG] Attaching resource state to "module.https_c2.tls_private_key.ssh[1]": &terraform.ResourceState{Type:"tls_private_key", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0004a8af0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.tls", mu:sync.Mutex{state:0, sema:0x0}}
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.AttachStateTransformer:
module.https_c2.tls_private_key.ssh[0] - *terraform.NodeValidatableResourceInstance
module.https_c2.tls_private_key.ssh[1] - *terraform.NodeValidatableResourceInstance
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.TargetsTransformer:
module.https_c2.tls_private_key.ssh[0] - *terraform.NodeValidatableResourceInstance
module.https_c2.tls_private_key.ssh[1] - *terraform.NodeValidatableResourceInstance
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_c2.tls_private_key.ssh[0]" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_c2.tls_private_key.ssh[1]" references: []
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.ReferenceTransformer:
module.https_c2.tls_private_key.ssh[0] - *terraform.NodeValidatableResourceInstance
module.https_c2.tls_private_key.ssh[1] - *terraform.NodeValidatableResourceInstance
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.RootTransformer:
module.https_c2.tls_private_key.ssh[0] - *terraform.NodeValidatableResourceInstance
module.https_c2.tls_private_key.ssh[1] - *terraform.NodeValidatableResourceInstance
root - terraform.graphNodeRoot
module.https_c2.tls_private_key.ssh[0] - *terraform.NodeValidatableResourceInstance
module.https_c2.tls_private_key.ssh[1] - *terraform.NodeValidatableResourceInstance
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_c2.tls_private_key.ssh[0]"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_c2.tls_private_key.ssh[1]"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "root"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "root" waiting on "module.https_c2.tls_private_key.ssh[0]"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "root" waiting on "module.https_c2.tls_private_key.ssh[1]"
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_c2.tls_private_key.ssh[0]"
2019/05/06 16:38:37 [TRACE] vertex 'root.https_c2.module.https_c2.tls_private_key.ssh[0]': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.https_c2.module.https_c2.tls_private_key.ssh[0]': evaluating
2019/05/06 16:38:37 [TRACE] [walkValidate] Entering eval tree: module.https_c2.tls_private_key.ssh[0]
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalValidateResourceSelfRef
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalGetProvider
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_rdir.tls_private_key.ssh[0]"
2019/05/06 16:38:37 [TRACE] vertex 'root.https_rdir.module.https_rdir.tls_private_key.ssh[0]': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.https_rdir.module.https_rdir.tls_private_key.ssh[0]': evaluating
2019/05/06 16:38:37 [TRACE] [walkValidate] Entering eval tree: module.https_rdir.tls_private_key.ssh[0]
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalValidateResourceSelfRef
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalGetProvider
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_rdir.tls_private_key.ssh[1]"
2019/05/06 16:38:37 [TRACE] vertex 'root.https_rdir.module.https_rdir.tls_private_key.ssh[1]': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.https_rdir.module.https_rdir.tls_private_key.ssh[1]': evaluating
2019/05/06 16:38:37 [TRACE] [walkValidate] Entering eval tree: module.https_rdir.tls_private_key.ssh[1]
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalValidateResourceSelfRef
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalGetProvider
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_c2.tls_private_key.ssh[1]"
2019/05/06 16:38:37 [TRACE] vertex 'root.https_c2.module.https_c2.tls_private_key.ssh[1]': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.https_c2.module.https_c2.tls_private_key.ssh[1]': evaluating
2019/05/06 16:38:37 [TRACE] [walkValidate] Entering eval tree: module.https_c2.tls_private_key.ssh[1]
2019/05/06 16:38:37 [TRACE] root: eval: terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalOpFilter
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalGetProvider
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalValidateResource
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalValidateResource
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalValidateResource
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2019/05/06 16:38:37 [TRACE] [walkValidate] Exiting eval tree: module.https_rdir.tls_private_key.ssh[1]
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalValidateResourceSelfRef
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalGetProvider
2019/05/06 16:38:37 [TRACE] [walkValidate] Exiting eval tree: module.https_c2.tls_private_key.ssh[0]
2019/05/06 16:38:37 [TRACE] [walkValidate] Exiting eval tree: module.https_rdir.tls_private_key.ssh[0]
2019/05/06 16:38:37 [TRACE] dag/walk: walking "root"
2019/05/06 16:38:37 [TRACE] vertex 'root.https_rdir.root': walking
2019/05/06 16:38:37 [TRACE] [walkValidate] Exiting eval tree: module.https_c2.provisioner.remote-exec
2019-05-06T16:38:37.237Z [DEBUG] plugin: starting plugin: path=/usr/local/bin/terraform args="[/usr/local/bin/terraform internal-plugin provisioner local-exec]"
2019-05-06T16:38:37.238Z [DEBUG] plugin: waiting for RPC address: path=/usr/local/bin/terraform
2019-05-06T16:38:37.252Z [DEBUG] plugin.terraform: 2019/05/06 16:38:37 [INFO] Terraform version: 0.11.13
2019-05-06T16:38:37.253Z [DEBUG] plugin.terraform: 2019/05/06 16:38:37 [INFO] Go runtime version: go1.11.5
2019-05-06T16:38:37.253Z [DEBUG] plugin.terraform: 2019/05/06 16:38:37 [INFO] CLI args: []string{"/usr/local/bin/terraform", "internal-plugin", "provisioner", "local-exec"}
2019-05-06T16:38:37.253Z [DEBUG] plugin.terraform: 2019/05/06 16:38:37 [DEBUG] Attempting to open CLI config file: /home/xxxxxxxx/.terraformrc
2019-05-06T16:38:37.253Z [DEBUG] plugin.terraform: 2019/05/06 16:38:37 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2019-05-06T16:38:37.253Z [DEBUG] plugin.terraform: 2019/05/06 16:38:37 [INFO] CLI command args: []string{"internal-plugin", "provisioner", "local-exec"}
2019-05-06T16:38:37.253Z [DEBUG] plugin.terraform: local-exec-provisioner (internal) 2019/05/06 16:38:37 [INFO] Starting provisioner plugin local-exec
2019-05-06T16:38:37.253Z [DEBUG] plugin.terraform: plugin address: timestamp=2019-05-06T16:38:37.248Z address=/tmp/plugin171943822 network=unix
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalOpFilter
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalGetProvider
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalOpFilter
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalGetProvider
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalValidateProvider
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalValidateResource
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalInterpolateProvider
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalBuildProviderConfig
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalInterpolateProvider
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalBuildProviderConfig
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalValidateProvider
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalValidateProvider
2019/05/06 16:38:37 [TRACE] [walkValidate] Exiting eval tree: module.https_c2.tls_private_key.ssh[1]
2019/05/06 16:38:37 [TRACE] dag/walk: walking "root"
2019/05/06 16:38:37 [TRACE] vertex 'root.https_c2.root': walking
2019/05/06 16:38:37 [TRACE] dag/walk: walking "provider.tls (close)"
2019/05/06 16:38:37 [TRACE] vertex 'root.provider.tls (close)': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.provider.tls (close)': evaluating
2019/05/06 16:38:37 [TRACE] [walkValidate] Entering eval tree: provider.tls (close)
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalCloseProvider
2019/05/06 16:38:37 [TRACE] [walkValidate] Exiting eval tree: provider.tls (close)
2019/05/06 16:38:37 [TRACE] root: eval: terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] root: eval: terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] [walkValidate] Exiting eval tree: provider.random
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_rdir.random_id.server"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.random_id.server': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.random_id.server': evaluating
2019/05/06 16:38:37 [TRACE] [walkValidate] Entering eval tree: module.https_rdir.random_id.server
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalIf
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalValidateCount
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_c2.random_id.server"
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalCountFixZeroOneBoundary
2019/05/06 16:38:37 [TRACE] [walkValidate] Exiting eval tree: module.https_rdir.random_id.server
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.random_id.server': expanding/walking dynamic subgraph
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.ResourceCountTransformer:
module.https_rdir.random_id.server[0] - *terraform.NodeValidatableResourceInstance
module.https_rdir.random_id.server[1] - *terraform.NodeValidatableResourceInstance
2019/05/06 16:38:37 [DEBUG] Attaching resource state to "module.https_rdir.random_id.server[1]": &terraform.ResourceState{Type:"random_id", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0004a8cd0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.random", mu:sync.Mutex{state:0, sema:0x0}}
2019/05/06 16:38:37 [DEBUG] Attaching resource state to "module.https_rdir.random_id.server[0]": &terraform.ResourceState{Type:"random_id", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0004a8c80), Deposed:[]*terraform.InstanceState{}, Provider:"provider.random", mu:sync.Mutex{state:0, sema:0x0}}
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.random_id.server': walking
2019/05/06 16:38:37 [TRACE] [walkValidate] Exiting eval tree: module.https_rdir.provisioner.local-exec
2019/05/06 16:38:37 [TRACE] [walkValidate] Exiting eval tree: module.https_c2.provisioner.local-exec
2019/05/06 16:38:37 [TRACE] [walkValidate] Exiting eval tree: module.https_rdir.provisioner.remote-exec
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.AttachStateTransformer:
module.https_rdir.random_id.server[0] - *terraform.NodeValidatableResourceInstance
module.https_rdir.random_id.server[1] - *terraform.NodeValidatableResourceInstance
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.TargetsTransformer:
module.https_rdir.random_id.server[0] - *terraform.NodeValidatableResourceInstance
module.https_rdir.random_id.server[1] - *terraform.NodeValidatableResourceInstance
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_rdir.random_id.server[0]" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_rdir.random_id.server[1]" references: []
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.ReferenceTransformer:
module.https_rdir.random_id.server[0] - *terraform.NodeValidatableResourceInstance
module.https_rdir.random_id.server[1] - *terraform.NodeValidatableResourceInstance
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.RootTransformer:
module.https_rdir.random_id.server[0] - *terraform.NodeValidatableResourceInstance
module.https_rdir.random_id.server[1] - *terraform.NodeValidatableResourceInstance
root - terraform.graphNodeRoot
module.https_rdir.random_id.server[0] - *terraform.NodeValidatableResourceInstance
module.https_rdir.random_id.server[1] - *terraform.NodeValidatableResourceInstance
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_rdir.random_id.server[0]"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_rdir.random_id.server[1]"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "root"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "root" waiting on "module.https_rdir.random_id.server[0]"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "root" waiting on "module.https_rdir.random_id.server[1]"
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.random_id.server': evaluating
2019/05/06 16:38:37 [TRACE] [walkValidate] Entering eval tree: module.https_c2.random_id.server
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalIf
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalValidateCount
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalCountFixZeroOneBoundary
2019/05/06 16:38:37 [TRACE] [walkValidate] Exiting eval tree: module.https_c2.random_id.server
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.random_id.server': expanding/walking dynamic subgraph
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.ResourceCountTransformer:
module.https_c2.random_id.server[0] - *terraform.NodeValidatableResourceInstance
module.https_c2.random_id.server[1] - *terraform.NodeValidatableResourceInstance
2019/05/06 16:38:37 [DEBUG] Attaching resource state to "module.https_c2.random_id.server[1]": &terraform.ResourceState{Type:"random_id", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0004a8b90), Deposed:[]*terraform.InstanceState{}, Provider:"provider.random", mu:sync.Mutex{state:0, sema:0x0}}
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_rdir.random_id.server[0]"
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_rdir.random_id.server[1]"
2019/05/06 16:38:37 [DEBUG] Attaching resource state to "module.https_c2.random_id.server[0]": &terraform.ResourceState{Type:"random_id", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0004a8b40), Deposed:[]*terraform.InstanceState{}, Provider:"provider.random", mu:sync.Mutex{state:0, sema:0x0}}
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.AttachStateTransformer:
module.https_c2.random_id.server[0] - *terraform.NodeValidatableResourceInstance
module.https_c2.random_id.server[1] - *terraform.NodeValidatableResourceInstance
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.TargetsTransformer:
module.https_c2.random_id.server[0] - *terraform.NodeValidatableResourceInstance
module.https_c2.random_id.server[1] - *terraform.NodeValidatableResourceInstance
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_c2.random_id.server[0]" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_c2.random_id.server[1]" references: []
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.ReferenceTransformer:
module.https_c2.random_id.server[0] - *terraform.NodeValidatableResourceInstance
module.https_c2.random_id.server[1] - *terraform.NodeValidatableResourceInstance
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.RootTransformer:
module.https_c2.random_id.server[0] - *terraform.NodeValidatableResourceInstance
module.https_c2.random_id.server[1] - *terraform.NodeValidatableResourceInstance
root - terraform.graphNodeRoot
module.https_c2.random_id.server[0] - *terraform.NodeValidatableResourceInstance
module.https_c2.random_id.server[1] - *terraform.NodeValidatableResourceInstance
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_c2.random_id.server[0]"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_c2.random_id.server[1]"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "root"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "root" waiting on "module.https_c2.random_id.server[0]"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "root" waiting on "module.https_c2.random_id.server[1]"
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2019/05/06 16:38:37 [TRACE] vertex 'root.https_rdir.module.https_rdir.random_id.server[0]': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.https_rdir.module.https_rdir.random_id.server[0]': evaluating
2019/05/06 16:38:37 [TRACE] [walkValidate] Entering eval tree: module.https_rdir.random_id.server[0]
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalValidateResourceSelfRef
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalGetProvider
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalValidateResource
2019/05/06 16:38:37 [TRACE] vertex 'root.https_rdir.module.https_rdir.random_id.server[1]': walking
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_c2.random_id.server[0]"
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_c2.random_id.server[1]"
2019/05/06 16:38:37 [TRACE] vertex 'root.https_rdir.module.https_rdir.random_id.server[1]': evaluating
2019/05/06 16:38:37 [TRACE] [walkValidate] Entering eval tree: module.https_rdir.random_id.server[1]
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalValidateResourceSelfRef
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalGetProvider
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalValidateResource
2019/05/06 16:38:37 [TRACE] [walkValidate] Exiting eval tree: module.https_rdir.random_id.server[0]
2019/05/06 16:38:37 [TRACE] vertex 'root.https_c2.module.https_c2.random_id.server[0]': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.https_c2.module.https_c2.random_id.server[0]': evaluating
2019/05/06 16:38:37 [TRACE] [walkValidate] Entering eval tree: module.https_c2.random_id.server[0]
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalValidateResourceSelfRef
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalGetProvider
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalValidateResource
2019/05/06 16:38:37 [TRACE] vertex 'root.https_c2.module.https_c2.random_id.server[1]': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.https_c2.module.https_c2.random_id.server[1]': evaluating
2019/05/06 16:38:37 [TRACE] [walkValidate] Entering eval tree: module.https_c2.random_id.server[1]
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalValidateResourceSelfRef
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalGetProvider
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalValidateResource
2019/05/06 16:38:37 [TRACE] [walkValidate] Exiting eval tree: module.https_rdir.random_id.server[1]
2019/05/06 16:38:37 [TRACE] dag/walk: walking "root"
2019/05/06 16:38:37 [TRACE] vertex 'root.https_rdir.root': walking
2019/05/06 16:38:37 [TRACE] [walkValidate] Exiting eval tree: module.https_c2.random_id.server[0]
2019/05/06 16:38:37 [TRACE] [walkValidate] Exiting eval tree: module.https_c2.random_id.server[1]
2019/05/06 16:38:37 [TRACE] dag/walk: walking "root"
2019/05/06 16:38:37 [TRACE] vertex 'root.https_c2.root': walking
2019/05/06 16:38:37 [TRACE] dag/walk: walking "provider.random (close)"
2019/05/06 16:38:37 [TRACE] vertex 'root.provider.random (close)': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.provider.random (close)': evaluating
2019/05/06 16:38:37 [TRACE] [walkValidate] Entering eval tree: provider.random (close)
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalCloseProvider
2019/05/06 16:38:37 [TRACE] [walkValidate] Exiting eval tree: provider.random (close)
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] [walkValidate] Exiting eval tree: module.https_c2.provider.google
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_c2.google_compute_instance.https-c2"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.google_compute_instance.https-c2': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.google_compute_instance.https-c2': evaluating
2019/05/06 16:38:37 [TRACE] [walkValidate] Entering eval tree: module.https_c2.google_compute_instance.https-c2
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalIf
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalValidateCount
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalCountFixZeroOneBoundary
2019/05/06 16:38:37 [TRACE] [walkValidate] Exiting eval tree: module.https_c2.google_compute_instance.https-c2
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.google_compute_instance.https-c2': expanding/walking dynamic subgraph
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.ResourceCountTransformer:
module.https_c2.google_compute_instance.https-c2[0] - *terraform.NodeValidatableResourceInstance
module.https_c2.google_compute_instance.https-c2[1] - *terraform.NodeValidatableResourceInstance
2019/05/06 16:38:37 [DEBUG] Resource state not found for "module.https_c2.google_compute_instance.https-c2[0]": module.https_c2.google_compute_instance.https-c2[0]
2019/05/06 16:38:37 [DEBUG] Resource state not found for "module.https_c2.google_compute_instance.https-c2[1]": module.https_c2.google_compute_instance.https-c2[1]
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.AttachStateTransformer:
module.https_c2.google_compute_instance.https-c2[0] - *terraform.NodeValidatableResourceInstance
module.https_c2.google_compute_instance.https-c2[1] - *terraform.NodeValidatableResourceInstance
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.TargetsTransformer:
module.https_c2.google_compute_instance.https-c2[0] - *terraform.NodeValidatableResourceInstance
module.https_c2.google_compute_instance.https-c2[1] - *terraform.NodeValidatableResourceInstance
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_c2.google_compute_instance.https-c2[0]" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_c2.google_compute_instance.https-c2[1]" references: []
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.ReferenceTransformer:
module.https_c2.google_compute_instance.https-c2[0] - *terraform.NodeValidatableResourceInstance
module.https_c2.google_compute_instance.https-c2[1] - *terraform.NodeValidatableResourceInstance
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.RootTransformer:
module.https_c2.google_compute_instance.https-c2[0] - *terraform.NodeValidatableResourceInstance
module.https_c2.google_compute_instance.https-c2[1] - *terraform.NodeValidatableResourceInstance
root - terraform.graphNodeRoot
module.https_c2.google_compute_instance.https-c2[0] - *terraform.NodeValidatableResourceInstance
module.https_c2.google_compute_instance.https-c2[1] - *terraform.NodeValidatableResourceInstance
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "root"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_c2.google_compute_instance.https-c2[0]"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_c2.google_compute_instance.https-c2[1]"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "root" waiting on "module.https_c2.google_compute_instance.https-c2[0]"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "root" waiting on "module.https_c2.google_compute_instance.https-c2[1]"
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_c2.google_compute_instance.https-c2[0]"
2019/05/06 16:38:37 [TRACE] vertex 'root.https_c2.module.https_c2.google_compute_instance.https-c2[0]': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.https_c2.module.https_c2.google_compute_instance.https-c2[0]': evaluating
2019/05/06 16:38:37 [TRACE] [walkValidate] Entering eval tree: module.https_c2.google_compute_instance.https-c2[0]
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalValidateResourceSelfRef
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalGetProvider
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalValidateResource
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_c2.google_compute_instance.https-c2[1]"
2019/05/06 16:38:37 [TRACE] vertex 'root.https_c2.module.https_c2.google_compute_instance.https-c2[1]': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.https_c2.module.https_c2.google_compute_instance.https-c2[1]': evaluating
2019/05/06 16:38:37 [TRACE] [walkValidate] Entering eval tree: module.https_c2.google_compute_instance.https-c2[1]
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalValidateResourceSelfRef
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalGetProvider
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalValidateResource
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] [walkValidate] Exiting eval tree: module.https_rdir.provider.google
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalGetProvisioner
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalValidateProvisioner
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalGetProvisioner
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalValidateProvisioner
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalGetProvisioner
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalValidateProvisioner
2019/05/06 16:38:37 [TRACE] [walkValidate] Exiting eval tree: module.https_c2.google_compute_instance.https-c2[1]
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalGetProvisioner
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalValidateProvisioner
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalGetProvisioner
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalValidateProvisioner
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalGetProvisioner
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalValidateProvisioner
2019/05/06 16:38:37 [TRACE] [walkValidate] Exiting eval tree: module.https_c2.google_compute_instance.https-c2[0]
2019/05/06 16:38:37 [TRACE] dag/walk: walking "root"
2019/05/06 16:38:37 [TRACE] vertex 'root.https_c2.root': walking
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_c2.provider.google (close)"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.provider.google (close)': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.provider.google (close)': evaluating
2019/05/06 16:38:37 [TRACE] [walkValidate] Entering eval tree: module.https_c2.provider.google (close)
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalCloseProvider
2019/05/06 16:38:37 [TRACE] [walkValidate] Exiting eval tree: module.https_c2.provider.google (close)
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_c2.output.ips"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.output.ips': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.output.ips': evaluating
2019/05/06 16:38:37 [TRACE] [walkValidate] Entering eval tree: module.https_c2.output.ips
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalOpFilter
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalWriteOutput
2019/05/06 16:38:37 [TRACE] [walkValidate] Exiting eval tree: module.https_c2.output.ips
2019/05/06 16:38:37 [TRACE] dag/walk: walking "output.https-c2-ips"
2019/05/06 16:38:37 [TRACE] vertex 'root.output.https-c2-ips': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.output.https-c2-ips': evaluating
2019/05/06 16:38:37 [TRACE] [walkValidate] Entering eval tree: output.https-c2-ips
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root: eval: terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalOpFilter
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalWriteOutput
2019/05/06 16:38:37 [TRACE] [walkValidate] Exiting eval tree: output.https-c2-ips
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_rdir.var.redirect_to"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.var.redirect_to': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.var.redirect_to': evaluating
2019/05/06 16:38:37 [TRACE] [walkValidate] Entering eval tree: module.https_rdir.var.redirect_to
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root: eval: terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalOpFilter
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalVariableBlock
2019/05/06 16:38:37 [DEBUG] Setting Unknown Variable Value for computed key: redirect_to
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalCoerceMapVariable
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalTypeCheckVariable
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalSetVariables
2019/05/06 16:38:37 [TRACE] [walkValidate] Exiting eval tree: module.https_rdir.var.redirect_to
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_rdir.google_compute_instance.https-rdir"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.google_compute_instance.https-rdir': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.google_compute_instance.https-rdir': evaluating
2019/05/06 16:38:37 [TRACE] [walkValidate] Entering eval tree: module.https_rdir.google_compute_instance.https-rdir
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalIf
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalValidateCount
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalCountFixZeroOneBoundary
2019/05/06 16:38:37 [TRACE] [walkValidate] Exiting eval tree: module.https_rdir.google_compute_instance.https-rdir
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.google_compute_instance.https-rdir': expanding/walking dynamic subgraph
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.ResourceCountTransformer:
module.https_rdir.google_compute_instance.https-rdir[0] - *terraform.NodeValidatableResourceInstance
module.https_rdir.google_compute_instance.https-rdir[1] - *terraform.NodeValidatableResourceInstance
2019/05/06 16:38:37 [DEBUG] Resource state not found for "module.https_rdir.google_compute_instance.https-rdir[0]": module.https_rdir.google_compute_instance.https-rdir[0]
2019/05/06 16:38:37 [DEBUG] Resource state not found for "module.https_rdir.google_compute_instance.https-rdir[1]": module.https_rdir.google_compute_instance.https-rdir[1]
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.AttachStateTransformer:
module.https_rdir.google_compute_instance.https-rdir[0] - *terraform.NodeValidatableResourceInstance
module.https_rdir.google_compute_instance.https-rdir[1] - *terraform.NodeValidatableResourceInstance
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.TargetsTransformer:
module.https_rdir.google_compute_instance.https-rdir[0] - *terraform.NodeValidatableResourceInstance
module.https_rdir.google_compute_instance.https-rdir[1] - *terraform.NodeValidatableResourceInstance
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_rdir.google_compute_instance.https-rdir[0]" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_rdir.google_compute_instance.https-rdir[1]" references: []
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.ReferenceTransformer:
module.https_rdir.google_compute_instance.https-rdir[0] - *terraform.NodeValidatableResourceInstance
module.https_rdir.google_compute_instance.https-rdir[1] - *terraform.NodeValidatableResourceInstance
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.RootTransformer:
module.https_rdir.google_compute_instance.https-rdir[0] - *terraform.NodeValidatableResourceInstance
module.https_rdir.google_compute_instance.https-rdir[1] - *terraform.NodeValidatableResourceInstance
root - terraform.graphNodeRoot
module.https_rdir.google_compute_instance.https-rdir[0] - *terraform.NodeValidatableResourceInstance
module.https_rdir.google_compute_instance.https-rdir[1] - *terraform.NodeValidatableResourceInstance
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_rdir.google_compute_instance.https-rdir[0]"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_rdir.google_compute_instance.https-rdir[1]"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "root"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "root" waiting on "module.https_rdir.google_compute_instance.https-rdir[1]"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "root" waiting on "module.https_rdir.google_compute_instance.https-rdir[0]"
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_rdir.google_compute_instance.https-rdir[1]"
2019/05/06 16:38:37 [TRACE] vertex 'root.https_rdir.module.https_rdir.google_compute_instance.https-rdir[1]': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.https_rdir.module.https_rdir.google_compute_instance.https-rdir[1]': evaluating
2019/05/06 16:38:37 [TRACE] [walkValidate] Entering eval tree: module.https_rdir.google_compute_instance.https-rdir[1]
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalValidateResourceSelfRef
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalGetProvider
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalValidateResource
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_rdir.google_compute_instance.https-rdir[0]"
2019/05/06 16:38:37 [TRACE] vertex 'root.https_rdir.module.https_rdir.google_compute_instance.https-rdir[0]': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.https_rdir.module.https_rdir.google_compute_instance.https-rdir[0]': evaluating
2019/05/06 16:38:37 [TRACE] [walkValidate] Entering eval tree: module.https_rdir.google_compute_instance.https-rdir[0]
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalValidateResourceSelfRef
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalGetProvider
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalValidateResource
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalGetProvisioner
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalValidateProvisioner
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalGetProvisioner
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalValidateProvisioner
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalGetProvisioner
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalValidateProvisioner
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalGetProvisioner
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalValidateProvisioner
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalGetProvisioner
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalValidateProvisioner
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalGetProvisioner
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalValidateProvisioner
2019/05/06 16:38:37 [TRACE] [walkValidate] Exiting eval tree: module.https_rdir.google_compute_instance.https-rdir[1]
2019/05/06 16:38:37 [TRACE] [walkValidate] Exiting eval tree: module.https_rdir.google_compute_instance.https-rdir[0]
2019/05/06 16:38:37 [TRACE] dag/walk: walking "root"
2019/05/06 16:38:37 [TRACE] vertex 'root.https_rdir.root': walking
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_rdir.provider.google (close)"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.provider.google (close)': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.provider.google (close)': evaluating
2019/05/06 16:38:37 [TRACE] [walkValidate] Entering eval tree: module.https_rdir.provider.google (close)
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalCloseProvider
2019/05/06 16:38:37 [TRACE] [walkValidate] Exiting eval tree: module.https_rdir.provider.google (close)
2019/05/06 16:38:37 [TRACE] dag/walk: walking "provisioner.local-exec (close)"
2019/05/06 16:38:37 [TRACE] vertex 'root.provisioner.local-exec (close)': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.provisioner.local-exec (close)': evaluating
2019/05/06 16:38:37 [TRACE] [walkValidate] Entering eval tree: provisioner.local-exec (close)
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalCloseProvisioner
2019/05/06 16:38:37 [TRACE] [walkValidate] Exiting eval tree: provisioner.local-exec (close)
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_rdir.output.ips"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.output.ips': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.output.ips': evaluating
2019/05/06 16:38:37 [TRACE] [walkValidate] Entering eval tree: module.https_rdir.output.ips
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalOpFilter
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalWriteOutput
2019/05/06 16:38:37 [TRACE] [walkValidate] Exiting eval tree: module.https_rdir.output.ips
2019/05/06 16:38:37 [TRACE] dag/walk: walking "output.https-rdir-ips"
2019/05/06 16:38:37 [TRACE] vertex 'root.output.https-rdir-ips': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.output.https-rdir-ips': evaluating
2019/05/06 16:38:37 [TRACE] [walkValidate] Entering eval tree: output.https-rdir-ips
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root: eval: terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalOpFilter
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalWriteOutput
2019/05/06 16:38:37 [TRACE] [walkValidate] Exiting eval tree: output.https-rdir-ips
2019/05/06 16:38:37 [TRACE] dag/walk: walking "meta.count-boundary (count boundary fixup)"
2019/05/06 16:38:37 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': evaluating
2019/05/06 16:38:37 [TRACE] [walkValidate] Entering eval tree: meta.count-boundary (count boundary fixup)
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal
2019/05/06 16:38:37 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 2, search "tls_private_key.ssh", replace "tls_private_key.ssh.0"
2019/05/06 16:38:37 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 2, search "random_id.server", replace "random_id.server.0"
2019/05/06 16:38:37 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 2, search "tls_private_key.ssh", replace "tls_private_key.ssh.0"
2019/05/06 16:38:37 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 2, search "random_id.server", replace "random_id.server.0"
2019/05/06 16:38:37 [TRACE] [walkValidate] Exiting eval tree: meta.count-boundary (count boundary fixup)
2019/05/06 16:38:37 [TRACE] dag/walk: walking "provisioner.remote-exec (close)"
2019/05/06 16:38:37 [TRACE] vertex 'root.provisioner.remote-exec (close)': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.provisioner.remote-exec (close)': evaluating
2019/05/06 16:38:37 [TRACE] [walkValidate] Entering eval tree: provisioner.remote-exec (close)
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalCloseProvisioner
2019/05/06 16:38:37 [TRACE] [walkValidate] Exiting eval tree: provisioner.remote-exec (close)
2019/05/06 16:38:37 [TRACE] dag/walk: walking "root"
2019/05/06 16:38:37 [TRACE] vertex 'root.root': walking
2019/05/06 16:38:37 [INFO] backend/local: apply calling Refresh
2019/05/06 16:38:37 [INFO] terraform: building graph: GraphTypeRefresh
2019/05/06 16:38:37 [TRACE] ConfigTransformer: Starting for path: []
2019/05/06 16:38:37 [TRACE] ConfigTransformer: Starting for path: [https_c2]
2019/05/06 16:38:37 [TRACE] ConfigTransformer: Starting for path: [https_rdir]
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.ConfigTransformer:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeRefreshableManagedResource
module.https_c2.random_id.server - *terraform.NodeRefreshableManagedResource
module.https_c2.tls_private_key.ssh - *terraform.NodeRefreshableManagedResource
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeRefreshableManagedResource
module.https_rdir.random_id.server - *terraform.NodeRefreshableManagedResource
module.https_rdir.tls_private_key.ssh - *terraform.NodeRefreshableManagedResource
2019/05/06 16:38:37 [TRACE] ConfigTransformer: Starting for path: []
2019/05/06 16:38:37 [TRACE] ConfigTransformer: Starting for path: [https_c2]
2019/05/06 16:38:37 [TRACE] ConfigTransformer: Starting for path: [https_rdir]
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.ConfigTransformer:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeRefreshableManagedResource
module.https_c2.random_id.server - *terraform.NodeRefreshableManagedResource
module.https_c2.tls_private_key.ssh - *terraform.NodeRefreshableManagedResource
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeRefreshableManagedResource
module.https_rdir.random_id.server - *terraform.NodeRefreshableManagedResource
module.https_rdir.tls_private_key.ssh - *terraform.NodeRefreshableManagedResource
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.OrphanResourceTransformer:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeRefreshableManagedResource
module.https_c2.random_id.server - *terraform.NodeRefreshableManagedResource
module.https_c2.tls_private_key.ssh - *terraform.NodeRefreshableManagedResource
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeRefreshableManagedResource
module.https_rdir.random_id.server - *terraform.NodeRefreshableManagedResource
module.https_rdir.tls_private_key.ssh - *terraform.NodeRefreshableManagedResource
2019/05/06 16:38:37 [DEBUG] Attaching resource state to "module.https_rdir.tls_private_key.ssh": &terraform.ResourceState{Type:"tls_private_key", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0003bf2c0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.tls", mu:sync.Mutex{state:0, sema:0x0}}
2019/05/06 16:38:37 [DEBUG] Attaching resource state to "module.https_rdir.random_id.server": &terraform.ResourceState{Type:"random_id", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0003bf360), Deposed:[]*terraform.InstanceState{}, Provider:"provider.random", mu:sync.Mutex{state:0, sema:0x0}}
2019/05/06 16:38:37 [DEBUG] Resource state not found for "module.https_rdir.google_compute_instance.https-rdir": module.https_rdir.google_compute_instance.https-rdir
2019/05/06 16:38:37 [DEBUG] Attaching resource state to "module.https_c2.tls_private_key.ssh": &terraform.ResourceState{Type:"tls_private_key", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0003bf0e0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.tls", mu:sync.Mutex{state:0, sema:0x0}}
2019/05/06 16:38:37 [DEBUG] Attaching resource state to "module.https_c2.random_id.server": &terraform.ResourceState{Type:"random_id", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0003bf180), Deposed:[]*terraform.InstanceState{}, Provider:"provider.random", mu:sync.Mutex{state:0, sema:0x0}}
2019/05/06 16:38:37 [DEBUG] Resource state not found for "module.https_c2.google_compute_instance.https-c2": module.https_c2.google_compute_instance.https-c2
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.AttachStateTransformer:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeRefreshableManagedResource
module.https_c2.random_id.server - *terraform.NodeRefreshableManagedResource
module.https_c2.tls_private_key.ssh - *terraform.NodeRefreshableManagedResource
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeRefreshableManagedResource
module.https_rdir.random_id.server - *terraform.NodeRefreshableManagedResource
module.https_rdir.tls_private_key.ssh - *terraform.NodeRefreshableManagedResource
2019/05/06 16:38:37 [TRACE] AttachResourceConfigTransformer: Beginning...
2019/05/06 16:38:37 [TRACE] AttachResourceConfigTransformer: Attach resource config request: module.https_c2.tls_private_key.ssh
2019/05/06 16:38:37 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"ssh", Type:"tls_private_key", RawCount:(*config.RawConfig)(0xc000344ee0), RawConfig:(*config.RawConfig)(0xc000344e70), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2019/05/06 16:38:37 [TRACE] AttachResourceConfigTransformer: Attach resource config request: module.https_c2.random_id.server
2019/05/06 16:38:37 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"server", Type:"random_id", RawCount:(*config.RawConfig)(0xc000345030), RawConfig:(*config.RawConfig)(0xc000344fc0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2019/05/06 16:38:37 [TRACE] AttachResourceConfigTransformer: Attach resource config request: module.https_c2.google_compute_instance.https-c2
2019/05/06 16:38:37 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"https-c2", Type:"google_compute_instance", RawCount:(*config.RawConfig)(0xc000345340), RawConfig:(*config.RawConfig)(0xc000345110), Provisioners:[]*config.Provisioner{(*config.Provisioner)(0xc00033d920), (*config.Provisioner)(0xc00033db90), (*config.Provisioner)(0xc00033dc50)}, Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2019/05/06 16:38:37 [TRACE] AttachResourceConfigTransformer: Attach resource config request: module.https_rdir.tls_private_key.ssh
2019/05/06 16:38:37 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"ssh", Type:"tls_private_key", RawCount:(*config.RawConfig)(0xc0003c4d90), RawConfig:(*config.RawConfig)(0xc0003c4d20), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2019/05/06 16:38:37 [TRACE] AttachResourceConfigTransformer: Attach resource config request: module.https_rdir.random_id.server
2019/05/06 16:38:37 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"server", Type:"random_id", RawCount:(*config.RawConfig)(0xc0003c4ee0), RawConfig:(*config.RawConfig)(0xc0003c4e70), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2019/05/06 16:38:37 [TRACE] AttachResourceConfigTransformer: Attach resource config request: module.https_rdir.google_compute_instance.https-rdir
2019/05/06 16:38:37 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"https-rdir", Type:"google_compute_instance", RawCount:(*config.RawConfig)(0xc0003c51f0), RawConfig:(*config.RawConfig)(0xc0003c4fc0), Provisioners:[]*config.Provisioner{(*config.Provisioner)(0xc0003c9470), (*config.Provisioner)(0xc0003c96e0), (*config.Provisioner)(0xc0003c97a0)}, Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeRefreshableManagedResource
module.https_c2.random_id.server - *terraform.NodeRefreshableManagedResource
module.https_c2.tls_private_key.ssh - *terraform.NodeRefreshableManagedResource
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeRefreshableManagedResource
module.https_rdir.random_id.server - *terraform.NodeRefreshableManagedResource
module.https_rdir.tls_private_key.ssh - *terraform.NodeRefreshableManagedResource
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.RootVariableTransformer:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeRefreshableManagedResource
module.https_c2.random_id.server - *terraform.NodeRefreshableManagedResource
module.https_c2.tls_private_key.ssh - *terraform.NodeRefreshableManagedResource
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeRefreshableManagedResource
module.https_rdir.random_id.server - *terraform.NodeRefreshableManagedResource
module.https_rdir.tls_private_key.ssh - *terraform.NodeRefreshableManagedResource
2019/05/06 16:38:37 [TRACE] ProviderConfigTransformer: Starting for path: []
2019/05/06 16:38:37 [TRACE] ProviderConfigTransformer: Starting for path: [https_c2]
2019/05/06 16:38:37 [TRACE] ProviderConfigTransformer: Starting for path: [https_rdir]
2019/05/06 16:38:37 [TRACE] Attach provider request: []string{"https_rdir"} google
2019/05/06 16:38:37 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"google", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc0003c4c40)}
2019/05/06 16:38:37 [TRACE] Attach provider request: []string{"https_c2"} google
2019/05/06 16:38:37 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"google", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc000344d90)}
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeRefreshableManagedResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.random_id.server - *terraform.NodeRefreshableManagedResource
module.https_c2.tls_private_key.ssh - *terraform.NodeRefreshableManagedResource
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeRefreshableManagedResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.random_id.server - *terraform.NodeRefreshableManagedResource
module.https_rdir.tls_private_key.ssh - *terraform.NodeRefreshableManagedResource
2019/05/06 16:38:37 [DEBUG] adding missing provider: google
2019/05/06 16:38:37 [DEBUG] adding missing provider: tls
2019/05/06 16:38:37 [DEBUG] adding missing provider: random
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.MissingProviderTransformer:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeRefreshableManagedResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.random_id.server - *terraform.NodeRefreshableManagedResource
module.https_c2.tls_private_key.ssh - *terraform.NodeRefreshableManagedResource
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeRefreshableManagedResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.random_id.server - *terraform.NodeRefreshableManagedResource
module.https_rdir.tls_private_key.ssh - *terraform.NodeRefreshableManagedResource
provider.google - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
provider.tls - *terraform.NodeApplyableProvider
2019/05/06 16:38:37 [DEBUG] resource module.https_c2.google_compute_instance.https-c2 using provider module.https_c2.provider.google
2019/05/06 16:38:37 [DEBUG] resource module.https_rdir.google_compute_instance.https-rdir using provider module.https_rdir.provider.google
2019/05/06 16:38:37 [DEBUG] resource module.https_c2.tls_private_key.ssh using provider provider.tls
2019/05/06 16:38:37 [DEBUG] resource module.https_rdir.tls_private_key.ssh using provider provider.tls
2019/05/06 16:38:37 [DEBUG] resource module.https_rdir.random_id.server using provider provider.random
2019/05/06 16:38:37 [DEBUG] resource module.https_c2.random_id.server using provider provider.random
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.ProviderTransformer:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeRefreshableManagedResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.random_id.server - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
module.https_c2.tls_private_key.ssh - *terraform.NodeRefreshableManagedResource
provider.tls - *terraform.NodeApplyableProvider
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeRefreshableManagedResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.random_id.server - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
module.https_rdir.tls_private_key.ssh - *terraform.NodeRefreshableManagedResource
provider.tls - *terraform.NodeApplyableProvider
provider.google - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
provider.tls - *terraform.NodeApplyableProvider
2019/05/06 16:38:37 [DEBUG] pruning unused provider provider.google
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.PruneProviderTransformer:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeRefreshableManagedResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.random_id.server - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
module.https_c2.tls_private_key.ssh - *terraform.NodeRefreshableManagedResource
provider.tls - *terraform.NodeApplyableProvider
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeRefreshableManagedResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.random_id.server - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
module.https_rdir.tls_private_key.ssh - *terraform.NodeRefreshableManagedResource
provider.tls - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
provider.tls - *terraform.NodeApplyableProvider
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.ParentProviderTransformer:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeRefreshableManagedResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.random_id.server - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
module.https_c2.tls_private_key.ssh - *terraform.NodeRefreshableManagedResource
provider.tls - *terraform.NodeApplyableProvider
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeRefreshableManagedResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.random_id.server - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
module.https_rdir.tls_private_key.ssh - *terraform.NodeRefreshableManagedResource
provider.tls - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
provider.tls - *terraform.NodeApplyableProvider
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.graphTransformerMulti:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeRefreshableManagedResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.random_id.server - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
module.https_c2.tls_private_key.ssh - *terraform.NodeRefreshableManagedResource
provider.tls - *terraform.NodeApplyableProvider
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeRefreshableManagedResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.random_id.server - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
module.https_rdir.tls_private_key.ssh - *terraform.NodeRefreshableManagedResource
provider.tls - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
provider.tls - *terraform.NodeApplyableProvider
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.LocalTransformer:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeRefreshableManagedResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.random_id.server - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
module.https_c2.tls_private_key.ssh - *terraform.NodeRefreshableManagedResource
provider.tls - *terraform.NodeApplyableProvider
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeRefreshableManagedResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.random_id.server - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
module.https_rdir.tls_private_key.ssh - *terraform.NodeRefreshableManagedResource
provider.tls - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
provider.tls - *terraform.NodeApplyableProvider
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.OutputTransformer:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeRefreshableManagedResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.random_id.server - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
module.https_c2.tls_private_key.ssh - *terraform.NodeRefreshableManagedResource
provider.tls - *terraform.NodeApplyableProvider
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeRefreshableManagedResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.random_id.server - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
module.https_rdir.tls_private_key.ssh - *terraform.NodeRefreshableManagedResource
provider.tls - *terraform.NodeApplyableProvider
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
provider.random - *terraform.NodeApplyableProvider
provider.tls - *terraform.NodeApplyableProvider
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeRefreshableManagedResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.random_id.server - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
module.https_c2.tls_private_key.ssh - *terraform.NodeRefreshableManagedResource
provider.tls - *terraform.NodeApplyableProvider
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeRefreshableManagedResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.random_id.server - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
module.https_rdir.tls_private_key.ssh - *terraform.NodeRefreshableManagedResource
provider.tls - *terraform.NodeApplyableProvider
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
provider.random - *terraform.NodeApplyableProvider
provider.tls - *terraform.NodeApplyableProvider
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "provider.random" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_rdir.output.ips" references: [module.https_rdir.google_compute_instance.https-rdir]
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "output.https-rdir-ips" references: [module.https_rdir.output.ips]
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_c2.var.project" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_rdir.var.machine_type" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_rdir.var.available_zones" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_c2.tls_private_key.ssh" references: [module.https_c2.var.count]
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_rdir.tls_private_key.ssh" references: [module.https_rdir.var.count]
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_c2.provider.google" references: [module.https_c2.var.project]
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_c2.var.count" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_c2.var.available_zones" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_rdir.var.project" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_rdir.var.zones" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_c2.random_id.server" references: [module.https_c2.var.count]
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_rdir.google_compute_instance.https-rdir" references: [module.https_rdir.random_id.server module.https_rdir.tls_private_key.ssh module.https_rdir.var.available_zones module.https_rdir.var.count module.https_rdir.var.machine_type module.https_rdir.var.redirect_to module.https_rdir.var.zones]
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_rdir.provider.google" references: [module.https_rdir.var.project]
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "provider.tls" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_c2.output.ips" references: [module.https_c2.google_compute_instance.https-c2]
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_rdir.var.redirect_to" references: [module.https_c2.output.ips]
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_c2.google_compute_instance.https-c2" references: [module.https_c2.random_id.server module.https_c2.tls_private_key.ssh module.https_c2.var.available_zones module.https_c2.var.count module.https_c2.var.install module.https_c2.var.machine_type module.https_c2.var.zones]
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "output.https-c2-ips" references: [module.https_c2.output.ips]
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_c2.var.machine_type" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_c2.var.zones" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_c2.var.install" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_rdir.var.count" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_rdir.random_id.server" references: [module.https_rdir.var.count]
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.ReferenceTransformer:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeRefreshableManagedResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.random_id.server - *terraform.NodeRefreshableManagedResource
module.https_c2.tls_private_key.ssh - *terraform.NodeRefreshableManagedResource
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeRefreshableManagedResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.random_id.server - *terraform.NodeRefreshableManagedResource
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
provider.random - *terraform.NodeApplyableProvider
module.https_c2.tls_private_key.ssh - *terraform.NodeRefreshableManagedResource
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
provider.tls - *terraform.NodeApplyableProvider
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeRefreshableManagedResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.random_id.server - *terraform.NodeRefreshableManagedResource
module.https_rdir.tls_private_key.ssh - *terraform.NodeRefreshableManagedResource
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeRefreshableManagedResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.random_id.server - *terraform.NodeRefreshableManagedResource
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
provider.random - *terraform.NodeApplyableProvider
module.https_rdir.tls_private_key.ssh - *terraform.NodeRefreshableManagedResource
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
provider.tls - *terraform.NodeApplyableProvider
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
output.https-c2-ips - *terraform.NodeApplyableOutput
module.https_c2.output.ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
provider.random - *terraform.NodeApplyableProvider
provider.tls - *terraform.NodeApplyableProvider
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.TargetsTransformer:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeRefreshableManagedResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.random_id.server - *terraform.NodeRefreshableManagedResource
module.https_c2.tls_private_key.ssh - *terraform.NodeRefreshableManagedResource
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeRefreshableManagedResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.random_id.server - *terraform.NodeRefreshableManagedResource
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
provider.random - *terraform.NodeApplyableProvider
module.https_c2.tls_private_key.ssh - *terraform.NodeRefreshableManagedResource
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
provider.tls - *terraform.NodeApplyableProvider
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeRefreshableManagedResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.random_id.server - *terraform.NodeRefreshableManagedResource
module.https_rdir.tls_private_key.ssh - *terraform.NodeRefreshableManagedResource
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeRefreshableManagedResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.random_id.server - *terraform.NodeRefreshableManagedResource
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
provider.random - *terraform.NodeApplyableProvider
module.https_rdir.tls_private_key.ssh - *terraform.NodeRefreshableManagedResource
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
provider.tls - *terraform.NodeApplyableProvider
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
output.https-c2-ips - *terraform.NodeApplyableOutput
module.https_c2.output.ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
provider.random - *terraform.NodeApplyableProvider
provider.tls - *terraform.NodeApplyableProvider
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.CloseProviderTransformer:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeRefreshableManagedResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.random_id.server - *terraform.NodeRefreshableManagedResource
module.https_c2.tls_private_key.ssh - *terraform.NodeRefreshableManagedResource
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeRefreshableManagedResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.provider.google (close) - *terraform.graphNodeCloseProvider
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeRefreshableManagedResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.random_id.server - *terraform.NodeRefreshableManagedResource
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
provider.random - *terraform.NodeApplyableProvider
module.https_c2.tls_private_key.ssh - *terraform.NodeRefreshableManagedResource
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
provider.tls - *terraform.NodeApplyableProvider
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeRefreshableManagedResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.random_id.server - *terraform.NodeRefreshableManagedResource
module.https_rdir.tls_private_key.ssh - *terraform.NodeRefreshableManagedResource
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeRefreshableManagedResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.provider.google (close) - *terraform.graphNodeCloseProvider
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeRefreshableManagedResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.random_id.server - *terraform.NodeRefreshableManagedResource
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
provider.random - *terraform.NodeApplyableProvider
module.https_rdir.tls_private_key.ssh - *terraform.NodeRefreshableManagedResource
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
provider.tls - *terraform.NodeApplyableProvider
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
output.https-c2-ips - *terraform.NodeApplyableOutput
module.https_c2.output.ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
provider.random - *terraform.NodeApplyableProvider
provider.random (close) - *terraform.graphNodeCloseProvider
module.https_c2.random_id.server - *terraform.NodeRefreshableManagedResource
module.https_rdir.random_id.server - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
provider.tls - *terraform.NodeApplyableProvider
provider.tls (close) - *terraform.graphNodeCloseProvider
module.https_c2.tls_private_key.ssh - *terraform.NodeRefreshableManagedResource
module.https_rdir.tls_private_key.ssh - *terraform.NodeRefreshableManagedResource
provider.tls - *terraform.NodeApplyableProvider
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.RootTransformer:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeRefreshableManagedResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.random_id.server - *terraform.NodeRefreshableManagedResource
module.https_c2.tls_private_key.ssh - *terraform.NodeRefreshableManagedResource
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeRefreshableManagedResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.provider.google (close) - *terraform.graphNodeCloseProvider
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeRefreshableManagedResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.random_id.server - *terraform.NodeRefreshableManagedResource
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
provider.random - *terraform.NodeApplyableProvider
module.https_c2.tls_private_key.ssh - *terraform.NodeRefreshableManagedResource
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
provider.tls - *terraform.NodeApplyableProvider
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeRefreshableManagedResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.random_id.server - *terraform.NodeRefreshableManagedResource
module.https_rdir.tls_private_key.ssh - *terraform.NodeRefreshableManagedResource
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeRefreshableManagedResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.provider.google (close) - *terraform.graphNodeCloseProvider
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeRefreshableManagedResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.random_id.server - *terraform.NodeRefreshableManagedResource
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
provider.random - *terraform.NodeApplyableProvider
module.https_rdir.tls_private_key.ssh - *terraform.NodeRefreshableManagedResource
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
provider.tls - *terraform.NodeApplyableProvider
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
output.https-c2-ips - *terraform.NodeApplyableOutput
module.https_c2.output.ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
provider.random - *terraform.NodeApplyableProvider
provider.random (close) - *terraform.graphNodeCloseProvider
module.https_c2.random_id.server - *terraform.NodeRefreshableManagedResource
module.https_rdir.random_id.server - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
provider.tls - *terraform.NodeApplyableProvider
provider.tls (close) - *terraform.graphNodeCloseProvider
module.https_c2.tls_private_key.ssh - *terraform.NodeRefreshableManagedResource
module.https_rdir.tls_private_key.ssh - *terraform.NodeRefreshableManagedResource
provider.tls - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
module.https_c2.provider.google (close) - *terraform.graphNodeCloseProvider
module.https_rdir.provider.google (close) - *terraform.graphNodeCloseProvider
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
provider.random (close) - *terraform.graphNodeCloseProvider
provider.tls (close) - *terraform.graphNodeCloseProvider
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeRefreshableManagedResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.random_id.server - *terraform.NodeRefreshableManagedResource
module.https_c2.tls_private_key.ssh - *terraform.NodeRefreshableManagedResource
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeRefreshableManagedResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.provider.google (close) - *terraform.graphNodeCloseProvider
module.https_c2.google_compute_instance.https-c2 - *terraform.NodeRefreshableManagedResource
module.https_c2.random_id.server - *terraform.NodeRefreshableManagedResource
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
provider.random - *terraform.NodeApplyableProvider
module.https_c2.tls_private_key.ssh - *terraform.NodeRefreshableManagedResource
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
provider.tls - *terraform.NodeApplyableProvider
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeRefreshableManagedResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.random_id.server - *terraform.NodeRefreshableManagedResource
module.https_rdir.tls_private_key.ssh - *terraform.NodeRefreshableManagedResource
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeRefreshableManagedResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.provider.google (close) - *terraform.graphNodeCloseProvider
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodeRefreshableManagedResource
module.https_rdir.random_id.server - *terraform.NodeRefreshableManagedResource
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
provider.random - *terraform.NodeApplyableProvider
module.https_rdir.tls_private_key.ssh - *terraform.NodeRefreshableManagedResource
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
provider.tls - *terraform.NodeApplyableProvider
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
output.https-c2-ips - *terraform.NodeApplyableOutput
module.https_c2.output.ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
provider.random - *terraform.NodeApplyableProvider
provider.random (close) - *terraform.graphNodeCloseProvider
module.https_c2.random_id.server - *terraform.NodeRefreshableManagedResource
module.https_rdir.random_id.server - *terraform.NodeRefreshableManagedResource
provider.tls - *terraform.NodeApplyableProvider
provider.tls (close) - *terraform.graphNodeCloseProvider
module.https_c2.tls_private_key.ssh - *terraform.NodeRefreshableManagedResource
module.https_rdir.tls_private_key.ssh - *terraform.NodeRefreshableManagedResource
root - terraform.graphNodeRoot
module.https_c2.provider.google (close) - *terraform.graphNodeCloseProvider
module.https_rdir.provider.google (close) - *terraform.graphNodeCloseProvider
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
provider.random (close) - *terraform.graphNodeCloseProvider
provider.tls (close) - *terraform.graphNodeCloseProvider
2019/05/06 16:38:37 [DEBUG] Starting graph walk: walkRefresh
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_c2.var.project"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_rdir.provider.google"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_rdir.provider.google (close)"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_c2.provider.google"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "provider.random"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_c2.random_id.server"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_c2.var.zones"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "provider.tls"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_rdir.var.redirect_to"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "output.https-c2-ips"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_rdir.var.project"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_rdir.google_compute_instance.https-rdir"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_c2.provider.google (close)"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_rdir.var.machine_type"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_rdir.tls_private_key.ssh"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_c2.output.ips"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_c2.var.install"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_c2.tls_private_key.ssh"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_c2.var.machine_type"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_rdir.output.ips"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_c2.google_compute_instance.https-c2"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_rdir.random_id.server"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "output.https-rdir-ips"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "provider.random (close)"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_rdir.var.available_zones"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "provider.tls (close)"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_c2.var.available_zones"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_c2.var.count"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_rdir.var.zones"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "root"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_rdir.var.count"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "provider.tls (close)" waiting on "module.https_c2.tls_private_key.ssh"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_rdir.google_compute_instance.https-rdir" waiting on "module.https_rdir.random_id.server"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_c2.tls_private_key.ssh" waiting on "module.https_c2.var.count"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_rdir.google_compute_instance.https-rdir" waiting on "module.https_rdir.tls_private_key.ssh"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_c2.google_compute_instance.https-c2" waiting on "module.https_c2.random_id.server"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "root" waiting on "output.https-rdir-ips"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_c2.google_compute_instance.https-c2" waiting on "module.https_c2.var.available_zones"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_c2.output.ips" waiting on "module.https_c2.google_compute_instance.https-c2"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_c2.google_compute_instance.https-c2" waiting on "module.https_c2.tls_private_key.ssh"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "provider.tls (close)" waiting on "module.https_rdir.tls_private_key.ssh"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_rdir.provider.google (close)" waiting on "module.https_rdir.google_compute_instance.https-rdir"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_rdir.provider.google" waiting on "module.https_rdir.var.project"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "root" waiting on "output.https-c2-ips"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_c2.google_compute_instance.https-c2" waiting on "module.https_c2.provider.google"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "output.https-c2-ips" waiting on "module.https_c2.output.ips"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_rdir.google_compute_instance.https-rdir" waiting on "module.https_rdir.var.redirect_to"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_rdir.google_compute_instance.https-rdir" waiting on "module.https_rdir.var.machine_type"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_rdir.tls_private_key.ssh" waiting on "module.https_rdir.var.count"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_c2.google_compute_instance.https-c2" waiting on "module.https_c2.var.zones"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "output.https-rdir-ips" waiting on "module.https_rdir.output.ips"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_rdir.google_compute_instance.https-rdir" waiting on "module.https_rdir.var.zones"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_rdir.google_compute_instance.https-rdir" waiting on "module.https_rdir.var.available_zones"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_rdir.random_id.server" waiting on "module.https_rdir.var.count"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_c2.google_compute_instance.https-c2" waiting on "module.https_c2.var.machine_type"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "provider.random (close)" waiting on "module.https_c2.random_id.server"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_c2.tls_private_key.ssh" waiting on "provider.tls"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "root" waiting on "module.https_rdir.provider.google (close)"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_c2.google_compute_instance.https-c2" waiting on "module.https_c2.var.install"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_rdir.tls_private_key.ssh" waiting on "provider.tls"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_c2.random_id.server" waiting on "module.https_c2.var.count"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "root" waiting on "provider.tls (close)"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_c2.provider.google" waiting on "module.https_c2.var.project"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "root" waiting on "provider.random (close)"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_rdir.output.ips" waiting on "module.https_rdir.google_compute_instance.https-rdir"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_c2.random_id.server" waiting on "provider.random"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_rdir.var.redirect_to" waiting on "module.https_c2.output.ips"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "provider.random (close)" waiting on "module.https_rdir.random_id.server"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_c2.provider.google (close)" waiting on "module.https_c2.google_compute_instance.https-c2"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "root" waiting on "module.https_c2.provider.google (close)"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_rdir.google_compute_instance.https-rdir" waiting on "module.https_rdir.provider.google"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_rdir.random_id.server" waiting on "provider.random"
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "module.https_rdir.tls_private_key.ssh", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "module.https_c2.provider.google", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "module.https_rdir.google_compute_instance.https-rdir", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "module.https_c2.google_compute_instance.https-c2", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "module.https_c2.output.ips", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "module.https_rdir.provider.google (close)", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "provider.tls (close)", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "module.https_rdir.provider.google", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "output.https-rdir-ips", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "module.https_rdir.output.ips", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "module.https_c2.tls_private_key.ssh", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "output.https-c2-ips", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "module.https_rdir.random_id.server", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "provider.random (close)", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "module.https_c2.random_id.server", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "module.https_rdir.var.redirect_to", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "module.https_c2.provider.google (close)", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_c2.var.count"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.var.count': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.var.count': evaluating
2019/05/06 16:38:37 [TRACE] [walkRefresh] Entering eval tree: module.https_c2.var.count
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root: eval: terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalOpFilter
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalVariableBlock
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalCoerceMapVariable
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalTypeCheckVariable
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalSetVariables
2019/05/06 16:38:37 [TRACE] [walkRefresh] Exiting eval tree: module.https_c2.var.count
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_rdir.var.count"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.var.count': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.var.count': evaluating
2019/05/06 16:38:37 [TRACE] [walkRefresh] Entering eval tree: module.https_rdir.var.count
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root: eval: terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalOpFilter
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalVariableBlock
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalCoerceMapVariable
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalTypeCheckVariable
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalSetVariables
2019/05/06 16:38:37 [TRACE] [walkRefresh] Exiting eval tree: module.https_rdir.var.count
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_rdir.var.zones"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.var.zones': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.var.zones': evaluating
2019/05/06 16:38:37 [TRACE] [walkRefresh] Entering eval tree: module.https_rdir.var.zones
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] [walkRefresh] Exiting eval tree: module.https_rdir.var.zones
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_c2.var.project"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.var.project': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.var.project': evaluating
2019/05/06 16:38:37 [TRACE] [walkRefresh] Entering eval tree: module.https_c2.var.project
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] [walkRefresh] Exiting eval tree: module.https_c2.var.project
2019/05/06 16:38:37 [TRACE] dag/walk: walking "provider.random"
2019/05/06 16:38:37 [TRACE] vertex 'root.provider.random': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.provider.random': evaluating
2019/05/06 16:38:37 [TRACE] [walkRefresh] Entering eval tree: provider.random
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalInitProvider
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_c2.var.zones"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.var.zones': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.var.zones': evaluating
2019/05/06 16:38:37 [TRACE] [walkRefresh] Entering eval tree: module.https_c2.var.zones
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] [walkRefresh] Exiting eval tree: module.https_c2.var.zones
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_c2.provider.google"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.provider.google': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.provider.google': evaluating
2019/05/06 16:38:37 [TRACE] [walkRefresh] Entering eval tree: module.https_c2.provider.google
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalInitProvider
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_rdir.var.machine_type"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.var.machine_type': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.var.machine_type': evaluating
2019/05/06 16:38:37 [TRACE] [walkRefresh] Entering eval tree: module.https_rdir.var.machine_type
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] [walkRefresh] Exiting eval tree: module.https_rdir.var.machine_type
2019/05/06 16:38:37 [TRACE] dag/walk: walking "provider.tls"
2019/05/06 16:38:37 [TRACE] vertex 'root.provider.tls': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.provider.tls': evaluating
2019/05/06 16:38:37 [TRACE] [walkRefresh] Entering eval tree: provider.tls
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalInitProvider
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_rdir.var.project"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.var.project': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.var.project': evaluating
2019/05/06 16:38:37 [TRACE] [walkRefresh] Entering eval tree: module.https_rdir.var.project
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] [walkRefresh] Exiting eval tree: module.https_rdir.var.project
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_rdir.provider.google"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.provider.google': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.provider.google': evaluating
2019/05/06 16:38:37 [TRACE] [walkRefresh] Entering eval tree: module.https_rdir.provider.google
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalInitProvider
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_c2.var.install"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.var.install': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.var.install': evaluating
2019/05/06 16:38:37 [TRACE] [walkRefresh] Entering eval tree: module.https_c2.var.install
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] [walkRefresh] Exiting eval tree: module.https_c2.var.install
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_c2.var.machine_type"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.var.machine_type': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.var.machine_type': evaluating
2019/05/06 16:38:37 [TRACE] [walkRefresh] Entering eval tree: module.https_c2.var.machine_type
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] [walkRefresh] Exiting eval tree: module.https_c2.var.machine_type
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_rdir.var.available_zones"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.var.available_zones': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.var.available_zones': evaluating
2019/05/06 16:38:37 [TRACE] [walkRefresh] Entering eval tree: module.https_rdir.var.available_zones
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] [walkRefresh] Exiting eval tree: module.https_rdir.var.available_zones
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_c2.var.available_zones"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.var.available_zones': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.var.available_zones': evaluating
2019/05/06 16:38:37 [TRACE] [walkRefresh] Entering eval tree: module.https_c2.var.available_zones
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] [walkRefresh] Exiting eval tree: module.https_c2.var.available_zones
2019/05/06 16:38:37 [TRACE] root: eval: terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] root: eval: terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalOpFilter
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalGetProvider
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalOpFilter
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalConfigProvider
2019/05/06 16:38:37 [TRACE] [walkRefresh] Exiting eval tree: provider.random
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_c2.random_id.server"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.random_id.server': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.random_id.server': evaluating
2019/05/06 16:38:37 [TRACE] [walkRefresh] Entering eval tree: module.https_c2.random_id.server
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalCountCheckComputed
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalIf
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalCountFixZeroOneBoundary
2019/05/06 16:38:37 [TRACE] [walkRefresh] Exiting eval tree: module.https_c2.random_id.server
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.random_id.server': expanding/walking dynamic subgraph
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.ResourceCountTransformer:
module.https_c2.random_id.server[0] - *terraform.NodeRefreshableManagedResourceInstance
module.https_c2.random_id.server[1] - *terraform.NodeRefreshableManagedResourceInstance
2019/05/06 16:38:37 [TRACE] OrphanResourceCount: Starting...
2019/05/06 16:38:37 [TRACE] OrphanResourceCount: Checking: module.https_c2.random_id.server[0]
2019/05/06 16:38:37 [TRACE] OrphanResourceCount: Checking: module.https_c2.random_id.server[1]
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
module.https_c2.random_id.server[0] - *terraform.NodeRefreshableManagedResourceInstance
module.https_c2.random_id.server[1] - *terraform.NodeRefreshableManagedResourceInstance
2019/05/06 16:38:37 [DEBUG] Attaching resource state to "module.https_c2.random_id.server[0]": &terraform.ResourceState{Type:"random_id", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0003bf180), Deposed:[]*terraform.InstanceState{}, Provider:"provider.random", mu:sync.Mutex{state:0, sema:0x0}}
2019/05/06 16:38:37 [DEBUG] Attaching resource state to "module.https_c2.random_id.server[1]": &terraform.ResourceState{Type:"random_id", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0003bf1d0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.random", mu:sync.Mutex{state:0, sema:0x0}}
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.AttachStateTransformer:
module.https_c2.random_id.server[0] - *terraform.NodeRefreshableManagedResourceInstance
module.https_c2.random_id.server[1] - *terraform.NodeRefreshableManagedResourceInstance
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.TargetsTransformer:
module.https_c2.random_id.server[0] - *terraform.NodeRefreshableManagedResourceInstance
module.https_c2.random_id.server[1] - *terraform.NodeRefreshableManagedResourceInstance
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_c2.random_id.server[0]" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_c2.random_id.server[1]" references: []
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.ReferenceTransformer:
module.https_c2.random_id.server[0] - *terraform.NodeRefreshableManagedResourceInstance
module.https_c2.random_id.server[1] - *terraform.NodeRefreshableManagedResourceInstance
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.RootTransformer:
module.https_c2.random_id.server[0] - *terraform.NodeRefreshableManagedResourceInstance
module.https_c2.random_id.server[1] - *terraform.NodeRefreshableManagedResourceInstance
root - terraform.graphNodeRoot
module.https_c2.random_id.server[0] - *terraform.NodeRefreshableManagedResourceInstance
module.https_c2.random_id.server[1] - *terraform.NodeRefreshableManagedResourceInstance
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_c2.random_id.server[1]"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "root"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_c2.random_id.server[0]"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "root" waiting on "module.https_c2.random_id.server[0]"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "root" waiting on "module.https_c2.random_id.server[1]"
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_rdir.random_id.server"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.random_id.server': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.random_id.server': evaluating
2019/05/06 16:38:37 [TRACE] [walkRefresh] Entering eval tree: module.https_rdir.random_id.server
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalCountCheckComputed
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalIf
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalCountFixZeroOneBoundary
2019/05/06 16:38:37 [TRACE] [walkRefresh] Exiting eval tree: module.https_rdir.random_id.server
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.random_id.server': expanding/walking dynamic subgraph
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.ResourceCountTransformer:
module.https_rdir.random_id.server[0] - *terraform.NodeRefreshableManagedResourceInstance
module.https_rdir.random_id.server[1] - *terraform.NodeRefreshableManagedResourceInstance
2019/05/06 16:38:37 [TRACE] OrphanResourceCount: Starting...
2019/05/06 16:38:37 [TRACE] OrphanResourceCount: Checking: module.https_rdir.random_id.server[0]
2019/05/06 16:38:37 [TRACE] OrphanResourceCount: Checking: module.https_rdir.random_id.server[1]
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
module.https_rdir.random_id.server[0] - *terraform.NodeRefreshableManagedResourceInstance
module.https_rdir.random_id.server[1] - *terraform.NodeRefreshableManagedResourceInstance
2019/05/06 16:38:37 [DEBUG] Attaching resource state to "module.https_rdir.random_id.server[0]": &terraform.ResourceState{Type:"random_id", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0003bf360), Deposed:[]*terraform.InstanceState{}, Provider:"provider.random", mu:sync.Mutex{state:0, sema:0x0}}
2019/05/06 16:38:37 [DEBUG] Attaching resource state to "module.https_rdir.random_id.server[1]": &terraform.ResourceState{Type:"random_id", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0003bf270), Deposed:[]*terraform.InstanceState{}, Provider:"provider.random", mu:sync.Mutex{state:0, sema:0x0}}
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.AttachStateTransformer:
module.https_rdir.random_id.server[0] - *terraform.NodeRefreshableManagedResourceInstance
module.https_rdir.random_id.server[1] - *terraform.NodeRefreshableManagedResourceInstance
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.TargetsTransformer:
module.https_rdir.random_id.server[0] - *terraform.NodeRefreshableManagedResourceInstance
module.https_rdir.random_id.server[1] - *terraform.NodeRefreshableManagedResourceInstance
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_rdir.random_id.server[0]" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_rdir.random_id.server[1]" references: []
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.ReferenceTransformer:
module.https_rdir.random_id.server[0] - *terraform.NodeRefreshableManagedResourceInstance
module.https_rdir.random_id.server[1] - *terraform.NodeRefreshableManagedResourceInstance
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.RootTransformer:
module.https_rdir.random_id.server[0] - *terraform.NodeRefreshableManagedResourceInstance
module.https_rdir.random_id.server[1] - *terraform.NodeRefreshableManagedResourceInstance
root - terraform.graphNodeRoot
module.https_rdir.random_id.server[0] - *terraform.NodeRefreshableManagedResourceInstance
module.https_rdir.random_id.server[1] - *terraform.NodeRefreshableManagedResourceInstance
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "root"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_rdir.random_id.server[0]"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_rdir.random_id.server[1]"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "root" waiting on "module.https_rdir.random_id.server[0]"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "root" waiting on "module.https_rdir.random_id.server[1]"
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_rdir.random_id.server[1]"
2019/05/06 16:38:37 [TRACE] vertex 'root.https_rdir.module.https_rdir.random_id.server[1]': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.https_rdir.module.https_rdir.random_id.server[1]': evaluating
2019/05/06 16:38:37 [TRACE] [walkRefresh] Entering eval tree: module.https_rdir.random_id.server[1]
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalGetProvider
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_c2.random_id.server[0]"
2019/05/06 16:38:37 [TRACE] vertex 'root.https_c2.module.https_c2.random_id.server[0]': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.https_c2.module.https_c2.random_id.server[0]': evaluating
2019/05/06 16:38:37 [TRACE] [walkRefresh] Entering eval tree: module.https_c2.random_id.server[0]
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalGetProvider
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_c2.random_id.server[1]"
2019/05/06 16:38:37 [TRACE] vertex 'root.https_c2.module.https_c2.random_id.server[1]': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.https_c2.module.https_c2.random_id.server[1]': evaluating
2019/05/06 16:38:37 [TRACE] [walkRefresh] Entering eval tree: module.https_c2.random_id.server[1]
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalGetProvider
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_rdir.random_id.server[0]"
2019/05/06 16:38:37 [TRACE] vertex 'root.https_rdir.module.https_rdir.random_id.server[0]': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.https_rdir.module.https_rdir.random_id.server[0]': evaluating
2019/05/06 16:38:37 [TRACE] [walkRefresh] Entering eval tree: module.https_rdir.random_id.server[0]
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalGetProvider
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalOpFilter
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalGetProvider
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalReadState
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalRefresh
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalReadState
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalRefresh
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalReadState
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalRefresh
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalReadState
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalRefresh
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalInterpolateProvider
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalBuildProviderConfig
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalOpFilter
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalConfigProvider
2019-05-06T16:38:37.413Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Authenticating using configured Google JSON 'credentials'...
2019-05-06T16:38:37.413Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] -- Scopes: [https://www.googleapis.com/auth/compute https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/ndev.clouddns.readwrite https://www.googleapis.com/auth/devstorage.full_control]
2019-05-06T16:38:37.413Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating GCE client...
2019-05-06T16:38:37.413Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating GCE Beta client...
2019-05-06T16:38:37.413Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating GKE client...
2019-05-06T16:38:37.413Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating GKE Beta client...
2019-05-06T16:38:37.413Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud DNS client...
2019-05-06T16:38:37.413Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud DNS Beta client...
2019-05-06T16:38:37.413Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud KMS Client...
2019-05-06T16:38:37.413Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Stackdriver Logging client...
2019-05-06T16:38:37.413Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Storage Client...
2019-05-06T16:38:37.413Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google SqlAdmin Client...
2019-05-06T16:38:37.413Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Pubsub Client...
2019-05-06T16:38:37.413Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Dataflow Client...
2019-05-06T16:38:37.413Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud ResourceManager Client...
2019-05-06T16:38:37.413Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud ResourceManager V Client...
2019-05-06T16:38:37.413Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud Runtimeconfig Client...
2019-05-06T16:38:37.413Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud IAM Client...
2019-05-06T16:38:37.413Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud IAMCredentials Client...
2019-05-06T16:38:37.413Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud Service Management Client...
2019-05-06T16:38:37.413Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud Service Usage Client...
2019-05-06T16:38:37.413Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud Billing Client...
2019-05-06T16:38:37.413Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud Build Client...
2019-05-06T16:38:37.413Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud BigQuery Client...
2019-05-06T16:38:37.413Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud CloudFunctions Client...
2019-05-06T16:38:37.413Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud Source Repo Client...
2019-05-06T16:38:37.413Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud Spanner Client...
2019-05-06T16:38:37.414Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud Dataproc Client...
2019-05-06T16:38:37.414Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud IoT Core Client...
2019-05-06T16:38:37.414Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating App Engine Client...
2019-05-06T16:38:37.414Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Cloud Composer Client...
2019-05-06T16:38:37.414Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud Storage Transfer Client...
2019/05/06 16:38:37 [TRACE] [walkRefresh] Exiting eval tree: module.https_c2.provider.google
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalWriteState
2019/05/06 16:38:37 [TRACE] [walkRefresh] Exiting eval tree: module.https_rdir.random_id.server[0]
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalWriteState
2019/05/06 16:38:37 [TRACE] [walkRefresh] Exiting eval tree: module.https_rdir.random_id.server[1]
2019/05/06 16:38:37 [TRACE] dag/walk: walking "root"
2019/05/06 16:38:37 [TRACE] vertex 'root.https_rdir.root': walking
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalWriteState
2019/05/06 16:38:37 [TRACE] [walkRefresh] Exiting eval tree: module.https_c2.random_id.server[0]
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalWriteState
2019/05/06 16:38:37 [TRACE] [walkRefresh] Exiting eval tree: module.https_c2.random_id.server[1]
2019/05/06 16:38:37 [TRACE] dag/walk: walking "root"
2019/05/06 16:38:37 [TRACE] vertex 'root.https_c2.root': walking
2019/05/06 16:38:37 [TRACE] dag/walk: walking "provider.random (close)"
2019/05/06 16:38:37 [TRACE] vertex 'root.provider.random (close)': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.provider.random (close)': evaluating
2019/05/06 16:38:37 [TRACE] [walkRefresh] Entering eval tree: provider.random (close)
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalCloseProvider
2019/05/06 16:38:37 [TRACE] root: eval: terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] root: eval: terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalOpFilter
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalGetProvider
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalOpFilter
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalConfigProvider
2019/05/06 16:38:37 [TRACE] [walkRefresh] Exiting eval tree: provider.tls
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_rdir.tls_private_key.ssh"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.tls_private_key.ssh': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.tls_private_key.ssh': evaluating
2019/05/06 16:38:37 [TRACE] [walkRefresh] Entering eval tree: module.https_rdir.tls_private_key.ssh
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalCountCheckComputed
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalIf
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalCountFixZeroOneBoundary
2019/05/06 16:38:37 [TRACE] [walkRefresh] Exiting eval tree: module.https_rdir.tls_private_key.ssh
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.tls_private_key.ssh': expanding/walking dynamic subgraph
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.ResourceCountTransformer:
module.https_rdir.tls_private_key.ssh[0] - *terraform.NodeRefreshableManagedResourceInstance
module.https_rdir.tls_private_key.ssh[1] - *terraform.NodeRefreshableManagedResourceInstance
2019/05/06 16:38:37 [TRACE] OrphanResourceCount: Starting...
2019/05/06 16:38:37 [TRACE] OrphanResourceCount: Checking: module.https_rdir.tls_private_key.ssh[0]
2019/05/06 16:38:37 [TRACE] OrphanResourceCount: Checking: module.https_rdir.tls_private_key.ssh[1]
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
module.https_rdir.tls_private_key.ssh[0] - *terraform.NodeRefreshableManagedResourceInstance
module.https_rdir.tls_private_key.ssh[1] - *terraform.NodeRefreshableManagedResourceInstance
2019/05/06 16:38:37 [DEBUG] Attaching resource state to "module.https_rdir.tls_private_key.ssh[0]": &terraform.ResourceState{Type:"tls_private_key", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0003bf2c0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.tls", mu:sync.Mutex{state:0, sema:0x0}}
2019/05/06 16:38:37 [DEBUG] Attaching resource state to "module.https_rdir.tls_private_key.ssh[1]": &terraform.ResourceState{Type:"tls_private_key", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0003bf310), Deposed:[]*terraform.InstanceState{}, Provider:"provider.tls", mu:sync.Mutex{state:0, sema:0x0}}
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.AttachStateTransformer:
module.https_rdir.tls_private_key.ssh[0] - *terraform.NodeRefreshableManagedResourceInstance
module.https_rdir.tls_private_key.ssh[1] - *terraform.NodeRefreshableManagedResourceInstance
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.TargetsTransformer:
module.https_rdir.tls_private_key.ssh[0] - *terraform.NodeRefreshableManagedResourceInstance
module.https_rdir.tls_private_key.ssh[1] - *terraform.NodeRefreshableManagedResourceInstance
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_rdir.tls_private_key.ssh[1]" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_rdir.tls_private_key.ssh[0]" references: []
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.ReferenceTransformer:
module.https_rdir.tls_private_key.ssh[0] - *terraform.NodeRefreshableManagedResourceInstance
module.https_rdir.tls_private_key.ssh[1] - *terraform.NodeRefreshableManagedResourceInstance
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.RootTransformer:
module.https_rdir.tls_private_key.ssh[0] - *terraform.NodeRefreshableManagedResourceInstance
module.https_rdir.tls_private_key.ssh[1] - *terraform.NodeRefreshableManagedResourceInstance
root - terraform.graphNodeRoot
module.https_rdir.tls_private_key.ssh[0] - *terraform.NodeRefreshableManagedResourceInstance
module.https_rdir.tls_private_key.ssh[1] - *terraform.NodeRefreshableManagedResourceInstance
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_rdir.tls_private_key.ssh[1]"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "root"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_rdir.tls_private_key.ssh[0]"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "root" waiting on "module.https_rdir.tls_private_key.ssh[0]"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "root" waiting on "module.https_rdir.tls_private_key.ssh[1]"
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_c2.tls_private_key.ssh"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.tls_private_key.ssh': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.tls_private_key.ssh': evaluating
2019/05/06 16:38:37 [TRACE] [walkRefresh] Entering eval tree: module.https_c2.tls_private_key.ssh
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalCountCheckComputed
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalIf
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalCountFixZeroOneBoundary
2019/05/06 16:38:37 [TRACE] [walkRefresh] Exiting eval tree: module.https_c2.tls_private_key.ssh
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.tls_private_key.ssh': expanding/walking dynamic subgraph
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.ResourceCountTransformer:
module.https_c2.tls_private_key.ssh[0] - *terraform.NodeRefreshableManagedResourceInstance
module.https_c2.tls_private_key.ssh[1] - *terraform.NodeRefreshableManagedResourceInstance
2019/05/06 16:38:37 [TRACE] OrphanResourceCount: Starting...
2019/05/06 16:38:37 [TRACE] OrphanResourceCount: Checking: module.https_c2.tls_private_key.ssh[0]
2019/05/06 16:38:37 [TRACE] OrphanResourceCount: Checking: module.https_c2.tls_private_key.ssh[1]
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
module.https_c2.tls_private_key.ssh[0] - *terraform.NodeRefreshableManagedResourceInstance
module.https_c2.tls_private_key.ssh[1] - *terraform.NodeRefreshableManagedResourceInstance
2019/05/06 16:38:37 [DEBUG] Attaching resource state to "module.https_c2.tls_private_key.ssh[0]": &terraform.ResourceState{Type:"tls_private_key", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0003bf0e0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.tls", mu:sync.Mutex{state:0, sema:0x0}}
2019/05/06 16:38:37 [DEBUG] Attaching resource state to "module.https_c2.tls_private_key.ssh[1]": &terraform.ResourceState{Type:"tls_private_key", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0003bf130), Deposed:[]*terraform.InstanceState{}, Provider:"provider.tls", mu:sync.Mutex{state:0, sema:0x0}}
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.AttachStateTransformer:
module.https_c2.tls_private_key.ssh[0] - *terraform.NodeRefreshableManagedResourceInstance
module.https_c2.tls_private_key.ssh[1] - *terraform.NodeRefreshableManagedResourceInstance
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.TargetsTransformer:
module.https_c2.tls_private_key.ssh[0] - *terraform.NodeRefreshableManagedResourceInstance
module.https_c2.tls_private_key.ssh[1] - *terraform.NodeRefreshableManagedResourceInstance
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_c2.tls_private_key.ssh[0]" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_c2.tls_private_key.ssh[1]" references: []
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.ReferenceTransformer:
module.https_c2.tls_private_key.ssh[0] - *terraform.NodeRefreshableManagedResourceInstance
module.https_c2.tls_private_key.ssh[1] - *terraform.NodeRefreshableManagedResourceInstance
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.RootTransformer:
module.https_c2.tls_private_key.ssh[0] - *terraform.NodeRefreshableManagedResourceInstance
module.https_c2.tls_private_key.ssh[1] - *terraform.NodeRefreshableManagedResourceInstance
root - terraform.graphNodeRoot
module.https_c2.tls_private_key.ssh[0] - *terraform.NodeRefreshableManagedResourceInstance
module.https_c2.tls_private_key.ssh[1] - *terraform.NodeRefreshableManagedResourceInstance
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_c2.tls_private_key.ssh[0]"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_c2.tls_private_key.ssh[1]"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "root"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "root" waiting on "module.https_c2.tls_private_key.ssh[0]"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "root" waiting on "module.https_c2.tls_private_key.ssh[1]"
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_c2.tls_private_key.ssh[1]"
2019/05/06 16:38:37 [TRACE] vertex 'root.https_c2.module.https_c2.tls_private_key.ssh[1]': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.https_c2.module.https_c2.tls_private_key.ssh[1]': evaluating
2019/05/06 16:38:37 [TRACE] [walkRefresh] Entering eval tree: module.https_c2.tls_private_key.ssh[1]
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalGetProvider
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_rdir.tls_private_key.ssh[0]"
2019/05/06 16:38:37 [TRACE] vertex 'root.https_rdir.module.https_rdir.tls_private_key.ssh[0]': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.https_rdir.module.https_rdir.tls_private_key.ssh[0]': evaluating
2019/05/06 16:38:37 [TRACE] [walkRefresh] Entering eval tree: module.https_rdir.tls_private_key.ssh[0]
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalGetProvider
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_rdir.tls_private_key.ssh[1]"
2019/05/06 16:38:37 [TRACE] vertex 'root.https_rdir.module.https_rdir.tls_private_key.ssh[1]': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.https_rdir.module.https_rdir.tls_private_key.ssh[1]': evaluating
2019/05/06 16:38:37 [TRACE] [walkRefresh] Entering eval tree: module.https_rdir.tls_private_key.ssh[1]
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalGetProvider
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_c2.tls_private_key.ssh[0]"
2019/05/06 16:38:37 [TRACE] vertex 'root.https_c2.module.https_c2.tls_private_key.ssh[0]': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.https_c2.module.https_c2.tls_private_key.ssh[0]': evaluating
2019/05/06 16:38:37 [TRACE] [walkRefresh] Entering eval tree: module.https_c2.tls_private_key.ssh[0]
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalGetProvider
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalOpFilter
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalGetProvider
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalInterpolateProvider
2019/05/06 16:38:37 [TRACE] [walkRefresh] Exiting eval tree: provider.random (close)
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalReadState
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalRefresh
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalBuildProviderConfig
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalOpFilter
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalConfigProvider
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalReadState
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalRefresh
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalReadState
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalRefresh
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalReadState
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalRefresh
2019-05-06T16:38:37.430Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Authenticating using configured Google JSON 'credentials'...
2019-05-06T16:38:37.430Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] -- Scopes: [https://www.googleapis.com/auth/compute https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/ndev.clouddns.readwrite https://www.googleapis.com/auth/devstorage.full_control]
2019-05-06T16:38:37.430Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating GCE client...
2019-05-06T16:38:37.430Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating GCE Beta client...
2019-05-06T16:38:37.430Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating GKE client...
2019-05-06T16:38:37.430Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating GKE Beta client...
2019-05-06T16:38:37.430Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud DNS client...
2019-05-06T16:38:37.430Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud DNS Beta client...
2019-05-06T16:38:37.430Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud KMS Client...
2019-05-06T16:38:37.430Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Stackdriver Logging client...
2019-05-06T16:38:37.430Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Storage Client...
2019-05-06T16:38:37.430Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google SqlAdmin Client...
2019-05-06T16:38:37.430Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Pubsub Client...
2019-05-06T16:38:37.430Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Dataflow Client...
2019-05-06T16:38:37.430Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud ResourceManager Client...
2019-05-06T16:38:37.430Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud ResourceManager V Client...
2019-05-06T16:38:37.430Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud Runtimeconfig Client...
2019-05-06T16:38:37.430Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud IAM Client...
2019-05-06T16:38:37.430Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud IAMCredentials Client...
2019-05-06T16:38:37.430Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud Service Management Client...
2019-05-06T16:38:37.430Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud Service Usage Client...
2019-05-06T16:38:37.431Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud Billing Client...
2019-05-06T16:38:37.431Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud Build Client...
2019-05-06T16:38:37.431Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud BigQuery Client...
2019-05-06T16:38:37.431Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud CloudFunctions Client...
2019-05-06T16:38:37.431Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud Source Repo Client...
2019-05-06T16:38:37.431Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud Spanner Client...
2019-05-06T16:38:37.431Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud Dataproc Client...
2019-05-06T16:38:37.431Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud IoT Core Client...
2019-05-06T16:38:37.431Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating App Engine Client...
2019-05-06T16:38:37.431Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Cloud Composer Client...
2019-05-06T16:38:37.431Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud Storage Transfer Client...
2019/05/06 16:38:37 [TRACE] [walkRefresh] Exiting eval tree: module.https_rdir.provider.google
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalWriteState
2019/05/06 16:38:37 [TRACE] [walkRefresh] Exiting eval tree: module.https_c2.tls_private_key.ssh[0]
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalWriteState
2019/05/06 16:38:37 [TRACE] [walkRefresh] Exiting eval tree: module.https_c2.tls_private_key.ssh[1]
2019/05/06 16:38:37 [TRACE] dag/walk: walking "root"
2019/05/06 16:38:37 [TRACE] vertex 'root.https_c2.root': walking
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalWriteState
2019/05/06 16:38:37 [TRACE] [walkRefresh] Exiting eval tree: module.https_rdir.tls_private_key.ssh[0]
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalWriteState
2019/05/06 16:38:37 [TRACE] [walkRefresh] Exiting eval tree: module.https_rdir.tls_private_key.ssh[1]
2019/05/06 16:38:37 [TRACE] dag/walk: walking "root"
2019/05/06 16:38:37 [TRACE] vertex 'root.https_rdir.root': walking
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_c2.google_compute_instance.https-c2"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.google_compute_instance.https-c2': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.google_compute_instance.https-c2': evaluating
2019/05/06 16:38:37 [TRACE] [walkRefresh] Entering eval tree: module.https_c2.google_compute_instance.https-c2
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalCountCheckComputed
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalIf
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalCountFixZeroOneBoundary
2019/05/06 16:38:37 [TRACE] [walkRefresh] Exiting eval tree: module.https_c2.google_compute_instance.https-c2
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.google_compute_instance.https-c2': expanding/walking dynamic subgraph
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.ResourceCountTransformer:
module.https_c2.google_compute_instance.https-c2[0] - *terraform.NodeRefreshableManagedResourceInstance
module.https_c2.google_compute_instance.https-c2[1] - *terraform.NodeRefreshableManagedResourceInstance
2019/05/06 16:38:37 [TRACE] OrphanResourceCount: Starting...
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
module.https_c2.google_compute_instance.https-c2[0] - *terraform.NodeRefreshableManagedResourceInstance
module.https_c2.google_compute_instance.https-c2[1] - *terraform.NodeRefreshableManagedResourceInstance
2019/05/06 16:38:37 [DEBUG] Resource state not found for "module.https_c2.google_compute_instance.https-c2[0]": module.https_c2.google_compute_instance.https-c2[0]
2019/05/06 16:38:37 [DEBUG] Resource state not found for "module.https_c2.google_compute_instance.https-c2[1]": module.https_c2.google_compute_instance.https-c2[1]
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.AttachStateTransformer:
module.https_c2.google_compute_instance.https-c2[0] - *terraform.NodeRefreshableManagedResourceInstance
module.https_c2.google_compute_instance.https-c2[1] - *terraform.NodeRefreshableManagedResourceInstance
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.TargetsTransformer:
module.https_c2.google_compute_instance.https-c2[0] - *terraform.NodeRefreshableManagedResourceInstance
module.https_c2.google_compute_instance.https-c2[1] - *terraform.NodeRefreshableManagedResourceInstance
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_c2.google_compute_instance.https-c2[0]" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_c2.google_compute_instance.https-c2[1]" references: []
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.ReferenceTransformer:
module.https_c2.google_compute_instance.https-c2[0] - *terraform.NodeRefreshableManagedResourceInstance
module.https_c2.google_compute_instance.https-c2[1] - *terraform.NodeRefreshableManagedResourceInstance
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.RootTransformer:
module.https_c2.google_compute_instance.https-c2[0] - *terraform.NodeRefreshableManagedResourceInstance
module.https_c2.google_compute_instance.https-c2[1] - *terraform.NodeRefreshableManagedResourceInstance
root - terraform.graphNodeRoot
module.https_c2.google_compute_instance.https-c2[0] - *terraform.NodeRefreshableManagedResourceInstance
module.https_c2.google_compute_instance.https-c2[1] - *terraform.NodeRefreshableManagedResourceInstance
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "root"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_c2.google_compute_instance.https-c2[0]"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_c2.google_compute_instance.https-c2[1]"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "root" waiting on "module.https_c2.google_compute_instance.https-c2[0]"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "root" waiting on "module.https_c2.google_compute_instance.https-c2[1]"
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_c2.google_compute_instance.https-c2[1]"
2019/05/06 16:38:37 [TRACE] vertex 'root.https_c2.module.https_c2.google_compute_instance.https-c2[1]': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.https_c2.module.https_c2.google_compute_instance.https-c2[1]': evaluating
2019/05/06 16:38:37 [TRACE] [walkRefresh] Entering eval tree: module.https_c2.google_compute_instance.https-c2[1]
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalGetProvider
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalValidateResource
2019/05/06 16:38:37 [TRACE] dag/walk: walking "provider.tls (close)"
2019/05/06 16:38:37 [TRACE] vertex 'root.provider.tls (close)': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.provider.tls (close)': evaluating
2019/05/06 16:38:37 [TRACE] [walkRefresh] Entering eval tree: provider.tls (close)
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalCloseProvider
2019/05/06 16:38:37 [TRACE] [walkRefresh] Exiting eval tree: provider.tls (close)
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_c2.google_compute_instance.https-c2[0]"
2019/05/06 16:38:37 [TRACE] vertex 'root.https_c2.module.https_c2.google_compute_instance.https-c2[0]': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.https_c2.module.https_c2.google_compute_instance.https-c2[0]': evaluating
2019/05/06 16:38:37 [TRACE] [walkRefresh] Entering eval tree: module.https_c2.google_compute_instance.https-c2[0]
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalGetProvider
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalValidateResource
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalReadState
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalDiff
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalReadState
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalDiff
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalWriteState
2019/05/06 16:38:37 [TRACE] [walkRefresh] Exiting eval tree: module.https_c2.google_compute_instance.https-c2[0]
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalWriteState
2019/05/06 16:38:37 [TRACE] [walkRefresh] Exiting eval tree: module.https_c2.google_compute_instance.https-c2[1]
2019/05/06 16:38:37 [TRACE] dag/walk: walking "root"
2019/05/06 16:38:37 [TRACE] vertex 'root.https_c2.root': walking
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_c2.output.ips"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.output.ips': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.output.ips': evaluating
2019/05/06 16:38:37 [TRACE] [walkRefresh] Entering eval tree: module.https_c2.output.ips
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalOpFilter
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalWriteOutput
2019/05/06 16:38:37 [TRACE] [walkRefresh] Exiting eval tree: module.https_c2.output.ips
2019/05/06 16:38:37 [TRACE] dag/walk: walking "output.https-c2-ips"
2019/05/06 16:38:37 [TRACE] vertex 'root.output.https-c2-ips': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.output.https-c2-ips': evaluating
2019/05/06 16:38:37 [TRACE] [walkRefresh] Entering eval tree: output.https-c2-ips
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root: eval: terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalOpFilter
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalWriteOutput
2019/05/06 16:38:37 [TRACE] [walkRefresh] Exiting eval tree: output.https-c2-ips
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_c2.provider.google (close)"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.provider.google (close)': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.provider.google (close)': evaluating
2019/05/06 16:38:37 [TRACE] [walkRefresh] Entering eval tree: module.https_c2.provider.google (close)
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalCloseProvider
2019/05/06 16:38:37 [TRACE] [walkRefresh] Exiting eval tree: module.https_c2.provider.google (close)
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_rdir.var.redirect_to"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.var.redirect_to': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.var.redirect_to': evaluating
2019/05/06 16:38:37 [TRACE] [walkRefresh] Entering eval tree: module.https_rdir.var.redirect_to
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root: eval: terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalOpFilter
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalVariableBlock
2019/05/06 16:38:37 [DEBUG] Setting Unknown Variable Value for computed key: redirect_to
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalCoerceMapVariable
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalTypeCheckVariable
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalSetVariables
2019/05/06 16:38:37 [TRACE] [walkRefresh] Exiting eval tree: module.https_rdir.var.redirect_to
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_rdir.google_compute_instance.https-rdir"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.google_compute_instance.https-rdir': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.google_compute_instance.https-rdir': evaluating
2019/05/06 16:38:37 [TRACE] [walkRefresh] Entering eval tree: module.https_rdir.google_compute_instance.https-rdir
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalCountCheckComputed
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalIf
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalCountFixZeroOneBoundary
2019/05/06 16:38:37 [TRACE] [walkRefresh] Exiting eval tree: module.https_rdir.google_compute_instance.https-rdir
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.google_compute_instance.https-rdir': expanding/walking dynamic subgraph
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.ResourceCountTransformer:
module.https_rdir.google_compute_instance.https-rdir[0] - *terraform.NodeRefreshableManagedResourceInstance
module.https_rdir.google_compute_instance.https-rdir[1] - *terraform.NodeRefreshableManagedResourceInstance
2019/05/06 16:38:37 [TRACE] OrphanResourceCount: Starting...
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
module.https_rdir.google_compute_instance.https-rdir[0] - *terraform.NodeRefreshableManagedResourceInstance
module.https_rdir.google_compute_instance.https-rdir[1] - *terraform.NodeRefreshableManagedResourceInstance
2019/05/06 16:38:37 [DEBUG] Resource state not found for "module.https_rdir.google_compute_instance.https-rdir[0]": module.https_rdir.google_compute_instance.https-rdir[0]
2019/05/06 16:38:37 [DEBUG] Resource state not found for "module.https_rdir.google_compute_instance.https-rdir[1]": module.https_rdir.google_compute_instance.https-rdir[1]
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.AttachStateTransformer:
module.https_rdir.google_compute_instance.https-rdir[0] - *terraform.NodeRefreshableManagedResourceInstance
module.https_rdir.google_compute_instance.https-rdir[1] - *terraform.NodeRefreshableManagedResourceInstance
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.TargetsTransformer:
module.https_rdir.google_compute_instance.https-rdir[0] - *terraform.NodeRefreshableManagedResourceInstance
module.https_rdir.google_compute_instance.https-rdir[1] - *terraform.NodeRefreshableManagedResourceInstance
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_rdir.google_compute_instance.https-rdir[0]" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_rdir.google_compute_instance.https-rdir[1]" references: []
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.ReferenceTransformer:
module.https_rdir.google_compute_instance.https-rdir[0] - *terraform.NodeRefreshableManagedResourceInstance
module.https_rdir.google_compute_instance.https-rdir[1] - *terraform.NodeRefreshableManagedResourceInstance
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.RootTransformer:
module.https_rdir.google_compute_instance.https-rdir[0] - *terraform.NodeRefreshableManagedResourceInstance
module.https_rdir.google_compute_instance.https-rdir[1] - *terraform.NodeRefreshableManagedResourceInstance
root - terraform.graphNodeRoot
module.https_rdir.google_compute_instance.https-rdir[0] - *terraform.NodeRefreshableManagedResourceInstance
module.https_rdir.google_compute_instance.https-rdir[1] - *terraform.NodeRefreshableManagedResourceInstance
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "root"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_rdir.google_compute_instance.https-rdir[0]"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_rdir.google_compute_instance.https-rdir[1]"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "root" waiting on "module.https_rdir.google_compute_instance.https-rdir[0]"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "root" waiting on "module.https_rdir.google_compute_instance.https-rdir[1]"
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_rdir.google_compute_instance.https-rdir[0]"
2019/05/06 16:38:37 [TRACE] vertex 'root.https_rdir.module.https_rdir.google_compute_instance.https-rdir[0]': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.https_rdir.module.https_rdir.google_compute_instance.https-rdir[0]': evaluating
2019/05/06 16:38:37 [TRACE] [walkRefresh] Entering eval tree: module.https_rdir.google_compute_instance.https-rdir[0]
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalGetProvider
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalValidateResource
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_rdir.google_compute_instance.https-rdir[1]"
2019/05/06 16:38:37 [TRACE] vertex 'root.https_rdir.module.https_rdir.google_compute_instance.https-rdir[1]': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.https_rdir.module.https_rdir.google_compute_instance.https-rdir[1]': evaluating
2019/05/06 16:38:37 [TRACE] [walkRefresh] Entering eval tree: module.https_rdir.google_compute_instance.https-rdir[1]
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalGetProvider
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalValidateResource
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalReadState
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalDiff
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalReadState
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalDiff
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalWriteState
2019/05/06 16:38:37 [TRACE] [walkRefresh] Exiting eval tree: module.https_rdir.google_compute_instance.https-rdir[1]
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalWriteState
2019/05/06 16:38:37 [TRACE] [walkRefresh] Exiting eval tree: module.https_rdir.google_compute_instance.https-rdir[0]
2019/05/06 16:38:37 [TRACE] dag/walk: walking "root"
2019/05/06 16:38:37 [TRACE] vertex 'root.https_rdir.root': walking
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_rdir.provider.google (close)"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.provider.google (close)': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.provider.google (close)': evaluating
2019/05/06 16:38:37 [TRACE] [walkRefresh] Entering eval tree: module.https_rdir.provider.google (close)
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalCloseProvider
2019/05/06 16:38:37 [TRACE] [walkRefresh] Exiting eval tree: module.https_rdir.provider.google (close)
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_rdir.output.ips"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.output.ips': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.output.ips': evaluating
2019/05/06 16:38:37 [TRACE] [walkRefresh] Entering eval tree: module.https_rdir.output.ips
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalOpFilter
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalWriteOutput
2019/05/06 16:38:37 [TRACE] [walkRefresh] Exiting eval tree: module.https_rdir.output.ips
2019/05/06 16:38:37 [TRACE] dag/walk: walking "output.https-rdir-ips"
2019/05/06 16:38:37 [TRACE] vertex 'root.output.https-rdir-ips': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.output.https-rdir-ips': evaluating
2019/05/06 16:38:37 [TRACE] [walkRefresh] Entering eval tree: output.https-rdir-ips
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root: eval: terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalOpFilter
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalWriteOutput
2019/05/06 16:38:37 [TRACE] [walkRefresh] Exiting eval tree: output.https-rdir-ips
2019/05/06 16:38:37 [TRACE] dag/walk: walking "root"
2019/05/06 16:38:37 [TRACE] vertex 'root.root': walking
2019/05/06 16:38:37 [INFO] backend/local: apply calling Plan
2019/05/06 16:38:37 [INFO] terraform: building graph: GraphTypePlan
2019/05/06 16:38:37 [TRACE] ConfigTransformer: Starting for path: []
2019/05/06 16:38:37 [TRACE] ConfigTransformer: Starting for path: [https_c2]
2019/05/06 16:38:37 [TRACE] ConfigTransformer: Starting for path: [https_rdir]
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.ConfigTransformer:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodePlannableResource
module.https_c2.random_id.server - *terraform.NodePlannableResource
module.https_c2.tls_private_key.ssh - *terraform.NodePlannableResource
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodePlannableResource
module.https_rdir.random_id.server - *terraform.NodePlannableResource
module.https_rdir.tls_private_key.ssh - *terraform.NodePlannableResource
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.LocalTransformer:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodePlannableResource
module.https_c2.random_id.server - *terraform.NodePlannableResource
module.https_c2.tls_private_key.ssh - *terraform.NodePlannableResource
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodePlannableResource
module.https_rdir.random_id.server - *terraform.NodePlannableResource
module.https_rdir.tls_private_key.ssh - *terraform.NodePlannableResource
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.OutputTransformer:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodePlannableResource
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.random_id.server - *terraform.NodePlannableResource
module.https_c2.tls_private_key.ssh - *terraform.NodePlannableResource
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodePlannableResource
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.random_id.server - *terraform.NodePlannableResource
module.https_rdir.tls_private_key.ssh - *terraform.NodePlannableResource
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.OrphanResourceTransformer:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodePlannableResource
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.random_id.server - *terraform.NodePlannableResource
module.https_c2.tls_private_key.ssh - *terraform.NodePlannableResource
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodePlannableResource
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.random_id.server - *terraform.NodePlannableResource
module.https_rdir.tls_private_key.ssh - *terraform.NodePlannableResource
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.OrphanOutputTransformer:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodePlannableResource
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.random_id.server - *terraform.NodePlannableResource
module.https_c2.tls_private_key.ssh - *terraform.NodePlannableResource
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodePlannableResource
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.random_id.server - *terraform.NodePlannableResource
module.https_rdir.tls_private_key.ssh - *terraform.NodePlannableResource
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
2019/05/06 16:38:37 [TRACE] AttachResourceConfigTransformer: Beginning...
2019/05/06 16:38:37 [TRACE] AttachResourceConfigTransformer: Attach resource config request: module.https_c2.google_compute_instance.https-c2
2019/05/06 16:38:37 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"https-c2", Type:"google_compute_instance", RawCount:(*config.RawConfig)(0xc000345340), RawConfig:(*config.RawConfig)(0xc000345110), Provisioners:[]*config.Provisioner{(*config.Provisioner)(0xc00033d920), (*config.Provisioner)(0xc00033db90), (*config.Provisioner)(0xc00033dc50)}, Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2019/05/06 16:38:37 [TRACE] AttachResourceConfigTransformer: Attach resource config request: module.https_rdir.tls_private_key.ssh
2019/05/06 16:38:37 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"ssh", Type:"tls_private_key", RawCount:(*config.RawConfig)(0xc0003c4d90), RawConfig:(*config.RawConfig)(0xc0003c4d20), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2019/05/06 16:38:37 [TRACE] AttachResourceConfigTransformer: Attach resource config request: module.https_c2.tls_private_key.ssh
2019/05/06 16:38:37 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"ssh", Type:"tls_private_key", RawCount:(*config.RawConfig)(0xc000344ee0), RawConfig:(*config.RawConfig)(0xc000344e70), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2019/05/06 16:38:37 [TRACE] AttachResourceConfigTransformer: Attach resource config request: module.https_c2.random_id.server
2019/05/06 16:38:37 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"server", Type:"random_id", RawCount:(*config.RawConfig)(0xc000345030), RawConfig:(*config.RawConfig)(0xc000344fc0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2019/05/06 16:38:37 [TRACE] AttachResourceConfigTransformer: Attach resource config request: module.https_rdir.random_id.server
2019/05/06 16:38:37 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"server", Type:"random_id", RawCount:(*config.RawConfig)(0xc0003c4ee0), RawConfig:(*config.RawConfig)(0xc0003c4e70), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2019/05/06 16:38:37 [TRACE] AttachResourceConfigTransformer: Attach resource config request: module.https_rdir.google_compute_instance.https-rdir
2019/05/06 16:38:37 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"https-rdir", Type:"google_compute_instance", RawCount:(*config.RawConfig)(0xc0003c51f0), RawConfig:(*config.RawConfig)(0xc0003c4fc0), Provisioners:[]*config.Provisioner{(*config.Provisioner)(0xc0003c9470), (*config.Provisioner)(0xc0003c96e0), (*config.Provisioner)(0xc0003c97a0)}, Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodePlannableResource
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.random_id.server - *terraform.NodePlannableResource
module.https_c2.tls_private_key.ssh - *terraform.NodePlannableResource
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodePlannableResource
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.random_id.server - *terraform.NodePlannableResource
module.https_rdir.tls_private_key.ssh - *terraform.NodePlannableResource
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
2019/05/06 16:38:37 [DEBUG] Attaching resource state to "module.https_rdir.random_id.server": &terraform.ResourceState{Type:"random_id", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc000530b40), Deposed:[]*terraform.InstanceState{}, Provider:"provider.random", mu:sync.Mutex{state:0, sema:0x0}}
2019/05/06 16:38:37 [DEBUG] Resource state not found for "module.https_rdir.google_compute_instance.https-rdir": module.https_rdir.google_compute_instance.https-rdir
2019/05/06 16:38:37 [DEBUG] Attaching resource state to "module.https_c2.tls_private_key.ssh": &terraform.ResourceState{Type:"tls_private_key", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0005308c0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.tls", mu:sync.Mutex{state:0, sema:0x0}}
2019/05/06 16:38:37 [DEBUG] Attaching resource state to "module.https_c2.random_id.server": &terraform.ResourceState{Type:"random_id", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc000530960), Deposed:[]*terraform.InstanceState{}, Provider:"provider.random", mu:sync.Mutex{state:0, sema:0x0}}
2019/05/06 16:38:37 [DEBUG] Resource state not found for "module.https_c2.google_compute_instance.https-c2": module.https_c2.google_compute_instance.https-c2
2019/05/06 16:38:37 [DEBUG] Attaching resource state to "module.https_rdir.tls_private_key.ssh": &terraform.ResourceState{Type:"tls_private_key", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc000530aa0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.tls", mu:sync.Mutex{state:0, sema:0x0}}
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.AttachStateTransformer:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodePlannableResource
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.random_id.server - *terraform.NodePlannableResource
module.https_c2.tls_private_key.ssh - *terraform.NodePlannableResource
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodePlannableResource
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.random_id.server - *terraform.NodePlannableResource
module.https_rdir.tls_private_key.ssh - *terraform.NodePlannableResource
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.RootVariableTransformer:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodePlannableResource
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.random_id.server - *terraform.NodePlannableResource
module.https_c2.tls_private_key.ssh - *terraform.NodePlannableResource
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodePlannableResource
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.random_id.server - *terraform.NodePlannableResource
module.https_rdir.tls_private_key.ssh - *terraform.NodePlannableResource
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
2019/05/06 16:38:37 [TRACE] ProviderConfigTransformer: Starting for path: []
2019/05/06 16:38:37 [TRACE] ProviderConfigTransformer: Starting for path: [https_c2]
2019/05/06 16:38:37 [TRACE] ProviderConfigTransformer: Starting for path: [https_rdir]
2019/05/06 16:38:37 [TRACE] Attach provider request: []string{"https_c2"} google
2019/05/06 16:38:37 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"google", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc000344d90)}
2019/05/06 16:38:37 [TRACE] Attach provider request: []string{"https_rdir"} google
2019/05/06 16:38:37 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"google", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc0003c4c40)}
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodePlannableResource
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.random_id.server - *terraform.NodePlannableResource
module.https_c2.tls_private_key.ssh - *terraform.NodePlannableResource
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodePlannableResource
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.random_id.server - *terraform.NodePlannableResource
module.https_rdir.tls_private_key.ssh - *terraform.NodePlannableResource
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
2019/05/06 16:38:37 [DEBUG] adding missing provider: tls
2019/05/06 16:38:37 [DEBUG] adding missing provider: random
2019/05/06 16:38:37 [DEBUG] adding missing provider: google
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.MissingProviderTransformer:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodePlannableResource
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.random_id.server - *terraform.NodePlannableResource
module.https_c2.tls_private_key.ssh - *terraform.NodePlannableResource
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodePlannableResource
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.random_id.server - *terraform.NodePlannableResource
module.https_rdir.tls_private_key.ssh - *terraform.NodePlannableResource
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
provider.tls - *terraform.NodeApplyableProvider
2019/05/06 16:38:37 [DEBUG] resource module.https_c2.google_compute_instance.https-c2 using provider module.https_c2.provider.google
2019/05/06 16:38:37 [DEBUG] resource module.https_rdir.tls_private_key.ssh using provider provider.tls
2019/05/06 16:38:37 [DEBUG] resource module.https_c2.tls_private_key.ssh using provider provider.tls
2019/05/06 16:38:37 [DEBUG] resource module.https_c2.random_id.server using provider provider.random
2019/05/06 16:38:37 [DEBUG] resource module.https_rdir.random_id.server using provider provider.random
2019/05/06 16:38:37 [DEBUG] resource module.https_rdir.google_compute_instance.https-rdir using provider module.https_rdir.provider.google
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.ProviderTransformer:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodePlannableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.random_id.server - *terraform.NodePlannableResource
provider.random - *terraform.NodeApplyableProvider
module.https_c2.tls_private_key.ssh - *terraform.NodePlannableResource
provider.tls - *terraform.NodeApplyableProvider
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodePlannableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.random_id.server - *terraform.NodePlannableResource
provider.random - *terraform.NodeApplyableProvider
module.https_rdir.tls_private_key.ssh - *terraform.NodePlannableResource
provider.tls - *terraform.NodeApplyableProvider
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
provider.tls - *terraform.NodeApplyableProvider
2019/05/06 16:38:37 [DEBUG] pruning unused provider provider.google
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.PruneProviderTransformer:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodePlannableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.random_id.server - *terraform.NodePlannableResource
provider.random - *terraform.NodeApplyableProvider
module.https_c2.tls_private_key.ssh - *terraform.NodePlannableResource
provider.tls - *terraform.NodeApplyableProvider
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodePlannableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.random_id.server - *terraform.NodePlannableResource
provider.random - *terraform.NodeApplyableProvider
module.https_rdir.tls_private_key.ssh - *terraform.NodePlannableResource
provider.tls - *terraform.NodeApplyableProvider
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
provider.random - *terraform.NodeApplyableProvider
provider.tls - *terraform.NodeApplyableProvider
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.ParentProviderTransformer:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodePlannableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.random_id.server - *terraform.NodePlannableResource
provider.random - *terraform.NodeApplyableProvider
module.https_c2.tls_private_key.ssh - *terraform.NodePlannableResource
provider.tls - *terraform.NodeApplyableProvider
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodePlannableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.random_id.server - *terraform.NodePlannableResource
provider.random - *terraform.NodeApplyableProvider
module.https_rdir.tls_private_key.ssh - *terraform.NodePlannableResource
provider.tls - *terraform.NodeApplyableProvider
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
provider.random - *terraform.NodeApplyableProvider
provider.tls - *terraform.NodeApplyableProvider
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.graphTransformerMulti:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodePlannableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.random_id.server - *terraform.NodePlannableResource
provider.random - *terraform.NodeApplyableProvider
module.https_c2.tls_private_key.ssh - *terraform.NodePlannableResource
provider.tls - *terraform.NodeApplyableProvider
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodePlannableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.random_id.server - *terraform.NodePlannableResource
provider.random - *terraform.NodeApplyableProvider
module.https_rdir.tls_private_key.ssh - *terraform.NodePlannableResource
provider.tls - *terraform.NodeApplyableProvider
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
provider.random - *terraform.NodeApplyableProvider
provider.tls - *terraform.NodeApplyableProvider
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodePlannableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.random_id.server - *terraform.NodePlannableResource
provider.random - *terraform.NodeApplyableProvider
module.https_c2.tls_private_key.ssh - *terraform.NodePlannableResource
provider.tls - *terraform.NodeApplyableProvider
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodePlannableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.random_id.server - *terraform.NodePlannableResource
provider.random - *terraform.NodeApplyableProvider
module.https_rdir.tls_private_key.ssh - *terraform.NodePlannableResource
provider.tls - *terraform.NodeApplyableProvider
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
provider.random - *terraform.NodeApplyableProvider
provider.tls - *terraform.NodeApplyableProvider
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.RemovedModuleTransformer:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodePlannableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.random_id.server - *terraform.NodePlannableResource
provider.random - *terraform.NodeApplyableProvider
module.https_c2.tls_private_key.ssh - *terraform.NodePlannableResource
provider.tls - *terraform.NodeApplyableProvider
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodePlannableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.random_id.server - *terraform.NodePlannableResource
provider.random - *terraform.NodeApplyableProvider
module.https_rdir.tls_private_key.ssh - *terraform.NodePlannableResource
provider.tls - *terraform.NodeApplyableProvider
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
provider.random - *terraform.NodeApplyableProvider
provider.tls - *terraform.NodeApplyableProvider
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_rdir.random_id.server" references: [module.https_rdir.var.count]
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_rdir.google_compute_instance.https-rdir" references: [module.https_rdir.random_id.server module.https_rdir.tls_private_key.ssh module.https_rdir.var.available_zones module.https_rdir.var.count module.https_rdir.var.machine_type module.https_rdir.var.redirect_to module.https_rdir.var.zones]
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_rdir.output.ips" references: [module.https_rdir.google_compute_instance.https-rdir]
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_rdir.provider.google" references: [module.https_rdir.var.project]
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_c2.var.count" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_c2.var.machine_type" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_c2.tls_private_key.ssh" references: [module.https_c2.var.count]
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_c2.random_id.server" references: [module.https_c2.var.count]
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_rdir.var.zones" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_c2.var.available_zones" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_rdir.var.machine_type" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_c2.provider.google" references: [module.https_c2.var.project]
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "provider.random" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_c2.var.project" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_rdir.var.project" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "output.https-c2-ips" references: [module.https_c2.output.ips]
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "output.https-rdir-ips" references: [module.https_rdir.output.ips]
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_c2.var.install" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_rdir.var.redirect_to" references: [module.https_c2.output.ips]
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_c2.output.ips" references: [module.https_c2.google_compute_instance.https-c2]
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_c2.var.zones" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "provider.tls" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_rdir.var.count" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_rdir.var.available_zones" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_c2.google_compute_instance.https-c2" references: [module.https_c2.random_id.server module.https_c2.tls_private_key.ssh module.https_c2.var.available_zones module.https_c2.var.count module.https_c2.var.install module.https_c2.var.machine_type module.https_c2.var.zones]
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_rdir.tls_private_key.ssh" references: [module.https_rdir.var.count]
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.ReferenceTransformer:
module.https_c2.google_compute_instance.https-c2 - *terraform.NodePlannableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.random_id.server - *terraform.NodePlannableResource
module.https_c2.tls_private_key.ssh - *terraform.NodePlannableResource
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.google_compute_instance.https-c2 - *terraform.NodePlannableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.random_id.server - *terraform.NodePlannableResource
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
provider.random - *terraform.NodeApplyableProvider
module.https_c2.tls_private_key.ssh - *terraform.NodePlannableResource
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
provider.tls - *terraform.NodeApplyableProvider
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodePlannableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.random_id.server - *terraform.NodePlannableResource
module.https_rdir.tls_private_key.ssh - *terraform.NodePlannableResource
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodePlannableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.random_id.server - *terraform.NodePlannableResource
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
provider.random - *terraform.NodeApplyableProvider
module.https_rdir.tls_private_key.ssh - *terraform.NodePlannableResource
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
provider.tls - *terraform.NodeApplyableProvider
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
output.https-c2-ips - *terraform.NodeApplyableOutput
module.https_c2.output.ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
provider.random - *terraform.NodeApplyableProvider
provider.tls - *terraform.NodeApplyableProvider
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.CountBoundaryTransformer:
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
module.https_c2.google_compute_instance.https-c2 - *terraform.NodePlannableResource
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.random_id.server - *terraform.NodePlannableResource
module.https_c2.tls_private_key.ssh - *terraform.NodePlannableResource
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodePlannableResource
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.random_id.server - *terraform.NodePlannableResource
module.https_rdir.tls_private_key.ssh - *terraform.NodePlannableResource
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
provider.random - *terraform.NodeApplyableProvider
provider.tls - *terraform.NodeApplyableProvider
module.https_c2.google_compute_instance.https-c2 - *terraform.NodePlannableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.random_id.server - *terraform.NodePlannableResource
module.https_c2.tls_private_key.ssh - *terraform.NodePlannableResource
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.google_compute_instance.https-c2 - *terraform.NodePlannableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.random_id.server - *terraform.NodePlannableResource
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
provider.random - *terraform.NodeApplyableProvider
module.https_c2.tls_private_key.ssh - *terraform.NodePlannableResource
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
provider.tls - *terraform.NodeApplyableProvider
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodePlannableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.random_id.server - *terraform.NodePlannableResource
module.https_rdir.tls_private_key.ssh - *terraform.NodePlannableResource
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodePlannableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.random_id.server - *terraform.NodePlannableResource
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
provider.random - *terraform.NodeApplyableProvider
module.https_rdir.tls_private_key.ssh - *terraform.NodePlannableResource
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
provider.tls - *terraform.NodeApplyableProvider
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
output.https-c2-ips - *terraform.NodeApplyableOutput
module.https_c2.output.ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
provider.random - *terraform.NodeApplyableProvider
provider.tls - *terraform.NodeApplyableProvider
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.TargetsTransformer:
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
module.https_c2.google_compute_instance.https-c2 - *terraform.NodePlannableResource
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.random_id.server - *terraform.NodePlannableResource
module.https_c2.tls_private_key.ssh - *terraform.NodePlannableResource
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodePlannableResource
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.random_id.server - *terraform.NodePlannableResource
module.https_rdir.tls_private_key.ssh - *terraform.NodePlannableResource
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
provider.random - *terraform.NodeApplyableProvider
provider.tls - *terraform.NodeApplyableProvider
module.https_c2.google_compute_instance.https-c2 - *terraform.NodePlannableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.random_id.server - *terraform.NodePlannableResource
module.https_c2.tls_private_key.ssh - *terraform.NodePlannableResource
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.google_compute_instance.https-c2 - *terraform.NodePlannableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.random_id.server - *terraform.NodePlannableResource
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
provider.random - *terraform.NodeApplyableProvider
module.https_c2.tls_private_key.ssh - *terraform.NodePlannableResource
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
provider.tls - *terraform.NodeApplyableProvider
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodePlannableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.random_id.server - *terraform.NodePlannableResource
module.https_rdir.tls_private_key.ssh - *terraform.NodePlannableResource
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodePlannableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.random_id.server - *terraform.NodePlannableResource
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
provider.random - *terraform.NodeApplyableProvider
module.https_rdir.tls_private_key.ssh - *terraform.NodePlannableResource
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
provider.tls - *terraform.NodeApplyableProvider
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
output.https-c2-ips - *terraform.NodeApplyableOutput
module.https_c2.output.ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
provider.random - *terraform.NodeApplyableProvider
provider.tls - *terraform.NodeApplyableProvider
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.CloseProviderTransformer:
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
module.https_c2.google_compute_instance.https-c2 - *terraform.NodePlannableResource
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.random_id.server - *terraform.NodePlannableResource
module.https_c2.tls_private_key.ssh - *terraform.NodePlannableResource
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodePlannableResource
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.random_id.server - *terraform.NodePlannableResource
module.https_rdir.tls_private_key.ssh - *terraform.NodePlannableResource
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
provider.random - *terraform.NodeApplyableProvider
provider.tls - *terraform.NodeApplyableProvider
module.https_c2.google_compute_instance.https-c2 - *terraform.NodePlannableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.random_id.server - *terraform.NodePlannableResource
module.https_c2.tls_private_key.ssh - *terraform.NodePlannableResource
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.google_compute_instance.https-c2 - *terraform.NodePlannableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.provider.google (close) - *terraform.graphNodeCloseProvider
module.https_c2.google_compute_instance.https-c2 - *terraform.NodePlannableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.random_id.server - *terraform.NodePlannableResource
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
provider.random - *terraform.NodeApplyableProvider
module.https_c2.tls_private_key.ssh - *terraform.NodePlannableResource
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
provider.tls - *terraform.NodeApplyableProvider
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodePlannableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.random_id.server - *terraform.NodePlannableResource
module.https_rdir.tls_private_key.ssh - *terraform.NodePlannableResource
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodePlannableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.provider.google (close) - *terraform.graphNodeCloseProvider
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodePlannableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.random_id.server - *terraform.NodePlannableResource
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
provider.random - *terraform.NodeApplyableProvider
module.https_rdir.tls_private_key.ssh - *terraform.NodePlannableResource
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
provider.tls - *terraform.NodeApplyableProvider
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
output.https-c2-ips - *terraform.NodeApplyableOutput
module.https_c2.output.ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
provider.random - *terraform.NodeApplyableProvider
provider.random (close) - *terraform.graphNodeCloseProvider
module.https_c2.random_id.server - *terraform.NodePlannableResource
module.https_rdir.random_id.server - *terraform.NodePlannableResource
provider.random - *terraform.NodeApplyableProvider
provider.tls - *terraform.NodeApplyableProvider
provider.tls (close) - *terraform.graphNodeCloseProvider
module.https_c2.tls_private_key.ssh - *terraform.NodePlannableResource
module.https_rdir.tls_private_key.ssh - *terraform.NodePlannableResource
provider.tls - *terraform.NodeApplyableProvider
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.CloseProvisionerTransformer:
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
module.https_c2.google_compute_instance.https-c2 - *terraform.NodePlannableResource
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.random_id.server - *terraform.NodePlannableResource
module.https_c2.tls_private_key.ssh - *terraform.NodePlannableResource
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodePlannableResource
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.random_id.server - *terraform.NodePlannableResource
module.https_rdir.tls_private_key.ssh - *terraform.NodePlannableResource
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
provider.random - *terraform.NodeApplyableProvider
provider.tls - *terraform.NodeApplyableProvider
module.https_c2.google_compute_instance.https-c2 - *terraform.NodePlannableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.random_id.server - *terraform.NodePlannableResource
module.https_c2.tls_private_key.ssh - *terraform.NodePlannableResource
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.google_compute_instance.https-c2 - *terraform.NodePlannableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.provider.google (close) - *terraform.graphNodeCloseProvider
module.https_c2.google_compute_instance.https-c2 - *terraform.NodePlannableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.random_id.server - *terraform.NodePlannableResource
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
provider.random - *terraform.NodeApplyableProvider
module.https_c2.tls_private_key.ssh - *terraform.NodePlannableResource
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
provider.tls - *terraform.NodeApplyableProvider
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodePlannableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.random_id.server - *terraform.NodePlannableResource
module.https_rdir.tls_private_key.ssh - *terraform.NodePlannableResource
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodePlannableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.provider.google (close) - *terraform.graphNodeCloseProvider
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodePlannableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.random_id.server - *terraform.NodePlannableResource
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
provider.random - *terraform.NodeApplyableProvider
module.https_rdir.tls_private_key.ssh - *terraform.NodePlannableResource
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
provider.tls - *terraform.NodeApplyableProvider
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
output.https-c2-ips - *terraform.NodeApplyableOutput
module.https_c2.output.ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
provider.random - *terraform.NodeApplyableProvider
provider.random (close) - *terraform.graphNodeCloseProvider
module.https_c2.random_id.server - *terraform.NodePlannableResource
module.https_rdir.random_id.server - *terraform.NodePlannableResource
provider.random - *terraform.NodeApplyableProvider
provider.tls - *terraform.NodeApplyableProvider
provider.tls (close) - *terraform.graphNodeCloseProvider
module.https_c2.tls_private_key.ssh - *terraform.NodePlannableResource
module.https_rdir.tls_private_key.ssh - *terraform.NodePlannableResource
provider.tls - *terraform.NodeApplyableProvider
provisioner.local-exec (close) - *terraform.graphNodeCloseProvisioner
module.https_c2.google_compute_instance.https-c2 - *terraform.NodePlannableResource
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodePlannableResource
provisioner.remote-exec (close) - *terraform.graphNodeCloseProvisioner
module.https_c2.google_compute_instance.https-c2 - *terraform.NodePlannableResource
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodePlannableResource
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.RootTransformer:
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
module.https_c2.google_compute_instance.https-c2 - *terraform.NodePlannableResource
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.random_id.server - *terraform.NodePlannableResource
module.https_c2.tls_private_key.ssh - *terraform.NodePlannableResource
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodePlannableResource
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.random_id.server - *terraform.NodePlannableResource
module.https_rdir.tls_private_key.ssh - *terraform.NodePlannableResource
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
provider.random - *terraform.NodeApplyableProvider
provider.tls - *terraform.NodeApplyableProvider
module.https_c2.google_compute_instance.https-c2 - *terraform.NodePlannableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.random_id.server - *terraform.NodePlannableResource
module.https_c2.tls_private_key.ssh - *terraform.NodePlannableResource
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.google_compute_instance.https-c2 - *terraform.NodePlannableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.provider.google (close) - *terraform.graphNodeCloseProvider
module.https_c2.google_compute_instance.https-c2 - *terraform.NodePlannableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.random_id.server - *terraform.NodePlannableResource
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
provider.random - *terraform.NodeApplyableProvider
module.https_c2.tls_private_key.ssh - *terraform.NodePlannableResource
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
provider.tls - *terraform.NodeApplyableProvider
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodePlannableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.random_id.server - *terraform.NodePlannableResource
module.https_rdir.tls_private_key.ssh - *terraform.NodePlannableResource
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodePlannableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.provider.google (close) - *terraform.graphNodeCloseProvider
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodePlannableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.random_id.server - *terraform.NodePlannableResource
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
provider.random - *terraform.NodeApplyableProvider
module.https_rdir.tls_private_key.ssh - *terraform.NodePlannableResource
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
provider.tls - *terraform.NodeApplyableProvider
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
output.https-c2-ips - *terraform.NodeApplyableOutput
module.https_c2.output.ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
provider.random - *terraform.NodeApplyableProvider
provider.random (close) - *terraform.graphNodeCloseProvider
module.https_c2.random_id.server - *terraform.NodePlannableResource
module.https_rdir.random_id.server - *terraform.NodePlannableResource
provider.random - *terraform.NodeApplyableProvider
provider.tls - *terraform.NodeApplyableProvider
provider.tls (close) - *terraform.graphNodeCloseProvider
module.https_c2.tls_private_key.ssh - *terraform.NodePlannableResource
module.https_rdir.tls_private_key.ssh - *terraform.NodePlannableResource
provider.tls - *terraform.NodeApplyableProvider
provisioner.local-exec (close) - *terraform.graphNodeCloseProvisioner
module.https_c2.google_compute_instance.https-c2 - *terraform.NodePlannableResource
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodePlannableResource
provisioner.remote-exec (close) - *terraform.graphNodeCloseProvisioner
module.https_c2.google_compute_instance.https-c2 - *terraform.NodePlannableResource
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodePlannableResource
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
module.https_c2.provider.google (close) - *terraform.graphNodeCloseProvider
module.https_rdir.provider.google (close) - *terraform.graphNodeCloseProvider
provider.random (close) - *terraform.graphNodeCloseProvider
provider.tls (close) - *terraform.graphNodeCloseProvider
provisioner.local-exec (close) - *terraform.graphNodeCloseProvisioner
provisioner.remote-exec (close) - *terraform.graphNodeCloseProvisioner
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
module.https_c2.google_compute_instance.https-c2 - *terraform.NodePlannableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.random_id.server - *terraform.NodePlannableResource
module.https_c2.tls_private_key.ssh - *terraform.NodePlannableResource
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.google_compute_instance.https-c2 - *terraform.NodePlannableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.provider.google (close) - *terraform.graphNodeCloseProvider
module.https_c2.google_compute_instance.https-c2 - *terraform.NodePlannableResource
module.https_c2.random_id.server - *terraform.NodePlannableResource
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
provider.random - *terraform.NodeApplyableProvider
module.https_c2.tls_private_key.ssh - *terraform.NodePlannableResource
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
provider.tls - *terraform.NodeApplyableProvider
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodePlannableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.random_id.server - *terraform.NodePlannableResource
module.https_rdir.tls_private_key.ssh - *terraform.NodePlannableResource
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodePlannableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.provider.google (close) - *terraform.graphNodeCloseProvider
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodePlannableResource
module.https_rdir.random_id.server - *terraform.NodePlannableResource
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
provider.random - *terraform.NodeApplyableProvider
module.https_rdir.tls_private_key.ssh - *terraform.NodePlannableResource
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
provider.tls - *terraform.NodeApplyableProvider
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
output.https-c2-ips - *terraform.NodeApplyableOutput
module.https_c2.output.ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
provider.random - *terraform.NodeApplyableProvider
provider.random (close) - *terraform.graphNodeCloseProvider
module.https_c2.random_id.server - *terraform.NodePlannableResource
module.https_rdir.random_id.server - *terraform.NodePlannableResource
provider.tls - *terraform.NodeApplyableProvider
provider.tls (close) - *terraform.graphNodeCloseProvider
module.https_c2.tls_private_key.ssh - *terraform.NodePlannableResource
module.https_rdir.tls_private_key.ssh - *terraform.NodePlannableResource
provisioner.local-exec (close) - *terraform.graphNodeCloseProvisioner
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodePlannableResource
provisioner.remote-exec (close) - *terraform.graphNodeCloseProvisioner
module.https_rdir.google_compute_instance.https-rdir - *terraform.NodePlannableResource
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
module.https_c2.provider.google (close) - *terraform.graphNodeCloseProvider
module.https_rdir.provider.google (close) - *terraform.graphNodeCloseProvider
provider.random (close) - *terraform.graphNodeCloseProvider
provider.tls (close) - *terraform.graphNodeCloseProvider
provisioner.local-exec (close) - *terraform.graphNodeCloseProvisioner
provisioner.remote-exec (close) - *terraform.graphNodeCloseProvisioner
2019/05/06 16:38:37 [DEBUG] Starting graph walk: walkPlan
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_rdir.var.project"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_c2.output.ips"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_rdir.var.count"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_c2.var.install"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_c2.var.available_zones"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_c2.var.machine_type"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_rdir.var.machine_type"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "provisioner.local-exec (close)"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_c2.var.project"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_c2.var.zones"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_c2.google_compute_instance.https-c2"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "provider.tls"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_rdir.provider.google"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "output.https-c2-ips"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_rdir.tls_private_key.ssh"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_c2.tls_private_key.ssh"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_rdir.google_compute_instance.https-rdir"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_rdir.var.redirect_to"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_rdir.random_id.server"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "provisioner.remote-exec (close)"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "root"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "output.https-rdir-ips"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_c2.provider.google (close)"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "provider.random (close)"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_rdir.var.zones"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_c2.var.count"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_rdir.output.ips"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_c2.random_id.server"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "provider.random"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_rdir.var.available_zones"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "provider.tls (close)"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_rdir.provider.google (close)"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_c2.provider.google"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_rdir.output.ips" waiting on "module.https_rdir.google_compute_instance.https-rdir"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_rdir.google_compute_instance.https-rdir" waiting on "module.https_rdir.random_id.server"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_c2.google_compute_instance.https-c2" waiting on "module.https_c2.random_id.server"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_c2.provider.google" waiting on "module.https_c2.var.project"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "provider.tls (close)" waiting on "module.https_c2.tls_private_key.ssh"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "root" waiting on "provisioner.local-exec (close)"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "root" waiting on "provider.random (close)"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "root" waiting on "module.https_rdir.provider.google (close)"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_c2.google_compute_instance.https-c2" waiting on "module.https_c2.provider.google"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_rdir.google_compute_instance.https-rdir" waiting on "module.https_rdir.var.redirect_to"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_rdir.google_compute_instance.https-rdir" waiting on "module.https_rdir.var.zones"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_c2.tls_private_key.ssh" waiting on "module.https_c2.var.count"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_c2.google_compute_instance.https-c2" waiting on "module.https_c2.var.machine_type"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_c2.random_id.server" waiting on "provider.random"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_rdir.var.redirect_to" waiting on "module.https_c2.output.ips"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_rdir.random_id.server" waiting on "provider.random"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_c2.google_compute_instance.https-c2" waiting on "module.https_c2.var.install"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "root" waiting on "provisioner.remote-exec (close)"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "output.https-rdir-ips"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_rdir.tls_private_key.ssh" waiting on "provider.tls"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_c2.output.ips" waiting on "module.https_c2.google_compute_instance.https-c2"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_c2.provider.google (close)" waiting on "module.https_c2.google_compute_instance.https-c2"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_c2.google_compute_instance.https-c2" waiting on "module.https_c2.var.available_zones"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "output.https-c2-ips" waiting on "module.https_c2.output.ips"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_rdir.provider.google (close)" waiting on "module.https_rdir.google_compute_instance.https-rdir"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_rdir.google_compute_instance.https-rdir" waiting on "module.https_rdir.tls_private_key.ssh"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_c2.google_compute_instance.https-c2" waiting on "module.https_c2.tls_private_key.ssh"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_rdir.provider.google" waiting on "module.https_rdir.var.project"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "provisioner.remote-exec (close)" waiting on "module.https_rdir.google_compute_instance.https-rdir"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "provider.random (close)" waiting on "module.https_rdir.random_id.server"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "root" waiting on "module.https_c2.provider.google (close)"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "output.https-rdir-ips" waiting on "module.https_rdir.output.ips"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_c2.google_compute_instance.https-c2" waiting on "module.https_c2.var.zones"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_rdir.google_compute_instance.https-rdir" waiting on "module.https_rdir.var.machine_type"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "root" waiting on "provider.tls (close)"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_c2.tls_private_key.ssh" waiting on "provider.tls"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "provider.random (close)" waiting on "module.https_c2.random_id.server"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_c2.random_id.server" waiting on "module.https_c2.var.count"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "output.https-c2-ips"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_rdir.tls_private_key.ssh" waiting on "module.https_rdir.var.count"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_rdir.google_compute_instance.https-rdir" waiting on "module.https_rdir.provider.google"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_rdir.google_compute_instance.https-rdir" waiting on "module.https_rdir.var.available_zones"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "module.https_rdir.random_id.server" waiting on "module.https_rdir.var.count"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "provider.tls (close)" waiting on "module.https_rdir.tls_private_key.ssh"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "provisioner.local-exec (close)" waiting on "module.https_rdir.google_compute_instance.https-rdir"
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "provisioner.remote-exec (close)", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "module.https_c2.google_compute_instance.https-c2", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "module.https_rdir.provider.google (close)", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "module.https_c2.tls_private_key.ssh", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "module.https_rdir.tls_private_key.ssh", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "module.https_c2.output.ips", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "provider.random (close)", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "provisioner.local-exec (close)", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "module.https_c2.provider.google", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "provider.tls (close)", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "module.https_c2.provider.google (close)", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "output.https-rdir-ips", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "module.https_rdir.google_compute_instance.https-rdir", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "module.https_rdir.random_id.server", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "module.https_rdir.var.redirect_to", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "output.https-c2-ips", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "module.https_rdir.provider.google", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "module.https_rdir.output.ips", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "module.https_c2.random_id.server", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_rdir.var.zones"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.var.zones': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.var.zones': evaluating
2019/05/06 16:38:37 [TRACE] [walkPlan] Entering eval tree: module.https_rdir.var.zones
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] [walkPlan] Exiting eval tree: module.https_rdir.var.zones
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_c2.var.count"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.var.count': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.var.count': evaluating
2019/05/06 16:38:37 [TRACE] [walkPlan] Entering eval tree: module.https_c2.var.count
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root: eval: terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalOpFilter
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalVariableBlock
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalCoerceMapVariable
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalTypeCheckVariable
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalSetVariables
2019/05/06 16:38:37 [TRACE] [walkPlan] Exiting eval tree: module.https_c2.var.count
2019/05/06 16:38:37 [TRACE] dag/walk: walking "provider.random"
2019/05/06 16:38:37 [TRACE] vertex 'root.provider.random': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.provider.random': evaluating
2019/05/06 16:38:37 [TRACE] [walkPlan] Entering eval tree: provider.random
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalInitProvider
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_rdir.var.available_zones"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.var.available_zones': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.var.available_zones': evaluating
2019/05/06 16:38:37 [TRACE] [walkPlan] Entering eval tree: module.https_rdir.var.available_zones
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] [walkPlan] Exiting eval tree: module.https_rdir.var.available_zones
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_rdir.var.project"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.var.project': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.var.project': evaluating
2019/05/06 16:38:37 [TRACE] [walkPlan] Entering eval tree: module.https_rdir.var.project
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] [walkPlan] Exiting eval tree: module.https_rdir.var.project
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_rdir.var.count"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.var.count': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.var.count': evaluating
2019/05/06 16:38:37 [TRACE] [walkPlan] Entering eval tree: module.https_rdir.var.count
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root: eval: terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalOpFilter
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalVariableBlock
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalCoerceMapVariable
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalTypeCheckVariable
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalSetVariables
2019/05/06 16:38:37 [TRACE] [walkPlan] Exiting eval tree: module.https_rdir.var.count
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_c2.var.install"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.var.install': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.var.install': evaluating
2019/05/06 16:38:37 [TRACE] [walkPlan] Entering eval tree: module.https_c2.var.install
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] [walkPlan] Exiting eval tree: module.https_c2.var.install
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_c2.var.available_zones"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.var.available_zones': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.var.available_zones': evaluating
2019/05/06 16:38:37 [TRACE] [walkPlan] Entering eval tree: module.https_c2.var.available_zones
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] [walkPlan] Exiting eval tree: module.https_c2.var.available_zones
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_c2.var.project"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.var.project': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.var.project': evaluating
2019/05/06 16:38:37 [TRACE] [walkPlan] Entering eval tree: module.https_c2.var.project
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] [walkPlan] Exiting eval tree: module.https_c2.var.project
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_c2.provider.google"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.provider.google': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.provider.google': evaluating
2019/05/06 16:38:37 [TRACE] [walkPlan] Entering eval tree: module.https_c2.provider.google
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalInitProvider
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_c2.var.zones"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.var.zones': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.var.zones': evaluating
2019/05/06 16:38:37 [TRACE] [walkPlan] Entering eval tree: module.https_c2.var.zones
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] [walkPlan] Exiting eval tree: module.https_c2.var.zones
2019/05/06 16:38:37 [TRACE] dag/walk: walking "provider.tls"
2019/05/06 16:38:37 [TRACE] vertex 'root.provider.tls': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.provider.tls': evaluating
2019/05/06 16:38:37 [TRACE] [walkPlan] Entering eval tree: provider.tls
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalInitProvider
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_rdir.provider.google"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.provider.google': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.provider.google': evaluating
2019/05/06 16:38:37 [TRACE] [walkPlan] Entering eval tree: module.https_rdir.provider.google
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalInitProvider
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_c2.var.machine_type"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.var.machine_type': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.var.machine_type': evaluating
2019/05/06 16:38:37 [TRACE] [walkPlan] Entering eval tree: module.https_c2.var.machine_type
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] [walkPlan] Exiting eval tree: module.https_c2.var.machine_type
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_rdir.var.machine_type"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.var.machine_type': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.var.machine_type': evaluating
2019/05/06 16:38:37 [TRACE] [walkPlan] Entering eval tree: module.https_rdir.var.machine_type
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] [walkPlan] Exiting eval tree: module.https_rdir.var.machine_type
2019/05/06 16:38:37 [TRACE] root: eval: terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] root: eval: terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalOpFilter
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalGetProvider
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalOpFilter
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalConfigProvider
2019/05/06 16:38:37 [TRACE] [walkPlan] Exiting eval tree: provider.random
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_rdir.random_id.server"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.random_id.server': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.random_id.server': evaluating
2019/05/06 16:38:37 [TRACE] [walkPlan] Entering eval tree: module.https_rdir.random_id.server
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalCountCheckComputed
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalIf
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalCountFixZeroOneBoundary
2019/05/06 16:38:37 [TRACE] [walkPlan] Exiting eval tree: module.https_rdir.random_id.server
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.random_id.server': expanding/walking dynamic subgraph
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.ResourceCountTransformer:
module.https_rdir.random_id.server[0] - *terraform.NodePlannableResourceInstance
module.https_rdir.random_id.server[1] - *terraform.NodePlannableResourceInstance
2019/05/06 16:38:37 [TRACE] OrphanResourceCount: Starting...
2019/05/06 16:38:37 [TRACE] OrphanResourceCount: Checking: module.https_rdir.random_id.server[1]
2019/05/06 16:38:37 [TRACE] OrphanResourceCount: Checking: module.https_rdir.random_id.server[0]
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
module.https_rdir.random_id.server[0] - *terraform.NodePlannableResourceInstance
module.https_rdir.random_id.server[1] - *terraform.NodePlannableResourceInstance
2019/05/06 16:38:37 [DEBUG] Attaching resource state to "module.https_rdir.random_id.server[0]": &terraform.ResourceState{Type:"random_id", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc000530b40), Deposed:[]*terraform.InstanceState{}, Provider:"provider.random", mu:sync.Mutex{state:0, sema:0x0}}
2019/05/06 16:38:37 [DEBUG] Attaching resource state to "module.https_rdir.random_id.server[1]": &terraform.ResourceState{Type:"random_id", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc000530a50), Deposed:[]*terraform.InstanceState{}, Provider:"provider.random", mu:sync.Mutex{state:0, sema:0x0}}
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.AttachStateTransformer:
module.https_rdir.random_id.server[0] - *terraform.NodePlannableResourceInstance
module.https_rdir.random_id.server[1] - *terraform.NodePlannableResourceInstance
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.TargetsTransformer:
module.https_rdir.random_id.server[0] - *terraform.NodePlannableResourceInstance
module.https_rdir.random_id.server[1] - *terraform.NodePlannableResourceInstance
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_rdir.random_id.server[0]" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_rdir.random_id.server[1]" references: []
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.ReferenceTransformer:
module.https_rdir.random_id.server[0] - *terraform.NodePlannableResourceInstance
module.https_rdir.random_id.server[1] - *terraform.NodePlannableResourceInstance
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.RootTransformer:
module.https_rdir.random_id.server[0] - *terraform.NodePlannableResourceInstance
module.https_rdir.random_id.server[1] - *terraform.NodePlannableResourceInstance
root - terraform.graphNodeRoot
module.https_rdir.random_id.server[0] - *terraform.NodePlannableResourceInstance
module.https_rdir.random_id.server[1] - *terraform.NodePlannableResourceInstance
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_rdir.random_id.server[0]"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_rdir.random_id.server[1]"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "root"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "root" waiting on "module.https_rdir.random_id.server[0]"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "root" waiting on "module.https_rdir.random_id.server[1]"
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_rdir.random_id.server[0]"
2019/05/06 16:38:37 [TRACE] vertex 'root.https_rdir.module.https_rdir.random_id.server[0]': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.https_rdir.module.https_rdir.random_id.server[0]': evaluating
2019/05/06 16:38:37 [TRACE] [walkPlan] Entering eval tree: module.https_rdir.random_id.server[0]
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalGetProvider
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_c2.random_id.server"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.random_id.server': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.random_id.server': evaluating
2019/05/06 16:38:37 [TRACE] [walkPlan] Entering eval tree: module.https_c2.random_id.server
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalCountCheckComputed
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalIf
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalCountFixZeroOneBoundary
2019/05/06 16:38:37 [TRACE] [walkPlan] Exiting eval tree: module.https_c2.random_id.server
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.random_id.server': expanding/walking dynamic subgraph
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.ResourceCountTransformer:
module.https_c2.random_id.server[0] - *terraform.NodePlannableResourceInstance
module.https_c2.random_id.server[1] - *terraform.NodePlannableResourceInstance
2019/05/06 16:38:37 [TRACE] OrphanResourceCount: Starting...
2019/05/06 16:38:37 [TRACE] OrphanResourceCount: Checking: module.https_c2.random_id.server[0]
2019/05/06 16:38:37 [TRACE] OrphanResourceCount: Checking: module.https_c2.random_id.server[1]
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
module.https_c2.random_id.server[0] - *terraform.NodePlannableResourceInstance
module.https_c2.random_id.server[1] - *terraform.NodePlannableResourceInstance
2019/05/06 16:38:37 [DEBUG] Attaching resource state to "module.https_c2.random_id.server[1]": &terraform.ResourceState{Type:"random_id", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0005309b0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.random", mu:sync.Mutex{state:0, sema:0x0}}
2019/05/06 16:38:37 [DEBUG] Attaching resource state to "module.https_c2.random_id.server[0]": &terraform.ResourceState{Type:"random_id", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc000530960), Deposed:[]*terraform.InstanceState{}, Provider:"provider.random", mu:sync.Mutex{state:0, sema:0x0}}
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.AttachStateTransformer:
module.https_c2.random_id.server[0] - *terraform.NodePlannableResourceInstance
module.https_c2.random_id.server[1] - *terraform.NodePlannableResourceInstance
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.TargetsTransformer:
module.https_c2.random_id.server[0] - *terraform.NodePlannableResourceInstance
module.https_c2.random_id.server[1] - *terraform.NodePlannableResourceInstance
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_c2.random_id.server[0]" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_c2.random_id.server[1]" references: []
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.ReferenceTransformer:
module.https_c2.random_id.server[0] - *terraform.NodePlannableResourceInstance
module.https_c2.random_id.server[1] - *terraform.NodePlannableResourceInstance
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.RootTransformer:
module.https_c2.random_id.server[0] - *terraform.NodePlannableResourceInstance
module.https_c2.random_id.server[1] - *terraform.NodePlannableResourceInstance
root - terraform.graphNodeRoot
module.https_c2.random_id.server[0] - *terraform.NodePlannableResourceInstance
module.https_c2.random_id.server[1] - *terraform.NodePlannableResourceInstance
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_c2.random_id.server[0]"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_c2.random_id.server[1]"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "root"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "root" waiting on "module.https_c2.random_id.server[1]"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "root" waiting on "module.https_c2.random_id.server[0]"
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_c2.random_id.server[1]"
2019/05/06 16:38:37 [TRACE] vertex 'root.https_c2.module.https_c2.random_id.server[1]': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.https_c2.module.https_c2.random_id.server[1]': evaluating
2019/05/06 16:38:37 [TRACE] [walkPlan] Entering eval tree: module.https_c2.random_id.server[1]
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalGetProvider
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalOpFilter
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalGetProvider
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalValidateResource
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_rdir.random_id.server[1]"
2019/05/06 16:38:37 [TRACE] vertex 'root.https_rdir.module.https_rdir.random_id.server[1]': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.https_rdir.module.https_rdir.random_id.server[1]': evaluating
2019/05/06 16:38:37 [TRACE] [walkPlan] Entering eval tree: module.https_rdir.random_id.server[1]
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalGetProvider
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_c2.random_id.server[0]"
2019/05/06 16:38:37 [TRACE] vertex 'root.https_c2.module.https_c2.random_id.server[0]': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.https_c2.module.https_c2.random_id.server[0]': evaluating
2019/05/06 16:38:37 [TRACE] [walkPlan] Entering eval tree: module.https_c2.random_id.server[0]
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalGetProvider
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalValidateResource
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalInterpolateProvider
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalBuildProviderConfig
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalReadState
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalDiff
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalReadState
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalDiff
2019-05-06T16:38:37.518Z [DEBUG] plugin.terraform-provider-random_v2.1.2_x4: 2019/05/06 16:38:37 [DEBUG] Instance Diff is nil in Diff()
2019-05-06T16:38:37.518Z [DEBUG] plugin.terraform-provider-random_v2.1.2_x4: 2019/05/06 16:38:37 [DEBUG] Instance Diff is nil in Diff()
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalCheckPreventDestroy
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalWriteState
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalWriteDiff
2019/05/06 16:38:37 [TRACE] [walkPlan] Exiting eval tree: module.https_rdir.random_id.server[0]
2019/05/06 16:38:37 [TRACE] root: eval: terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] root: eval: terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalOpFilter
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalGetProvider
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalCheckPreventDestroy
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalWriteState
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalWriteDiff
2019/05/06 16:38:37 [TRACE] [walkPlan] Exiting eval tree: module.https_c2.random_id.server[1]
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalOpFilter
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalGetProvider
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalValidateResource
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalValidateResource
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalOpFilter
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalConfigProvider
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalInterpolateProvider
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalBuildProviderConfig
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalOpFilter
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalConfigProvider
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalOpFilter
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalConfigProvider
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalReadState
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalDiff
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalReadState
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalDiff
2019-05-06T16:38:37.527Z [DEBUG] plugin.terraform-provider-random_v2.1.2_x4: 2019/05/06 16:38:37 [DEBUG] Instance Diff is nil in Diff()
2019-05-06T16:38:37.527Z [DEBUG] plugin.terraform-provider-random_v2.1.2_x4: 2019/05/06 16:38:37 [DEBUG] Instance Diff is nil in Diff()
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalCheckPreventDestroy
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalWriteState
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalWriteDiff
2019/05/06 16:38:37 [TRACE] [walkPlan] Exiting eval tree: module.https_rdir.random_id.server[1]
2019/05/06 16:38:37 [TRACE] dag/walk: walking "root"
2019/05/06 16:38:37 [TRACE] vertex 'root.https_rdir.root': walking
2019/05/06 16:38:37 [TRACE] [walkPlan] Exiting eval tree: provider.tls
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_c2.tls_private_key.ssh"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.tls_private_key.ssh': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.tls_private_key.ssh': evaluating
2019/05/06 16:38:37 [TRACE] [walkPlan] Entering eval tree: module.https_c2.tls_private_key.ssh
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalCountCheckComputed
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalIf
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalCountFixZeroOneBoundary
2019/05/06 16:38:37 [TRACE] [walkPlan] Exiting eval tree: module.https_c2.tls_private_key.ssh
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.tls_private_key.ssh': expanding/walking dynamic subgraph
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.ResourceCountTransformer:
module.https_c2.tls_private_key.ssh[0] - *terraform.NodePlannableResourceInstance
module.https_c2.tls_private_key.ssh[1] - *terraform.NodePlannableResourceInstance
2019/05/06 16:38:37 [TRACE] OrphanResourceCount: Starting...
2019/05/06 16:38:37 [TRACE] OrphanResourceCount: Checking: module.https_c2.tls_private_key.ssh[0]
2019/05/06 16:38:37 [TRACE] OrphanResourceCount: Checking: module.https_c2.tls_private_key.ssh[1]
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
module.https_c2.tls_private_key.ssh[0] - *terraform.NodePlannableResourceInstance
module.https_c2.tls_private_key.ssh[1] - *terraform.NodePlannableResourceInstance
2019/05/06 16:38:37 [DEBUG] Attaching resource state to "module.https_c2.tls_private_key.ssh[0]": &terraform.ResourceState{Type:"tls_private_key", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0005308c0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.tls", mu:sync.Mutex{state:0, sema:0x0}}
2019/05/06 16:38:37 [DEBUG] Attaching resource state to "module.https_c2.tls_private_key.ssh[1]": &terraform.ResourceState{Type:"tls_private_key", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc000530910), Deposed:[]*terraform.InstanceState{}, Provider:"provider.tls", mu:sync.Mutex{state:0, sema:0x0}}
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.AttachStateTransformer:
module.https_c2.tls_private_key.ssh[0] - *terraform.NodePlannableResourceInstance
module.https_c2.tls_private_key.ssh[1] - *terraform.NodePlannableResourceInstance
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.TargetsTransformer:
module.https_c2.tls_private_key.ssh[0] - *terraform.NodePlannableResourceInstance
module.https_c2.tls_private_key.ssh[1] - *terraform.NodePlannableResourceInstance
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_c2.tls_private_key.ssh[0]" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_c2.tls_private_key.ssh[1]" references: []
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.ReferenceTransformer:
module.https_c2.tls_private_key.ssh[0] - *terraform.NodePlannableResourceInstance
module.https_c2.tls_private_key.ssh[1] - *terraform.NodePlannableResourceInstance
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.RootTransformer:
module.https_c2.tls_private_key.ssh[0] - *terraform.NodePlannableResourceInstance
module.https_c2.tls_private_key.ssh[1] - *terraform.NodePlannableResourceInstance
root - terraform.graphNodeRoot
module.https_c2.tls_private_key.ssh[0] - *terraform.NodePlannableResourceInstance
module.https_c2.tls_private_key.ssh[1] - *terraform.NodePlannableResourceInstance
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_c2.tls_private_key.ssh[0]"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_c2.tls_private_key.ssh[1]"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "root"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "root" waiting on "module.https_c2.tls_private_key.ssh[0]"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "root" waiting on "module.https_c2.tls_private_key.ssh[1]"
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2019-05-06T16:38:37.531Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Authenticating using configured Google JSON 'credentials'...
2019-05-06T16:38:37.532Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] -- Scopes: [https://www.googleapis.com/auth/compute https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/ndev.clouddns.readwrite https://www.googleapis.com/auth/devstorage.full_control]
2019-05-06T16:38:37.532Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating GCE client...
2019-05-06T16:38:37.532Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating GCE Beta client...
2019-05-06T16:38:37.532Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating GKE client...
2019-05-06T16:38:37.532Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating GKE Beta client...
2019-05-06T16:38:37.532Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud DNS client...
2019-05-06T16:38:37.532Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud DNS Beta client...
2019-05-06T16:38:37.532Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud KMS Client...
2019-05-06T16:38:37.532Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Stackdriver Logging client...
2019-05-06T16:38:37.532Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Storage Client...
2019-05-06T16:38:37.532Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google SqlAdmin Client...
2019-05-06T16:38:37.532Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Pubsub Client...
2019-05-06T16:38:37.532Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Dataflow Client...
2019-05-06T16:38:37.532Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud ResourceManager Client...
2019-05-06T16:38:37.532Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud ResourceManager V Client...
2019-05-06T16:38:37.532Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud Runtimeconfig Client...
2019-05-06T16:38:37.532Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud IAM Client...
2019-05-06T16:38:37.532Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud IAMCredentials Client...
2019-05-06T16:38:37.532Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud Service Management Client...
2019-05-06T16:38:37.532Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud Service Usage Client...
2019-05-06T16:38:37.532Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud Billing Client...
2019-05-06T16:38:37.532Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud Build Client...
2019-05-06T16:38:37.532Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud BigQuery Client...
2019-05-06T16:38:37.532Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud CloudFunctions Client...
2019-05-06T16:38:37.532Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud Source Repo Client...
2019-05-06T16:38:37.532Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud Spanner Client...
2019-05-06T16:38:37.532Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud Dataproc Client...
2019-05-06T16:38:37.532Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud IoT Core Client...
2019-05-06T16:38:37.532Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating App Engine Client...
2019-05-06T16:38:37.532Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Cloud Composer Client...
2019-05-06T16:38:37.532Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud Storage Transfer Client...
2019-05-06T16:38:37.532Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Authenticating using configured Google JSON 'credentials'...
2019-05-06T16:38:37.532Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] -- Scopes: [https://www.googleapis.com/auth/compute https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/ndev.clouddns.readwrite https://www.googleapis.com/auth/devstorage.full_control]
2019-05-06T16:38:37.532Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating GCE client...
2019-05-06T16:38:37.532Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating GCE Beta client...
2019-05-06T16:38:37.532Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating GKE client...
2019-05-06T16:38:37.532Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating GKE Beta client...
2019-05-06T16:38:37.532Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud DNS client...
2019-05-06T16:38:37.532Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud DNS Beta client...
2019-05-06T16:38:37.532Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud KMS Client...
2019-05-06T16:38:37.533Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Stackdriver Logging client...
2019-05-06T16:38:37.533Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Storage Client...
2019-05-06T16:38:37.533Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google SqlAdmin Client...
2019-05-06T16:38:37.533Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Pubsub Client...
2019-05-06T16:38:37.533Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Dataflow Client...
2019-05-06T16:38:37.533Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud ResourceManager Client...
2019-05-06T16:38:37.533Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud ResourceManager V Client...
2019-05-06T16:38:37.533Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud Runtimeconfig Client...
2019-05-06T16:38:37.533Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud IAM Client...
2019-05-06T16:38:37.533Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud IAMCredentials Client...
2019-05-06T16:38:37.533Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud Service Management Client...
2019-05-06T16:38:37.533Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud Service Usage Client...
2019-05-06T16:38:37.533Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud Billing Client...
2019-05-06T16:38:37.533Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud Build Client...
2019-05-06T16:38:37.533Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud BigQuery Client...
2019-05-06T16:38:37.533Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud CloudFunctions Client...
2019-05-06T16:38:37.533Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud Source Repo Client...
2019-05-06T16:38:37.533Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud Spanner Client...
2019-05-06T16:38:37.533Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud Dataproc Client...
2019-05-06T16:38:37.533Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud IoT Core Client...
2019-05-06T16:38:37.533Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating App Engine Client...
2019-05-06T16:38:37.533Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Cloud Composer Client...
2019-05-06T16:38:37.533Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:37 [INFO] Instantiating Google Cloud Storage Transfer Client...
2019/05/06 16:38:37 [TRACE] [walkPlan] Exiting eval tree: module.https_c2.provider.google
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalCheckPreventDestroy
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalWriteState
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalWriteDiff
2019/05/06 16:38:37 [TRACE] [walkPlan] Exiting eval tree: module.https_c2.random_id.server[0]
2019/05/06 16:38:37 [TRACE] dag/walk: walking "root"
2019/05/06 16:38:37 [TRACE] vertex 'root.https_c2.root': walking
2019/05/06 16:38:37 [TRACE] dag/walk: walking "provider.random (close)"
2019/05/06 16:38:37 [TRACE] vertex 'root.provider.random (close)': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.provider.random (close)': evaluating
2019/05/06 16:38:37 [TRACE] [walkPlan] Entering eval tree: provider.random (close)
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalCloseProvider
2019/05/06 16:38:37 [TRACE] [walkPlan] Exiting eval tree: provider.random (close)
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_rdir.tls_private_key.ssh"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.tls_private_key.ssh': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.tls_private_key.ssh': evaluating
2019/05/06 16:38:37 [TRACE] [walkPlan] Entering eval tree: module.https_rdir.tls_private_key.ssh
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalCountCheckComputed
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalIf
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalCountFixZeroOneBoundary
2019/05/06 16:38:37 [TRACE] [walkPlan] Exiting eval tree: module.https_rdir.tls_private_key.ssh
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.tls_private_key.ssh': expanding/walking dynamic subgraph
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.ResourceCountTransformer:
module.https_rdir.tls_private_key.ssh[0] - *terraform.NodePlannableResourceInstance
module.https_rdir.tls_private_key.ssh[1] - *terraform.NodePlannableResourceInstance
2019/05/06 16:38:37 [TRACE] OrphanResourceCount: Starting...
2019/05/06 16:38:37 [TRACE] OrphanResourceCount: Checking: module.https_rdir.tls_private_key.ssh[0]
2019/05/06 16:38:37 [TRACE] OrphanResourceCount: Checking: module.https_rdir.tls_private_key.ssh[1]
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
module.https_rdir.tls_private_key.ssh[0] - *terraform.NodePlannableResourceInstance
module.https_rdir.tls_private_key.ssh[1] - *terraform.NodePlannableResourceInstance
2019/05/06 16:38:37 [DEBUG] Attaching resource state to "module.https_rdir.tls_private_key.ssh[0]": &terraform.ResourceState{Type:"tls_private_key", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc000530aa0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.tls", mu:sync.Mutex{state:0, sema:0x0}}
2019/05/06 16:38:37 [DEBUG] Attaching resource state to "module.https_rdir.tls_private_key.ssh[1]": &terraform.ResourceState{Type:"tls_private_key", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc000530af0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.tls", mu:sync.Mutex{state:0, sema:0x0}}
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.AttachStateTransformer:
module.https_rdir.tls_private_key.ssh[0] - *terraform.NodePlannableResourceInstance
module.https_rdir.tls_private_key.ssh[1] - *terraform.NodePlannableResourceInstance
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.TargetsTransformer:
module.https_rdir.tls_private_key.ssh[0] - *terraform.NodePlannableResourceInstance
module.https_rdir.tls_private_key.ssh[1] - *terraform.NodePlannableResourceInstance
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_rdir.tls_private_key.ssh[0]" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_rdir.tls_private_key.ssh[1]" references: []
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.ReferenceTransformer:
module.https_rdir.tls_private_key.ssh[0] - *terraform.NodePlannableResourceInstance
module.https_rdir.tls_private_key.ssh[1] - *terraform.NodePlannableResourceInstance
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.RootTransformer:
module.https_rdir.tls_private_key.ssh[0] - *terraform.NodePlannableResourceInstance
module.https_rdir.tls_private_key.ssh[1] - *terraform.NodePlannableResourceInstance
root - terraform.graphNodeRoot
module.https_rdir.tls_private_key.ssh[0] - *terraform.NodePlannableResourceInstance
module.https_rdir.tls_private_key.ssh[1] - *terraform.NodePlannableResourceInstance
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_rdir.tls_private_key.ssh[0]"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_rdir.tls_private_key.ssh[1]"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "root"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "root" waiting on "module.https_rdir.tls_private_key.ssh[1]"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "root" waiting on "module.https_rdir.tls_private_key.ssh[0]"
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_c2.tls_private_key.ssh[1]"
2019/05/06 16:38:37 [TRACE] vertex 'root.https_c2.module.https_c2.tls_private_key.ssh[1]': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.https_c2.module.https_c2.tls_private_key.ssh[1]': evaluating
2019/05/06 16:38:37 [TRACE] [walkPlan] Entering eval tree: module.https_c2.tls_private_key.ssh[1]
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalGetProvider
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalValidateResource
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_c2.tls_private_key.ssh[0]"
2019/05/06 16:38:37 [TRACE] vertex 'root.https_c2.module.https_c2.tls_private_key.ssh[0]': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.https_c2.module.https_c2.tls_private_key.ssh[0]': evaluating
2019/05/06 16:38:37 [TRACE] [walkPlan] Entering eval tree: module.https_c2.tls_private_key.ssh[0]
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalGetProvider
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalValidateResource
2019/05/06 16:38:37 [TRACE] [walkPlan] Exiting eval tree: module.https_rdir.provider.google
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_rdir.tls_private_key.ssh[0]"
2019/05/06 16:38:37 [TRACE] vertex 'root.https_rdir.module.https_rdir.tls_private_key.ssh[0]': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.https_rdir.module.https_rdir.tls_private_key.ssh[0]': evaluating
2019/05/06 16:38:37 [TRACE] [walkPlan] Entering eval tree: module.https_rdir.tls_private_key.ssh[0]
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalGetProvider
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalValidateResource
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_rdir.tls_private_key.ssh[1]"
2019/05/06 16:38:37 [TRACE] vertex 'root.https_rdir.module.https_rdir.tls_private_key.ssh[1]': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.https_rdir.module.https_rdir.tls_private_key.ssh[1]': evaluating
2019/05/06 16:38:37 [TRACE] [walkPlan] Entering eval tree: module.https_rdir.tls_private_key.ssh[1]
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalGetProvider
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalValidateResource
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalReadState
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalDiff
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalReadState
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalDiff
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalReadState
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalDiff
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalReadState
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalDiff
2019-05-06T16:38:37.541Z [DEBUG] plugin.terraform-provider-tls_v2.0.1_x4: 2019/05/06 16:38:37 [DEBUG] Instance Diff is nil in Diff()
2019-05-06T16:38:37.541Z [DEBUG] plugin.terraform-provider-tls_v2.0.1_x4: 2019/05/06 16:38:37 [DEBUG] Instance Diff is nil in Diff()
2019-05-06T16:38:37.541Z [DEBUG] plugin.terraform-provider-tls_v2.0.1_x4: 2019/05/06 16:38:37 [DEBUG] Instance Diff is nil in Diff()
2019-05-06T16:38:37.541Z [DEBUG] plugin.terraform-provider-tls_v2.0.1_x4: 2019/05/06 16:38:37 [DEBUG] Instance Diff is nil in Diff()
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalCheckPreventDestroy
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalWriteState
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalWriteDiff
2019/05/06 16:38:37 [TRACE] [walkPlan] Exiting eval tree: module.https_rdir.tls_private_key.ssh[0]
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalCheckPreventDestroy
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalWriteState
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalWriteDiff
2019/05/06 16:38:37 [TRACE] [walkPlan] Exiting eval tree: module.https_rdir.tls_private_key.ssh[1]
2019/05/06 16:38:37 [TRACE] dag/walk: walking "root"
2019/05/06 16:38:37 [TRACE] vertex 'root.https_rdir.root': walking
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalCheckPreventDestroy
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalWriteState
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalWriteDiff
2019/05/06 16:38:37 [TRACE] [walkPlan] Exiting eval tree: module.https_c2.tls_private_key.ssh[1]
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalCheckPreventDestroy
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalWriteState
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalWriteDiff
2019/05/06 16:38:37 [TRACE] [walkPlan] Exiting eval tree: module.https_c2.tls_private_key.ssh[0]
2019/05/06 16:38:37 [TRACE] dag/walk: walking "root"
2019/05/06 16:38:37 [TRACE] vertex 'root.https_c2.root': walking
2019/05/06 16:38:37 [TRACE] dag/walk: walking "provider.tls (close)"
2019/05/06 16:38:37 [TRACE] vertex 'root.provider.tls (close)': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.provider.tls (close)': evaluating
2019/05/06 16:38:37 [TRACE] [walkPlan] Entering eval tree: provider.tls (close)
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalCloseProvider
2019/05/06 16:38:37 [TRACE] [walkPlan] Exiting eval tree: provider.tls (close)
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_c2.google_compute_instance.https-c2"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.google_compute_instance.https-c2': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.google_compute_instance.https-c2': evaluating
2019/05/06 16:38:37 [TRACE] [walkPlan] Entering eval tree: module.https_c2.google_compute_instance.https-c2
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalCountCheckComputed
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalIf
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalCountFixZeroOneBoundary
2019/05/06 16:38:37 [TRACE] [walkPlan] Exiting eval tree: module.https_c2.google_compute_instance.https-c2
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.google_compute_instance.https-c2': expanding/walking dynamic subgraph
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.ResourceCountTransformer:
module.https_c2.google_compute_instance.https-c2[0] - *terraform.NodePlannableResourceInstance
module.https_c2.google_compute_instance.https-c2[1] - *terraform.NodePlannableResourceInstance
2019/05/06 16:38:37 [TRACE] OrphanResourceCount: Starting...
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
module.https_c2.google_compute_instance.https-c2[0] - *terraform.NodePlannableResourceInstance
module.https_c2.google_compute_instance.https-c2[1] - *terraform.NodePlannableResourceInstance
2019/05/06 16:38:37 [DEBUG] Resource state not found for "module.https_c2.google_compute_instance.https-c2[0]": module.https_c2.google_compute_instance.https-c2[0]
2019/05/06 16:38:37 [DEBUG] Resource state not found for "module.https_c2.google_compute_instance.https-c2[1]": module.https_c2.google_compute_instance.https-c2[1]
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.AttachStateTransformer:
module.https_c2.google_compute_instance.https-c2[0] - *terraform.NodePlannableResourceInstance
module.https_c2.google_compute_instance.https-c2[1] - *terraform.NodePlannableResourceInstance
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.TargetsTransformer:
module.https_c2.google_compute_instance.https-c2[0] - *terraform.NodePlannableResourceInstance
module.https_c2.google_compute_instance.https-c2[1] - *terraform.NodePlannableResourceInstance
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_c2.google_compute_instance.https-c2[0]" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_c2.google_compute_instance.https-c2[1]" references: []
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.ReferenceTransformer:
module.https_c2.google_compute_instance.https-c2[0] - *terraform.NodePlannableResourceInstance
module.https_c2.google_compute_instance.https-c2[1] - *terraform.NodePlannableResourceInstance
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.RootTransformer:
module.https_c2.google_compute_instance.https-c2[0] - *terraform.NodePlannableResourceInstance
module.https_c2.google_compute_instance.https-c2[1] - *terraform.NodePlannableResourceInstance
root - terraform.graphNodeRoot
module.https_c2.google_compute_instance.https-c2[0] - *terraform.NodePlannableResourceInstance
module.https_c2.google_compute_instance.https-c2[1] - *terraform.NodePlannableResourceInstance
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_c2.google_compute_instance.https-c2[0]"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_c2.google_compute_instance.https-c2[1]"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "root"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "root" waiting on "module.https_c2.google_compute_instance.https-c2[1]"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "root" waiting on "module.https_c2.google_compute_instance.https-c2[0]"
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_c2.google_compute_instance.https-c2[0]"
2019/05/06 16:38:37 [TRACE] vertex 'root.https_c2.module.https_c2.google_compute_instance.https-c2[0]': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.https_c2.module.https_c2.google_compute_instance.https-c2[0]': evaluating
2019/05/06 16:38:37 [TRACE] [walkPlan] Entering eval tree: module.https_c2.google_compute_instance.https-c2[0]
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalGetProvider
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalValidateResource
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_c2.google_compute_instance.https-c2[1]"
2019/05/06 16:38:37 [TRACE] vertex 'root.https_c2.module.https_c2.google_compute_instance.https-c2[1]': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.https_c2.module.https_c2.google_compute_instance.https-c2[1]': evaluating
2019/05/06 16:38:37 [TRACE] [walkPlan] Entering eval tree: module.https_c2.google_compute_instance.https-c2[1]
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalGetProvider
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalValidateResource
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalReadState
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalDiff
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalReadState
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalDiff
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalCheckPreventDestroy
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalWriteState
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalWriteDiff
2019/05/06 16:38:37 [TRACE] [walkPlan] Exiting eval tree: module.https_c2.google_compute_instance.https-c2[1]
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalCheckPreventDestroy
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalWriteState
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalWriteDiff
2019/05/06 16:38:37 [TRACE] [walkPlan] Exiting eval tree: module.https_c2.google_compute_instance.https-c2[0]
2019/05/06 16:38:37 [TRACE] dag/walk: walking "root"
2019/05/06 16:38:37 [TRACE] vertex 'root.https_c2.root': walking
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_c2.output.ips"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.output.ips': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.output.ips': evaluating
2019/05/06 16:38:37 [TRACE] [walkPlan] Entering eval tree: module.https_c2.output.ips
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalOpFilter
2019/05/06 16:38:37 [TRACE] root.https_c2: eval: *terraform.EvalWriteOutput
2019/05/06 16:38:37 [TRACE] [walkPlan] Exiting eval tree: module.https_c2.output.ips
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_rdir.var.redirect_to"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.var.redirect_to': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.var.redirect_to': evaluating
2019/05/06 16:38:37 [TRACE] [walkPlan] Entering eval tree: module.https_rdir.var.redirect_to
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root: eval: terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalOpFilter
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalVariableBlock
2019/05/06 16:38:37 [DEBUG] Setting Unknown Variable Value for computed key: redirect_to
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalCoerceMapVariable
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalTypeCheckVariable
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalSetVariables
2019/05/06 16:38:37 [TRACE] [walkPlan] Exiting eval tree: module.https_rdir.var.redirect_to
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_rdir.google_compute_instance.https-rdir"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.google_compute_instance.https-rdir': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.google_compute_instance.https-rdir': evaluating
2019/05/06 16:38:37 [TRACE] [walkPlan] Entering eval tree: module.https_rdir.google_compute_instance.https-rdir
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalCountCheckComputed
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalIf
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalCountFixZeroOneBoundary
2019/05/06 16:38:37 [TRACE] [walkPlan] Exiting eval tree: module.https_rdir.google_compute_instance.https-rdir
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.google_compute_instance.https-rdir': expanding/walking dynamic subgraph
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.ResourceCountTransformer:
module.https_rdir.google_compute_instance.https-rdir[0] - *terraform.NodePlannableResourceInstance
module.https_rdir.google_compute_instance.https-rdir[1] - *terraform.NodePlannableResourceInstance
2019/05/06 16:38:37 [TRACE] OrphanResourceCount: Starting...
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
module.https_rdir.google_compute_instance.https-rdir[0] - *terraform.NodePlannableResourceInstance
module.https_rdir.google_compute_instance.https-rdir[1] - *terraform.NodePlannableResourceInstance
2019/05/06 16:38:37 [DEBUG] Resource state not found for "module.https_rdir.google_compute_instance.https-rdir[0]": module.https_rdir.google_compute_instance.https-rdir[0]
2019/05/06 16:38:37 [DEBUG] Resource state not found for "module.https_rdir.google_compute_instance.https-rdir[1]": module.https_rdir.google_compute_instance.https-rdir[1]
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.AttachStateTransformer:
module.https_rdir.google_compute_instance.https-rdir[0] - *terraform.NodePlannableResourceInstance
module.https_rdir.google_compute_instance.https-rdir[1] - *terraform.NodePlannableResourceInstance
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.TargetsTransformer:
module.https_rdir.google_compute_instance.https-rdir[0] - *terraform.NodePlannableResourceInstance
module.https_rdir.google_compute_instance.https-rdir[1] - *terraform.NodePlannableResourceInstance
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_rdir.google_compute_instance.https-rdir[0]" references: []
2019/05/06 16:38:37 [DEBUG] ReferenceTransformer: "module.https_rdir.google_compute_instance.https-rdir[1]" references: []
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.ReferenceTransformer:
module.https_rdir.google_compute_instance.https-rdir[0] - *terraform.NodePlannableResourceInstance
module.https_rdir.google_compute_instance.https-rdir[1] - *terraform.NodePlannableResourceInstance
2019/05/06 16:38:37 [TRACE] Graph after step *terraform.RootTransformer:
module.https_rdir.google_compute_instance.https-rdir[0] - *terraform.NodePlannableResourceInstance
module.https_rdir.google_compute_instance.https-rdir[1] - *terraform.NodePlannableResourceInstance
root - terraform.graphNodeRoot
module.https_rdir.google_compute_instance.https-rdir[0] - *terraform.NodePlannableResourceInstance
module.https_rdir.google_compute_instance.https-rdir[1] - *terraform.NodePlannableResourceInstance
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_rdir.google_compute_instance.https-rdir[1]"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "root"
2019/05/06 16:38:37 [TRACE] dag/walk: added new vertex: "module.https_rdir.google_compute_instance.https-rdir[0]"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "root" waiting on "module.https_rdir.google_compute_instance.https-rdir[0]"
2019/05/06 16:38:37 [TRACE] dag/walk: added edge: "root" waiting on "module.https_rdir.google_compute_instance.https-rdir[1]"
2019/05/06 16:38:37 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_c2.provider.google (close)"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.provider.google (close)': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_c2.provider.google (close)': evaluating
2019/05/06 16:38:37 [TRACE] [walkPlan] Entering eval tree: module.https_c2.provider.google (close)
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalCloseProvider
2019/05/06 16:38:37 [TRACE] [walkPlan] Exiting eval tree: module.https_c2.provider.google (close)
2019/05/06 16:38:37 [TRACE] dag/walk: walking "output.https-c2-ips"
2019/05/06 16:38:37 [TRACE] vertex 'root.output.https-c2-ips': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.output.https-c2-ips': evaluating
2019/05/06 16:38:37 [TRACE] [walkPlan] Entering eval tree: output.https-c2-ips
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root: eval: terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalOpFilter
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalWriteOutput
2019/05/06 16:38:37 [TRACE] [walkPlan] Exiting eval tree: output.https-c2-ips
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_rdir.google_compute_instance.https-rdir[0]"
2019/05/06 16:38:37 [TRACE] vertex 'root.https_rdir.module.https_rdir.google_compute_instance.https-rdir[0]': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.https_rdir.module.https_rdir.google_compute_instance.https-rdir[0]': evaluating
2019/05/06 16:38:37 [TRACE] [walkPlan] Entering eval tree: module.https_rdir.google_compute_instance.https-rdir[0]
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalGetProvider
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalValidateResource
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_rdir.google_compute_instance.https-rdir[1]"
2019/05/06 16:38:37 [TRACE] vertex 'root.https_rdir.module.https_rdir.google_compute_instance.https-rdir[1]': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.https_rdir.module.https_rdir.google_compute_instance.https-rdir[1]': evaluating
2019/05/06 16:38:37 [TRACE] [walkPlan] Entering eval tree: module.https_rdir.google_compute_instance.https-rdir[1]
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalInterpolate
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalGetProvider
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalValidateResource
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalReadState
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalDiff
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalReadState
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalDiff
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalCheckPreventDestroy
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalWriteState
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalWriteDiff
2019/05/06 16:38:37 [TRACE] [walkPlan] Exiting eval tree: module.https_rdir.google_compute_instance.https-rdir[1]
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalCheckPreventDestroy
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalWriteState
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalWriteDiff
2019/05/06 16:38:37 [TRACE] [walkPlan] Exiting eval tree: module.https_rdir.google_compute_instance.https-rdir[0]
2019/05/06 16:38:37 [TRACE] dag/walk: walking "root"
2019/05/06 16:38:37 [TRACE] vertex 'root.https_rdir.root': walking
2019/05/06 16:38:37 [TRACE] dag/walk: walking "provisioner.remote-exec (close)"
2019/05/06 16:38:37 [TRACE] vertex 'root.provisioner.remote-exec (close)': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.provisioner.remote-exec (close)': evaluating
2019/05/06 16:38:37 [TRACE] [walkPlan] Entering eval tree: provisioner.remote-exec (close)
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalCloseProvisioner
2019/05/06 16:38:37 [TRACE] [walkPlan] Exiting eval tree: provisioner.remote-exec (close)
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_rdir.output.ips"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.output.ips': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.output.ips': evaluating
2019/05/06 16:38:37 [TRACE] [walkPlan] Entering eval tree: module.https_rdir.output.ips
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalOpFilter
2019/05/06 16:38:37 [TRACE] root.https_rdir: eval: *terraform.EvalWriteOutput
2019/05/06 16:38:37 [TRACE] [walkPlan] Exiting eval tree: module.https_rdir.output.ips
2019/05/06 16:38:37 [TRACE] dag/walk: walking "output.https-rdir-ips"
2019/05/06 16:38:37 [TRACE] vertex 'root.output.https-rdir-ips': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.output.https-rdir-ips': evaluating
2019/05/06 16:38:37 [TRACE] [walkPlan] Entering eval tree: output.https-rdir-ips
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalSequence
2019/05/06 16:38:37 [TRACE] root: eval: terraform.EvalNoop
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalOpFilter
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalWriteOutput
2019/05/06 16:38:37 [TRACE] [walkPlan] Exiting eval tree: output.https-rdir-ips
2019/05/06 16:38:37 [TRACE] dag/walk: walking "meta.count-boundary (count boundary fixup)"
2019/05/06 16:38:37 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': evaluating
2019/05/06 16:38:37 [TRACE] [walkPlan] Entering eval tree: meta.count-boundary (count boundary fixup)
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal
2019/05/06 16:38:37 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 2, search "tls_private_key.ssh", replace "tls_private_key.ssh.0"
2019/05/06 16:38:37 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 2, search "random_id.server", replace "random_id.server.0"
2019/05/06 16:38:37 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 2, search "random_id.server", replace "random_id.server.0"
2019/05/06 16:38:37 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 2, search "tls_private_key.ssh", replace "tls_private_key.ssh.0"
2019/05/06 16:38:37 [TRACE] [walkPlan] Exiting eval tree: meta.count-boundary (count boundary fixup)
2019/05/06 16:38:37 [TRACE] dag/walk: walking "provisioner.local-exec (close)"
2019/05/06 16:38:37 [TRACE] vertex 'root.provisioner.local-exec (close)': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.provisioner.local-exec (close)': evaluating
2019/05/06 16:38:37 [TRACE] [walkPlan] Entering eval tree: provisioner.local-exec (close)
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalCloseProvisioner
2019/05/06 16:38:37 [TRACE] [walkPlan] Exiting eval tree: provisioner.local-exec (close)
2019/05/06 16:38:37 [TRACE] dag/walk: walking "module.https_rdir.provider.google (close)"
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.provider.google (close)': walking
2019/05/06 16:38:37 [TRACE] vertex 'root.module.https_rdir.provider.google (close)': evaluating
2019/05/06 16:38:37 [TRACE] [walkPlan] Entering eval tree: module.https_rdir.provider.google (close)
2019/05/06 16:38:37 [TRACE] root: eval: *terraform.EvalCloseProvider
2019/05/06 16:38:37 [TRACE] [walkPlan] Exiting eval tree: module.https_rdir.provider.google (close)
2019/05/06 16:38:37 [TRACE] dag/walk: walking "root"
2019/05/06 16:38:37 [TRACE] vertex 'root.root': walking
2019/05/06 16:38:37 [DEBUG] command: asking for input: "Do you want to perform these actions?"
2019/05/06 16:38:40 [INFO] terraform: building graph: GraphTypeApply
2019/05/06 16:38:40 [TRACE] DiffTransformer: starting
2019/05/06 16:38:40 [TRACE] DiffTransformer: Module:
2019/05/06 16:38:40 [TRACE] DiffTransformer: Module: CREATE: google_compute_instance.https-rdir.0
boot_disk.#: "" => "1" (forces new resource)
boot_disk.0.auto_delete: "" => "true" (forces new resource)
boot_disk.0.device_name: "" => "<computed>" (forces new resource)
boot_disk.0.disk_encryption_key_sha256: "" => "<computed>"
boot_disk.0.initialize_params.#: "" => "1" (forces new resource)
boot_disk.0.initialize_params.0.image: "" => "debian-cloud/debian-9" (forces new resource)
boot_disk.0.initialize_params.0.size: "" => "<computed>" (forces new resource)
boot_disk.0.initialize_params.0.type: "" => "<computed>" (forces new resource)
can_ip_forward: "" => "true" (forces new resource)
cpu_platform: "" => "<computed>"
deletion_protection: "" => "false"
guest_accelerator.#: "" => "<computed>" (forces new resource)
instance_id: "" => "<computed>"
label_fingerprint: "" => "<computed>"
machine_type: "" => "f1-micro"
metadata.%: "" => "1"
metadata.sshKeys: "" => "root:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDn02XDU/HLHsZXTEcjKqeZFkGWrDfq/FJ8pmSCwbIx30lJZeKRVLTvwtxT3fmpnviNzy8455cQ7hzfEYX+noEKlpUXwlUb9NtwSPSs1m79h3dxEOibOKucF/I9ULkBwYkgL0xsfQjJEJZnReBKWobfDxt8fivboZ/OSHLb7JpfYtVov72bAxYcAbrue/G1GYWohmxfGpVUdlTXgVbyQmnci6OkfKzccvXiLR8ow9FSisOlVFD1EgtpOJ0UXlkmDC3TnUlAXqje5uo5BVCQ1t2mRVrOVpp8A5IaHcWzmkPlNRAJdvMam5tzA35RzbdGFbZscw+je9aBLL8npJi68D8fG3qcQ0zWsTgfOg+JK2pIYU9/uPb8IessgiOJF2qO6GMQ7Km9gpHcu7Sq//BRxCaMwWdKvZqMnmg4vzapJieAqLa5CxTSMPbcbtnzKuRpMV5V6OGE9M89Nh/J6/id9f0WP9wTON2FHUlQZbvuto5KE4tKSv+bfW5yezk0kRHSsvnJmT8etY8Hxdet8R06zIq1c5E3bR4G1Te4ARYt1NKqCQjrCwtRkJYCjGgaUJSFJbeP0K8vKkYtwUKio5NwytXtOZ0GaQkFlbJRyKFt3Qg4S45BD46UzY3QhQN5TYbA2Z3ySu5WpS/Wl4/UAOyuaSNH1dFDQj2yHHShx+eI2KW5xQ==\n"
metadata_fingerprint: "" => "<computed>"
metadata_startup_script: "" => " sed 's/PermitRootLogin no/PermitRootLogin yes/' /etc/ssh/sshd_config > temp.txt\n mv -f temp.txt /etc/ssh/sshd_config\n service ssh restart\n " (forces new resource)
name: "" => "https-rdir-ec04c4b4" (forces new resource)
network_interface.#: "" => "1" (forces new resource)
network_interface.0.access_config.#: "" => "1"
network_interface.0.access_config.0.assigned_nat_ip: "" => "<computed>"
network_interface.0.access_config.0.nat_ip: "" => "<computed>"
network_interface.0.access_config.0.network_tier: "" => "<computed>"
network_interface.0.address: "" => "<computed>" (forces new resource)
network_interface.0.name: "" => "<computed>"
network_interface.0.network: "" => "default" (forces new resource)
network_interface.0.network_ip: "" => "<computed>" (forces new resource)
network_interface.0.subnetwork_project: "" => "<computed>" (forces new resource)
project: "" => "<computed>" (forces new resource)
scheduling.#: "" => "<computed>"
self_link: "" => "<computed>"
service_account.#: "" => "1"
service_account.0.email: "" => "<computed>"
service_account.0.scopes.#: "" => "1"
service_account.0.scopes.299962681: "" => "https://www.googleapis.com/auth/compute"
tags.#: "" => "1"
tags.298501927: "" => "cobalt-redirectors"
tags_fingerprint: "" => "<computed>"
zone: "" => "us-east4-a" (forces new resource)
CREATE: google_compute_instance.https-rdir.1
boot_disk.#: "" => "1" (forces new resource)
boot_disk.0.auto_delete: "" => "true" (forces new resource)
boot_disk.0.device_name: "" => "<computed>" (forces new resource)
boot_disk.0.disk_encryption_key_sha256: "" => "<computed>"
boot_disk.0.initialize_params.#: "" => "1" (forces new resource)
boot_disk.0.initialize_params.0.image: "" => "debian-cloud/debian-9" (forces new resource)
boot_disk.0.initialize_params.0.size: "" => "<computed>" (forces new resource)
boot_disk.0.initialize_params.0.type: "" => "<computed>" (forces new resource)
can_ip_forward: "" => "true" (forces new resource)
cpu_platform: "" => "<computed>"
deletion_protection: "" => "false"
guest_accelerator.#: "" => "<computed>" (forces new resource)
instance_id: "" => "<computed>"
label_fingerprint: "" => "<computed>"
machine_type: "" => "f1-micro"
metadata.%: "" => "1"
metadata.sshKeys: "" => "root:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQC+Kg4t/66MS3ma+fqmRDEsA9k7mAq4xS3xngTrCFUF/bl+L+UmtYZ9Ut2yws8YrwCkb+btWtep40H0W2aTEEpbC0ER+mfFreORwMsZsN4PwS2U/jZ0KedQs+oT4SdAda4fWe/0qqwP+cpj4aH+SsyoByMgV6vNW7S1WujA3IgjHBaXFh/5DzxwTUKeUQ0YbvedZYqg9EVhesOUCCW/O6uRpjlFhmogA3zml9YPfRMM61VYFONshKW/cdx14+4iePf88XY8l+mG0hA3h4hgF+HiBQ3uq5oQ1zVEihmNza/YVCceTqjVnXBiZUxfHaEopRh+ah/hIUkNnNTHBTOmV6ZSNBngWa0I0M2ddCsj6rA969yzjw/N0C624UzjhwdcQ6BCCFj4I1Wpk4gW8ngDi60T6NMFNsQxam1p45zKuViUxm43pbegj/xjgq6cyqYkDWYzetfEd4QPBEAytKkw/V7jucp4/wheD0FKjlCQ10w1AJWZ2n1jOCMGgci+p4tnT6ZIBcOPZ1FiyGVHCLFM5/eS5GTNBa//mztShf3Y7Mat1lLSO4+bdBzjnkEWuQ0qFrcUR+ej2j44+cccxJIZgtmYSE0WOZ+q2S2SLpuBbQ4r0WstOuh7/S88nKJjZCmVCN6Q1lbbqmq5DOp17mLml7MUqNseg6RgSJP6XtKZ1vKdDw==\n"
metadata_fingerprint: "" => "<computed>"
metadata_startup_script: "" => " sed 's/PermitRootLogin no/PermitRootLogin yes/' /etc/ssh/sshd_config > temp.txt\n mv -f temp.txt /etc/ssh/sshd_config\n service ssh restart\n " (forces new resource)
name: "" => "https-rdir-0b842e6e" (forces new resource)
network_interface.#: "" => "1" (forces new resource)
network_interface.0.access_config.#: "" => "1"
network_interface.0.access_config.0.assigned_nat_ip: "" => "<computed>"
network_interface.0.access_config.0.nat_ip: "" => "<computed>"
network_interface.0.access_config.0.network_tier: "" => "<computed>"
network_interface.0.address: "" => "<computed>" (forces new resource)
network_interface.0.name: "" => "<computed>"
network_interface.0.network: "" => "default" (forces new resource)
network_interface.0.network_ip: "" => "<computed>" (forces new resource)
network_interface.0.subnetwork_project: "" => "<computed>" (forces new resource)
project: "" => "<computed>" (forces new resource)
scheduling.#: "" => "<computed>"
self_link: "" => "<computed>"
service_account.#: "" => "1"
service_account.0.email: "" => "<computed>"
service_account.0.scopes.#: "" => "1"
service_account.0.scopes.299962681: "" => "https://www.googleapis.com/auth/compute"
tags.#: "" => "1"
tags.298501927: "" => "cobalt-redirectors"
tags_fingerprint: "" => "<computed>"
zone: "" => "us-east4-a" (forces new resource)
2019/05/06 16:38:40 [TRACE] DiffTransformer: Resource "google_compute_instance.https-rdir.1": *terraform.InstanceDiff{mu:sync.Mutex{state:0, sema:0x0}, Attributes:map[string]*terraform.ResourceAttrDiff{"network_interface.0.name":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "tags.298501927":*terraform.ResourceAttrDiff{Old:"", New:"cobalt-redirectors", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "metadata.%":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_interface.0.subnetwork_project":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "self_link":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "service_account.0.scopes.299962681":*terraform.ResourceAttrDiff{Old:"", New:"https://www.googleapis.com/auth/compute", NewComputed:false, NewRemoved:false, NewExtra:"compute-rw", RequiresNew:false, Sensitive:false, Type:0x0}, "label_fingerprint":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "service_account.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x2}, "network_interface.0.access_config.0.assigned_nat_ip":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "boot_disk.0.initialize_params.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "zone":*terraform.ResourceAttrDiff{Old:"", New:"us-east4-a", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "guest_accelerator.#":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "network_interface.0.access_config.0.network_tier":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "cpu_platform":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "name":*terraform.ResourceAttrDiff{Old:"", New:"https-rdir-0b842e6e", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "scheduling.#":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "boot_disk.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "boot_disk.0.initialize_params.0.type":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "boot_disk.0.initialize_params.0.size":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "network_interface.0.access_config.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "service_account.0.scopes.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "boot_disk.0.device_name":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "network_interface.0.address":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "network_interface.0.access_config.0.nat_ip":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "boot_disk.0.disk_encryption_key_sha256":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "boot_disk.0.auto_delete":*terraform.ResourceAttrDiff{Old:"", New:"true", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "machine_type":*terraform.ResourceAttrDiff{Old:"", New:"f1-micro", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "metadata_startup_script":*terraform.ResourceAttrDiff{Old:"", New:" sed 's/PermitRootLogin no/PermitRootLogin yes/' /etc/ssh/sshd_config > temp.txt\n mv -f temp.txt /etc/ssh/sshd_config\n service ssh restart\n ", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "network_interface.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "metadata_fingerprint":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "project":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "metadata.sshKeys":*terraform.ResourceAttrDiff{Old:"", New:"root:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQC+Kg4t/66MS3ma+fqmRDEsA9k7mAq4xS3xngTrCFUF/bl+L+UmtYZ9Ut2yws8YrwCkb+btWtep40H0W2aTEEpbC0ER+mfFreORwMsZsN4PwS2U/jZ0KedQs+oT4SdAda4fWe/0qqwP+cpj4aH+SsyoByMgV6vNW7S1WujA3IgjHBaXFh/5DzxwTUKeUQ0YbvedZYqg9EVhesOUCCW/O6uRpjlFhmogA3zml9YPfRMM61VYFONshKW/cdx14+4iePf88XY8l+mG0hA3h4hgF+HiBQ3uq5oQ1zVEihmNza/YVCceTqjVnXBiZUxfHaEopRh+ah/hIUkNnNTHBTOmV6ZSNBngWa0I0M2ddCsj6rA969yzjw/N0C624UzjhwdcQ6BCCFj4I1Wpk4gW8ngDi60T6NMFNsQxam1p45zKuViUxm43pbegj/xjgq6cyqYkDWYzetfEd4QPBEAytKkw/V7jucp4/wheD0FKjlCQ10w1AJWZ2n1jOCMGgci+p4tnT6ZIBcOPZ1FiyGVHCLFM5/eS5GTNBa//mztShf3Y7Mat1lLSO4+bdBzjnkEWuQ0qFrcUR+ej2j44+cccxJIZgtmYSE0WOZ+q2S2SLpuBbQ4r0WstOuh7/S88nKJjZCmVCN6Q1lbbqmq5DOp17mLml7MUqNseg6RgSJP6XtKZ1vKdDw==\n", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "tags.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_interface.0.network":*terraform.ResourceAttrDiff{Old:"", New:"default", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "network_interface.0.network_ip":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "boot_disk.0.initialize_params.0.image":*terraform.ResourceAttrDiff{Old:"", New:"debian-cloud/debian-9", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "instance_id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "can_ip_forward":*terraform.ResourceAttrDiff{Old:"", New:"true", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "deletion_protection":*terraform.ResourceAttrDiff{Old:"", New:"false", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "service_account.0.email":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "tags_fingerprint":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}}, Destroy:false, DestroyDeposed:false, DestroyTainted:false, Meta:map[string]interface {}(nil)}
2019/05/06 16:38:40 [TRACE] DiffTransformer: Resource "google_compute_instance.https-rdir.0": *terraform.InstanceDiff{mu:sync.Mutex{state:0, sema:0x0}, Attributes:map[string]*terraform.ResourceAttrDiff{"name":*terraform.ResourceAttrDiff{Old:"", New:"https-rdir-ec04c4b4", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "service_account.0.scopes.299962681":*terraform.ResourceAttrDiff{Old:"", New:"https://www.googleapis.com/auth/compute", NewComputed:false, NewRemoved:false, NewExtra:"compute-rw", RequiresNew:false, Sensitive:false, Type:0x0}, "boot_disk.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "network_interface.0.access_config.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "boot_disk.0.disk_encryption_key_sha256":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "service_account.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "machine_type":*terraform.ResourceAttrDiff{Old:"", New:"f1-micro", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "self_link":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_interface.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "metadata.%":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "service_account.0.email":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "service_account.0.scopes.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "guest_accelerator.#":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "network_interface.0.name":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "zone":*terraform.ResourceAttrDiff{Old:"", New:"us-east4-a", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "boot_disk.0.auto_delete":*terraform.ResourceAttrDiff{Old:"", New:"true", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "metadata_fingerprint":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_interface.0.address":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "instance_id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "boot_disk.0.initialize_params.0.size":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "network_interface.0.network_ip":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "project":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "boot_disk.0.initialize_params.0.type":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "tags.298501927":*terraform.ResourceAttrDiff{Old:"", New:"cobalt-redirectors", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "boot_disk.0.initialize_params.0.image":*terraform.ResourceAttrDiff{Old:"", New:"debian-cloud/debian-9", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "label_fingerprint":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "deletion_protection":*terraform.ResourceAttrDiff{Old:"", New:"false", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "boot_disk.0.device_name":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "network_interface.0.access_config.0.nat_ip":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_interface.0.network":*terraform.ResourceAttrDiff{Old:"", New:"default", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "cpu_platform":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x2}, "scheduling.#":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "can_ip_forward":*terraform.ResourceAttrDiff{Old:"", New:"true", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "metadata.sshKeys":*terraform.ResourceAttrDiff{Old:"", New:"root:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDn02XDU/HLHsZXTEcjKqeZFkGWrDfq/FJ8pmSCwbIx30lJZeKRVLTvwtxT3fmpnviNzy8455cQ7hzfEYX+noEKlpUXwlUb9NtwSPSs1m79h3dxEOibOKucF/I9ULkBwYkgL0xsfQjJEJZnReBKWobfDxt8fivboZ/OSHLb7JpfYtVov72bAxYcAbrue/G1GYWohmxfGpVUdlTXgVbyQmnci6OkfKzccvXiLR8ow9FSisOlVFD1EgtpOJ0UXlkmDC3TnUlAXqje5uo5BVCQ1t2mRVrOVpp8A5IaHcWzmkPlNRAJdvMam5tzA35RzbdGFbZscw+je9aBLL8npJi68D8fG3qcQ0zWsTgfOg+JK2pIYU9/uPb8IessgiOJF2qO6GMQ7Km9gpHcu7Sq//BRxCaMwWdKvZqMnmg4vzapJieAqLa5CxTSMPbcbtnzKuRpMV5V6OGE9M89Nh/J6/id9f0WP9wTON2FHUlQZbvuto5KE4tKSv+bfW5yezk0kRHSsvnJmT8etY8Hxdet8R06zIq1c5E3bR4G1Te4ARYt1NKqCQjrCwtRkJYCjGgaUJSFJbeP0K8vKkYtwUKio5NwytXtOZ0GaQkFlbJRyKFt3Qg4S45BD46UzY3QhQN5TYbA2Z3ySu5WpS/Wl4/UAOyuaSNH1dFDQj2yHHShx+eI2KW5xQ==\n", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_interface.0.subnetwork_project":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "boot_disk.0.initialize_params.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "network_interface.0.access_config.0.network_tier":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_interface.0.access_config.0.assigned_nat_ip":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "tags.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "tags_fingerprint":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "metadata_startup_script":*terraform.ResourceAttrDiff{Old:"", New:" sed 's/PermitRootLogin no/PermitRootLogin yes/' /etc/ssh/sshd_config > temp.txt\n mv -f temp.txt /etc/ssh/sshd_config\n service ssh restart\n ", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}}, Destroy:false, DestroyDeposed:false, DestroyTainted:false, Meta:map[string]interface {}(nil)}
2019/05/06 16:38:40 [TRACE] DiffTransformer: Module: CREATE: google_compute_instance.https-c2.0
boot_disk.#: "" => "1" (forces new resource)
boot_disk.0.auto_delete: "" => "true" (forces new resource)
boot_disk.0.device_name: "" => "<computed>" (forces new resource)
boot_disk.0.disk_encryption_key_sha256: "" => "<computed>"
boot_disk.0.initialize_params.#: "" => "<computed>" (forces new resource)
boot_disk.0.source: "" => "projects/testproject-123456/global/snapshots/my-snapshot" (forces new resource)
can_ip_forward: "" => "true" (forces new resource)
cpu_platform: "" => "<computed>"
deletion_protection: "" => "false"
guest_accelerator.#: "" => "<computed>" (forces new resource)
instance_id: "" => "<computed>"
label_fingerprint: "" => "<computed>"
machine_type: "" => "n1-standard-1"
metadata.%: "" => "1"
metadata.sshKeys: "" => "root:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDc1esIkhB1+nCtM0qIkYI+FIzOQ77GU0gQBy0HgW3D7ytLsvzQUICHrtk6/a/TffzbCLG7q1DpaWObAEjoo29+BUxbjWSXw3RxLliVrSCJc/TL0CL7ZD6vNnmVx3RPFSlMb1nk5FqNZ7LUGcirQQ0rVuQ/xEGHF4vmZRsX7lFC6goV3oQk23EdQsMsz/3ALNX+SDO1Igtl5yhH7sof1/FFp/Y3B9BxTj2YdjfY+APji5+wVcDSZi4h9KEj6O+3v5iuy1bij0RsbNEIOlTqEW/naHf4XzLnLCUbJeaxa6P18CfsfdTcNfMB7fkStnDzTSBdAB2mPn501+t7WlfBcP/Kw+ZH36sGol32w+YFqrViF/7P0WbIvfFnlzVbL0iwqfxP/eyJ3aEhWwgfCCdpL/MAbQ+igZq6R3FY1J7aA6Y4irCatqqg88UntQoWyV1VH3gRBG2PsYKe1u5ZgzkkToCgqcJ/+tGUH28ckbNzT7Fzq64DT/189lnpdV+Y0GwJoQobk/rfoIkyZvwceIg5kXQbzMmgaK6lMbR1S4BUQYz/1mV1LLwlyufPAMPbQ9/XAXUizzcyc5p2IeMbu5mK2lc5JZZeaD0Xu4CUH+ZqzcMwXfB9swDwIuHe3IkS0EnbS9h7HJoAeKXtK/eZj1IRiAjdMaJrlFuNX/8E77Oh/woZ7Q==\n"
metadata_fingerprint: "" => "<computed>"
metadata_startup_script: "" => " sed 's/PermitRootLogin no/PermitRootLogin yes/' /etc/ssh/sshd_config > temp.txt\n mv -f temp.txt /etc/ssh/sshd_config\n service ssh restart\n " (forces new resource)
name: "" => "https-c2-894c51eb" (forces new resource)
network_interface.#: "" => "1" (forces new resource)
network_interface.0.access_config.#: "" => "1"
network_interface.0.access_config.0.assigned_nat_ip: "" => "<computed>"
network_interface.0.access_config.0.nat_ip: "" => "<computed>"
network_interface.0.access_config.0.network_tier: "" => "<computed>"
network_interface.0.address: "" => "<computed>" (forces new resource)
network_interface.0.name: "" => "<computed>"
network_interface.0.network: "" => "default" (forces new resource)
network_interface.0.network_ip: "" => "<computed>" (forces new resource)
network_interface.0.subnetwork_project: "" => "<computed>" (forces new resource)
project: "" => "<computed>" (forces new resource)
scheduling.#: "" => "<computed>"
self_link: "" => "<computed>"
service_account.#: "" => "1"
service_account.0.email: "" => "<computed>"
service_account.0.scopes.#: "" => "1"
service_account.0.scopes.299962681: "" => "https://www.googleapis.com/auth/compute"
tags.#: "" => "1"
tags.3231864237: "" => "teamservers"
tags_fingerprint: "" => "<computed>"
zone: "" => "us-east4-a" (forces new resource)
CREATE: google_compute_instance.https-c2.1
boot_disk.#: "" => "1" (forces new resource)
boot_disk.0.auto_delete: "" => "true" (forces new resource)
boot_disk.0.device_name: "" => "<computed>" (forces new resource)
boot_disk.0.disk_encryption_key_sha256: "" => "<computed>"
boot_disk.0.initialize_params.#: "" => "<computed>" (forces new resource)
boot_disk.0.source: "" => "projects/testproject-123456/global/snapshots/my-snapshot" (forces new resource)
can_ip_forward: "" => "true" (forces new resource)
cpu_platform: "" => "<computed>"
deletion_protection: "" => "false"
guest_accelerator.#: "" => "<computed>" (forces new resource)
instance_id: "" => "<computed>"
label_fingerprint: "" => "<computed>"
machine_type: "" => "n1-standard-1"
metadata.%: "" => "1"
metadata.sshKeys: "" => "root:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQC/bDcvIxuPXsR30JfuUt02OUbm03ycjgU57C0mKM5rAvhWLqJuKCGzyMt78V9HuqLw7pLSiTrvaJWqLfGIjcb7gUJPv1LuRP5rxHM0CwcBDi37MMvKyYgRoVrViw+yosP53HvaFuc19MWqsvY7iLeaA5m/mQ69IkD4whCgIXgtuZ7bLpv+7EefGPdL2pgx3GtJHlLBhzE5kd0URXzaTThh5T/RIC6FAbgpDl5Ya4gqi0S6U0VSXWGOOZrUTtxYSlEqYZZs9pZ4FacNrSgzQpxn9xQbOHjOkjzkZYqVYYrWJAnFgxjRnEYS7GwLsd59ZS9SfXseCloTRabT2Q8ahQrpEKSWhSft5bQGxJLQeaFwX1GK8Ojh6m+fO5lAJAzbETVdqhdVVUT0nl6W7JVHeQF7seGqQm0ZG4D5bGa0g45qmuW8jlUgYaUKpJx+5pVuhAd733HWL4JaEZQuq3C3RochERxPyhR5659/i4/2ALu8yPeoqwdKncpPpl8rrCS7MpQ/RG0JUtDjGTIifUWlaTvZzFmK8lC7gD0m2P8/SBON+4w9A0vdpInuYdesJpIXaaku1abf4ZyDV6vzpF48BX/T7C8QNJter1hgqDrTKAHWFvbadcfgFrkYR9Vw4MHXzSLx0TSo1HYFS7THvHlJmvr7gAgiQOci5wA+EBrr8+YMaw==\n"
metadata_fingerprint: "" => "<computed>"
metadata_startup_script: "" => " sed 's/PermitRootLogin no/PermitRootLogin yes/' /etc/ssh/sshd_config > temp.txt\n mv -f temp.txt /etc/ssh/sshd_config\n service ssh restart\n " (forces new resource)
name: "" => "https-c2-89ae5010" (forces new resource)
network_interface.#: "" => "1" (forces new resource)
network_interface.0.access_config.#: "" => "1"
network_interface.0.access_config.0.assigned_nat_ip: "" => "<computed>"
network_interface.0.access_config.0.nat_ip: "" => "<computed>"
network_interface.0.access_config.0.network_tier: "" => "<computed>"
network_interface.0.address: "" => "<computed>" (forces new resource)
network_interface.0.name: "" => "<computed>"
network_interface.0.network: "" => "default" (forces new resource)
network_interface.0.network_ip: "" => "<computed>" (forces new resource)
network_interface.0.subnetwork_project: "" => "<computed>" (forces new resource)
project: "" => "<computed>" (forces new resource)
scheduling.#: "" => "<computed>"
self_link: "" => "<computed>"
service_account.#: "" => "1"
service_account.0.email: "" => "<computed>"
service_account.0.scopes.#: "" => "1"
service_account.0.scopes.299962681: "" => "https://www.googleapis.com/auth/compute"
tags.#: "" => "1"
tags.3231864237: "" => "teamservers"
tags_fingerprint: "" => "<computed>"
zone: "" => "us-east4-a" (forces new resource)
2019/05/06 16:38:40 [TRACE] DiffTransformer: Resource "google_compute_instance.https-c2.1": *terraform.InstanceDiff{mu:sync.Mutex{state:0, sema:0x0}, Attributes:map[string]*terraform.ResourceAttrDiff{"network_interface.0.access_config.0.assigned_nat_ip":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "self_link":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_interface.0.subnetwork_project":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "network_interface.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "boot_disk.0.device_name":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "boot_disk.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "metadata.sshKeys":*terraform.ResourceAttrDiff{Old:"", New:"root:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQC/bDcvIxuPXsR30JfuUt02OUbm03ycjgU57C0mKM5rAvhWLqJuKCGzyMt78V9HuqLw7pLSiTrvaJWqLfGIjcb7gUJPv1LuRP5rxHM0CwcBDi37MMvKyYgRoVrViw+yosP53HvaFuc19MWqsvY7iLeaA5m/mQ69IkD4whCgIXgtuZ7bLpv+7EefGPdL2pgx3GtJHlLBhzE5kd0URXzaTThh5T/RIC6FAbgpDl5Ya4gqi0S6U0VSXWGOOZrUTtxYSlEqYZZs9pZ4FacNrSgzQpxn9xQbOHjOkjzkZYqVYYrWJAnFgxjRnEYS7GwLsd59ZS9SfXseCloTRabT2Q8ahQrpEKSWhSft5bQGxJLQeaFwX1GK8Ojh6m+fO5lAJAzbETVdqhdVVUT0nl6W7JVHeQF7seGqQm0ZG4D5bGa0g45qmuW8jlUgYaUKpJx+5pVuhAd733HWL4JaEZQuq3C3RochERxPyhR5659/i4/2ALu8yPeoqwdKncpPpl8rrCS7MpQ/RG0JUtDjGTIifUWlaTvZzFmK8lC7gD0m2P8/SBON+4w9A0vdpInuYdesJpIXaaku1abf4ZyDV6vzpF48BX/T7C8QNJter1hgqDrTKAHWFvbadcfgFrkYR9Vw4MHXzSLx0TSo1HYFS7THvHlJmvr7gAgiQOci5wA+EBrr8+YMaw==\n", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "service_account.0.scopes.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "metadata_startup_script":*terraform.ResourceAttrDiff{Old:"", New:" sed 's/PermitRootLogin no/PermitRootLogin yes/' /etc/ssh/sshd_config > temp.txt\n mv -f temp.txt /etc/ssh/sshd_config\n service ssh restart\n ", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "cpu_platform":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "tags_fingerprint":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "can_ip_forward":*terraform.ResourceAttrDiff{Old:"", New:"true", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "instance_id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "service_account.0.scopes.299962681":*terraform.ResourceAttrDiff{Old:"", New:"https://www.googleapis.com/auth/compute", NewComputed:false, NewRemoved:false, NewExtra:"compute-rw", RequiresNew:false, Sensitive:false, Type:0x0}, "project":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "metadata_fingerprint":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "boot_disk.0.disk_encryption_key_sha256":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "boot_disk.0.auto_delete":*terraform.ResourceAttrDiff{Old:"", New:"true", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "label_fingerprint":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_interface.0.network_ip":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "name":*terraform.ResourceAttrDiff{Old:"", New:"https-c2-89ae5010", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "network_interface.0.access_config.0.nat_ip":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_interface.0.access_config.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "boot_disk.0.initialize_params.#":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "boot_disk.0.source":*terraform.ResourceAttrDiff{Old:"", New:"projects/testproject-123456/global/snapshots/my-snapshot", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "service_account.0.email":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "tags.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_interface.0.network":*terraform.ResourceAttrDiff{Old:"", New:"default", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "tags.3231864237":*terraform.ResourceAttrDiff{Old:"", New:"teamservers", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "scheduling.#":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "guest_accelerator.#":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "deletion_protection":*terraform.ResourceAttrDiff{Old:"", New:"false", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "metadata.%":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_interface.0.address":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "service_account.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "machine_type":*terraform.ResourceAttrDiff{Old:"", New:"n1-standard-1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "zone":*terraform.ResourceAttrDiff{Old:"", New:"us-east4-a", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "network_interface.0.name":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_interface.0.access_config.0.network_tier":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x2}}, Destroy:false, DestroyDeposed:false, DestroyTainted:false, Meta:map[string]interface {}(nil)}
2019/05/06 16:38:40 [TRACE] DiffTransformer: Resource "google_compute_instance.https-c2.0": *terraform.InstanceDiff{mu:sync.Mutex{state:0, sema:0x0}, Attributes:map[string]*terraform.ResourceAttrDiff{"network_interface.0.access_config.0.nat_ip":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "service_account.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "zone":*terraform.ResourceAttrDiff{Old:"", New:"us-east4-a", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "network_interface.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "service_account.0.scopes.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "name":*terraform.ResourceAttrDiff{Old:"", New:"https-c2-894c51eb", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "service_account.0.scopes.299962681":*terraform.ResourceAttrDiff{Old:"", New:"https://www.googleapis.com/auth/compute", NewComputed:false, NewRemoved:false, NewExtra:"compute-rw", RequiresNew:false, Sensitive:false, Type:0x0}, "metadata.sshKeys":*terraform.ResourceAttrDiff{Old:"", New:"root:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDc1esIkhB1+nCtM0qIkYI+FIzOQ77GU0gQBy0HgW3D7ytLsvzQUICHrtk6/a/TffzbCLG7q1DpaWObAEjoo29+BUxbjWSXw3RxLliVrSCJc/TL0CL7ZD6vNnmVx3RPFSlMb1nk5FqNZ7LUGcirQQ0rVuQ/xEGHF4vmZRsX7lFC6goV3oQk23EdQsMsz/3ALNX+SDO1Igtl5yhH7sof1/FFp/Y3B9BxTj2YdjfY+APji5+wVcDSZi4h9KEj6O+3v5iuy1bij0RsbNEIOlTqEW/naHf4XzLnLCUbJeaxa6P18CfsfdTcNfMB7fkStnDzTSBdAB2mPn501+t7WlfBcP/Kw+ZH36sGol32w+YFqrViF/7P0WbIvfFnlzVbL0iwqfxP/eyJ3aEhWwgfCCdpL/MAbQ+igZq6R3FY1J7aA6Y4irCatqqg88UntQoWyV1VH3gRBG2PsYKe1u5ZgzkkToCgqcJ/+tGUH28ckbNzT7Fzq64DT/189lnpdV+Y0GwJoQobk/rfoIkyZvwceIg5kXQbzMmgaK6lMbR1S4BUQYz/1mV1LLwlyufPAMPbQ9/XAXUizzcyc5p2IeMbu5mK2lc5JZZeaD0Xu4CUH+ZqzcMwXfB9swDwIuHe3IkS0EnbS9h7HJoAeKXtK/eZj1IRiAjdMaJrlFuNX/8E77Oh/woZ7Q==\n", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "boot_disk.0.auto_delete":*terraform.ResourceAttrDiff{Old:"", New:"true", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "machine_type":*terraform.ResourceAttrDiff{Old:"", New:"n1-standard-1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_interface.0.name":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "service_account.0.email":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "boot_disk.0.device_name":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "boot_disk.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "network_interface.0.subnetwork_project":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "deletion_protection":*terraform.ResourceAttrDiff{Old:"", New:"false", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "metadata_startup_script":*terraform.ResourceAttrDiff{Old:"", New:" sed 's/PermitRootLogin no/PermitRootLogin yes/' /etc/ssh/sshd_config > temp.txt\n mv -f temp.txt /etc/ssh/sshd_config\n service ssh restart\n ", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "cpu_platform":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "tags.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "can_ip_forward":*terraform.ResourceAttrDiff{Old:"", New:"true", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "network_interface.0.access_config.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_interface.0.address":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "boot_disk.0.source":*terraform.ResourceAttrDiff{Old:"", New:"projects/testproject-123456/global/snapshots/my-snapshot", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "network_interface.0.access_config.0.network_tier":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x2}, "project":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "scheduling.#":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "boot_disk.0.initialize_params.#":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "boot_disk.0.disk_encryption_key_sha256":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_interface.0.network":*terraform.ResourceAttrDiff{Old:"", New:"default", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "tags.3231864237":*terraform.ResourceAttrDiff{Old:"", New:"teamservers", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "guest_accelerator.#":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "tags_fingerprint":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "metadata.%":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_interface.0.network_ip":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "self_link":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "instance_id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_interface.0.access_config.0.assigned_nat_ip":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "label_fingerprint":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "metadata_fingerprint":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}}, Destroy:false, DestroyDeposed:false, DestroyTainted:false, Meta:map[string]interface {}(nil)}
2019/05/06 16:38:40 [TRACE] Graph after step *terraform.DiffTransformer:
module.https_c2.google_compute_instance.https-c2[0] - *terraform.NodeApplyableResource
module.https_c2.google_compute_instance.https-c2[1] - *terraform.NodeApplyableResource
module.https_rdir.google_compute_instance.https-rdir[0] - *terraform.NodeApplyableResource
module.https_rdir.google_compute_instance.https-rdir[1] - *terraform.NodeApplyableResource
2019/05/06 16:38:40 [TRACE] Graph after step *terraform.OrphanOutputTransformer:
module.https_c2.google_compute_instance.https-c2[0] - *terraform.NodeApplyableResource
module.https_c2.google_compute_instance.https-c2[1] - *terraform.NodeApplyableResource
module.https_rdir.google_compute_instance.https-rdir[0] - *terraform.NodeApplyableResource
module.https_rdir.google_compute_instance.https-rdir[1] - *terraform.NodeApplyableResource
2019/05/06 16:38:40 [TRACE] AttachResourceConfigTransformer: Beginning...
2019/05/06 16:38:40 [TRACE] AttachResourceConfigTransformer: Attach resource config request: module.https_rdir.google_compute_instance.https-rdir[1]
2019/05/06 16:38:40 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"https-rdir", Type:"google_compute_instance", RawCount:(*config.RawConfig)(0xc0003c51f0), RawConfig:(*config.RawConfig)(0xc0003c4fc0), Provisioners:[]*config.Provisioner{(*config.Provisioner)(0xc0003c9470), (*config.Provisioner)(0xc0003c96e0), (*config.Provisioner)(0xc0003c97a0)}, Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2019/05/06 16:38:40 [TRACE] AttachResourceConfigTransformer: Attach resource config request: module.https_rdir.google_compute_instance.https-rdir[0]
2019/05/06 16:38:40 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"https-rdir", Type:"google_compute_instance", RawCount:(*config.RawConfig)(0xc0003c51f0), RawConfig:(*config.RawConfig)(0xc0003c4fc0), Provisioners:[]*config.Provisioner{(*config.Provisioner)(0xc0003c9470), (*config.Provisioner)(0xc0003c96e0), (*config.Provisioner)(0xc0003c97a0)}, Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2019/05/06 16:38:40 [TRACE] AttachResourceConfigTransformer: Attach resource config request: module.https_c2.google_compute_instance.https-c2[1]
2019/05/06 16:38:40 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"https-c2", Type:"google_compute_instance", RawCount:(*config.RawConfig)(0xc000345340), RawConfig:(*config.RawConfig)(0xc000345110), Provisioners:[]*config.Provisioner{(*config.Provisioner)(0xc00033d920), (*config.Provisioner)(0xc00033db90), (*config.Provisioner)(0xc00033dc50)}, Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2019/05/06 16:38:40 [TRACE] AttachResourceConfigTransformer: Attach resource config request: module.https_c2.google_compute_instance.https-c2[0]
2019/05/06 16:38:40 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"https-c2", Type:"google_compute_instance", RawCount:(*config.RawConfig)(0xc000345340), RawConfig:(*config.RawConfig)(0xc000345110), Provisioners:[]*config.Provisioner{(*config.Provisioner)(0xc00033d920), (*config.Provisioner)(0xc00033db90), (*config.Provisioner)(0xc00033dc50)}, Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2019/05/06 16:38:40 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
module.https_c2.google_compute_instance.https-c2[0] - *terraform.NodeApplyableResource
module.https_c2.google_compute_instance.https-c2[1] - *terraform.NodeApplyableResource
module.https_rdir.google_compute_instance.https-rdir[0] - *terraform.NodeApplyableResource
module.https_rdir.google_compute_instance.https-rdir[1] - *terraform.NodeApplyableResource
2019/05/06 16:38:40 [DEBUG] Resource state not found for "module.https_c2.google_compute_instance.https-c2[1]": module.https_c2.google_compute_instance.https-c2[1]
2019/05/06 16:38:40 [DEBUG] Resource state not found for "module.https_c2.google_compute_instance.https-c2[0]": module.https_c2.google_compute_instance.https-c2[0]
2019/05/06 16:38:40 [DEBUG] Resource state not found for "module.https_rdir.google_compute_instance.https-rdir[1]": module.https_rdir.google_compute_instance.https-rdir[1]
2019/05/06 16:38:40 [DEBUG] Resource state not found for "module.https_rdir.google_compute_instance.https-rdir[0]": module.https_rdir.google_compute_instance.https-rdir[0]
2019/05/06 16:38:40 [TRACE] Graph after step *terraform.AttachStateTransformer:
module.https_c2.google_compute_instance.https-c2[0] - *terraform.NodeApplyableResource
module.https_c2.google_compute_instance.https-c2[1] - *terraform.NodeApplyableResource
module.https_rdir.google_compute_instance.https-rdir[0] - *terraform.NodeApplyableResource
module.https_rdir.google_compute_instance.https-rdir[1] - *terraform.NodeApplyableResource
2019/05/06 16:38:40 [TRACE] ProviderConfigTransformer: Starting for path: []
2019/05/06 16:38:40 [TRACE] ProviderConfigTransformer: Starting for path: [https_c2]
2019/05/06 16:38:40 [TRACE] ProviderConfigTransformer: Starting for path: [https_rdir]
2019/05/06 16:38:40 [TRACE] Attach provider request: []string{"https_rdir"} google
2019/05/06 16:38:40 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"google", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc0003c4c40)}
2019/05/06 16:38:40 [TRACE] Attach provider request: []string{"https_c2"} google
2019/05/06 16:38:40 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"google", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc000344d90)}
2019/05/06 16:38:40 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
module.https_c2.google_compute_instance.https-c2[0] - *terraform.NodeApplyableResource
module.https_c2.google_compute_instance.https-c2[1] - *terraform.NodeApplyableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.google_compute_instance.https-rdir[0] - *terraform.NodeApplyableResource
module.https_rdir.google_compute_instance.https-rdir[1] - *terraform.NodeApplyableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
2019/05/06 16:38:40 [DEBUG] adding missing provider: google
2019/05/06 16:38:40 [TRACE] Graph after step *terraform.MissingProviderTransformer:
module.https_c2.google_compute_instance.https-c2[0] - *terraform.NodeApplyableResource
module.https_c2.google_compute_instance.https-c2[1] - *terraform.NodeApplyableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.google_compute_instance.https-rdir[0] - *terraform.NodeApplyableResource
module.https_rdir.google_compute_instance.https-rdir[1] - *terraform.NodeApplyableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
provider.google - *terraform.NodeApplyableProvider
2019/05/06 16:38:40 [DEBUG] resource module.https_rdir.google_compute_instance.https-rdir[1] using provider module.https_rdir.provider.google
2019/05/06 16:38:40 [DEBUG] resource module.https_rdir.google_compute_instance.https-rdir[0] using provider module.https_rdir.provider.google
2019/05/06 16:38:40 [DEBUG] resource module.https_c2.google_compute_instance.https-c2[1] using provider module.https_c2.provider.google
2019/05/06 16:38:40 [DEBUG] resource module.https_c2.google_compute_instance.https-c2[0] using provider module.https_c2.provider.google
2019/05/06 16:38:40 [TRACE] Graph after step *terraform.ProviderTransformer:
module.https_c2.google_compute_instance.https-c2[0] - *terraform.NodeApplyableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.google_compute_instance.https-c2[1] - *terraform.NodeApplyableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.google_compute_instance.https-rdir[0] - *terraform.NodeApplyableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.google_compute_instance.https-rdir[1] - *terraform.NodeApplyableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
provider.google - *terraform.NodeApplyableProvider
2019/05/06 16:38:40 [DEBUG] pruning unused provider provider.google
2019/05/06 16:38:40 [TRACE] Graph after step *terraform.PruneProviderTransformer:
module.https_c2.google_compute_instance.https-c2[0] - *terraform.NodeApplyableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.google_compute_instance.https-c2[1] - *terraform.NodeApplyableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.google_compute_instance.https-rdir[0] - *terraform.NodeApplyableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.google_compute_instance.https-rdir[1] - *terraform.NodeApplyableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
2019/05/06 16:38:40 [TRACE] Graph after step *terraform.ParentProviderTransformer:
module.https_c2.google_compute_instance.https-c2[0] - *terraform.NodeApplyableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.google_compute_instance.https-c2[1] - *terraform.NodeApplyableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.google_compute_instance.https-rdir[0] - *terraform.NodeApplyableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.google_compute_instance.https-rdir[1] - *terraform.NodeApplyableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
2019/05/06 16:38:40 [TRACE] Graph after step *terraform.graphTransformerMulti:
module.https_c2.google_compute_instance.https-c2[0] - *terraform.NodeApplyableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.google_compute_instance.https-c2[1] - *terraform.NodeApplyableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.google_compute_instance.https-rdir[0] - *terraform.NodeApplyableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.google_compute_instance.https-rdir[1] - *terraform.NodeApplyableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
2019/05/06 16:38:40 [TRACE] DestroyEdgeTransformer: Beginning destroy edge transformation...
2019/05/06 16:38:40 [TRACE] Graph after step *terraform.DestroyEdgeTransformer:
module.https_c2.google_compute_instance.https-c2[0] - *terraform.NodeApplyableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.google_compute_instance.https-c2[1] - *terraform.NodeApplyableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.google_compute_instance.https-rdir[0] - *terraform.NodeApplyableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.google_compute_instance.https-rdir[1] - *terraform.NodeApplyableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
2019/05/06 16:38:40 [TRACE] CBDEdgeTransformer: Beginning CBD transformation...
2019/05/06 16:38:40 [TRACE] Graph after step *terraform.CBDEdgeTransformer:
module.https_c2.google_compute_instance.https-c2[0] - *terraform.NodeApplyableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.google_compute_instance.https-c2[1] - *terraform.NodeApplyableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.google_compute_instance.https-rdir[0] - *terraform.NodeApplyableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.google_compute_instance.https-rdir[1] - *terraform.NodeApplyableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
2019/05/06 16:38:40 [TRACE] Graph after step *terraform.MissingProvisionerTransformer:
module.https_c2.google_compute_instance.https-c2[0] - *terraform.NodeApplyableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.google_compute_instance.https-c2[1] - *terraform.NodeApplyableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.google_compute_instance.https-rdir[0] - *terraform.NodeApplyableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.google_compute_instance.https-rdir[1] - *terraform.NodeApplyableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
2019/05/06 16:38:40 [TRACE] Graph after step *terraform.ProvisionerTransformer:
module.https_c2.google_compute_instance.https-c2[0] - *terraform.NodeApplyableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_c2.google_compute_instance.https-c2[1] - *terraform.NodeApplyableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.google_compute_instance.https-rdir[0] - *terraform.NodeApplyableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.google_compute_instance.https-rdir[1] - *terraform.NodeApplyableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
2019/05/06 16:38:40 [TRACE] Graph after step *terraform.RootVariableTransformer:
module.https_c2.google_compute_instance.https-c2[0] - *terraform.NodeApplyableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_c2.google_compute_instance.https-c2[1] - *terraform.NodeApplyableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.google_compute_instance.https-rdir[0] - *terraform.NodeApplyableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.google_compute_instance.https-rdir[1] - *terraform.NodeApplyableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
2019/05/06 16:38:40 [TRACE] Graph after step *terraform.LocalTransformer:
module.https_c2.google_compute_instance.https-c2[0] - *terraform.NodeApplyableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_c2.google_compute_instance.https-c2[1] - *terraform.NodeApplyableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.google_compute_instance.https-rdir[0] - *terraform.NodeApplyableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.google_compute_instance.https-rdir[1] - *terraform.NodeApplyableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
2019/05/06 16:38:40 [TRACE] Graph after step *terraform.OutputTransformer:
module.https_c2.google_compute_instance.https-c2[0] - *terraform.NodeApplyableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_c2.google_compute_instance.https-c2[1] - *terraform.NodeApplyableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.google_compute_instance.https-rdir[0] - *terraform.NodeApplyableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.google_compute_instance.https-rdir[1] - *terraform.NodeApplyableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
2019/05/06 16:38:40 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
module.https_c2.google_compute_instance.https-c2[0] - *terraform.NodeApplyableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_c2.google_compute_instance.https-c2[1] - *terraform.NodeApplyableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.google_compute_instance.https-rdir[0] - *terraform.NodeApplyableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.google_compute_instance.https-rdir[1] - *terraform.NodeApplyableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
2019/05/06 16:38:40 [TRACE] Graph after step *terraform.RemovedModuleTransformer:
module.https_c2.google_compute_instance.https-c2[0] - *terraform.NodeApplyableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_c2.google_compute_instance.https-c2[1] - *terraform.NodeApplyableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.google_compute_instance.https-rdir[0] - *terraform.NodeApplyableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.google_compute_instance.https-rdir[1] - *terraform.NodeApplyableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
2019/05/06 16:38:40 [DEBUG] ReferenceTransformer: "module.https_rdir.provider.google" references: [module.https_rdir.var.project]
2019/05/06 16:38:40 [DEBUG] ReferenceTransformer: "module.https_c2.provisioner.local-exec" references: []
2019/05/06 16:38:40 [DEBUG] ReferenceTransformer: "module.https_c2.var.count" references: []
2019/05/06 16:38:40 [DEBUG] ReferenceTransformer: "module.https_c2.var.zones" references: []
2019/05/06 16:38:40 [DEBUG] ReferenceTransformer: "module.https_c2.google_compute_instance.https-c2[0]" references: [module.https_c2.var.available_zones module.https_c2.var.count module.https_c2.var.install module.https_c2.var.machine_type module.https_c2.var.zones]
2019/05/06 16:38:40 [DEBUG] ReferenceTransformer: "module.https_c2.provider.google" references: [module.https_c2.var.project]
2019/05/06 16:38:40 [DEBUG] ReferenceTransformer: "module.https_rdir.output.ips" references: [module.https_rdir.google_compute_instance.https-rdir[0] module.https_rdir.google_compute_instance.https-rdir[1]]
2019/05/06 16:38:40 [DEBUG] ReferenceTransformer: "module.https_c2.var.available_zones" references: []
2019/05/06 16:38:40 [DEBUG] ReferenceTransformer: "module.https_rdir.var.count" references: []
2019/05/06 16:38:40 [DEBUG] ReferenceTransformer: "module.https_rdir.google_compute_instance.https-rdir[0]" references: [module.https_rdir.var.available_zones module.https_rdir.var.count module.https_rdir.var.machine_type module.https_rdir.var.redirect_to module.https_rdir.var.zones]
2019/05/06 16:38:40 [DEBUG] ReferenceTransformer: "module.https_rdir.provisioner.local-exec" references: []
2019/05/06 16:38:40 [DEBUG] ReferenceTransformer: "module.https_rdir.provisioner.remote-exec" references: []
2019/05/06 16:38:40 [DEBUG] ReferenceTransformer: "module.https_c2.provisioner.remote-exec" references: []
2019/05/06 16:38:40 [DEBUG] ReferenceTransformer: "module.https_c2.output.ips" references: [module.https_c2.google_compute_instance.https-c2[0] module.https_c2.google_compute_instance.https-c2[1]]
2019/05/06 16:38:40 [DEBUG] ReferenceTransformer: "output.https-rdir-ips" references: [module.https_rdir.output.ips]
2019/05/06 16:38:40 [DEBUG] ReferenceTransformer: "module.https_c2.var.machine_type" references: []
2019/05/06 16:38:40 [DEBUG] ReferenceTransformer: "module.https_rdir.var.redirect_to" references: [module.https_c2.output.ips]
2019/05/06 16:38:40 [DEBUG] ReferenceTransformer: "module.https_rdir.google_compute_instance.https-rdir[1]" references: [module.https_rdir.var.available_zones module.https_rdir.var.count module.https_rdir.var.machine_type module.https_rdir.var.redirect_to module.https_rdir.var.zones]
2019/05/06 16:38:40 [DEBUG] ReferenceTransformer: "module.https_c2.google_compute_instance.https-c2[1]" references: [module.https_c2.var.available_zones module.https_c2.var.count module.https_c2.var.install module.https_c2.var.machine_type module.https_c2.var.zones]
2019/05/06 16:38:40 [DEBUG] ReferenceTransformer: "module.https_rdir.var.machine_type" references: []
2019/05/06 16:38:40 [DEBUG] ReferenceTransformer: "module.https_rdir.var.available_zones" references: []
2019/05/06 16:38:40 [DEBUG] ReferenceTransformer: "module.https_c2.var.install" references: []
2019/05/06 16:38:40 [DEBUG] ReferenceTransformer: "module.https_rdir.var.project" references: []
2019/05/06 16:38:40 [DEBUG] ReferenceTransformer: "module.https_rdir.var.zones" references: []
2019/05/06 16:38:40 [DEBUG] ReferenceTransformer: "output.https-c2-ips" references: [module.https_c2.output.ips]
2019/05/06 16:38:40 [DEBUG] ReferenceTransformer: "module.https_c2.var.project" references: []
2019/05/06 16:38:40 [TRACE] Graph after step *terraform.ReferenceTransformer:
module.https_c2.google_compute_instance.https-c2[0] - *terraform.NodeApplyableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_c2.google_compute_instance.https-c2[1] - *terraform.NodeApplyableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.google_compute_instance.https-c2[0] - *terraform.NodeApplyableResource
module.https_c2.google_compute_instance.https-c2[1] - *terraform.NodeApplyableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.google_compute_instance.https-rdir[0] - *terraform.NodeApplyableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.google_compute_instance.https-rdir[1] - *terraform.NodeApplyableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.google_compute_instance.https-rdir[0] - *terraform.NodeApplyableResource
module.https_rdir.google_compute_instance.https-rdir[1] - *terraform.NodeApplyableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
output.https-c2-ips - *terraform.NodeApplyableOutput
module.https_c2.output.ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
2019/05/06 16:38:40 [TRACE] Graph after step *terraform.CountBoundaryTransformer:
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
module.https_c2.google_compute_instance.https-c2[0] - *terraform.NodeApplyableResource
module.https_c2.google_compute_instance.https-c2[1] - *terraform.NodeApplyableResource
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.google_compute_instance.https-rdir[0] - *terraform.NodeApplyableResource
module.https_rdir.google_compute_instance.https-rdir[1] - *terraform.NodeApplyableResource
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
module.https_c2.google_compute_instance.https-c2[0] - *terraform.NodeApplyableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_c2.google_compute_instance.https-c2[1] - *terraform.NodeApplyableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.google_compute_instance.https-c2[0] - *terraform.NodeApplyableResource
module.https_c2.google_compute_instance.https-c2[1] - *terraform.NodeApplyableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.google_compute_instance.https-rdir[0] - *terraform.NodeApplyableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.google_compute_instance.https-rdir[1] - *terraform.NodeApplyableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.google_compute_instance.https-rdir[0] - *terraform.NodeApplyableResource
module.https_rdir.google_compute_instance.https-rdir[1] - *terraform.NodeApplyableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
output.https-c2-ips - *terraform.NodeApplyableOutput
module.https_c2.output.ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
2019/05/06 16:38:40 [TRACE] Graph after step *terraform.TargetsTransformer:
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
module.https_c2.google_compute_instance.https-c2[0] - *terraform.NodeApplyableResource
module.https_c2.google_compute_instance.https-c2[1] - *terraform.NodeApplyableResource
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.google_compute_instance.https-rdir[0] - *terraform.NodeApplyableResource
module.https_rdir.google_compute_instance.https-rdir[1] - *terraform.NodeApplyableResource
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
module.https_c2.google_compute_instance.https-c2[0] - *terraform.NodeApplyableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_c2.google_compute_instance.https-c2[1] - *terraform.NodeApplyableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.google_compute_instance.https-c2[0] - *terraform.NodeApplyableResource
module.https_c2.google_compute_instance.https-c2[1] - *terraform.NodeApplyableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.google_compute_instance.https-rdir[0] - *terraform.NodeApplyableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.google_compute_instance.https-rdir[1] - *terraform.NodeApplyableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.google_compute_instance.https-rdir[0] - *terraform.NodeApplyableResource
module.https_rdir.google_compute_instance.https-rdir[1] - *terraform.NodeApplyableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
output.https-c2-ips - *terraform.NodeApplyableOutput
module.https_c2.output.ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
2019/05/06 16:38:40 [TRACE] Graph after step *terraform.CloseProviderTransformer:
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
module.https_c2.google_compute_instance.https-c2[0] - *terraform.NodeApplyableResource
module.https_c2.google_compute_instance.https-c2[1] - *terraform.NodeApplyableResource
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.google_compute_instance.https-rdir[0] - *terraform.NodeApplyableResource
module.https_rdir.google_compute_instance.https-rdir[1] - *terraform.NodeApplyableResource
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
module.https_c2.google_compute_instance.https-c2[0] - *terraform.NodeApplyableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_c2.google_compute_instance.https-c2[1] - *terraform.NodeApplyableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.google_compute_instance.https-c2[0] - *terraform.NodeApplyableResource
module.https_c2.google_compute_instance.https-c2[1] - *terraform.NodeApplyableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.provider.google (close) - *terraform.graphNodeCloseProvider
module.https_c2.google_compute_instance.https-c2[0] - *terraform.NodeApplyableResource
module.https_c2.google_compute_instance.https-c2[1] - *terraform.NodeApplyableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.google_compute_instance.https-rdir[0] - *terraform.NodeApplyableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.google_compute_instance.https-rdir[1] - *terraform.NodeApplyableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.google_compute_instance.https-rdir[0] - *terraform.NodeApplyableResource
module.https_rdir.google_compute_instance.https-rdir[1] - *terraform.NodeApplyableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.provider.google (close) - *terraform.graphNodeCloseProvider
module.https_rdir.google_compute_instance.https-rdir[0] - *terraform.NodeApplyableResource
module.https_rdir.google_compute_instance.https-rdir[1] - *terraform.NodeApplyableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
output.https-c2-ips - *terraform.NodeApplyableOutput
module.https_c2.output.ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
2019/05/06 16:38:40 [TRACE] Graph after step *terraform.CloseProvisionerTransformer:
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
module.https_c2.google_compute_instance.https-c2[0] - *terraform.NodeApplyableResource
module.https_c2.google_compute_instance.https-c2[1] - *terraform.NodeApplyableResource
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.google_compute_instance.https-rdir[0] - *terraform.NodeApplyableResource
module.https_rdir.google_compute_instance.https-rdir[1] - *terraform.NodeApplyableResource
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
module.https_c2.google_compute_instance.https-c2[0] - *terraform.NodeApplyableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_c2.google_compute_instance.https-c2[1] - *terraform.NodeApplyableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.google_compute_instance.https-c2[0] - *terraform.NodeApplyableResource
module.https_c2.google_compute_instance.https-c2[1] - *terraform.NodeApplyableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.provider.google (close) - *terraform.graphNodeCloseProvider
module.https_c2.google_compute_instance.https-c2[0] - *terraform.NodeApplyableResource
module.https_c2.google_compute_instance.https-c2[1] - *terraform.NodeApplyableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.google_compute_instance.https-rdir[0] - *terraform.NodeApplyableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.google_compute_instance.https-rdir[1] - *terraform.NodeApplyableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.google_compute_instance.https-rdir[0] - *terraform.NodeApplyableResource
module.https_rdir.google_compute_instance.https-rdir[1] - *terraform.NodeApplyableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.provider.google (close) - *terraform.graphNodeCloseProvider
module.https_rdir.google_compute_instance.https-rdir[0] - *terraform.NodeApplyableResource
module.https_rdir.google_compute_instance.https-rdir[1] - *terraform.NodeApplyableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
output.https-c2-ips - *terraform.NodeApplyableOutput
module.https_c2.output.ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
provisioner.local-exec (close) - *terraform.graphNodeCloseProvisioner
module.https_c2.google_compute_instance.https-c2[0] - *terraform.NodeApplyableResource
module.https_c2.google_compute_instance.https-c2[1] - *terraform.NodeApplyableResource
module.https_rdir.google_compute_instance.https-rdir[0] - *terraform.NodeApplyableResource
module.https_rdir.google_compute_instance.https-rdir[1] - *terraform.NodeApplyableResource
provisioner.remote-exec (close) - *terraform.graphNodeCloseProvisioner
module.https_c2.google_compute_instance.https-c2[0] - *terraform.NodeApplyableResource
module.https_c2.google_compute_instance.https-c2[1] - *terraform.NodeApplyableResource
module.https_rdir.google_compute_instance.https-rdir[0] - *terraform.NodeApplyableResource
module.https_rdir.google_compute_instance.https-rdir[1] - *terraform.NodeApplyableResource
2019/05/06 16:38:40 [TRACE] Graph after step *terraform.RootTransformer:
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
module.https_c2.google_compute_instance.https-c2[0] - *terraform.NodeApplyableResource
module.https_c2.google_compute_instance.https-c2[1] - *terraform.NodeApplyableResource
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.google_compute_instance.https-rdir[0] - *terraform.NodeApplyableResource
module.https_rdir.google_compute_instance.https-rdir[1] - *terraform.NodeApplyableResource
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
module.https_c2.google_compute_instance.https-c2[0] - *terraform.NodeApplyableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_c2.google_compute_instance.https-c2[1] - *terraform.NodeApplyableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.google_compute_instance.https-c2[0] - *terraform.NodeApplyableResource
module.https_c2.google_compute_instance.https-c2[1] - *terraform.NodeApplyableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.provider.google (close) - *terraform.graphNodeCloseProvider
module.https_c2.google_compute_instance.https-c2[0] - *terraform.NodeApplyableResource
module.https_c2.google_compute_instance.https-c2[1] - *terraform.NodeApplyableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.google_compute_instance.https-rdir[0] - *terraform.NodeApplyableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.google_compute_instance.https-rdir[1] - *terraform.NodeApplyableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.google_compute_instance.https-rdir[0] - *terraform.NodeApplyableResource
module.https_rdir.google_compute_instance.https-rdir[1] - *terraform.NodeApplyableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.provider.google (close) - *terraform.graphNodeCloseProvider
module.https_rdir.google_compute_instance.https-rdir[0] - *terraform.NodeApplyableResource
module.https_rdir.google_compute_instance.https-rdir[1] - *terraform.NodeApplyableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
output.https-c2-ips - *terraform.NodeApplyableOutput
module.https_c2.output.ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
provisioner.local-exec (close) - *terraform.graphNodeCloseProvisioner
module.https_c2.google_compute_instance.https-c2[0] - *terraform.NodeApplyableResource
module.https_c2.google_compute_instance.https-c2[1] - *terraform.NodeApplyableResource
module.https_rdir.google_compute_instance.https-rdir[0] - *terraform.NodeApplyableResource
module.https_rdir.google_compute_instance.https-rdir[1] - *terraform.NodeApplyableResource
provisioner.remote-exec (close) - *terraform.graphNodeCloseProvisioner
module.https_c2.google_compute_instance.https-c2[0] - *terraform.NodeApplyableResource
module.https_c2.google_compute_instance.https-c2[1] - *terraform.NodeApplyableResource
module.https_rdir.google_compute_instance.https-rdir[0] - *terraform.NodeApplyableResource
module.https_rdir.google_compute_instance.https-rdir[1] - *terraform.NodeApplyableResource
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
module.https_c2.provider.google (close) - *terraform.graphNodeCloseProvider
module.https_rdir.provider.google (close) - *terraform.graphNodeCloseProvider
provisioner.local-exec (close) - *terraform.graphNodeCloseProvisioner
provisioner.remote-exec (close) - *terraform.graphNodeCloseProvisioner
2019/05/06 16:38:40 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
output.https-c2-ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
module.https_c2.google_compute_instance.https-c2[0] - *terraform.NodeApplyableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_c2.google_compute_instance.https-c2[1] - *terraform.NodeApplyableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_c2.google_compute_instance.https-c2[0] - *terraform.NodeApplyableResource
module.https_c2.google_compute_instance.https-c2[1] - *terraform.NodeApplyableResource
module.https_c2.provider.google - *terraform.NodeApplyableProvider
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.provider.google (close) - *terraform.graphNodeCloseProvider
module.https_c2.google_compute_instance.https-c2[0] - *terraform.NodeApplyableResource
module.https_c2.google_compute_instance.https-c2[1] - *terraform.NodeApplyableResource
module.https_c2.provisioner.local-exec - *terraform.NodeProvisioner
module.https_c2.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_c2.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_c2.var.count - *terraform.NodeApplyableModuleVariable
module.https_c2.var.install - *terraform.NodeApplyableModuleVariable
module.https_c2.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_c2.var.project - *terraform.NodeApplyableModuleVariable
module.https_c2.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.google_compute_instance.https-rdir[0] - *terraform.NodeApplyableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.google_compute_instance.https-rdir[1] - *terraform.NodeApplyableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.google_compute_instance.https-rdir[0] - *terraform.NodeApplyableResource
module.https_rdir.google_compute_instance.https-rdir[1] - *terraform.NodeApplyableResource
module.https_rdir.provider.google - *terraform.NodeApplyableProvider
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.provider.google (close) - *terraform.graphNodeCloseProvider
module.https_rdir.google_compute_instance.https-rdir[0] - *terraform.NodeApplyableResource
module.https_rdir.google_compute_instance.https-rdir[1] - *terraform.NodeApplyableResource
module.https_rdir.provisioner.local-exec - *terraform.NodeProvisioner
module.https_rdir.provisioner.remote-exec - *terraform.NodeProvisioner
module.https_rdir.var.available_zones - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.count - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.machine_type - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.project - *terraform.NodeApplyableModuleVariable
module.https_rdir.var.redirect_to - *terraform.NodeApplyableModuleVariable
module.https_c2.output.ips - *terraform.NodeApplyableOutput
module.https_rdir.var.zones - *terraform.NodeApplyableModuleVariable
output.https-c2-ips - *terraform.NodeApplyableOutput
module.https_c2.output.ips - *terraform.NodeApplyableOutput
output.https-rdir-ips - *terraform.NodeApplyableOutput
module.https_rdir.output.ips - *terraform.NodeApplyableOutput
provisioner.local-exec (close) - *terraform.graphNodeCloseProvisioner
module.https_rdir.google_compute_instance.https-rdir[0] - *terraform.NodeApplyableResource
module.https_rdir.google_compute_instance.https-rdir[1] - *terraform.NodeApplyableResource
provisioner.remote-exec (close) - *terraform.graphNodeCloseProvisioner
module.https_rdir.google_compute_instance.https-rdir[0] - *terraform.NodeApplyableResource
module.https_rdir.google_compute_instance.https-rdir[1] - *terraform.NodeApplyableResource
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
module.https_c2.provider.google (close) - *terraform.graphNodeCloseProvider
module.https_rdir.provider.google (close) - *terraform.graphNodeCloseProvider
provisioner.local-exec (close) - *terraform.graphNodeCloseProvisioner
provisioner.remote-exec (close) - *terraform.graphNodeCloseProvisioner
2019/05/06 16:38:40 [DEBUG] Starting graph walk: walkApply
2019/05/06 16:38:40 [TRACE] dag/walk: added new vertex: "module.https_rdir.provisioner.remote-exec"
2019/05/06 16:38:40 [TRACE] dag/walk: added new vertex: "module.https_c2.google_compute_instance.https-c2[0]"
2019/05/06 16:38:40 [TRACE] dag/walk: added new vertex: "module.https_rdir.google_compute_instance.https-rdir[0]"
2019/05/06 16:38:40 [TRACE] dag/walk: added new vertex: "root"
2019/05/06 16:38:40 [TRACE] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)"
2019/05/06 16:38:40 [TRACE] dag/walk: added new vertex: "provisioner.local-exec (close)"
2019/05/06 16:38:40 [TRACE] dag/walk: added new vertex: "module.https_c2.var.available_zones"
2019/05/06 16:38:40 [TRACE] dag/walk: added new vertex: "module.https_c2.output.ips"
2019/05/06 16:38:40 [TRACE] dag/walk: added new vertex: "module.https_rdir.var.redirect_to"
2019/05/06 16:38:40 [TRACE] dag/walk: added new vertex: "provisioner.remote-exec (close)"
2019/05/06 16:38:40 [TRACE] dag/walk: added new vertex: "module.https_rdir.var.project"
2019/05/06 16:38:40 [TRACE] dag/walk: added new vertex: "module.https_rdir.provider.google (close)"
2019/05/06 16:38:40 [TRACE] dag/walk: added new vertex: "module.https_c2.provider.google"
2019/05/06 16:38:40 [TRACE] dag/walk: added new vertex: "module.https_rdir.provisioner.local-exec"
2019/05/06 16:38:40 [TRACE] dag/walk: added new vertex: "module.https_c2.var.machine_type"
2019/05/06 16:38:40 [TRACE] dag/walk: added new vertex: "module.https_rdir.var.available_zones"
2019/05/06 16:38:40 [TRACE] dag/walk: added new vertex: "module.https_rdir.var.zones"
2019/05/06 16:38:40 [TRACE] dag/walk: added new vertex: "module.https_c2.provider.google (close)"
2019/05/06 16:38:40 [TRACE] dag/walk: added new vertex: "module.https_rdir.google_compute_instance.https-rdir[1]"
2019/05/06 16:38:40 [TRACE] dag/walk: added new vertex: "module.https_c2.var.project"
2019/05/06 16:38:40 [TRACE] dag/walk: added new vertex: "module.https_c2.var.count"
2019/05/06 16:38:40 [TRACE] dag/walk: added new vertex: "output.https-rdir-ips"
2019/05/06 16:38:40 [TRACE] dag/walk: added new vertex: "module.https_c2.var.install"
2019/05/06 16:38:40 [TRACE] dag/walk: added new vertex: "module.https_c2.var.zones"
2019/05/06 16:38:40 [TRACE] dag/walk: added new vertex: "output.https-c2-ips"
2019/05/06 16:38:40 [TRACE] dag/walk: added new vertex: "module.https_rdir.provider.google"
2019/05/06 16:38:40 [TRACE] dag/walk: added new vertex: "module.https_rdir.output.ips"
2019/05/06 16:38:40 [TRACE] dag/walk: added new vertex: "module.https_c2.provisioner.remote-exec"
2019/05/06 16:38:40 [TRACE] dag/walk: added new vertex: "module.https_rdir.var.machine_type"
2019/05/06 16:38:40 [TRACE] dag/walk: added new vertex: "module.https_rdir.var.count"
2019/05/06 16:38:40 [TRACE] dag/walk: added new vertex: "module.https_c2.provisioner.local-exec"
2019/05/06 16:38:40 [TRACE] dag/walk: added new vertex: "module.https_c2.google_compute_instance.https-c2[1]"
2019/05/06 16:38:40 [TRACE] dag/walk: added edge: "module.https_c2.google_compute_instance.https-c2[1]" waiting on "module.https_c2.var.zones"
2019/05/06 16:38:40 [TRACE] dag/walk: added edge: "module.https_c2.output.ips" waiting on "module.https_c2.google_compute_instance.https-c2[0]"
2019/05/06 16:38:40 [TRACE] dag/walk: added edge: "provisioner.local-exec (close)" waiting on "module.https_rdir.google_compute_instance.https-rdir[0]"
2019/05/06 16:38:40 [TRACE] dag/walk: added edge: "module.https_rdir.provider.google (close)" waiting on "module.https_rdir.google_compute_instance.https-rdir[0]"
2019/05/06 16:38:40 [TRACE] dag/walk: added edge: "provisioner.remote-exec (close)" waiting on "module.https_rdir.google_compute_instance.https-rdir[0]"
2019/05/06 16:38:40 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "output.https-c2-ips"
2019/05/06 16:38:40 [TRACE] dag/walk: added edge: "root" waiting on "module.https_c2.provider.google (close)"
2019/05/06 16:38:40 [TRACE] dag/walk: added edge: "module.https_c2.google_compute_instance.https-c2[0]" waiting on "module.https_c2.var.count"
2019/05/06 16:38:40 [TRACE] dag/walk: added edge: "module.https_c2.google_compute_instance.https-c2[0]" waiting on "module.https_c2.var.install"
2019/05/06 16:38:40 [TRACE] dag/walk: added edge: "module.https_rdir.provider.google (close)" waiting on "module.https_rdir.google_compute_instance.https-rdir[1]"
2019/05/06 16:38:40 [TRACE] dag/walk: added edge: "module.https_c2.google_compute_instance.https-c2[0]" waiting on "module.https_c2.provisioner.remote-exec"
2019/05/06 16:38:40 [TRACE] dag/walk: added edge: "module.https_c2.google_compute_instance.https-c2[0]" waiting on "module.https_c2.var.zones"
2019/05/06 16:38:40 [TRACE] dag/walk: added edge: "module.https_rdir.google_compute_instance.https-rdir[1]" waiting on "module.https_rdir.var.available_zones"
2019/05/06 16:38:40 [TRACE] dag/walk: added edge: "module.https_rdir.google_compute_instance.https-rdir[1]" waiting on "module.https_rdir.var.count"
2019/05/06 16:38:40 [TRACE] dag/walk: added edge: "module.https_c2.provider.google" waiting on "module.https_c2.var.project"
2019/05/06 16:38:40 [TRACE] dag/walk: added edge: "output.https-c2-ips" waiting on "module.https_c2.output.ips"
2019/05/06 16:38:40 [TRACE] dag/walk: added edge: "module.https_rdir.google_compute_instance.https-rdir[1]" waiting on "module.https_rdir.var.zones"
2019/05/06 16:38:40 [TRACE] dag/walk: added edge: "module.https_rdir.output.ips" waiting on "module.https_rdir.google_compute_instance.https-rdir[0]"
2019/05/06 16:38:40 [TRACE] dag/walk: added edge: "module.https_c2.google_compute_instance.https-c2[1]" waiting on "module.https_c2.provider.google"
2019/05/06 16:38:40 [TRACE] dag/walk: added edge: "output.https-rdir-ips" waiting on "module.https_rdir.output.ips"
2019/05/06 16:38:40 [TRACE] dag/walk: added edge: "module.https_c2.google_compute_instance.https-c2[0]" waiting on "module.https_c2.provider.google"
2019/05/06 16:38:40 [TRACE] dag/walk: added edge: "module.https_c2.google_compute_instance.https-c2[0]" waiting on "module.https_c2.provisioner.local-exec"
2019/05/06 16:38:40 [TRACE] dag/walk: added edge: "module.https_rdir.google_compute_instance.https-rdir[0]" waiting on "module.https_rdir.var.redirect_to"
2019/05/06 16:38:40 [TRACE] dag/walk: added edge: "module.https_c2.google_compute_instance.https-c2[0]" waiting on "module.https_c2.var.machine_type"
2019/05/06 16:38:40 [TRACE] dag/walk: added edge: "module.https_c2.provider.google (close)" waiting on "module.https_c2.google_compute_instance.https-c2[0]"
2019/05/06 16:38:40 [TRACE] dag/walk: added edge: "module.https_rdir.google_compute_instance.https-rdir[0]" waiting on "module.https_rdir.var.zones"
2019/05/06 16:38:40 [TRACE] dag/walk: added edge: "module.https_c2.output.ips" waiting on "module.https_c2.google_compute_instance.https-c2[1]"
2019/05/06 16:38:40 [TRACE] dag/walk: added edge: "root" waiting on "provisioner.remote-exec (close)"
2019/05/06 16:38:40 [TRACE] dag/walk: added edge: "module.https_c2.google_compute_instance.https-c2[1]" waiting on "module.https_c2.var.install"
2019/05/06 16:38:40 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)"
2019/05/06 16:38:40 [TRACE] dag/walk: added edge: "module.https_rdir.google_compute_instance.https-rdir[0]" waiting on "module.https_rdir.var.available_zones"
2019/05/06 16:38:40 [TRACE] dag/walk: added edge: "module.https_rdir.google_compute_instance.https-rdir[0]" waiting on "module.https_rdir.provisioner.remote-exec"
2019/05/06 16:38:40 [TRACE] dag/walk: added edge: "module.https_rdir.google_compute_instance.https-rdir[1]" waiting on "module.https_rdir.provider.google"
2019/05/06 16:38:40 [TRACE] dag/walk: added edge: "module.https_c2.google_compute_instance.https-c2[1]" waiting on "module.https_c2.var.machine_type"
2019/05/06 16:38:40 [TRACE] dag/walk: added edge: "module.https_rdir.google_compute_instance.https-rdir[0]" waiting on "module.https_rdir.provider.google"
2019/05/06 16:38:40 [TRACE] dag/walk: added edge: "module.https_rdir.google_compute_instance.https-rdir[1]" waiting on "module.https_rdir.provisioner.remote-exec"
2019/05/06 16:38:40 [TRACE] dag/walk: added edge: "module.https_rdir.google_compute_instance.https-rdir[0]" waiting on "module.https_rdir.var.count"
2019/05/06 16:38:40 [TRACE] dag/walk: added edge: "root" waiting on "module.https_rdir.provider.google (close)"
2019/05/06 16:38:40 [TRACE] dag/walk: added edge: "module.https_c2.google_compute_instance.https-c2[1]" waiting on "module.https_c2.var.available_zones"
2019/05/06 16:38:40 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "output.https-rdir-ips"
2019/05/06 16:38:40 [TRACE] dag/walk: added edge: "module.https_rdir.google_compute_instance.https-rdir[0]" waiting on "module.https_rdir.provisioner.local-exec"
2019/05/06 16:38:40 [TRACE] dag/walk: added edge: "module.https_c2.google_compute_instance.https-c2[0]" waiting on "module.https_c2.var.available_zones"
2019/05/06 16:38:40 [TRACE] dag/walk: added edge: "module.https_rdir.google_compute_instance.https-rdir[0]" waiting on "module.https_rdir.var.machine_type"
2019/05/06 16:38:40 [TRACE] dag/walk: added edge: "root" waiting on "provisioner.local-exec (close)"
2019/05/06 16:38:40 [TRACE] dag/walk: added edge: "provisioner.local-exec (close)" waiting on "module.https_rdir.google_compute_instance.https-rdir[1]"
2019/05/06 16:38:40 [TRACE] dag/walk: added edge: "module.https_rdir.google_compute_instance.https-rdir[1]" waiting on "module.https_rdir.provisioner.local-exec"
2019/05/06 16:38:40 [TRACE] dag/walk: added edge: "module.https_rdir.provider.google" waiting on "module.https_rdir.var.project"
2019/05/06 16:38:40 [TRACE] dag/walk: added edge: "module.https_c2.provider.google (close)" waiting on "module.https_c2.google_compute_instance.https-c2[1]"
2019/05/06 16:38:40 [TRACE] dag/walk: added edge: "module.https_rdir.output.ips" waiting on "module.https_rdir.google_compute_instance.https-rdir[1]"
2019/05/06 16:38:40 [TRACE] dag/walk: added edge: "module.https_c2.google_compute_instance.https-c2[1]" waiting on "module.https_c2.var.count"
2019/05/06 16:38:40 [TRACE] dag/walk: added edge: "module.https_rdir.google_compute_instance.https-rdir[1]" waiting on "module.https_rdir.var.machine_type"
2019/05/06 16:38:40 [TRACE] dag/walk: added edge: "module.https_c2.google_compute_instance.https-c2[1]" waiting on "module.https_c2.provisioner.remote-exec"
2019/05/06 16:38:40 [TRACE] dag/walk: added edge: "provisioner.remote-exec (close)" waiting on "module.https_rdir.google_compute_instance.https-rdir[1]"
2019/05/06 16:38:40 [TRACE] dag/walk: added edge: "module.https_rdir.var.redirect_to" waiting on "module.https_c2.output.ips"
2019/05/06 16:38:40 [TRACE] dag/walk: added edge: "module.https_c2.google_compute_instance.https-c2[1]" waiting on "module.https_c2.provisioner.local-exec"
2019/05/06 16:38:40 [TRACE] dag/walk: added edge: "module.https_rdir.google_compute_instance.https-rdir[1]" waiting on "module.https_rdir.var.redirect_to"
2019/05/06 16:38:40 [TRACE] dag/walk: dependencies changed for "module.https_c2.output.ips", sending new deps
2019/05/06 16:38:40 [TRACE] dag/walk: dependencies changed for "provisioner.local-exec (close)", sending new deps
2019/05/06 16:38:40 [TRACE] dag/walk: dependencies changed for "module.https_rdir.provider.google (close)", sending new deps
2019/05/06 16:38:40 [TRACE] dag/walk: dependencies changed for "provisioner.remote-exec (close)", sending new deps
2019/05/06 16:38:40 [TRACE] dag/walk: dependencies changed for "module.https_c2.provider.google", sending new deps
2019/05/06 16:38:40 [TRACE] dag/walk: dependencies changed for "output.https-c2-ips", sending new deps
2019/05/06 16:38:40 [TRACE] dag/walk: dependencies changed for "module.https_rdir.output.ips", sending new deps
2019/05/06 16:38:40 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps
2019/05/06 16:38:40 [TRACE] dag/walk: dependencies changed for "output.https-rdir-ips", sending new deps
2019/05/06 16:38:40 [TRACE] dag/walk: dependencies changed for "module.https_rdir.google_compute_instance.https-rdir[0]", sending new deps
2019/05/06 16:38:40 [TRACE] dag/walk: dependencies changed for "module.https_rdir.provider.google", sending new deps
2019/05/06 16:38:40 [TRACE] dag/walk: dependencies changed for "module.https_rdir.var.redirect_to", sending new deps
2019/05/06 16:38:40 [TRACE] dag/walk: dependencies changed for "module.https_c2.google_compute_instance.https-c2[1]", sending new deps
2019/05/06 16:38:40 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2019/05/06 16:38:40 [TRACE] dag/walk: dependencies changed for "module.https_c2.google_compute_instance.https-c2[0]", sending new deps
2019/05/06 16:38:40 [TRACE] dag/walk: dependencies changed for "module.https_rdir.google_compute_instance.https-rdir[1]", sending new deps
2019/05/06 16:38:40 [TRACE] dag/walk: dependencies changed for "module.https_c2.provider.google (close)", sending new deps
2019/05/06 16:38:40 [TRACE] dag/walk: walking "module.https_c2.var.available_zones"
2019/05/06 16:38:40 [TRACE] vertex 'root.module.https_c2.var.available_zones': walking
2019/05/06 16:38:40 [TRACE] vertex 'root.module.https_c2.var.available_zones': evaluating
2019/05/06 16:38:40 [TRACE] [walkApply] Entering eval tree: module.https_c2.var.available_zones
2019/05/06 16:38:40 [TRACE] root: eval: *terraform.EvalNoop
2019/05/06 16:38:40 [TRACE] [walkApply] Exiting eval tree: module.https_c2.var.available_zones
2019/05/06 16:38:40 [TRACE] dag/walk: walking "module.https_rdir.var.project"
2019/05/06 16:38:40 [TRACE] vertex 'root.module.https_rdir.var.project': walking
2019/05/06 16:38:40 [TRACE] vertex 'root.module.https_rdir.var.project': evaluating
2019/05/06 16:38:40 [TRACE] [walkApply] Entering eval tree: module.https_rdir.var.project
2019/05/06 16:38:40 [TRACE] root: eval: *terraform.EvalNoop
2019/05/06 16:38:40 [TRACE] [walkApply] Exiting eval tree: module.https_rdir.var.project
2019/05/06 16:38:40 [TRACE] dag/walk: walking "module.https_rdir.provisioner.local-exec"
2019/05/06 16:38:40 [TRACE] vertex 'root.module.https_rdir.provisioner.local-exec': walking
2019/05/06 16:38:40 [TRACE] vertex 'root.module.https_rdir.provisioner.local-exec': evaluating
2019/05/06 16:38:40 [TRACE] [walkApply] Entering eval tree: module.https_rdir.provisioner.local-exec
2019/05/06 16:38:40 [TRACE] root.https_rdir: eval: *terraform.EvalInitProvisioner
2019/05/06 16:38:40 [TRACE] dag/walk: walking "module.https_c2.var.machine_type"
2019/05/06 16:38:40 [TRACE] vertex 'root.module.https_c2.var.machine_type': walking
2019/05/06 16:38:40 [TRACE] vertex 'root.module.https_c2.var.machine_type': evaluating
2019/05/06 16:38:40 [TRACE] [walkApply] Entering eval tree: module.https_c2.var.machine_type
2019/05/06 16:38:40 [TRACE] root: eval: *terraform.EvalNoop
2019/05/06 16:38:40 [TRACE] [walkApply] Exiting eval tree: module.https_c2.var.machine_type
2019/05/06 16:38:40 [TRACE] dag/walk: walking "module.https_rdir.var.available_zones"
2019/05/06 16:38:40 [TRACE] vertex 'root.module.https_rdir.var.available_zones': walking
2019/05/06 16:38:40 [TRACE] vertex 'root.module.https_rdir.var.available_zones': evaluating
2019/05/06 16:38:40 [TRACE] [walkApply] Entering eval tree: module.https_rdir.var.available_zones
2019/05/06 16:38:40 [TRACE] root: eval: *terraform.EvalNoop
2019/05/06 16:38:40 [TRACE] [walkApply] Exiting eval tree: module.https_rdir.var.available_zones
2019/05/06 16:38:40 [TRACE] dag/walk: walking "module.https_rdir.var.zones"
2019/05/06 16:38:40 [TRACE] vertex 'root.module.https_rdir.var.zones': walking
2019/05/06 16:38:40 [TRACE] vertex 'root.module.https_rdir.var.zones': evaluating
2019/05/06 16:38:40 [TRACE] [walkApply] Entering eval tree: module.https_rdir.var.zones
2019/05/06 16:38:40 [TRACE] root: eval: *terraform.EvalNoop
2019/05/06 16:38:40 [TRACE] [walkApply] Exiting eval tree: module.https_rdir.var.zones
2019/05/06 16:38:40 [TRACE] dag/walk: walking "module.https_c2.var.project"
2019/05/06 16:38:40 [TRACE] vertex 'root.module.https_c2.var.project': walking
2019/05/06 16:38:40 [TRACE] vertex 'root.module.https_c2.var.project': evaluating
2019/05/06 16:38:40 [TRACE] [walkApply] Entering eval tree: module.https_c2.var.project
2019/05/06 16:38:40 [TRACE] root: eval: *terraform.EvalNoop
2019/05/06 16:38:40 [TRACE] [walkApply] Exiting eval tree: module.https_c2.var.project
2019/05/06 16:38:40 [TRACE] dag/walk: walking "module.https_c2.provider.google"
2019/05/06 16:38:40 [TRACE] vertex 'root.module.https_c2.provider.google': walking
2019/05/06 16:38:40 [TRACE] vertex 'root.module.https_c2.provider.google': evaluating
2019/05/06 16:38:40 [TRACE] [walkApply] Entering eval tree: module.https_c2.provider.google
2019/05/06 16:38:40 [TRACE] root.https_c2: eval: *terraform.EvalSequence
2019/05/06 16:38:40 [TRACE] root.https_c2: eval: *terraform.EvalInitProvider
2019/05/06 16:38:40 [TRACE] dag/walk: walking "module.https_c2.var.count"
2019/05/06 16:38:40 [TRACE] vertex 'root.module.https_c2.var.count': walking
2019/05/06 16:38:40 [TRACE] vertex 'root.module.https_c2.var.count': evaluating
2019/05/06 16:38:40 [TRACE] [walkApply] Entering eval tree: module.https_c2.var.count
2019/05/06 16:38:40 [TRACE] root: eval: *terraform.EvalSequence
2019/05/06 16:38:40 [TRACE] root: eval: terraform.EvalNoop
2019/05/06 16:38:40 [TRACE] root: eval: *terraform.EvalOpFilter
2019/05/06 16:38:40 [TRACE] root: eval: *terraform.EvalInterpolate
2019/05/06 16:38:40 [TRACE] root: eval: *terraform.EvalVariableBlock
2019/05/06 16:38:40 [TRACE] root: eval: *terraform.EvalCoerceMapVariable
2019/05/06 16:38:40 [TRACE] root: eval: *terraform.EvalTypeCheckVariable
2019/05/06 16:38:40 [TRACE] root: eval: *terraform.EvalSetVariables
2019/05/06 16:38:40 [TRACE] [walkApply] Exiting eval tree: module.https_c2.var.count
2019/05/06 16:38:40 [TRACE] dag/walk: walking "module.https_c2.var.install"
2019/05/06 16:38:40 [TRACE] vertex 'root.module.https_c2.var.install': walking
2019/05/06 16:38:40 [TRACE] vertex 'root.module.https_c2.var.install': evaluating
2019/05/06 16:38:40 [TRACE] [walkApply] Entering eval tree: module.https_c2.var.install
2019/05/06 16:38:40 [TRACE] root: eval: *terraform.EvalNoop
2019/05/06 16:38:40 [TRACE] [walkApply] Exiting eval tree: module.https_c2.var.install
2019/05/06 16:38:40 [TRACE] dag/walk: walking "module.https_c2.var.zones"
2019/05/06 16:38:40 [TRACE] vertex 'root.module.https_c2.var.zones': walking
2019/05/06 16:38:40 [TRACE] vertex 'root.module.https_c2.var.zones': evaluating
2019/05/06 16:38:40 [TRACE] [walkApply] Entering eval tree: module.https_c2.var.zones
2019/05/06 16:38:40 [TRACE] root: eval: *terraform.EvalNoop
2019/05/06 16:38:40 [TRACE] [walkApply] Exiting eval tree: module.https_c2.var.zones
2019/05/06 16:38:40 [TRACE] dag/walk: walking "module.https_rdir.provider.google"
2019/05/06 16:38:40 [TRACE] vertex 'root.module.https_rdir.provider.google': walking
2019/05/06 16:38:40 [TRACE] vertex 'root.module.https_rdir.provider.google': evaluating
2019/05/06 16:38:40 [TRACE] [walkApply] Entering eval tree: module.https_rdir.provider.google
2019/05/06 16:38:40 [TRACE] root.https_rdir: eval: *terraform.EvalSequence
2019/05/06 16:38:40 [TRACE] root.https_rdir: eval: *terraform.EvalInitProvider
2019/05/06 16:38:40 [TRACE] dag/walk: walking "module.https_c2.provisioner.remote-exec"
2019/05/06 16:38:40 [TRACE] vertex 'root.module.https_c2.provisioner.remote-exec': walking
2019/05/06 16:38:40 [TRACE] vertex 'root.module.https_c2.provisioner.remote-exec': evaluating
2019/05/06 16:38:40 [TRACE] [walkApply] Entering eval tree: module.https_c2.provisioner.remote-exec
2019/05/06 16:38:40 [TRACE] root.https_c2: eval: *terraform.EvalInitProvisioner
2019/05/06 16:38:40 [TRACE] dag/walk: walking "module.https_rdir.var.machine_type"
2019/05/06 16:38:40 [TRACE] vertex 'root.module.https_rdir.var.machine_type': walking
2019/05/06 16:38:40 [TRACE] vertex 'root.module.https_rdir.var.machine_type': evaluating
2019/05/06 16:38:40 [TRACE] [walkApply] Entering eval tree: module.https_rdir.var.machine_type
2019/05/06 16:38:40 [TRACE] root: eval: *terraform.EvalNoop
2019/05/06 16:38:40 [TRACE] [walkApply] Exiting eval tree: module.https_rdir.var.machine_type
2019/05/06 16:38:40 [TRACE] dag/walk: walking "module.https_rdir.var.count"
2019/05/06 16:38:40 [TRACE] vertex 'root.module.https_rdir.var.count': walking
2019/05/06 16:38:40 [TRACE] vertex 'root.module.https_rdir.var.count': evaluating
2019/05/06 16:38:40 [TRACE] [walkApply] Entering eval tree: module.https_rdir.var.count
2019/05/06 16:38:40 [TRACE] root: eval: *terraform.EvalSequence
2019/05/06 16:38:40 [TRACE] root: eval: terraform.EvalNoop
2019/05/06 16:38:40 [TRACE] root: eval: *terraform.EvalOpFilter
2019/05/06 16:38:40 [TRACE] root: eval: *terraform.EvalInterpolate
2019/05/06 16:38:40 [TRACE] root: eval: *terraform.EvalVariableBlock
2019/05/06 16:38:40 [TRACE] root: eval: *terraform.EvalCoerceMapVariable
2019/05/06 16:38:40 [TRACE] root: eval: *terraform.EvalTypeCheckVariable
2019/05/06 16:38:40 [TRACE] root: eval: *terraform.EvalSetVariables
2019/05/06 16:38:40 [TRACE] [walkApply] Exiting eval tree: module.https_rdir.var.count
2019/05/06 16:38:40 [TRACE] dag/walk: walking "module.https_c2.provisioner.local-exec"
2019/05/06 16:38:40 [TRACE] vertex 'root.module.https_c2.provisioner.local-exec': walking
2019/05/06 16:38:40 [TRACE] vertex 'root.module.https_c2.provisioner.local-exec': evaluating
2019/05/06 16:38:40 [TRACE] [walkApply] Entering eval tree: module.https_c2.provisioner.local-exec
2019/05/06 16:38:40 [TRACE] root.https_c2: eval: *terraform.EvalInitProvisioner
2019/05/06 16:38:40 [TRACE] dag/walk: walking "module.https_rdir.provisioner.remote-exec"
2019/05/06 16:38:40 [TRACE] vertex 'root.module.https_rdir.provisioner.remote-exec': walking
2019/05/06 16:38:40 [TRACE] vertex 'root.module.https_rdir.provisioner.remote-exec': evaluating
2019/05/06 16:38:40 [TRACE] [walkApply] Entering eval tree: module.https_rdir.provisioner.remote-exec
2019/05/06 16:38:40 [TRACE] root.https_rdir: eval: *terraform.EvalInitProvisioner
2019/05/06 16:38:40 [TRACE] [walkApply] Exiting eval tree: module.https_rdir.provisioner.local-exec
2019/05/06 16:38:40 [TRACE] root.https_c2: eval: terraform.EvalNoop
2019/05/06 16:38:40 [TRACE] root.https_c2: eval: terraform.EvalNoop
2019/05/06 16:38:40 [TRACE] root.https_c2: eval: *terraform.EvalOpFilter
2019/05/06 16:38:40 [TRACE] root.https_c2: eval: *terraform.EvalSequence
2019/05/06 16:38:40 [TRACE] root.https_c2: eval: *terraform.EvalGetProvider
2019/05/06 16:38:40 [TRACE] root.https_c2: eval: *terraform.EvalInterpolateProvider
2019/05/06 16:38:40 [TRACE] root.https_c2: eval: *terraform.EvalBuildProviderConfig
2019/05/06 16:38:40 [TRACE] root.https_c2: eval: *terraform.EvalOpFilter
2019/05/06 16:38:40 [TRACE] root.https_c2: eval: *terraform.EvalSequence
2019/05/06 16:38:40 [TRACE] root.https_c2: eval: *terraform.EvalConfigProvider
2019/05/06 16:38:40 [TRACE] [walkApply] Exiting eval tree: module.https_c2.provisioner.remote-exec
2019-05-06T16:38:40.701Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:40 [INFO] Authenticating using configured Google JSON 'credentials'...
2019-05-06T16:38:40.701Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:40 [INFO] -- Scopes: [https://www.googleapis.com/auth/compute https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/ndev.clouddns.readwrite https://www.googleapis.com/auth/devstorage.full_control]
2019-05-06T16:38:40.701Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:40 [INFO] Instantiating GCE client...
2019-05-06T16:38:40.701Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:40 [INFO] Instantiating GCE Beta client...
2019-05-06T16:38:40.701Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:40 [INFO] Instantiating GKE client...
2019-05-06T16:38:40.701Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:40 [INFO] Instantiating GKE Beta client...
2019-05-06T16:38:40.701Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:40 [INFO] Instantiating Google Cloud DNS client...
2019-05-06T16:38:40.701Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:40 [INFO] Instantiating Google Cloud DNS Beta client...
2019-05-06T16:38:40.701Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:40 [INFO] Instantiating Google Cloud KMS Client...
2019-05-06T16:38:40.701Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:40 [INFO] Instantiating Google Stackdriver Logging client...
2019-05-06T16:38:40.701Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:40 [INFO] Instantiating Google Storage Client...
2019-05-06T16:38:40.701Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:40 [INFO] Instantiating Google SqlAdmin Client...
2019-05-06T16:38:40.701Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:40 [INFO] Instantiating Google Pubsub Client...
2019-05-06T16:38:40.701Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:40 [INFO] Instantiating Google Dataflow Client...
2019-05-06T16:38:40.702Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:40 [INFO] Instantiating Google Cloud ResourceManager Client...
2019-05-06T16:38:40.702Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:40 [INFO] Instantiating Google Cloud ResourceManager V Client...
2019-05-06T16:38:40.702Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:40 [INFO] Instantiating Google Cloud Runtimeconfig Client...
2019-05-06T16:38:40.702Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:40 [INFO] Instantiating Google Cloud IAM Client...
2019-05-06T16:38:40.702Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:40 [INFO] Instantiating Google Cloud IAMCredentials Client...
2019-05-06T16:38:40.702Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:40 [INFO] Instantiating Google Cloud Service Management Client...
2019-05-06T16:38:40.702Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:40 [INFO] Instantiating Google Cloud Service Usage Client...
2019-05-06T16:38:40.702Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:40 [INFO] Instantiating Google Cloud Billing Client...
2019-05-06T16:38:40.702Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:40 [INFO] Instantiating Google Cloud Build Client...
2019-05-06T16:38:40.702Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:40 [INFO] Instantiating Google Cloud BigQuery Client...
2019-05-06T16:38:40.702Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:40 [INFO] Instantiating Google Cloud CloudFunctions Client...
2019-05-06T16:38:40.702Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:40 [INFO] Instantiating Google Cloud Source Repo Client...
2019-05-06T16:38:40.702Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:40 [INFO] Instantiating Google Cloud Spanner Client...
2019-05-06T16:38:40.702Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:40 [INFO] Instantiating Google Cloud Dataproc Client...
2019-05-06T16:38:40.702Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:40 [INFO] Instantiating Google Cloud IoT Core Client...
2019-05-06T16:38:40.702Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:40 [INFO] Instantiating App Engine Client...
2019-05-06T16:38:40.702Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:40 [INFO] Instantiating Cloud Composer Client...
2019-05-06T16:38:40.702Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:40 [INFO] Instantiating Google Cloud Storage Transfer Client...
2019/05/06 16:38:40 [TRACE] [walkApply] Exiting eval tree: module.https_c2.provider.google
2019/05/06 16:38:40 [TRACE] [walkApply] Exiting eval tree: module.https_c2.provisioner.local-exec
2019/05/06 16:38:40 [TRACE] dag/walk: walking "module.https_c2.google_compute_instance.https-c2[1]"
2019/05/06 16:38:40 [TRACE] vertex 'root.module.https_c2.google_compute_instance.https-c2[1]': walking
2019/05/06 16:38:40 [TRACE] vertex 'root.module.https_c2.google_compute_instance.https-c2[1]': evaluating
2019/05/06 16:38:40 [TRACE] [walkApply] Entering eval tree: module.https_c2.google_compute_instance.https-c2[1]
2019/05/06 16:38:40 [TRACE] root.https_c2: eval: *terraform.EvalSequence
2019/05/06 16:38:40 [TRACE] root.https_c2: eval: *terraform.EvalInstanceInfo
2019/05/06 16:38:40 [TRACE] root.https_c2: eval: *terraform.EvalReadDiff
2019/05/06 16:38:40 [TRACE] root.https_c2: eval: *terraform.EvalIf
2019/05/06 16:38:40 [TRACE] root.https_c2: eval: terraform.EvalNoop
2019/05/06 16:38:40 [TRACE] root.https_c2: eval: *terraform.EvalIf
2019/05/06 16:38:40 [TRACE] root.https_c2: eval: *terraform.EvalInterpolate
2019/05/06 16:38:40 [TRACE] root.https_c2: eval: *terraform.EvalInterpolate
2019/05/06 16:38:40 [TRACE] root.https_c2: eval: *terraform.EvalGetProvider
2019/05/06 16:38:40 [TRACE] dag/walk: walking "module.https_c2.google_compute_instance.https-c2[0]"
2019/05/06 16:38:40 [TRACE] vertex 'root.module.https_c2.google_compute_instance.https-c2[0]': walking
2019/05/06 16:38:40 [TRACE] vertex 'root.module.https_c2.google_compute_instance.https-c2[0]': evaluating
2019/05/06 16:38:40 [TRACE] [walkApply] Entering eval tree: module.https_c2.google_compute_instance.https-c2[0]
2019/05/06 16:38:40 [TRACE] root.https_c2: eval: *terraform.EvalSequence
2019/05/06 16:38:40 [TRACE] root.https_c2: eval: *terraform.EvalInstanceInfo
2019/05/06 16:38:40 [TRACE] root.https_c2: eval: *terraform.EvalReadDiff
2019/05/06 16:38:40 [TRACE] root.https_c2: eval: *terraform.EvalIf
2019/05/06 16:38:40 [TRACE] root.https_c2: eval: terraform.EvalNoop
2019/05/06 16:38:40 [TRACE] root.https_c2: eval: *terraform.EvalIf
2019/05/06 16:38:40 [TRACE] root.https_c2: eval: *terraform.EvalInterpolate
2019/05/06 16:38:40 [TRACE] root.https_c2: eval: *terraform.EvalInterpolate
2019/05/06 16:38:40 [TRACE] root.https_c2: eval: *terraform.EvalGetProvider
2019/05/06 16:38:40 [TRACE] [walkApply] Exiting eval tree: module.https_rdir.provisioner.remote-exec
2019/05/06 16:38:40 [TRACE] root.https_rdir: eval: terraform.EvalNoop
2019/05/06 16:38:40 [TRACE] root.https_rdir: eval: terraform.EvalNoop
2019/05/06 16:38:40 [TRACE] root.https_rdir: eval: *terraform.EvalOpFilter
2019/05/06 16:38:40 [TRACE] root.https_rdir: eval: *terraform.EvalSequence
2019/05/06 16:38:40 [TRACE] root.https_rdir: eval: *terraform.EvalGetProvider
2019/05/06 16:38:40 [TRACE] root.https_rdir: eval: *terraform.EvalInterpolateProvider
2019/05/06 16:38:40 [TRACE] root.https_rdir: eval: *terraform.EvalBuildProviderConfig
2019/05/06 16:38:40 [TRACE] root.https_rdir: eval: *terraform.EvalOpFilter
2019/05/06 16:38:40 [TRACE] root.https_rdir: eval: *terraform.EvalSequence
2019/05/06 16:38:40 [TRACE] root.https_rdir: eval: *terraform.EvalConfigProvider
2019/05/06 16:38:40 [TRACE] root.https_c2: eval: *terraform.EvalReadState
2019/05/06 16:38:40 [TRACE] root.https_c2: eval: *terraform.EvalValidateResource
2019/05/06 16:38:40 [TRACE] root.https_c2: eval: *terraform.EvalReadState
2019/05/06 16:38:40 [TRACE] root.https_c2: eval: *terraform.EvalValidateResource
2019-05-06T16:38:40.712Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:40 [INFO] Authenticating using configured Google JSON 'credentials'...
2019-05-06T16:38:40.712Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:40 [INFO] -- Scopes: [https://www.googleapis.com/auth/compute https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/ndev.clouddns.readwrite https://www.googleapis.com/auth/devstorage.full_control]
2019-05-06T16:38:40.712Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:40 [INFO] Instantiating GCE client...
2019-05-06T16:38:40.712Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:40 [INFO] Instantiating GCE Beta client...
2019-05-06T16:38:40.712Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:40 [INFO] Instantiating GKE client...
2019-05-06T16:38:40.712Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:40 [INFO] Instantiating GKE Beta client...
2019-05-06T16:38:40.712Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:40 [INFO] Instantiating Google Cloud DNS client...
2019-05-06T16:38:40.712Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:40 [INFO] Instantiating Google Cloud DNS Beta client...
2019-05-06T16:38:40.712Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:40 [INFO] Instantiating Google Cloud KMS Client...
2019-05-06T16:38:40.712Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:40 [INFO] Instantiating Google Stackdriver Logging client...
2019-05-06T16:38:40.712Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:40 [INFO] Instantiating Google Storage Client...
2019-05-06T16:38:40.712Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:40 [INFO] Instantiating Google SqlAdmin Client...
2019-05-06T16:38:40.712Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:40 [INFO] Instantiating Google Pubsub Client...
2019-05-06T16:38:40.712Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:40 [INFO] Instantiating Google Dataflow Client...
2019-05-06T16:38:40.713Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:40 [INFO] Instantiating Google Cloud ResourceManager Client...
2019-05-06T16:38:40.713Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:40 [INFO] Instantiating Google Cloud ResourceManager V Client...
2019-05-06T16:38:40.713Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:40 [INFO] Instantiating Google Cloud Runtimeconfig Client...
2019-05-06T16:38:40.713Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:40 [INFO] Instantiating Google Cloud IAM Client...
2019-05-06T16:38:40.713Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:40 [INFO] Instantiating Google Cloud IAMCredentials Client...
2019-05-06T16:38:40.713Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:40 [INFO] Instantiating Google Cloud Service Management Client...
2019-05-06T16:38:40.713Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:40 [INFO] Instantiating Google Cloud Service Usage Client...
2019-05-06T16:38:40.713Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:40 [INFO] Instantiating Google Cloud Billing Client...
2019-05-06T16:38:40.713Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:40 [INFO] Instantiating Google Cloud Build Client...
2019-05-06T16:38:40.713Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:40 [INFO] Instantiating Google Cloud BigQuery Client...
2019-05-06T16:38:40.713Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:40 [INFO] Instantiating Google Cloud CloudFunctions Client...
2019-05-06T16:38:40.713Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:40 [INFO] Instantiating Google Cloud Source Repo Client...
2019-05-06T16:38:40.713Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:40 [INFO] Instantiating Google Cloud Spanner Client...
2019-05-06T16:38:40.713Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:40 [INFO] Instantiating Google Cloud Dataproc Client...
2019-05-06T16:38:40.713Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:40 [INFO] Instantiating Google Cloud IoT Core Client...
2019-05-06T16:38:40.713Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:40 [INFO] Instantiating App Engine Client...
2019-05-06T16:38:40.713Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:40 [INFO] Instantiating Cloud Composer Client...
2019-05-06T16:38:40.713Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:40 [INFO] Instantiating Google Cloud Storage Transfer Client...
2019/05/06 16:38:40 [TRACE] root.https_c2: eval: *terraform.EvalDiff
2019/05/06 16:38:40 [TRACE] [walkApply] Exiting eval tree: module.https_rdir.provider.google
2019/05/06 16:38:40 [TRACE] root.https_c2: eval: *terraform.EvalDiff
2019/05/06 16:38:40 [TRACE] root.https_c2: eval: *terraform.EvalReadDiff
2019/05/06 16:38:40 [TRACE] root.https_c2: eval: *terraform.EvalCompareDiff
2019/05/06 16:38:40 [TRACE] root.https_c2: eval: *terraform.EvalGetProvider
2019/05/06 16:38:40 [TRACE] root.https_c2: eval: *terraform.EvalReadState
2019/05/06 16:38:40 [TRACE] root.https_c2: eval: *terraform.EvalApplyPre
2019/05/06 16:38:40 [TRACE] root.https_c2: eval: *terraform.EvalApply
2019/05/06 16:38:40 [DEBUG] apply: google_compute_instance.https-c2.1: executing Apply
2019-05-06T16:38:40.724Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:40 [DEBUG] Loading zone: us-east4-a
2019/05/06 16:38:40 [TRACE] root.https_c2: eval: *terraform.EvalReadDiff
2019/05/06 16:38:40 [TRACE] root.https_c2: eval: *terraform.EvalCompareDiff
2019/05/06 16:38:40 [TRACE] root.https_c2: eval: *terraform.EvalGetProvider
2019/05/06 16:38:40 [TRACE] root.https_c2: eval: *terraform.EvalReadState
2019/05/06 16:38:40 [TRACE] root.https_c2: eval: *terraform.EvalApplyPre
2019/05/06 16:38:40 [TRACE] root.https_c2: eval: *terraform.EvalApply
2019/05/06 16:38:40 [DEBUG] apply: google_compute_instance.https-c2.0: executing Apply
2019-05-06T16:38:40.735Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:40 [DEBUG] Google API Request Details:
2019-05-06T16:38:40.735Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: ---[ REQUEST ]---------------------------------------
2019-05-06T16:38:40.735Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: GET /compute/v1/projects/testproject-123456/zones/us-east4-a?alt=json&prettyPrint=false HTTP/1.1
2019-05-06T16:38:40.735Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: Host: www.googleapis.com
2019-05-06T16:38:40.735Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: User-Agent: google-api-go-client/0.5 Terraform/0.12.0 (+https://www.terraform.io) terraform-provider-google/2.5.1
2019-05-06T16:38:40.735Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: Accept-Encoding: gzip
2019-05-06T16:38:40.735Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4:
2019-05-06T16:38:40.735Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4:
2019-05-06T16:38:40.735Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: -----------------------------------------------------
2019-05-06T16:38:40.743Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:40 [DEBUG] Loading zone: us-east4-a
2019-05-06T16:38:40.744Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:40 [DEBUG] Google API Request Details:
2019-05-06T16:38:40.744Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: ---[ REQUEST ]---------------------------------------
2019-05-06T16:38:40.744Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: GET /compute/v1/projects/testproject-123456/zones/us-east4-a?alt=json&prettyPrint=false HTTP/1.1
2019-05-06T16:38:40.744Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: Host: www.googleapis.com
2019-05-06T16:38:40.744Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: User-Agent: google-api-go-client/0.5 Terraform/0.12.0 (+https://www.terraform.io) terraform-provider-google/2.5.1
2019-05-06T16:38:40.744Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: Accept-Encoding: gzip
2019-05-06T16:38:40.744Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4:
2019-05-06T16:38:40.744Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4:
2019-05-06T16:38:40.744Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: -----------------------------------------------------
2019-05-06T16:38:41.013Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:41 [DEBUG] Google API Response Details:
2019-05-06T16:38:41.013Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: ---[ RESPONSE ]--------------------------------------
2019-05-06T16:38:41.013Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: HTTP/2.0 200 OK
2019-05-06T16:38:41.013Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: Cache-Control: private, max-age=0, must-revalidate, no-transform
2019-05-06T16:38:41.013Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: Content-Type: application/json; charset=UTF-8
2019-05-06T16:38:41.013Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: Date: Mon, 06 May 2019 16:38:40 GMT
2019-05-06T16:38:41.013Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: Etag: "G9pzpY-70pmI4KU5_k4RTR0GczQ=/5CAfg326C-ICPhHpgFFn4sPHUZE="
2019-05-06T16:38:41.013Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: Expires: Mon, 06 May 2019 16:38:40 GMT
2019-05-06T16:38:41.013Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: Server: GSE
2019-05-06T16:38:41.013Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: Vary: Origin
2019-05-06T16:38:41.013Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: Vary: X-Origin
2019-05-06T16:38:41.013Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: X-Content-Type-Options: nosniff
2019-05-06T16:38:41.013Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: X-Frame-Options: SAMEORIGIN
2019-05-06T16:38:41.013Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: X-Xss-Protection: 1; mode=block
2019-05-06T16:38:41.013Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4:
2019-05-06T16:38:41.013Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: {
2019-05-06T16:38:41.013Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "kind": "compute#zone",
2019-05-06T16:38:41.013Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "id": "2270",
2019-05-06T16:38:41.013Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
2019-05-06T16:38:41.013Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "name": "us-east4-a",
2019-05-06T16:38:41.013Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "description": "us-east4-a",
2019-05-06T16:38:41.013Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "status": "UP",
2019-05-06T16:38:41.013Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "region": "https://www.googleapis.com/compute/v1/projects/testproject-123456/regions/us-east4",
2019-05-06T16:38:41.013Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "selfLink": "https://www.googleapis.com/compute/v1/projects/testproject-123456/zones/us-east4-a",
2019-05-06T16:38:41.013Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "availableCpuPlatforms": [
2019-05-06T16:38:41.013Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "Intel Skylake",
2019-05-06T16:38:41.013Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "Intel Broadwell"
2019-05-06T16:38:41.013Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: ]
2019-05-06T16:38:41.013Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: }
2019-05-06T16:38:41.013Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: -----------------------------------------------------
2019-05-06T16:38:41.013Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:41 [DEBUG] Loading machine type: n1-standard-1
2019-05-06T16:38:41.014Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:41 [DEBUG] Google API Request Details:
2019-05-06T16:38:41.014Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: ---[ REQUEST ]---------------------------------------
2019-05-06T16:38:41.014Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: GET /compute/v1/projects/testproject-123456/zones/us-east4-a/machineTypes/n1-standard-1?alt=json&prettyPrint=false HTTP/1.1
2019-05-06T16:38:41.014Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: Host: www.googleapis.com
2019-05-06T16:38:41.014Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: User-Agent: google-api-go-client/0.5 Terraform/0.12.0 (+https://www.terraform.io) terraform-provider-google/2.5.1
2019-05-06T16:38:41.014Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: Accept-Encoding: gzip
2019-05-06T16:38:41.014Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4:
2019-05-06T16:38:41.014Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4:
2019-05-06T16:38:41.014Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: -----------------------------------------------------
2019-05-06T16:38:41.345Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:41 [DEBUG] Google API Response Details:
2019-05-06T16:38:41.345Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: ---[ RESPONSE ]--------------------------------------
2019-05-06T16:38:41.345Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: HTTP/2.0 200 OK
2019-05-06T16:38:41.345Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: Cache-Control: private, max-age=0, must-revalidate, no-transform
2019-05-06T16:38:41.345Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: Content-Type: application/json; charset=UTF-8
2019-05-06T16:38:41.345Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: Date: Mon, 06 May 2019 16:38:40 GMT
2019-05-06T16:38:41.345Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: Etag: "S0a0Zp-mG-4ZQoRL2VJ_3TXo4_s=/IQUCDAuUKuEPDjhExNCgiTNNDNc="
2019-05-06T16:38:41.345Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: Expires: Mon, 06 May 2019 16:38:40 GMT
2019-05-06T16:38:41.345Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: Server: GSE
2019-05-06T16:38:41.345Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: Vary: Origin
2019-05-06T16:38:41.345Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: Vary: X-Origin
2019-05-06T16:38:41.345Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: X-Content-Type-Options: nosniff
2019-05-06T16:38:41.345Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: X-Frame-Options: SAMEORIGIN
2019-05-06T16:38:41.345Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: X-Xss-Protection: 1; mode=block
2019-05-06T16:38:41.345Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4:
2019-05-06T16:38:41.345Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: {
2019-05-06T16:38:41.345Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "kind": "compute#zone",
2019-05-06T16:38:41.345Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "id": "2270",
2019-05-06T16:38:41.345Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
2019-05-06T16:38:41.345Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "name": "us-east4-a",
2019-05-06T16:38:41.345Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "description": "us-east4-a",
2019-05-06T16:38:41.345Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "status": "UP",
2019-05-06T16:38:41.345Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "region": "https://www.googleapis.com/compute/v1/projects/testproject-123456/regions/us-east4",
2019-05-06T16:38:41.345Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "selfLink": "https://www.googleapis.com/compute/v1/projects/testproject-123456/zones/us-east4-a",
2019-05-06T16:38:41.345Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "availableCpuPlatforms": [
2019-05-06T16:38:41.345Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "Intel Skylake",
2019-05-06T16:38:41.345Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "Intel Broadwell"
2019-05-06T16:38:41.345Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: ]
2019-05-06T16:38:41.345Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: }
2019-05-06T16:38:41.345Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: -----------------------------------------------------
2019-05-06T16:38:41.346Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:41 [DEBUG] Loading machine type: n1-standard-1
2019-05-06T16:38:41.347Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:41 [DEBUG] Google API Request Details:
2019-05-06T16:38:41.347Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: ---[ REQUEST ]---------------------------------------
2019-05-06T16:38:41.347Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: GET /compute/v1/projects/testproject-123456/zones/us-east4-a/machineTypes/n1-standard-1?alt=json&prettyPrint=false HTTP/1.1
2019-05-06T16:38:41.347Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: Host: www.googleapis.com
2019-05-06T16:38:41.347Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: User-Agent: google-api-go-client/0.5 Terraform/0.12.0 (+https://www.terraform.io) terraform-provider-google/2.5.1
2019-05-06T16:38:41.347Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: Accept-Encoding: gzip
2019-05-06T16:38:41.347Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4:
2019-05-06T16:38:41.347Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4:
2019-05-06T16:38:41.347Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: -----------------------------------------------------
2019-05-06T16:38:41.491Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:41 [DEBUG] Google API Response Details:
2019-05-06T16:38:41.491Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: ---[ RESPONSE ]--------------------------------------
2019-05-06T16:38:41.491Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: HTTP/2.0 200 OK
2019-05-06T16:38:41.491Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: Cache-Control: private, max-age=0, must-revalidate, no-transform
2019-05-06T16:38:41.491Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: Content-Type: application/json; charset=UTF-8
2019-05-06T16:38:41.491Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: Date: Mon, 06 May 2019 16:38:41 GMT
2019-05-06T16:38:41.491Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: Etag: "RpNPnyb8wfltQR6IU-JVUw3_-Uk=/H6rdbs-rXyeBbn3wXwzr5FAtM_k="
2019-05-06T16:38:41.491Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: Expires: Mon, 06 May 2019 16:38:41 GMT
2019-05-06T16:38:41.491Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: Server: GSE
2019-05-06T16:38:41.491Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: Vary: Origin
2019-05-06T16:38:41.491Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: Vary: X-Origin
2019-05-06T16:38:41.491Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: X-Content-Type-Options: nosniff
2019-05-06T16:38:41.491Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: X-Frame-Options: SAMEORIGIN
2019-05-06T16:38:41.491Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: X-Xss-Protection: 1; mode=block
2019-05-06T16:38:41.491Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4:
2019-05-06T16:38:41.491Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: {
2019-05-06T16:38:41.491Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "kind": "compute#machineType",
2019-05-06T16:38:41.491Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "id": "3001",
2019-05-06T16:38:41.491Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
2019-05-06T16:38:41.491Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "name": "n1-standard-1",
2019-05-06T16:38:41.491Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "description": "1 vCPU, 3.75 GB RAM",
2019-05-06T16:38:41.491Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "guestCpus": 1,
2019-05-06T16:38:41.491Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "memoryMb": 3840,
2019-05-06T16:38:41.491Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "imageSpaceGb": 10,
2019-05-06T16:38:41.491Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "maximumPersistentDisks": 128,
2019-05-06T16:38:41.491Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "maximumPersistentDisksSizeGb": "65536",
2019-05-06T16:38:41.491Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "zone": "us-east4-a",
2019-05-06T16:38:41.491Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "selfLink": "https://www.googleapis.com/compute/v1/projects/testproject-123456/zones/us-east4-a/machineTypes/n1-standard-1",
2019-05-06T16:38:41.491Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "isSharedCpu": false
2019-05-06T16:38:41.491Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: }
2019-05-06T16:38:41.491Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: -----------------------------------------------------
2019-05-06T16:38:41.492Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:41 [INFO] Requesting instance creation
2019-05-06T16:38:41.492Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:41 [DEBUG] Google API Request Details:
2019-05-06T16:38:41.492Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: ---[ REQUEST ]---------------------------------------
2019-05-06T16:38:41.492Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: POST /compute/beta/projects/testproject-123456/zones/us-east4-a/instances?alt=json&prettyPrint=false HTTP/1.1
2019-05-06T16:38:41.492Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: Host: www.googleapis.com
2019-05-06T16:38:41.492Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: User-Agent: google-api-go-client/0.5 Terraform/0.12.0 (+https://www.terraform.io) terraform-provider-google/2.5.1
2019-05-06T16:38:41.492Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: Content-Length: 1612
2019-05-06T16:38:41.492Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: Content-Type: application/json
2019-05-06T16:38:41.492Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: Accept-Encoding: gzip
2019-05-06T16:38:41.492Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4:
2019-05-06T16:38:41.492Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: {
2019-05-06T16:38:41.492Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "canIpForward": true,
2019-05-06T16:38:41.492Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "deletionProtection": false,
2019-05-06T16:38:41.492Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "disks": [
2019-05-06T16:38:41.492Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: {
2019-05-06T16:38:41.492Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "autoDelete": true,
2019-05-06T16:38:41.492Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "boot": true,
2019-05-06T16:38:41.492Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "source": "projects/testproject-123456/zones/us-east4-a/disks/my-snapshot"
2019-05-06T16:38:41.492Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: }
2019-05-06T16:38:41.492Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: ],
2019-05-06T16:38:41.492Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "machineType": "https://www.googleapis.com/compute/v1/projects/testproject-123456/zones/us-east4-a/machineTypes/n1-standard-1",
2019-05-06T16:38:41.492Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "metadata": {
2019-05-06T16:38:41.492Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "items": [
2019-05-06T16:38:41.492Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: {
2019-05-06T16:38:41.492Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "key": "sshKeys",
2019-05-06T16:38:41.492Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "value": "root:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQC/bDcvIxuPXsR30JfuUt02OUbm03ycjgU57C0mKM5rAvhWLqJuKCGzyMt78V9HuqLw7pLSiTrvaJWqLfGIjcb7gUJPv1LuRP5rxHM0CwcBDi37MMvKyYgRoVrViw+yosP53HvaFuc19MWqsvY7iLeaA5m/mQ69IkD4whCgIXgtuZ7bLpv+7EefGPdL2pgx3GtJHlLBhzE5kd0URXzaTThh5T/RIC6FAbgpDl5Ya4gqi0S6U0VSXWGOOZrUTtxYSlEqYZZs9pZ4FacNrSgzQpxn9xQbOHjOkjzkZYqVYYrWJAnFgxjRnEYS7GwLsd59ZS9SfXseCloTRabT2Q8ahQrpEKSWhSft5bQGxJLQeaFwX1GK8Ojh6m+fO5lAJAzbETVdqhdVVUT0nl6W7JVHeQF7seGqQm0ZG4D5bGa0g45qmuW8jlUgYaUKpJx+5pVuhAd733HWL4JaEZQuq3C3RochERxPyhR5659/i4/2ALu8yPeoqwdKncpPpl8rrCS7MpQ/RG0JUtDjGTIifUWlaTvZzFmK8lC7gD0m2P8/SBON+4w9A0vdpInuYdesJpIXaaku1abf4ZyDV6vzpF48BX/T7C8QNJter1hgqDrTKAHWFvbadcfgFrkYR9Vw4MHXzSLx0TSo1HYFS7THvHlJmvr7gAgiQOci5wA+EBrr8+YMaw==\n"
2019-05-06T16:38:41.493Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: },
2019-05-06T16:38:41.493Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: {
2019-05-06T16:38:41.493Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "key": "startup-script",
2019-05-06T16:38:41.493Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "value": " sed 's/PermitRootLogin no/PermitRootLogin yes/' /etc/ssh/sshd_config \u003e temp.txt\n mv -f temp.txt /etc/ssh/sshd_config\n service ssh restart\n "
2019-05-06T16:38:41.493Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: }
2019-05-06T16:38:41.493Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: ]
2019-05-06T16:38:41.493Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: },
2019-05-06T16:38:41.493Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "name": "https-c2-89ae5010",
2019-05-06T16:38:41.493Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "networkInterfaces": [
2019-05-06T16:38:41.493Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: {
2019-05-06T16:38:41.493Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "accessConfigs": [
2019-05-06T16:38:41.493Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: {
2019-05-06T16:38:41.493Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "type": "ONE_TO_ONE_NAT"
2019-05-06T16:38:41.493Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: }
2019-05-06T16:38:41.493Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: ],
2019-05-06T16:38:41.493Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "network": "projects/testproject-123456/global/networks/default"
2019-05-06T16:38:41.493Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: }
2019-05-06T16:38:41.493Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: ],
2019-05-06T16:38:41.493Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "scheduling": {
2019-05-06T16:38:41.493Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "automaticRestart": true
2019-05-06T16:38:41.493Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: },
2019-05-06T16:38:41.493Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "serviceAccounts": [
2019-05-06T16:38:41.493Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: {
2019-05-06T16:38:41.493Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "email": "default",
2019-05-06T16:38:41.493Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "scopes": [
2019-05-06T16:38:41.493Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "https://www.googleapis.com/auth/compute"
2019-05-06T16:38:41.493Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: ]
2019-05-06T16:38:41.493Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: }
2019-05-06T16:38:41.493Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: ],
2019-05-06T16:38:41.493Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "tags": {
2019-05-06T16:38:41.493Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "items": [
2019-05-06T16:38:41.493Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "teamservers"
2019-05-06T16:38:41.493Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: ]
2019-05-06T16:38:41.493Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: }
2019-05-06T16:38:41.493Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: }
2019-05-06T16:38:41.493Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4:
2019-05-06T16:38:41.493Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: -----------------------------------------------------
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:41 [DEBUG] Google API Response Details:
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: ---[ RESPONSE ]--------------------------------------
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: HTTP/2.0 200 OK
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: Cache-Control: private, max-age=0, must-revalidate, no-transform
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: Content-Type: application/json; charset=UTF-8
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: Date: Mon, 06 May 2019 16:38:41 GMT
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: Etag: "PP_m8wv1UenvWSAAuUunSme7eTE=/4KAYI6lfdkkxyiypK_ogL63gVrE="
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: Expires: Mon, 06 May 2019 16:38:41 GMT
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: Server: GSE
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: Vary: Origin
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: Vary: X-Origin
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: X-Content-Type-Options: nosniff
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: X-Frame-Options: SAMEORIGIN
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: X-Xss-Protection: 1; mode=block
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4:
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: {
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "kind": "compute#machineType",
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "id": "3001",
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "creationTimestamp": "1969-12-31T16:00:00.000-08:00",
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "name": "n1-standard-1",
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "description": "1 vCPU, 3.75 GB RAM",
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "guestCpus": 1,
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "memoryMb": 3840,
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "imageSpaceGb": 10,
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "maximumPersistentDisks": 128,
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "maximumPersistentDisksSizeGb": "65536",
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "zone": "us-east4-a",
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "selfLink": "https://www.googleapis.com/compute/v1/projects/testproject-123456/zones/us-east4-a/machineTypes/n1-standard-1",
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "isSharedCpu": false
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: }
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: -----------------------------------------------------
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:41 [INFO] Requesting instance creation
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:41 [DEBUG] Google API Request Details:
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: ---[ REQUEST ]---------------------------------------
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: POST /compute/beta/projects/testproject-123456/zones/us-east4-a/instances?alt=json&prettyPrint=false HTTP/1.1
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: Host: www.googleapis.com
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: User-Agent: google-api-go-client/0.5 Terraform/0.12.0 (+https://www.terraform.io) terraform-provider-google/2.5.1
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: Content-Length: 1612
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: Content-Type: application/json
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: Accept-Encoding: gzip
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4:
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: {
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "canIpForward": true,
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "deletionProtection": false,
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "disks": [
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: {
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "autoDelete": true,
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "boot": true,
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "source": "projects/testproject-123456/zones/us-east4-a/disks/my-snapshot"
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: }
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: ],
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "machineType": "https://www.googleapis.com/compute/v1/projects/testproject-123456/zones/us-east4-a/machineTypes/n1-standard-1",
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "metadata": {
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "items": [
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: {
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "key": "sshKeys",
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "value": "root:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDc1esIkhB1+nCtM0qIkYI+FIzOQ77GU0gQBy0HgW3D7ytLsvzQUICHrtk6/a/TffzbCLG7q1DpaWObAEjoo29+BUxbjWSXw3RxLliVrSCJc/TL0CL7ZD6vNnmVx3RPFSlMb1nk5FqNZ7LUGcirQQ0rVuQ/xEGHF4vmZRsX7lFC6goV3oQk23EdQsMsz/3ALNX+SDO1Igtl5yhH7sof1/FFp/Y3B9BxTj2YdjfY+APji5+wVcDSZi4h9KEj6O+3v5iuy1bij0RsbNEIOlTqEW/naHf4XzLnLCUbJeaxa6P18CfsfdTcNfMB7fkStnDzTSBdAB2mPn501+t7WlfBcP/Kw+ZH36sGol32w+YFqrViF/7P0WbIvfFnlzVbL0iwqfxP/eyJ3aEhWwgfCCdpL/MAbQ+igZq6R3FY1J7aA6Y4irCatqqg88UntQoWyV1VH3gRBG2PsYKe1u5ZgzkkToCgqcJ/+tGUH28ckbNzT7Fzq64DT/189lnpdV+Y0GwJoQobk/rfoIkyZvwceIg5kXQbzMmgaK6lMbR1S4BUQYz/1mV1LLwlyufPAMPbQ9/XAXUizzcyc5p2IeMbu5mK2lc5JZZeaD0Xu4CUH+ZqzcMwXfB9swDwIuHe3IkS0EnbS9h7HJoAeKXtK/eZj1IRiAjdMaJrlFuNX/8E77Oh/woZ7Q==\n"
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: },
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: {
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "key": "startup-script",
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "value": " sed 's/PermitRootLogin no/PermitRootLogin yes/' /etc/ssh/sshd_config \u003e temp.txt\n mv -f temp.txt /etc/ssh/sshd_config\n service ssh restart\n "
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: }
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: ]
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: },
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "name": "https-c2-894c51eb",
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "networkInterfaces": [
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: {
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "accessConfigs": [
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: {
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "type": "ONE_TO_ONE_NAT"
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: }
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: ],
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "network": "projects/testproject-123456/global/networks/default"
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: }
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: ],
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "scheduling": {
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "automaticRestart": true
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: },
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "serviceAccounts": [
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: {
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "email": "default",
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "scopes": [
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "https://www.googleapis.com/auth/compute"
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: ]
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: }
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: ],
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "tags": {
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "items": [
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "teamservers"
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: ]
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: }
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: }
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4:
2019-05-06T16:38:41.797Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: -----------------------------------------------------
2019-05-06T16:38:41.857Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:41 [DEBUG] Google API Response Details:
2019-05-06T16:38:41.857Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: ---[ RESPONSE ]--------------------------------------
2019-05-06T16:38:41.857Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: HTTP/2.0 400 Bad Request
2019-05-06T16:38:41.857Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: Cache-Control: private, max-age=0
2019-05-06T16:38:41.857Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: Content-Type: application/json; charset=UTF-8
2019-05-06T16:38:41.857Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: Date: Mon, 06 May 2019 16:38:41 GMT
2019-05-06T16:38:41.857Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: Expires: Mon, 06 May 2019 16:38:41 GMT
2019-05-06T16:38:41.857Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: Server: GSE
2019-05-06T16:38:41.857Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: Vary: Origin
2019-05-06T16:38:41.857Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: Vary: X-Origin
2019-05-06T16:38:41.857Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: X-Content-Type-Options: nosniff
2019-05-06T16:38:41.857Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: X-Frame-Options: SAMEORIGIN
2019-05-06T16:38:41.857Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: X-Xss-Protection: 1; mode=block
2019-05-06T16:38:41.857Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4:
2019-05-06T16:38:41.857Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: {
2019-05-06T16:38:41.857Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "error": {
2019-05-06T16:38:41.857Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "errors": [
2019-05-06T16:38:41.857Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: {
2019-05-06T16:38:41.857Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "domain": "global",
2019-05-06T16:38:41.857Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "reason": "invalid",
2019-05-06T16:38:41.857Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "message": "Invalid value for field 'resource.disks[0].source': 'projects/testproject-123456/zones/us-east4-a/disks/my-snapshot'. The referenced disk resource cannot be found."
2019-05-06T16:38:41.857Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: }
2019-05-06T16:38:41.857Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: ],
2019-05-06T16:38:41.857Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "code": 400,
2019-05-06T16:38:41.857Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "message": "Invalid value for field 'resource.disks[0].source': 'projects/testproject-123456/zones/us-east4-a/disks/my-snapshot'. The referenced disk resource cannot be found."
2019-05-06T16:38:41.857Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: }
2019-05-06T16:38:41.857Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: }
2019-05-06T16:38:41.857Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: -----------------------------------------------------
2019/05/06 16:38:41 [TRACE] root.https_c2: eval: *terraform.EvalWriteState
2019/05/06 16:38:41 [TRACE] root.https_c2: eval: *terraform.EvalApplyProvisioners
2019/05/06 16:38:41 [TRACE] root.https_c2: eval: *terraform.EvalIf
2019/05/06 16:38:41 [TRACE] root.https_c2: eval: *terraform.EvalWriteState
2019/05/06 16:38:41 [TRACE] root.https_c2: eval: *terraform.EvalWriteDiff
2019/05/06 16:38:41 [TRACE] root.https_c2: eval: *terraform.EvalApplyPost
2019/05/06 16:38:41 [ERROR] root.https_c2: eval: *terraform.EvalApplyPost, err: 1 error(s) occurred:
* google_compute_instance.https-c2.1: Error creating instance: googleapi: Error 400: Invalid value for field 'resource.disks[0].source': 'projects/testproject-123456/zones/us-east4-a/disks/my-snapshot'. The referenced disk resource cannot be found., invalid
2019/05/06 16:38:41 [ERROR] root.https_c2: eval: *terraform.EvalSequence, err: 1 error(s) occurred:
* google_compute_instance.https-c2.1: Error creating instance: googleapi: Error 400: Invalid value for field 'resource.disks[0].source': 'projects/testproject-123456/zones/us-east4-a/disks/my-snapshot'. The referenced disk resource cannot be found., invalid
2019/05/06 16:38:41 [TRACE] [walkApply] Exiting eval tree: module.https_c2.google_compute_instance.https-c2[1]
2019-05-06T16:38:42.132Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:42 [DEBUG] Google API Response Details:
2019-05-06T16:38:42.132Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: ---[ RESPONSE ]--------------------------------------
2019-05-06T16:38:42.133Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: HTTP/2.0 400 Bad Request
2019-05-06T16:38:42.133Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: Cache-Control: private, max-age=0
2019-05-06T16:38:42.133Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: Content-Type: application/json; charset=UTF-8
2019-05-06T16:38:42.133Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: Date: Mon, 06 May 2019 16:38:42 GMT
2019-05-06T16:38:42.133Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: Expires: Mon, 06 May 2019 16:38:42 GMT
2019-05-06T16:38:42.133Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: Server: GSE
2019-05-06T16:38:42.133Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: Vary: Origin
2019-05-06T16:38:42.133Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: Vary: X-Origin
2019-05-06T16:38:42.133Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: X-Content-Type-Options: nosniff
2019-05-06T16:38:42.133Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: X-Frame-Options: SAMEORIGIN
2019-05-06T16:38:42.133Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: X-Xss-Protection: 1; mode=block
2019-05-06T16:38:42.133Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4:
2019-05-06T16:38:42.133Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: {
2019-05-06T16:38:42.133Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "error": {
2019-05-06T16:38:42.133Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "errors": [
2019-05-06T16:38:42.133Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: {
2019-05-06T16:38:42.133Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "domain": "global",
2019-05-06T16:38:42.133Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "reason": "invalid",
2019-05-06T16:38:42.133Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "message": "Invalid value for field 'resource.disks[0].source': 'projects/testproject-123456/zones/us-east4-a/disks/my-snapshot'. The referenced disk resource cannot be found."
2019-05-06T16:38:42.133Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: }
2019-05-06T16:38:42.133Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: ],
2019-05-06T16:38:42.133Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "code": 400,
2019-05-06T16:38:42.133Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: "message": "Invalid value for field 'resource.disks[0].source': 'projects/testproject-123456/zones/us-east4-a/disks/my-snapshot'. The referenced disk resource cannot be found."
2019-05-06T16:38:42.133Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: }
2019-05-06T16:38:42.133Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: }
2019-05-06T16:38:42.133Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: -----------------------------------------------------
2019/05/06 16:38:42 [TRACE] root.https_c2: eval: *terraform.EvalWriteState
2019/05/06 16:38:42 [TRACE] root.https_c2: eval: *terraform.EvalApplyProvisioners
2019/05/06 16:38:42 [TRACE] root.https_c2: eval: *terraform.EvalIf
2019/05/06 16:38:42 [TRACE] root.https_c2: eval: *terraform.EvalWriteState
2019/05/06 16:38:42 [TRACE] root.https_c2: eval: *terraform.EvalWriteDiff
2019/05/06 16:38:42 [TRACE] root.https_c2: eval: *terraform.EvalApplyPost
2019/05/06 16:38:42 [ERROR] root.https_c2: eval: *terraform.EvalApplyPost, err: 1 error(s) occurred:
* google_compute_instance.https-c2.0: Error creating instance: googleapi: Error 400: Invalid value for field 'resource.disks[0].source': 'projects/testproject-123456/zones/us-east4-a/disks/my-snapshot'. The referenced disk resource cannot be found., invalid
2019/05/06 16:38:42 [ERROR] root.https_c2: eval: *terraform.EvalSequence, err: 1 error(s) occurred:
* google_compute_instance.https-c2.0: Error creating instance: googleapi: Error 400: Invalid value for field 'resource.disks[0].source': 'projects/testproject-123456/zones/us-east4-a/disks/my-snapshot'. The referenced disk resource cannot be found., invalid
2019/05/06 16:38:42 [TRACE] [walkApply] Exiting eval tree: module.https_c2.google_compute_instance.https-c2[0]
2019/05/06 16:38:42 [TRACE] dag/walk: upstream errored, not walking "module.https_c2.output.ips"
2019/05/06 16:38:42 [TRACE] dag/walk: upstream errored, not walking "output.https-c2-ips"
2019/05/06 16:38:42 [TRACE] dag/walk: upstream errored, not walking "module.https_c2.provider.google (close)"
2019/05/06 16:38:42 [TRACE] dag/walk: upstream errored, not walking "module.https_rdir.var.redirect_to"
2019/05/06 16:38:42 [TRACE] dag/walk: upstream errored, not walking "module.https_rdir.google_compute_instance.https-rdir[1]"
2019/05/06 16:38:42 [TRACE] dag/walk: upstream errored, not walking "module.https_rdir.google_compute_instance.https-rdir[0]"
2019/05/06 16:38:42 [TRACE] dag/walk: upstream errored, not walking "provisioner.local-exec (close)"
2019/05/06 16:38:42 [TRACE] dag/walk: upstream errored, not walking "module.https_rdir.output.ips"
2019/05/06 16:38:42 [TRACE] dag/walk: upstream errored, not walking "output.https-rdir-ips"
2019/05/06 16:38:42 [TRACE] dag/walk: upstream errored, not walking "meta.count-boundary (count boundary fixup)"
2019/05/06 16:38:42 [TRACE] dag/walk: upstream errored, not walking "provisioner.remote-exec (close)"
2019/05/06 16:38:42 [TRACE] dag/walk: upstream errored, not walking "module.https_rdir.provider.google (close)"
2019/05/06 16:38:42 [TRACE] dag/walk: upstream errored, not walking "root"
2019/05/06 16:38:42 [TRACE] Preserving existing state lineage "ac677601-2517-44db-2cb9-13c36ffbc18e"
2019/05/06 16:38:42 [TRACE] Preserving existing state lineage "ac677601-2517-44db-2cb9-13c36ffbc18e"
2019/05/06 16:38:42 [TRACE] Preserving existing state lineage "ac677601-2517-44db-2cb9-13c36ffbc18e"
2019/05/06 16:38:42 [TRACE] Preserving existing state lineage "ac677601-2517-44db-2cb9-13c36ffbc18e"
2019/05/06 16:38:42 [DEBUG] plugin: waiting for all plugin processes to complete...
2019-05-06T16:38:42.144Z [DEBUG] plugin.terraform-provider-tls_v2.0.1_x4: 2019/05/06 16:38:42 [ERR] plugin: plugin server: accept unix /tmp/plugin779523970: use of closed network connection
2019-05-06T16:38:42.145Z [DEBUG] plugin: plugin process exited: path=/home/xxxxxxxx/git/Red-Baron/.terraform/plugins/linux_amd64/terraform-provider-tls_v2.0.1_x4
2019-05-06T16:38:42.148Z [DEBUG] plugin.terraform-provider-google_v2.5.1_x4: 2019/05/06 16:38:42 [ERR] plugin: plugin server: accept unix /tmp/plugin484977130: use of closed network connection
2019-05-06T16:38:42.148Z [DEBUG] plugin.terraform-provider-random_v2.1.2_x4: 2019/05/06 16:38:42 [ERR] plugin: plugin server: accept unix /tmp/plugin018674434: use of closed network connection
2019-05-06T16:38:42.148Z [DEBUG] plugin: plugin process exited: path=/home/xxxxxxxx/git/Red-Baron/.terraform/plugins/linux_amd64/terraform-provider-random_v2.1.2_x4
2019-05-06T16:38:42.149Z [DEBUG] plugin.terraform: remote-exec-provisioner (internal) 2019/05/06 16:38:42 [ERR] plugin: plugin server: accept unix /tmp/plugin765000229: use of closed network connection
2019-05-06T16:38:42.149Z [DEBUG] plugin.terraform: remote-exec-provisioner (internal) 2019/05/06 16:38:42 [DEBUG] plugin: waiting for all plugin processes to complete...
2019-05-06T16:38:42.149Z [DEBUG] plugin: plugin process exited: path=/usr/local/bin/terraform
2019-05-06T16:38:42.149Z [DEBUG] plugin.terraform: local-exec-provisioner (internal) 2019/05/06 16:38:42 [ERR] plugin: plugin server: accept unix /tmp/plugin171943822: use of closed network connection
2019-05-06T16:38:42.149Z [DEBUG] plugin.terraform: local-exec-provisioner (internal) 2019/05/06 16:38:42 [DEBUG] plugin: waiting for all plugin processes to complete...
2019-05-06T16:38:42.149Z [DEBUG] plugin: plugin process exited: path=/usr/local/bin/terraform
2019-05-06T16:38:42.150Z [DEBUG] plugin: plugin process exited: path=/home/xxxxxxxx/git/Red-Baron/.terraform/plugins/linux_amd64/terraform-provider-google_v2.5.1_x4
2019/05/06 16:38:42 [ERR] yamux: Failed to write header: write unix @->/tmp/plugin779523970: use of closed network connection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment