Skip to content

Instantly share code, notes, and snippets.

@haokanga
Last active November 14, 2018 19:11
Show Gist options
  • Save haokanga/aabad7775a49b37b9883d2d0c3f589e3 to your computer and use it in GitHub Desktop.
Save haokanga/aabad7775a49b37b9883d2d0c3f589e3 to your computer and use it in GitHub Desktop.
Terraform google_compute_image bug report, error trace
2018/11/14 14:03:49 [INFO] Terraform version: 0.11.10 17850e9a55d33c43d7c31fd6ac122ba97a51d899
2018/11/14 14:03:49 [INFO] Go runtime version: go1.11.1
2018/11/14 14:03:49 [INFO] CLI args: []string{"/usr/local/Cellar/terraform/0.11.3/bin/terraform", "apply"}
2018/11/14 14:03:49 [DEBUG] Attempting to open CLI config file: /Users/<masked>/.terraformrc
2018/11/14 14:03:49 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2018/11/14 14:03:49 [INFO] CLI command args: []string{"apply"}
2018/11/14 14:03:49 [TRACE] module source: "./vm"
2018/11/14 14:03:49 [INFO] command: empty terraform config, returning nil
2018/11/14 14:03:49 [DEBUG] command: no data state file found for backend config
2018/11/14 14:03:49 [DEBUG] New state was assigned lineage "969c9922-1583-0dd3-ce2a-9fe092588107"
2018/11/14 14:03:49 [INFO] command: backend initialized: <nil>
2018/11/14 14:03:49 [DEBUG] checking for provider in "."
2018/11/14 14:03:49 [DEBUG] checking for provider in "/usr/local/Cellar/terraform/0.11.3/bin"
2018/11/14 14:03:49 [DEBUG] checking for provider in ".terraform/plugins/darwin_amd64"
2018/11/14 14:03:49 [DEBUG] found provider "terraform-provider-google_v1.19.1_x4"
2018/11/14 14:03:49 [DEBUG] found valid plugin: "google", "1.19.1", "<masked>/terraform/.terraform/plugins/darwin_amd64/terraform-provider-google_v1.19.1_x4"
2018/11/14 14:03:49 [DEBUG] checking for provisioner in "."
2018/11/14 14:03:49 [DEBUG] checking for provisioner in "/usr/local/Cellar/terraform/0.11.3/bin"
2018/11/14 14:03:49 [DEBUG] checking for provisioner in ".terraform/plugins/darwin_amd64"
2018/11/14 14:03:49 [INFO] command: backend <nil> is not enhanced, wrapping in local
2018/11/14 14:03:49 [INFO] backend/local: starting Apply operation
2018/11/14 14:03:49 [TRACE] Preserving existing state lineage "ed7e9424-8863-f5fe-397e-800bf68176cc"
2018/11/14 14:03:49 [TRACE] Preserving existing state lineage "ed7e9424-8863-f5fe-397e-800bf68176cc"
2018/11/14 14:03:49 [INFO] terraform: building graph: GraphTypeInput
2018/11/14 14:03:49 [TRACE] ConfigTransformer: Starting for path: []
2018/11/14 14:03:49 [TRACE] ConfigTransformer: Starting for path: [workspace-vm]
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.ConfigTransformer:
google_compute_firewall.default - *terraform.NodeAbstractResource
google_compute_image.my-gcp-image - *terraform.NodeAbstractResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeAbstractResource
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.LocalTransformer:
google_compute_firewall.default - *terraform.NodeAbstractResource
google_compute_image.my-gcp-image - *terraform.NodeAbstractResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeAbstractResource
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.OutputTransformer:
google_compute_firewall.default - *terraform.NodeAbstractResource
google_compute_image.my-gcp-image - *terraform.NodeAbstractResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeAbstractResource
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
output.workspace_instance_guide - *terraform.NodeApplyableOutput
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.OrphanResourceTransformer:
google_compute_firewall.default - *terraform.NodeAbstractResource
google_compute_image.my-gcp-image - *terraform.NodeAbstractResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeAbstractResource
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
output.workspace_instance_guide - *terraform.NodeApplyableOutput
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.OrphanOutputTransformer:
google_compute_firewall.default - *terraform.NodeAbstractResource
google_compute_image.my-gcp-image - *terraform.NodeAbstractResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeAbstractResource
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
output.workspace_instance_guide - *terraform.NodeApplyableOutput
2018/11/14 14:03:49 [TRACE] AttachResourceConfigTransformer: Beginning...
2018/11/14 14:03:49 [TRACE] AttachResourceConfigTransformer: Attach resource config request: module.workspace-vm.google_compute_instance.student_instance
2018/11/14 14:03:49 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"student_instance", Type:"google_compute_instance", RawCount:(*config.RawConfig)(0xc00042a1c0), RawConfig:(*config.RawConfig)(0xc000371ea0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/11/14 14:03:49 [TRACE] AttachResourceConfigTransformer: Attach resource config request: google_compute_image.my-gcp-image
2018/11/14 14:03:49 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"my-gcp-image", Type:"google_compute_image", RawCount:(*config.RawConfig)(0xc000370c40), RawConfig:(*config.RawConfig)(0xc000370a80), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/11/14 14:03:49 [TRACE] AttachResourceConfigTransformer: Attach resource config request: google_compute_firewall.default
2018/11/14 14:03:49 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"default", Type:"google_compute_firewall", RawCount:(*config.RawConfig)(0xc000370d90), RawConfig:(*config.RawConfig)(0xc000370cb0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
google_compute_firewall.default - *terraform.NodeAbstractResource
google_compute_image.my-gcp-image - *terraform.NodeAbstractResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeAbstractResource
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
output.workspace_instance_guide - *terraform.NodeApplyableOutput
2018/11/14 14:03:49 [DEBUG] Resource state not found for "module.workspace-vm.google_compute_instance.student_instance": module.workspace-vm.google_compute_instance.student_instance
2018/11/14 14:03:49 [DEBUG] Attaching resource state to "google_compute_image.my-gcp-image": &terraform.ResourceState{Type:"google_compute_image", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc00043aaf0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.google", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/14 14:03:49 [DEBUG] Attaching resource state to "google_compute_firewall.default": &terraform.ResourceState{Type:"google_compute_firewall", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc00043aa50), Deposed:[]*terraform.InstanceState{}, Provider:"provider.google", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.AttachStateTransformer:
google_compute_firewall.default - *terraform.NodeAbstractResource
google_compute_image.my-gcp-image - *terraform.NodeAbstractResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeAbstractResource
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
output.workspace_instance_guide - *terraform.NodeApplyableOutput
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.RootVariableTransformer:
google_compute_firewall.default - *terraform.NodeAbstractResource
google_compute_image.my-gcp-image - *terraform.NodeAbstractResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeAbstractResource
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
output.workspace_instance_guide - *terraform.NodeApplyableOutput
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:49 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/11/14 14:03:49 [TRACE] ProviderConfigTransformer: Starting for path: [workspace-vm]
2018/11/14 14:03:49 [TRACE] Attach provider request: []string{} google
2018/11/14 14:03:49 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"google", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc0003709a0)}
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
google_compute_firewall.default - *terraform.NodeAbstractResource
google_compute_image.my-gcp-image - *terraform.NodeAbstractResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeAbstractResource
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
output.workspace_instance_guide - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.MissingProviderTransformer:
google_compute_firewall.default - *terraform.NodeAbstractResource
google_compute_image.my-gcp-image - *terraform.NodeAbstractResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeAbstractResource
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
output.workspace_instance_guide - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:49 [DEBUG] resource module.workspace-vm.google_compute_instance.student_instance using provider provider.google
2018/11/14 14:03:49 [DEBUG] resource google_compute_image.my-gcp-image using provider provider.google
2018/11/14 14:03:49 [DEBUG] resource google_compute_firewall.default using provider provider.google
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.ProviderTransformer:
google_compute_firewall.default - *terraform.NodeAbstractResource
provider.google - *terraform.NodeApplyableProvider
google_compute_image.my-gcp-image - *terraform.NodeAbstractResource
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeAbstractResource
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
output.workspace_instance_guide - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.PruneProviderTransformer:
google_compute_firewall.default - *terraform.NodeAbstractResource
provider.google - *terraform.NodeApplyableProvider
google_compute_image.my-gcp-image - *terraform.NodeAbstractResource
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeAbstractResource
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
output.workspace_instance_guide - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.ParentProviderTransformer:
google_compute_firewall.default - *terraform.NodeAbstractResource
provider.google - *terraform.NodeApplyableProvider
google_compute_image.my-gcp-image - *terraform.NodeAbstractResource
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeAbstractResource
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
output.workspace_instance_guide - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.graphTransformerMulti:
google_compute_firewall.default - *terraform.NodeAbstractResource
provider.google - *terraform.NodeApplyableProvider
google_compute_image.my-gcp-image - *terraform.NodeAbstractResource
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeAbstractResource
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
output.workspace_instance_guide - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
google_compute_firewall.default - *terraform.NodeAbstractResource
provider.google - *terraform.NodeApplyableProvider
google_compute_image.my-gcp-image - *terraform.NodeAbstractResource
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeAbstractResource
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
output.workspace_instance_guide - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.RemovedModuleTransformer:
google_compute_firewall.default - *terraform.NodeAbstractResource
provider.google - *terraform.NodeApplyableProvider
google_compute_image.my-gcp-image - *terraform.NodeAbstractResource
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeAbstractResource
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
output.workspace_instance_guide - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:49 [DEBUG] ReferenceTransformer: "var.project" references: []
2018/11/14 14:03:49 [DEBUG] ReferenceTransformer: "var.zone" references: []
2018/11/14 14:03:49 [DEBUG] ReferenceTransformer: "module.workspace-vm.var.machine_type" references: []
2018/11/14 14:03:49 [DEBUG] ReferenceTransformer: "var.google_compute_image_name" references: []
2018/11/14 14:03:49 [DEBUG] ReferenceTransformer: "var.google_compute_image_source" references: []
2018/11/14 14:03:49 [DEBUG] ReferenceTransformer: "module.workspace-vm.var.zone" references: []
2018/11/14 14:03:49 [DEBUG] ReferenceTransformer: "module.workspace-vm.var.disk_size" references: []
2018/11/14 14:03:49 [DEBUG] ReferenceTransformer: "module.workspace-vm.var.image" references: [google_compute_image.my-gcp-image]
2018/11/14 14:03:49 [DEBUG] ReferenceTransformer: "google_compute_image.my-gcp-image" references: [var.google_compute_image_name var.google_compute_image_source var.project]
2018/11/14 14:03:49 [DEBUG] ReferenceTransformer: "google_compute_firewall.default" references: [var.project]
2018/11/14 14:03:49 [DEBUG] ReferenceTransformer: "module.workspace-vm.output.instance_address" references: [module.workspace-vm.google_compute_instance.student_instance]
2018/11/14 14:03:49 [DEBUG] ReferenceTransformer: "module.workspace-vm.output.project" references: [module.workspace-vm.google_compute_instance.student_instance]
2018/11/14 14:03:49 [DEBUG] ReferenceTransformer: "var.region" references: []
2018/11/14 14:03:49 [DEBUG] ReferenceTransformer: "module.workspace-vm.var.name" references: []
2018/11/14 14:03:49 [DEBUG] ReferenceTransformer: "module.workspace-vm.google_compute_instance.student_instance" references: [module.workspace-vm.var.disk_size module.workspace-vm.var.image module.workspace-vm.var.machine_type module.workspace-vm.var.name module.workspace-vm.var.project module.workspace-vm.var.zone]
2018/11/14 14:03:49 [DEBUG] ReferenceTransformer: "module.workspace-vm.output.instance_name" references: [module.workspace-vm.google_compute_instance.student_instance]
2018/11/14 14:03:49 [DEBUG] ReferenceTransformer: "module.workspace-vm.output.zone" references: [module.workspace-vm.google_compute_instance.student_instance]
2018/11/14 14:03:49 [DEBUG] ReferenceTransformer: "output.workspace_instance_guide" references: [module.workspace-vm.output.instance_address module.workspace-vm.output.project module.workspace-vm.output.zone module.workspace-vm.output.instance_name]
2018/11/14 14:03:49 [DEBUG] ReferenceTransformer: "provider.google" references: [var.region]
2018/11/14 14:03:49 [DEBUG] ReferenceTransformer: "module.workspace-vm.var.project" references: [var.project]
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.ReferenceTransformer:
google_compute_firewall.default - *terraform.NodeAbstractResource
provider.google - *terraform.NodeApplyableProvider
var.project - *terraform.NodeRootVariable
google_compute_image.my-gcp-image - *terraform.NodeAbstractResource
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeAbstractResource
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeAbstractResource
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeAbstractResource
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeAbstractResource
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeAbstractResource
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
google_compute_image.my-gcp-image - *terraform.NodeAbstractResource
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
var.project - *terraform.NodeRootVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
output.workspace_instance_guide - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.region - *terraform.NodeRootVariable
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.CountBoundaryTransformer:
google_compute_firewall.default - *terraform.NodeAbstractResource
provider.google - *terraform.NodeApplyableProvider
var.project - *terraform.NodeRootVariable
google_compute_image.my-gcp-image - *terraform.NodeAbstractResource
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
google_compute_firewall.default - *terraform.NodeAbstractResource
google_compute_image.my-gcp-image - *terraform.NodeAbstractResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeAbstractResource
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
output.workspace_instance_guide - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeAbstractResource
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeAbstractResource
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeAbstractResource
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeAbstractResource
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeAbstractResource
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
google_compute_image.my-gcp-image - *terraform.NodeAbstractResource
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
var.project - *terraform.NodeRootVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
output.workspace_instance_guide - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.region - *terraform.NodeRootVariable
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.TargetsTransformer:
google_compute_firewall.default - *terraform.NodeAbstractResource
provider.google - *terraform.NodeApplyableProvider
var.project - *terraform.NodeRootVariable
google_compute_image.my-gcp-image - *terraform.NodeAbstractResource
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
google_compute_firewall.default - *terraform.NodeAbstractResource
google_compute_image.my-gcp-image - *terraform.NodeAbstractResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeAbstractResource
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
output.workspace_instance_guide - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeAbstractResource
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeAbstractResource
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeAbstractResource
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeAbstractResource
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeAbstractResource
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
google_compute_image.my-gcp-image - *terraform.NodeAbstractResource
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
var.project - *terraform.NodeRootVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
output.workspace_instance_guide - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.region - *terraform.NodeRootVariable
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.CloseProviderTransformer:
google_compute_firewall.default - *terraform.NodeAbstractResource
provider.google - *terraform.NodeApplyableProvider
var.project - *terraform.NodeRootVariable
google_compute_image.my-gcp-image - *terraform.NodeAbstractResource
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
google_compute_firewall.default - *terraform.NodeAbstractResource
google_compute_image.my-gcp-image - *terraform.NodeAbstractResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeAbstractResource
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
output.workspace_instance_guide - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeAbstractResource
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeAbstractResource
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeAbstractResource
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeAbstractResource
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeAbstractResource
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
google_compute_image.my-gcp-image - *terraform.NodeAbstractResource
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
var.project - *terraform.NodeRootVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
output.workspace_instance_guide - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.region - *terraform.NodeRootVariable
provider.google (close) - *terraform.graphNodeCloseProvider
google_compute_firewall.default - *terraform.NodeAbstractResource
google_compute_image.my-gcp-image - *terraform.NodeAbstractResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeAbstractResource
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.CloseProvisionerTransformer:
google_compute_firewall.default - *terraform.NodeAbstractResource
provider.google - *terraform.NodeApplyableProvider
var.project - *terraform.NodeRootVariable
google_compute_image.my-gcp-image - *terraform.NodeAbstractResource
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
google_compute_firewall.default - *terraform.NodeAbstractResource
google_compute_image.my-gcp-image - *terraform.NodeAbstractResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeAbstractResource
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
output.workspace_instance_guide - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeAbstractResource
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeAbstractResource
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeAbstractResource
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeAbstractResource
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeAbstractResource
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
google_compute_image.my-gcp-image - *terraform.NodeAbstractResource
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
var.project - *terraform.NodeRootVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
output.workspace_instance_guide - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.region - *terraform.NodeRootVariable
provider.google (close) - *terraform.graphNodeCloseProvider
google_compute_firewall.default - *terraform.NodeAbstractResource
google_compute_image.my-gcp-image - *terraform.NodeAbstractResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeAbstractResource
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.RootTransformer:
google_compute_firewall.default - *terraform.NodeAbstractResource
provider.google - *terraform.NodeApplyableProvider
var.project - *terraform.NodeRootVariable
google_compute_image.my-gcp-image - *terraform.NodeAbstractResource
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
google_compute_firewall.default - *terraform.NodeAbstractResource
google_compute_image.my-gcp-image - *terraform.NodeAbstractResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeAbstractResource
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
output.workspace_instance_guide - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeAbstractResource
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeAbstractResource
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeAbstractResource
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeAbstractResource
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeAbstractResource
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
google_compute_image.my-gcp-image - *terraform.NodeAbstractResource
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
var.project - *terraform.NodeRootVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
output.workspace_instance_guide - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.region - *terraform.NodeRootVariable
provider.google (close) - *terraform.graphNodeCloseProvider
google_compute_firewall.default - *terraform.NodeAbstractResource
google_compute_image.my-gcp-image - *terraform.NodeAbstractResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeAbstractResource
provider.google - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.google (close) - *terraform.graphNodeCloseProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
google_compute_firewall.default - *terraform.NodeAbstractResource
provider.google - *terraform.NodeApplyableProvider
var.project - *terraform.NodeRootVariable
google_compute_image.my-gcp-image - *terraform.NodeAbstractResource
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
google_compute_firewall.default - *terraform.NodeAbstractResource
output.workspace_instance_guide - *terraform.NodeApplyableOutput
var.zone - *terraform.NodeRootVariable
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeAbstractResource
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeAbstractResource
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeAbstractResource
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeAbstractResource
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeAbstractResource
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
google_compute_image.my-gcp-image - *terraform.NodeAbstractResource
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
var.project - *terraform.NodeRootVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
output.workspace_instance_guide - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.region - *terraform.NodeRootVariable
provider.google (close) - *terraform.graphNodeCloseProvider
google_compute_firewall.default - *terraform.NodeAbstractResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeAbstractResource
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.google (close) - *terraform.graphNodeCloseProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:49 [DEBUG] Starting graph walk: walkInput
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "root"
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "module.workspace-vm.output.instance_address"
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)"
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "google_compute_image.my-gcp-image"
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "provider.google (close)"
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "module.workspace-vm.output.instance_name"
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "var.zone"
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "module.workspace-vm.var.machine_type"
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "module.workspace-vm.var.zone"
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "var.google_compute_image_name"
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "module.workspace-vm.var.image"
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "provider.google"
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "module.workspace-vm.var.project"
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "module.workspace-vm.output.project"
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "module.workspace-vm.var.name"
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "var.project"
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "var.google_compute_image_source"
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "module.workspace-vm.var.disk_size"
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "google_compute_firewall.default"
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "var.region"
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "module.workspace-vm.output.zone"
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "output.workspace_instance_guide"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "google_compute_firewall.default" waiting on "var.project"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "module.workspace-vm.output.project" waiting on "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "provider.google (close)" waiting on "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "module.workspace-vm.var.image" waiting on "google_compute_image.my-gcp-image"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "root" waiting on "provider.google (close)"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "module.workspace-vm.google_compute_instance.student_instance" waiting on "module.workspace-vm.var.zone"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "google_compute_firewall.default" waiting on "provider.google"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "output.workspace_instance_guide" waiting on "module.workspace-vm.output.instance_name"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "module.workspace-vm.google_compute_instance.student_instance" waiting on "module.workspace-vm.var.disk_size"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "output.workspace_instance_guide" waiting on "module.workspace-vm.output.instance_address"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "google_compute_image.my-gcp-image" waiting on "var.google_compute_image_source"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "google_compute_image.my-gcp-image" waiting on "var.project"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "google_compute_image.my-gcp-image" waiting on "var.google_compute_image_name"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "module.workspace-vm.output.zone" waiting on "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "provider.google" waiting on "var.region"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "output.workspace_instance_guide"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "provider.google (close)" waiting on "google_compute_firewall.default"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.zone"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "module.workspace-vm.google_compute_instance.student_instance" waiting on "module.workspace-vm.var.name"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "module.workspace-vm.var.project" waiting on "var.project"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "module.workspace-vm.output.instance_name" waiting on "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "module.workspace-vm.google_compute_instance.student_instance" waiting on "module.workspace-vm.var.image"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "output.workspace_instance_guide" waiting on "module.workspace-vm.output.project"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "module.workspace-vm.output.instance_address" waiting on "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "google_compute_firewall.default"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "module.workspace-vm.google_compute_instance.student_instance" waiting on "module.workspace-vm.var.machine_type"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "output.workspace_instance_guide" waiting on "module.workspace-vm.output.zone"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "google_compute_image.my-gcp-image" waiting on "provider.google"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "module.workspace-vm.google_compute_instance.student_instance" waiting on "module.workspace-vm.var.project"
2018/11/14 14:03:49 [TRACE] dag/walk: dependencies changed for "module.workspace-vm.var.image", sending new deps
2018/11/14 14:03:49 [TRACE] dag/walk: dependencies changed for "module.workspace-vm.google_compute_instance.student_instance", sending new deps
2018/11/14 14:03:49 [TRACE] dag/walk: dependencies changed for "provider.google", sending new deps
2018/11/14 14:03:49 [TRACE] dag/walk: dependencies changed for "module.workspace-vm.output.instance_name", sending new deps
2018/11/14 14:03:49 [TRACE] dag/walk: dependencies changed for "module.workspace-vm.output.instance_address", sending new deps
2018/11/14 14:03:49 [TRACE] dag/walk: dependencies changed for "provider.google (close)", sending new deps
2018/11/14 14:03:49 [TRACE] dag/walk: dependencies changed for "output.workspace_instance_guide", sending new deps
2018/11/14 14:03:49 [TRACE] dag/walk: dependencies changed for "module.workspace-vm.output.zone", sending new deps
2018/11/14 14:03:49 [TRACE] dag/walk: dependencies changed for "google_compute_firewall.default", sending new deps
2018/11/14 14:03:49 [TRACE] dag/walk: dependencies changed for "module.workspace-vm.output.project", sending new deps
2018/11/14 14:03:49 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2018/11/14 14:03:49 [TRACE] dag/walk: dependencies changed for "google_compute_image.my-gcp-image", sending new deps
2018/11/14 14:03:49 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps
2018/11/14 14:03:49 [TRACE] dag/walk: dependencies changed for "module.workspace-vm.var.project", sending new deps
2018/11/14 14:03:49 [TRACE] dag/walk: walking "module.workspace-vm.var.disk_size"
2018/11/14 14:03:49 [TRACE] vertex 'root.module.workspace-vm.var.disk_size': walking
2018/11/14 14:03:49 [TRACE] dag/walk: walking "var.zone"
2018/11/14 14:03:49 [TRACE] dag/walk: walking "module.workspace-vm.var.machine_type"
2018/11/14 14:03:49 [TRACE] vertex 'root.var.zone': walking
2018/11/14 14:03:49 [TRACE] dag/walk: walking "var.project"
2018/11/14 14:03:49 [TRACE] vertex 'root.var.project': walking
2018/11/14 14:03:49 [TRACE] dag/walk: walking "module.workspace-vm.var.zone"
2018/11/14 14:03:49 [TRACE] vertex 'root.module.workspace-vm.var.machine_type': walking
2018/11/14 14:03:49 [TRACE] vertex 'root.module.workspace-vm.var.zone': walking
2018/11/14 14:03:49 [TRACE] dag/walk: walking "var.region"
2018/11/14 14:03:49 [TRACE] vertex 'root.var.region': walking
2018/11/14 14:03:49 [TRACE] dag/walk: walking "module.workspace-vm.var.name"
2018/11/14 14:03:49 [TRACE] dag/walk: walking "var.google_compute_image_source"
2018/11/14 14:03:49 [TRACE] vertex 'root.module.workspace-vm.var.name': walking
2018/11/14 14:03:49 [TRACE] vertex 'root.var.google_compute_image_source': walking
2018/11/14 14:03:49 [TRACE] vertex 'root.module.workspace-vm.var.disk_size': evaluating
2018/11/14 14:03:49 [TRACE] vertex 'root.module.workspace-vm.var.name': evaluating
2018/11/14 14:03:49 [TRACE] dag/walk: walking "var.google_compute_image_name"
2018/11/14 14:03:49 [TRACE] vertex 'root.var.google_compute_image_name': walking
2018/11/14 14:03:49 [TRACE] vertex 'root.module.workspace-vm.var.zone': evaluating
2018/11/14 14:03:49 [TRACE] [walkInput] Entering eval tree: module.workspace-vm.var.zone
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalNoop
2018/11/14 14:03:49 [TRACE] [walkInput] Exiting eval tree: module.workspace-vm.var.zone
2018/11/14 14:03:49 [TRACE] dag/walk: walking "provider.google"
2018/11/14 14:03:49 [TRACE] vertex 'root.provider.google': walking
2018/11/14 14:03:49 [TRACE] vertex 'root.provider.google': evaluating
2018/11/14 14:03:49 [TRACE] [walkInput] Entering eval tree: module.workspace-vm.var.disk_size
2018/11/14 14:03:49 [TRACE] vertex 'root.module.workspace-vm.var.machine_type': evaluating
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalNoop
2018/11/14 14:03:49 [TRACE] [walkInput] Entering eval tree: provider.google
2018/11/14 14:03:49 [TRACE] [walkInput] Exiting eval tree: module.workspace-vm.var.disk_size
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalSequence
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalInitProvider
2018/11/14 14:03:49 [TRACE] [walkInput] Entering eval tree: module.workspace-vm.var.name
2018-11-14T14:03:49.433-0500 [DEBUG] plugin: starting plugin: path=<masked>/terraform/.terraform/plugins/darwin_amd64/terraform-provider-google_v1.19.1_x4 args=[<masked>/terraform/.terraform/plugins/darwin_amd64/terraform-provider-google_v1.19.1_x4]
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalSequence
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalOpFilter
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalInterpolate
2018/11/14 14:03:49 [TRACE] dag/walk: walking "module.workspace-vm.var.project"
2018/11/14 14:03:49 [TRACE] vertex 'root.module.workspace-vm.var.project': walking
2018/11/14 14:03:49 [TRACE] vertex 'root.module.workspace-vm.var.project': evaluating
2018/11/14 14:03:49 [TRACE] [walkInput] Entering eval tree: module.workspace-vm.var.project
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalSequence
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalOpFilter
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalInterpolate
2018/11/14 14:03:49 [TRACE] [walkInput] Entering eval tree: module.workspace-vm.var.machine_type
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalSequence
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalOpFilter
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalInterpolate
2018/11/14 14:03:49 [TRACE] root: eval: terraform.EvalNoop
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalVariableBlock
2018/11/14 14:03:49 [TRACE] root: eval: terraform.EvalNoop
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalCoerceMapVariable
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalVariableBlock
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalCoerceMapVariable
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalTypeCheckVariable
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalTypeCheckVariable
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalSetVariables
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalSetVariables
2018/11/14 14:03:49 [TRACE] [walkInput] Exiting eval tree: module.workspace-vm.var.machine_type
2018/11/14 14:03:49 [TRACE] [walkInput] Exiting eval tree: module.workspace-vm.var.name
2018/11/14 14:03:49 [TRACE] root: eval: terraform.EvalNoop
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalVariableBlock
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalCoerceMapVariable
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalTypeCheckVariable
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalSetVariables
2018/11/14 14:03:49 [TRACE] [walkInput] Exiting eval tree: module.workspace-vm.var.project
2018-11-14T14:03:49.439-0500 [DEBUG] plugin: waiting for RPC address: path=<masked>/terraform/.terraform/plugins/darwin_amd64/terraform-provider-google_v1.19.1_x4
2018-11-14T14:03:49.451-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: plugin address: timestamp=2018-11-14T14:03:49.450-0500 address=/var/folders/3l/3gm__pjs2z73xgrgzswzvtxc0000gn/T/plugin655226308 network=unix
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalOpFilter
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalSequence
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalGetProvider
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalInputProvider
2018/11/14 14:03:49 [TRACE] root: eval: terraform.EvalNoop
2018/11/14 14:03:49 [TRACE] root: eval: terraform.EvalNoop
2018/11/14 14:03:49 [TRACE] root: eval: terraform.EvalNoop
2018/11/14 14:03:49 [TRACE] [walkInput] Exiting eval tree: provider.google
2018/11/14 14:03:49 [TRACE] dag/walk: walking "google_compute_firewall.default"
2018/11/14 14:03:49 [TRACE] vertex 'root.google_compute_firewall.default': walking
2018/11/14 14:03:49 [TRACE] dag/walk: walking "google_compute_image.my-gcp-image"
2018/11/14 14:03:49 [TRACE] vertex 'root.google_compute_image.my-gcp-image': walking
2018/11/14 14:03:49 [TRACE] dag/walk: walking "module.workspace-vm.var.image"
2018/11/14 14:03:49 [TRACE] vertex 'root.module.workspace-vm.var.image': walking
2018/11/14 14:03:49 [TRACE] vertex 'root.module.workspace-vm.var.image': evaluating
2018/11/14 14:03:49 [TRACE] [walkInput] Entering eval tree: module.workspace-vm.var.image
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalSequence
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalOpFilter
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalInterpolate
2018/11/14 14:03:49 [TRACE] root: eval: terraform.EvalNoop
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalVariableBlock
2018/11/14 14:03:49 [DEBUG] Setting Unknown Variable Value for computed key: image
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalCoerceMapVariable
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalTypeCheckVariable
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalSetVariables
2018/11/14 14:03:49 [TRACE] [walkInput] Exiting eval tree: module.workspace-vm.var.image
2018/11/14 14:03:49 [TRACE] dag/walk: walking "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:03:49 [TRACE] vertex 'root.module.workspace-vm.google_compute_instance.student_instance': walking
2018/11/14 14:03:49 [TRACE] dag/walk: walking "module.workspace-vm.output.instance_address"
2018/11/14 14:03:49 [TRACE] vertex 'root.module.workspace-vm.output.instance_address': walking
2018/11/14 14:03:49 [TRACE] dag/walk: walking "module.workspace-vm.output.instance_name"
2018/11/14 14:03:49 [TRACE] vertex 'root.module.workspace-vm.output.instance_address': evaluating
2018/11/14 14:03:49 [TRACE] vertex 'root.module.workspace-vm.output.instance_name': walking
2018/11/14 14:03:49 [TRACE] dag/walk: walking "module.workspace-vm.output.zone"
2018/11/14 14:03:49 [TRACE] vertex 'root.module.workspace-vm.output.zone': walking
2018/11/14 14:03:49 [TRACE] dag/walk: walking "module.workspace-vm.output.project"
2018/11/14 14:03:49 [TRACE] vertex 'root.module.workspace-vm.output.instance_name': evaluating
2018/11/14 14:03:49 [TRACE] vertex 'root.module.workspace-vm.output.project': walking
2018/11/14 14:03:49 [TRACE] [walkInput] Entering eval tree: module.workspace-vm.output.instance_address
2018/11/14 14:03:49 [TRACE] root.workspace-vm: eval: *terraform.EvalSequence
2018/11/14 14:03:49 [TRACE] dag/walk: walking "provider.google (close)"
2018/11/14 14:03:49 [TRACE] root.workspace-vm: eval: *terraform.EvalOpFilter
2018/11/14 14:03:49 [TRACE] vertex 'root.provider.google (close)': walking
2018/11/14 14:03:49 [TRACE] root.workspace-vm: eval: *terraform.EvalWriteOutput
2018/11/14 14:03:49 [TRACE] vertex 'root.module.workspace-vm.output.zone': evaluating
2018/11/14 14:03:49 [TRACE] vertex 'root.provider.google (close)': evaluating
2018/11/14 14:03:49 [TRACE] [walkInput] Entering eval tree: module.workspace-vm.output.instance_name
2018/11/14 14:03:49 [TRACE] vertex 'root.module.workspace-vm.output.project': evaluating
2018/11/14 14:03:49 [TRACE] root.workspace-vm: eval: *terraform.EvalSequence
2018/11/14 14:03:49 [TRACE] root.workspace-vm: eval: *terraform.EvalOpFilter
2018/11/14 14:03:49 [TRACE] root.workspace-vm: eval: *terraform.EvalWriteOutput
2018/11/14 14:03:49 [TRACE] [walkInput] Entering eval tree: module.workspace-vm.output.project
2018/11/14 14:03:49 [TRACE] root.workspace-vm: eval: *terraform.EvalSequence
2018/11/14 14:03:49 [TRACE] root.workspace-vm: eval: *terraform.EvalOpFilter
2018/11/14 14:03:49 [TRACE] root.workspace-vm: eval: *terraform.EvalWriteOutput
2018/11/14 14:03:49 [TRACE] [walkInput] Entering eval tree: module.workspace-vm.output.zone
2018/11/14 14:03:49 [TRACE] root.workspace-vm: eval: *terraform.EvalSequence
2018/11/14 14:03:49 [TRACE] root.workspace-vm: eval: *terraform.EvalOpFilter
2018/11/14 14:03:49 [TRACE] root.workspace-vm: eval: *terraform.EvalWriteOutput
2018/11/14 14:03:49 [TRACE] root.workspace-vm: eval: terraform.EvalNoop
2018/11/14 14:03:49 [TRACE] [walkInput] Exiting eval tree: module.workspace-vm.output.instance_address
2018/11/14 14:03:49 [TRACE] [walkInput] Entering eval tree: provider.google (close)
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalCloseProvider
2018/11/14 14:03:49 [TRACE] root.workspace-vm: eval: terraform.EvalNoop
2018/11/14 14:03:49 [TRACE] [walkInput] Exiting eval tree: module.workspace-vm.output.project
2018/11/14 14:03:49 [TRACE] [walkInput] Exiting eval tree: provider.google (close)
2018/11/14 14:03:49 [TRACE] root.workspace-vm: eval: terraform.EvalNoop
2018/11/14 14:03:49 [TRACE] [walkInput] Exiting eval tree: module.workspace-vm.output.instance_name
2018/11/14 14:03:49 [TRACE] root.workspace-vm: eval: terraform.EvalNoop
2018/11/14 14:03:49 [TRACE] [walkInput] Exiting eval tree: module.workspace-vm.output.zone
2018/11/14 14:03:49 [TRACE] dag/walk: walking "output.workspace_instance_guide"
2018/11/14 14:03:49 [TRACE] vertex 'root.output.workspace_instance_guide': walking
2018/11/14 14:03:49 [TRACE] vertex 'root.output.workspace_instance_guide': evaluating
2018/11/14 14:03:49 [TRACE] [walkInput] Entering eval tree: output.workspace_instance_guide
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalSequence
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalOpFilter
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalWriteOutput
2018/11/14 14:03:49 [TRACE] root: eval: terraform.EvalNoop
2018/11/14 14:03:49 [TRACE] [walkInput] Exiting eval tree: output.workspace_instance_guide
2018/11/14 14:03:49 [TRACE] dag/walk: walking "meta.count-boundary (count boundary fixup)"
2018/11/14 14:03:49 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': walking
2018/11/14 14:03:49 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': evaluating
2018/11/14 14:03:49 [TRACE] [walkInput] Entering eval tree: meta.count-boundary (count boundary fixup)
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal
2018/11/14 14:03:49 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "google_compute_image.my-gcp-image.0", replace "google_compute_image.my-gcp-image"
2018/11/14 14:03:49 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "google_compute_firewall.default.0", replace "google_compute_firewall.default"
2018/11/14 14:03:49 [TRACE] [walkInput] Exiting eval tree: meta.count-boundary (count boundary fixup)
2018/11/14 14:03:49 [TRACE] dag/walk: walking "root"
2018/11/14 14:03:49 [TRACE] vertex 'root.root': walking
2018/11/14 14:03:49 [INFO] terraform: building graph: GraphTypeValidate
2018/11/14 14:03:49 [TRACE] ConfigTransformer: Starting for path: []
2018/11/14 14:03:49 [TRACE] ConfigTransformer: Starting for path: [workspace-vm]
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.ConfigTransformer:
google_compute_firewall.default - *terraform.NodeValidatableResource
google_compute_image.my-gcp-image - *terraform.NodeValidatableResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeValidatableResource
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.LocalTransformer:
google_compute_firewall.default - *terraform.NodeValidatableResource
google_compute_image.my-gcp-image - *terraform.NodeValidatableResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeValidatableResource
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.OutputTransformer:
google_compute_firewall.default - *terraform.NodeValidatableResource
google_compute_image.my-gcp-image - *terraform.NodeValidatableResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeValidatableResource
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
output.workspace_instance_guide - *terraform.NodeApplyableOutput
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.OrphanResourceTransformer:
google_compute_firewall.default - *terraform.NodeValidatableResource
google_compute_image.my-gcp-image - *terraform.NodeValidatableResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeValidatableResource
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
output.workspace_instance_guide - *terraform.NodeApplyableOutput
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.OrphanOutputTransformer:
google_compute_firewall.default - *terraform.NodeValidatableResource
google_compute_image.my-gcp-image - *terraform.NodeValidatableResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeValidatableResource
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
output.workspace_instance_guide - *terraform.NodeApplyableOutput
2018/11/14 14:03:49 [TRACE] AttachResourceConfigTransformer: Beginning...
2018/11/14 14:03:49 [TRACE] AttachResourceConfigTransformer: Attach resource config request: google_compute_image.my-gcp-image
2018/11/14 14:03:49 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"my-gcp-image", Type:"google_compute_image", RawCount:(*config.RawConfig)(0xc000370c40), RawConfig:(*config.RawConfig)(0xc000370a80), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/11/14 14:03:49 [TRACE] AttachResourceConfigTransformer: Attach resource config request: google_compute_firewall.default
2018/11/14 14:03:49 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"default", Type:"google_compute_firewall", RawCount:(*config.RawConfig)(0xc000370d90), RawConfig:(*config.RawConfig)(0xc000370cb0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/11/14 14:03:49 [TRACE] AttachResourceConfigTransformer: Attach resource config request: module.workspace-vm.google_compute_instance.student_instance
2018/11/14 14:03:49 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"student_instance", Type:"google_compute_instance", RawCount:(*config.RawConfig)(0xc00042a1c0), RawConfig:(*config.RawConfig)(0xc000371ea0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
google_compute_firewall.default - *terraform.NodeValidatableResource
google_compute_image.my-gcp-image - *terraform.NodeValidatableResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeValidatableResource
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
output.workspace_instance_guide - *terraform.NodeApplyableOutput
2018/11/14 14:03:49 [DEBUG] Resource state not found for "module.workspace-vm.google_compute_instance.student_instance": module.workspace-vm.google_compute_instance.student_instance
2018/11/14 14:03:49 [DEBUG] Attaching resource state to "google_compute_image.my-gcp-image": &terraform.ResourceState{Type:"google_compute_image", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc00043aaf0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.google", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/14 14:03:49 [DEBUG] Attaching resource state to "google_compute_firewall.default": &terraform.ResourceState{Type:"google_compute_firewall", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc00043aa50), Deposed:[]*terraform.InstanceState{}, Provider:"provider.google", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.AttachStateTransformer:
google_compute_firewall.default - *terraform.NodeValidatableResource
google_compute_image.my-gcp-image - *terraform.NodeValidatableResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeValidatableResource
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
output.workspace_instance_guide - *terraform.NodeApplyableOutput
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.RootVariableTransformer:
google_compute_firewall.default - *terraform.NodeValidatableResource
google_compute_image.my-gcp-image - *terraform.NodeValidatableResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeValidatableResource
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
output.workspace_instance_guide - *terraform.NodeApplyableOutput
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:49 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/11/14 14:03:49 [TRACE] ProviderConfigTransformer: Starting for path: [workspace-vm]
2018/11/14 14:03:49 [TRACE] Attach provider request: []string{} google
2018/11/14 14:03:49 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"google", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc0003709a0)}
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
google_compute_firewall.default - *terraform.NodeValidatableResource
google_compute_image.my-gcp-image - *terraform.NodeValidatableResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeValidatableResource
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
output.workspace_instance_guide - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.MissingProviderTransformer:
google_compute_firewall.default - *terraform.NodeValidatableResource
google_compute_image.my-gcp-image - *terraform.NodeValidatableResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeValidatableResource
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
output.workspace_instance_guide - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:49 [DEBUG] resource google_compute_firewall.default using provider provider.google
2018/11/14 14:03:49 [DEBUG] resource google_compute_image.my-gcp-image using provider provider.google
2018/11/14 14:03:49 [DEBUG] resource module.workspace-vm.google_compute_instance.student_instance using provider provider.google
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.ProviderTransformer:
google_compute_firewall.default - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
google_compute_image.my-gcp-image - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
output.workspace_instance_guide - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.PruneProviderTransformer:
google_compute_firewall.default - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
google_compute_image.my-gcp-image - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
output.workspace_instance_guide - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.ParentProviderTransformer:
google_compute_firewall.default - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
google_compute_image.my-gcp-image - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
output.workspace_instance_guide - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.graphTransformerMulti:
google_compute_firewall.default - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
google_compute_image.my-gcp-image - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
output.workspace_instance_guide - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.MissingProvisionerTransformer:
google_compute_firewall.default - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
google_compute_image.my-gcp-image - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
output.workspace_instance_guide - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.ProvisionerTransformer:
google_compute_firewall.default - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
google_compute_image.my-gcp-image - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
output.workspace_instance_guide - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.graphTransformerMulti:
google_compute_firewall.default - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
google_compute_image.my-gcp-image - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
output.workspace_instance_guide - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
google_compute_firewall.default - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
google_compute_image.my-gcp-image - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
output.workspace_instance_guide - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.RemovedModuleTransformer:
google_compute_firewall.default - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
google_compute_image.my-gcp-image - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
output.workspace_instance_guide - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:49 [DEBUG] ReferenceTransformer: "module.workspace-vm.output.instance_address" references: [module.workspace-vm.google_compute_instance.student_instance]
2018/11/14 14:03:49 [DEBUG] ReferenceTransformer: "var.google_compute_image_name" references: []
2018/11/14 14:03:49 [DEBUG] ReferenceTransformer: "module.workspace-vm.var.image" references: [google_compute_image.my-gcp-image]
2018/11/14 14:03:49 [DEBUG] ReferenceTransformer: "module.workspace-vm.var.zone" references: []
2018/11/14 14:03:49 [DEBUG] ReferenceTransformer: "module.workspace-vm.var.disk_size" references: []
2018/11/14 14:03:49 [DEBUG] ReferenceTransformer: "google_compute_image.my-gcp-image" references: [var.google_compute_image_name var.google_compute_image_source var.project]
2018/11/14 14:03:49 [DEBUG] ReferenceTransformer: "google_compute_firewall.default" references: [var.project]
2018/11/14 14:03:49 [DEBUG] ReferenceTransformer: "module.workspace-vm.output.project" references: [module.workspace-vm.google_compute_instance.student_instance]
2018/11/14 14:03:49 [DEBUG] ReferenceTransformer: "var.region" references: []
2018/11/14 14:03:49 [DEBUG] ReferenceTransformer: "provider.google" references: [var.region]
2018/11/14 14:03:49 [DEBUG] ReferenceTransformer: "module.workspace-vm.var.machine_type" references: []
2018/11/14 14:03:49 [DEBUG] ReferenceTransformer: "module.workspace-vm.output.instance_name" references: [module.workspace-vm.google_compute_instance.student_instance]
2018/11/14 14:03:49 [DEBUG] ReferenceTransformer: "module.workspace-vm.output.zone" references: [module.workspace-vm.google_compute_instance.student_instance]
2018/11/14 14:03:49 [DEBUG] ReferenceTransformer: "var.project" references: []
2018/11/14 14:03:49 [DEBUG] ReferenceTransformer: "var.google_compute_image_source" references: []
2018/11/14 14:03:49 [DEBUG] ReferenceTransformer: "module.workspace-vm.var.project" references: [var.project]
2018/11/14 14:03:49 [DEBUG] ReferenceTransformer: "module.workspace-vm.google_compute_instance.student_instance" references: [module.workspace-vm.var.disk_size module.workspace-vm.var.image module.workspace-vm.var.machine_type module.workspace-vm.var.name module.workspace-vm.var.project module.workspace-vm.var.zone]
2018/11/14 14:03:49 [DEBUG] ReferenceTransformer: "output.workspace_instance_guide" references: [module.workspace-vm.output.instance_address module.workspace-vm.output.project module.workspace-vm.output.zone module.workspace-vm.output.instance_name]
2018/11/14 14:03:49 [DEBUG] ReferenceTransformer: "var.zone" references: []
2018/11/14 14:03:49 [DEBUG] ReferenceTransformer: "module.workspace-vm.var.name" references: []
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.ReferenceTransformer:
google_compute_firewall.default - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
var.project - *terraform.NodeRootVariable
google_compute_image.my-gcp-image - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeValidatableResource
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeValidatableResource
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeValidatableResource
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeValidatableResource
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeValidatableResource
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
google_compute_image.my-gcp-image - *terraform.NodeValidatableResource
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
var.project - *terraform.NodeRootVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
output.workspace_instance_guide - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.region - *terraform.NodeRootVariable
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.CountBoundaryTransformer:
google_compute_firewall.default - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
var.project - *terraform.NodeRootVariable
google_compute_image.my-gcp-image - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
google_compute_firewall.default - *terraform.NodeValidatableResource
google_compute_image.my-gcp-image - *terraform.NodeValidatableResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeValidatableResource
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
output.workspace_instance_guide - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeValidatableResource
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeValidatableResource
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeValidatableResource
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeValidatableResource
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeValidatableResource
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
google_compute_image.my-gcp-image - *terraform.NodeValidatableResource
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
var.project - *terraform.NodeRootVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
output.workspace_instance_guide - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.region - *terraform.NodeRootVariable
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.TargetsTransformer:
google_compute_firewall.default - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
var.project - *terraform.NodeRootVariable
google_compute_image.my-gcp-image - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
google_compute_firewall.default - *terraform.NodeValidatableResource
google_compute_image.my-gcp-image - *terraform.NodeValidatableResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeValidatableResource
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
output.workspace_instance_guide - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeValidatableResource
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeValidatableResource
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeValidatableResource
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeValidatableResource
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeValidatableResource
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
google_compute_image.my-gcp-image - *terraform.NodeValidatableResource
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
var.project - *terraform.NodeRootVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
output.workspace_instance_guide - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.region - *terraform.NodeRootVariable
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.CloseProviderTransformer:
google_compute_firewall.default - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
var.project - *terraform.NodeRootVariable
google_compute_image.my-gcp-image - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
google_compute_firewall.default - *terraform.NodeValidatableResource
google_compute_image.my-gcp-image - *terraform.NodeValidatableResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeValidatableResource
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
output.workspace_instance_guide - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeValidatableResource
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeValidatableResource
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeValidatableResource
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeValidatableResource
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeValidatableResource
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
google_compute_image.my-gcp-image - *terraform.NodeValidatableResource
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
var.project - *terraform.NodeRootVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
output.workspace_instance_guide - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.region - *terraform.NodeRootVariable
provider.google (close) - *terraform.graphNodeCloseProvider
google_compute_firewall.default - *terraform.NodeValidatableResource
google_compute_image.my-gcp-image - *terraform.NodeValidatableResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.CloseProvisionerTransformer:
google_compute_firewall.default - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
var.project - *terraform.NodeRootVariable
google_compute_image.my-gcp-image - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
google_compute_firewall.default - *terraform.NodeValidatableResource
google_compute_image.my-gcp-image - *terraform.NodeValidatableResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeValidatableResource
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
output.workspace_instance_guide - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeValidatableResource
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeValidatableResource
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeValidatableResource
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeValidatableResource
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeValidatableResource
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
google_compute_image.my-gcp-image - *terraform.NodeValidatableResource
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
var.project - *terraform.NodeRootVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
output.workspace_instance_guide - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.region - *terraform.NodeRootVariable
provider.google (close) - *terraform.graphNodeCloseProvider
google_compute_firewall.default - *terraform.NodeValidatableResource
google_compute_image.my-gcp-image - *terraform.NodeValidatableResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.RootTransformer:
google_compute_firewall.default - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
var.project - *terraform.NodeRootVariable
google_compute_image.my-gcp-image - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
google_compute_firewall.default - *terraform.NodeValidatableResource
google_compute_image.my-gcp-image - *terraform.NodeValidatableResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeValidatableResource
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
output.workspace_instance_guide - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeValidatableResource
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeValidatableResource
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeValidatableResource
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeValidatableResource
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeValidatableResource
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
google_compute_image.my-gcp-image - *terraform.NodeValidatableResource
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
var.project - *terraform.NodeRootVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
output.workspace_instance_guide - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.region - *terraform.NodeRootVariable
provider.google (close) - *terraform.graphNodeCloseProvider
google_compute_firewall.default - *terraform.NodeValidatableResource
google_compute_image.my-gcp-image - *terraform.NodeValidatableResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.google (close) - *terraform.graphNodeCloseProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
google_compute_firewall.default - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
var.project - *terraform.NodeRootVariable
google_compute_image.my-gcp-image - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
google_compute_firewall.default - *terraform.NodeValidatableResource
output.workspace_instance_guide - *terraform.NodeApplyableOutput
var.zone - *terraform.NodeRootVariable
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeValidatableResource
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeValidatableResource
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeValidatableResource
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeValidatableResource
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeValidatableResource
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
google_compute_image.my-gcp-image - *terraform.NodeValidatableResource
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
var.project - *terraform.NodeRootVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
output.workspace_instance_guide - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.region - *terraform.NodeRootVariable
provider.google (close) - *terraform.graphNodeCloseProvider
google_compute_firewall.default - *terraform.NodeValidatableResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeValidatableResource
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.google (close) - *terraform.graphNodeCloseProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:49 [DEBUG] Starting graph walk: walkValidate
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "module.workspace-vm.output.zone"
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "var.project"
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "output.workspace_instance_guide"
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)"
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "google_compute_image.my-gcp-image"
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "module.workspace-vm.output.instance_name"
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "module.workspace-vm.var.zone"
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "var.zone"
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "provider.google (close)"
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "var.region"
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "var.google_compute_image_source"
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "module.workspace-vm.var.project"
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "module.workspace-vm.var.name"
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "var.google_compute_image_name"
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "google_compute_firewall.default"
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "provider.google"
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "root"
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "module.workspace-vm.var.machine_type"
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "module.workspace-vm.output.instance_address"
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "module.workspace-vm.var.image"
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "module.workspace-vm.var.disk_size"
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "module.workspace-vm.output.project"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "google_compute_image.my-gcp-image" waiting on "var.project"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "module.workspace-vm.var.project" waiting on "var.project"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "output.workspace_instance_guide"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "google_compute_firewall.default" waiting on "var.project"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "root" waiting on "provider.google (close)"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "module.workspace-vm.output.project" waiting on "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "provider.google (close)" waiting on "google_compute_firewall.default"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "module.workspace-vm.output.zone" waiting on "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "provider.google (close)" waiting on "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "output.workspace_instance_guide" waiting on "module.workspace-vm.output.zone"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "google_compute_firewall.default"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "output.workspace_instance_guide" waiting on "module.workspace-vm.output.instance_name"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "module.workspace-vm.output.instance_name" waiting on "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "module.workspace-vm.google_compute_instance.student_instance" waiting on "module.workspace-vm.var.zone"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "google_compute_image.my-gcp-image" waiting on "provider.google"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "google_compute_image.my-gcp-image" waiting on "var.google_compute_image_source"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "google_compute_image.my-gcp-image" waiting on "var.google_compute_image_name"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "module.workspace-vm.google_compute_instance.student_instance" waiting on "module.workspace-vm.var.image"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "module.workspace-vm.output.instance_address" waiting on "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "module.workspace-vm.google_compute_instance.student_instance" waiting on "module.workspace-vm.var.disk_size"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "module.workspace-vm.google_compute_instance.student_instance" waiting on "module.workspace-vm.var.name"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.zone"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "output.workspace_instance_guide" waiting on "module.workspace-vm.output.project"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "module.workspace-vm.google_compute_instance.student_instance" waiting on "module.workspace-vm.var.project"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "output.workspace_instance_guide" waiting on "module.workspace-vm.output.instance_address"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "google_compute_firewall.default" waiting on "provider.google"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "module.workspace-vm.var.image" waiting on "google_compute_image.my-gcp-image"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "module.workspace-vm.google_compute_instance.student_instance" waiting on "module.workspace-vm.var.machine_type"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "provider.google" waiting on "var.region"
2018/11/14 14:03:49 [TRACE] dag/walk: dependencies changed for "google_compute_image.my-gcp-image", sending new deps
2018/11/14 14:03:49 [TRACE] dag/walk: dependencies changed for "module.workspace-vm.var.project", sending new deps
2018/11/14 14:03:49 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2018/11/14 14:03:49 [TRACE] dag/walk: dependencies changed for "module.workspace-vm.google_compute_instance.student_instance", sending new deps
2018/11/14 14:03:49 [TRACE] dag/walk: dependencies changed for "provider.google", sending new deps
2018/11/14 14:03:49 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps
2018/11/14 14:03:49 [TRACE] dag/walk: dependencies changed for "module.workspace-vm.output.project", sending new deps
2018/11/14 14:03:49 [TRACE] dag/walk: dependencies changed for "module.workspace-vm.output.zone", sending new deps
2018/11/14 14:03:49 [TRACE] dag/walk: dependencies changed for "provider.google (close)", sending new deps
2018/11/14 14:03:49 [TRACE] dag/walk: dependencies changed for "output.workspace_instance_guide", sending new deps
2018/11/14 14:03:49 [TRACE] dag/walk: dependencies changed for "module.workspace-vm.output.instance_address", sending new deps
2018/11/14 14:03:49 [TRACE] dag/walk: dependencies changed for "module.workspace-vm.var.image", sending new deps
2018/11/14 14:03:49 [TRACE] dag/walk: dependencies changed for "google_compute_firewall.default", sending new deps
2018/11/14 14:03:49 [TRACE] dag/walk: dependencies changed for "module.workspace-vm.output.instance_name", sending new deps
2018/11/14 14:03:49 [TRACE] dag/walk: walking "module.workspace-vm.var.machine_type"
2018/11/14 14:03:49 [TRACE] dag/walk: walking "var.google_compute_image_name"
2018/11/14 14:03:49 [TRACE] vertex 'root.module.workspace-vm.var.machine_type': walking
2018/11/14 14:03:49 [TRACE] dag/walk: walking "var.project"
2018/11/14 14:03:49 [TRACE] vertex 'root.var.project': walking
2018/11/14 14:03:49 [TRACE] dag/walk: walking "module.workspace-vm.var.name"
2018/11/14 14:03:49 [TRACE] dag/walk: walking "var.google_compute_image_source"
2018/11/14 14:03:49 [TRACE] vertex 'root.module.workspace-vm.var.name': walking
2018/11/14 14:03:49 [TRACE] dag/walk: walking "var.zone"
2018/11/14 14:03:49 [TRACE] dag/walk: walking "module.workspace-vm.var.zone"
2018/11/14 14:03:49 [TRACE] vertex 'root.module.workspace-vm.var.name': evaluating
2018/11/14 14:03:49 [TRACE] vertex 'root.module.workspace-vm.var.zone': walking
2018/11/14 14:03:49 [TRACE] vertex 'root.var.zone': walking
2018/11/14 14:03:49 [TRACE] [walkValidate] Entering eval tree: module.workspace-vm.var.name
2018/11/14 14:03:49 [TRACE] dag/walk: walking "module.workspace-vm.var.project"
2018/11/14 14:03:49 [TRACE] vertex 'root.module.workspace-vm.var.project': walking
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalSequence
2018/11/14 14:03:49 [TRACE] vertex 'root.module.workspace-vm.var.zone': evaluating
2018/11/14 14:03:49 [TRACE] vertex 'root.var.google_compute_image_name': walking
2018/11/14 14:03:49 [TRACE] dag/walk: walking "module.workspace-vm.var.disk_size"
2018/11/14 14:03:49 [TRACE] vertex 'root.module.workspace-vm.var.disk_size': walking
2018/11/14 14:03:49 [TRACE] vertex 'root.module.workspace-vm.var.project': evaluating
2018/11/14 14:03:49 [TRACE] vertex 'root.module.workspace-vm.var.machine_type': evaluating
2018/11/14 14:03:49 [TRACE] [walkValidate] Entering eval tree: module.workspace-vm.var.zone
2018/11/14 14:03:49 [TRACE] vertex 'root.var.google_compute_image_source': walking
2018/11/14 14:03:49 [TRACE] dag/walk: walking "var.region"
2018/11/14 14:03:49 [TRACE] vertex 'root.var.region': walking
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalNoop
2018/11/14 14:03:49 [TRACE] root: eval: terraform.EvalNoop
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalOpFilter
2018/11/14 14:03:49 [TRACE] [walkValidate] Exiting eval tree: module.workspace-vm.var.zone
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalInterpolate
2018/11/14 14:03:49 [TRACE] [walkValidate] Entering eval tree: module.workspace-vm.var.project
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalSequence
2018/11/14 14:03:49 [TRACE] root: eval: terraform.EvalNoop
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalOpFilter
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalInterpolate
2018/11/14 14:03:49 [TRACE] [walkValidate] Entering eval tree: module.workspace-vm.var.machine_type
2018/11/14 14:03:49 [TRACE] vertex 'root.module.workspace-vm.var.disk_size': evaluating
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalSequence
2018/11/14 14:03:49 [TRACE] root: eval: terraform.EvalNoop
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalOpFilter
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalInterpolate
2018/11/14 14:03:49 [TRACE] dag/walk: walking "provider.google"
2018/11/14 14:03:49 [TRACE] vertex 'root.provider.google': walking
2018/11/14 14:03:49 [TRACE] [walkValidate] Entering eval tree: module.workspace-vm.var.disk_size
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalNoop
2018/11/14 14:03:49 [TRACE] [walkValidate] Exiting eval tree: module.workspace-vm.var.disk_size
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalVariableBlock
2018/11/14 14:03:49 [TRACE] vertex 'root.provider.google': evaluating
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalVariableBlock
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalCoerceMapVariable
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalTypeCheckVariable
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalSetVariables
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalCoerceMapVariable
2018/11/14 14:03:49 [TRACE] [walkValidate] Entering eval tree: provider.google
2018/11/14 14:03:49 [TRACE] [walkValidate] Exiting eval tree: module.workspace-vm.var.machine_type
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalSequence
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalTypeCheckVariable
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalInitProvider
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalSetVariables
2018/11/14 14:03:49 [TRACE] [walkValidate] Exiting eval tree: module.workspace-vm.var.name
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalVariableBlock
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalCoerceMapVariable
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalTypeCheckVariable
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalSetVariables
2018/11/14 14:03:49 [TRACE] [walkValidate] Exiting eval tree: module.workspace-vm.var.project
2018/11/14 14:03:49 [TRACE] root: eval: terraform.EvalNoop
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalOpFilter
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalSequence
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalGetProvider
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalValidateProvider
2018/11/14 14:03:49 [TRACE] root: eval: terraform.EvalNoop
2018/11/14 14:03:49 [TRACE] root: eval: terraform.EvalNoop
2018/11/14 14:03:49 [TRACE] [walkValidate] Exiting eval tree: provider.google
2018/11/14 14:03:49 [TRACE] dag/walk: walking "google_compute_firewall.default"
2018/11/14 14:03:49 [TRACE] vertex 'root.google_compute_firewall.default': walking
2018/11/14 14:03:49 [TRACE] dag/walk: walking "google_compute_image.my-gcp-image"
2018/11/14 14:03:49 [TRACE] vertex 'root.google_compute_image.my-gcp-image': walking
2018/11/14 14:03:49 [TRACE] vertex 'root.google_compute_firewall.default': evaluating
2018/11/14 14:03:49 [TRACE] vertex 'root.google_compute_image.my-gcp-image': evaluating
2018/11/14 14:03:49 [TRACE] [walkValidate] Entering eval tree: google_compute_firewall.default
2018/11/14 14:03:49 [TRACE] [walkValidate] Entering eval tree: google_compute_image.my-gcp-image
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalSequence
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalSequence
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalInterpolate
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalInterpolate
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalIf
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalIf
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalValidateCount
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalValidateCount
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/11/14 14:03:49 [TRACE] [walkValidate] Exiting eval tree: google_compute_firewall.default
2018/11/14 14:03:49 [TRACE] vertex 'root.google_compute_firewall.default': expanding/walking dynamic subgraph
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.ResourceCountTransformer:
google_compute_firewall.default - *terraform.NodeValidatableResourceInstance
2018/11/14 14:03:49 [DEBUG] Attaching resource state to "google_compute_firewall.default": &terraform.ResourceState{Type:"google_compute_firewall", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc00043aa50), Deposed:[]*terraform.InstanceState{}, Provider:"provider.google", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.AttachStateTransformer:
google_compute_firewall.default - *terraform.NodeValidatableResourceInstance
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.TargetsTransformer:
google_compute_firewall.default - *terraform.NodeValidatableResourceInstance
2018/11/14 14:03:49 [DEBUG] ReferenceTransformer: "google_compute_firewall.default" references: []
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.ReferenceTransformer:
google_compute_firewall.default - *terraform.NodeValidatableResourceInstance
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.RootTransformer:
google_compute_firewall.default - *terraform.NodeValidatableResourceInstance
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "google_compute_firewall.default"
2018/11/14 14:03:49 [TRACE] [walkValidate] Exiting eval tree: google_compute_image.my-gcp-image
2018/11/14 14:03:49 [TRACE] vertex 'root.google_compute_image.my-gcp-image': expanding/walking dynamic subgraph
2018/11/14 14:03:49 [TRACE] dag/walk: walking "google_compute_firewall.default"
2018/11/14 14:03:49 [TRACE] vertex 'root.google_compute_firewall.default': walking
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.ResourceCountTransformer:
google_compute_image.my-gcp-image - *terraform.NodeValidatableResourceInstance
2018/11/14 14:03:49 [TRACE] vertex 'root.google_compute_firewall.default': evaluating
2018/11/14 14:03:49 [TRACE] [walkValidate] Entering eval tree: google_compute_firewall.default
2018/11/14 14:03:49 [DEBUG] Attaching resource state to "google_compute_image.my-gcp-image": &terraform.ResourceState{Type:"google_compute_image", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc00043aaf0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.google", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalSequence
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalValidateResourceSelfRef
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalGetProvider
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.AttachStateTransformer:
google_compute_image.my-gcp-image - *terraform.NodeValidatableResourceInstance
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalInterpolate
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.TargetsTransformer:
google_compute_image.my-gcp-image - *terraform.NodeValidatableResourceInstance
2018/11/14 14:03:49 [DEBUG] ReferenceTransformer: "google_compute_image.my-gcp-image" references: []
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.ReferenceTransformer:
google_compute_image.my-gcp-image - *terraform.NodeValidatableResourceInstance
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.RootTransformer:
google_compute_image.my-gcp-image - *terraform.NodeValidatableResourceInstance
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "google_compute_image.my-gcp-image"
2018/11/14 14:03:49 [TRACE] dag/walk: walking "google_compute_image.my-gcp-image"
2018/11/14 14:03:49 [TRACE] vertex 'root.google_compute_image.my-gcp-image': walking
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalValidateResource
2018/11/14 14:03:49 [TRACE] vertex 'root.google_compute_image.my-gcp-image': evaluating
2018/11/14 14:03:49 [TRACE] [walkValidate] Entering eval tree: google_compute_image.my-gcp-image
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalSequence
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalValidateResourceSelfRef
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalGetProvider
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalInterpolate
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalValidateResource
2018/11/14 14:03:49 [TRACE] [walkValidate] Exiting eval tree: google_compute_firewall.default
2018/11/14 14:03:49 [TRACE] [walkValidate] Exiting eval tree: google_compute_image.my-gcp-image
2018/11/14 14:03:49 [TRACE] dag/walk: walking "module.workspace-vm.var.image"
2018/11/14 14:03:49 [TRACE] vertex 'root.module.workspace-vm.var.image': walking
2018/11/14 14:03:49 [TRACE] vertex 'root.module.workspace-vm.var.image': evaluating
2018/11/14 14:03:49 [TRACE] [walkValidate] Entering eval tree: module.workspace-vm.var.image
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalSequence
2018/11/14 14:03:49 [TRACE] root: eval: terraform.EvalNoop
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalOpFilter
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalInterpolate
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalVariableBlock
2018/11/14 14:03:49 [DEBUG] Setting Unknown Variable Value for computed key: image
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalCoerceMapVariable
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalTypeCheckVariable
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalSetVariables
2018/11/14 14:03:49 [TRACE] [walkValidate] Exiting eval tree: module.workspace-vm.var.image
2018/11/14 14:03:49 [TRACE] dag/walk: walking "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:03:49 [TRACE] vertex 'root.module.workspace-vm.google_compute_instance.student_instance': walking
2018/11/14 14:03:49 [TRACE] vertex 'root.module.workspace-vm.google_compute_instance.student_instance': evaluating
2018/11/14 14:03:49 [TRACE] [walkValidate] Entering eval tree: module.workspace-vm.google_compute_instance.student_instance
2018/11/14 14:03:49 [TRACE] root.workspace-vm: eval: *terraform.EvalSequence
2018/11/14 14:03:49 [TRACE] root.workspace-vm: eval: *terraform.EvalInterpolate
2018/11/14 14:03:49 [TRACE] root.workspace-vm: eval: *terraform.EvalIf
2018/11/14 14:03:49 [TRACE] root.workspace-vm: eval: *terraform.EvalValidateCount
2018/11/14 14:03:49 [TRACE] root.workspace-vm: eval: *terraform.EvalCountFixZeroOneBoundary
2018/11/14 14:03:49 [TRACE] [walkValidate] Exiting eval tree: module.workspace-vm.google_compute_instance.student_instance
2018/11/14 14:03:49 [TRACE] vertex 'root.module.workspace-vm.google_compute_instance.student_instance': expanding/walking dynamic subgraph
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.ResourceCountTransformer:
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeValidatableResourceInstance
2018/11/14 14:03:49 [DEBUG] Resource state not found for "module.workspace-vm.google_compute_instance.student_instance": module.workspace-vm.google_compute_instance.student_instance
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.AttachStateTransformer:
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeValidatableResourceInstance
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.TargetsTransformer:
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeValidatableResourceInstance
2018/11/14 14:03:49 [DEBUG] ReferenceTransformer: "module.workspace-vm.google_compute_instance.student_instance" references: []
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.ReferenceTransformer:
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeValidatableResourceInstance
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.RootTransformer:
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeValidatableResourceInstance
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:03:49 [TRACE] dag/walk: walking "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:03:49 [TRACE] vertex 'root.workspace-vm.module.workspace-vm.google_compute_instance.student_instance': walking
2018/11/14 14:03:49 [TRACE] vertex 'root.workspace-vm.module.workspace-vm.google_compute_instance.student_instance': evaluating
2018/11/14 14:03:49 [TRACE] [walkValidate] Entering eval tree: module.workspace-vm.google_compute_instance.student_instance
2018/11/14 14:03:49 [TRACE] root.workspace-vm: eval: *terraform.EvalSequence
2018/11/14 14:03:49 [TRACE] root.workspace-vm: eval: *terraform.EvalValidateResourceSelfRef
2018/11/14 14:03:49 [TRACE] root.workspace-vm: eval: *terraform.EvalGetProvider
2018/11/14 14:03:49 [TRACE] root.workspace-vm: eval: *terraform.EvalInterpolate
2018/11/14 14:03:49 [TRACE] root.workspace-vm: eval: *terraform.EvalValidateResource
2018/11/14 14:03:49 [TRACE] [walkValidate] Exiting eval tree: module.workspace-vm.google_compute_instance.student_instance
2018/11/14 14:03:49 [TRACE] dag/walk: walking "module.workspace-vm.output.project"
2018/11/14 14:03:49 [TRACE] vertex 'root.module.workspace-vm.output.project': walking
2018/11/14 14:03:49 [TRACE] dag/walk: walking "module.workspace-vm.output.instance_name"
2018/11/14 14:03:49 [TRACE] vertex 'root.module.workspace-vm.output.project': evaluating
2018/11/14 14:03:49 [TRACE] vertex 'root.module.workspace-vm.output.instance_name': walking
2018/11/14 14:03:49 [TRACE] dag/walk: walking "provider.google (close)"
2018/11/14 14:03:49 [TRACE] [walkValidate] Entering eval tree: module.workspace-vm.output.project
2018/11/14 14:03:49 [TRACE] vertex 'root.module.workspace-vm.output.instance_name': evaluating
2018/11/14 14:03:49 [TRACE] dag/walk: walking "module.workspace-vm.output.instance_address"
2018/11/14 14:03:49 [TRACE] vertex 'root.module.workspace-vm.output.instance_address': walking
2018/11/14 14:03:49 [TRACE] vertex 'root.module.workspace-vm.output.instance_address': evaluating
2018/11/14 14:03:49 [TRACE] root.workspace-vm: eval: *terraform.EvalSequence
2018/11/14 14:03:49 [TRACE] [walkValidate] Entering eval tree: module.workspace-vm.output.instance_address
2018/11/14 14:03:49 [TRACE] root.workspace-vm: eval: terraform.EvalNoop
2018/11/14 14:03:49 [TRACE] root.workspace-vm: eval: *terraform.EvalOpFilter
2018/11/14 14:03:49 [TRACE] root.workspace-vm: eval: *terraform.EvalWriteOutput
2018/11/14 14:03:49 [TRACE] root.workspace-vm: eval: *terraform.EvalSequence
2018/11/14 14:03:49 [TRACE] root.workspace-vm: eval: terraform.EvalNoop
2018/11/14 14:03:49 [TRACE] root.workspace-vm: eval: *terraform.EvalOpFilter
2018/11/14 14:03:49 [TRACE] dag/walk: walking "module.workspace-vm.output.zone"
2018/11/14 14:03:49 [TRACE] vertex 'root.module.workspace-vm.output.zone': walking
2018/11/14 14:03:49 [TRACE] [walkValidate] Entering eval tree: module.workspace-vm.output.instance_name
2018/11/14 14:03:49 [TRACE] root.workspace-vm: eval: *terraform.EvalSequence
2018/11/14 14:03:49 [TRACE] root.workspace-vm: eval: terraform.EvalNoop
2018/11/14 14:03:49 [TRACE] vertex 'root.module.workspace-vm.output.zone': evaluating
2018/11/14 14:03:49 [TRACE] root.workspace-vm: eval: *terraform.EvalOpFilter
2018/11/14 14:03:49 [TRACE] root.workspace-vm: eval: *terraform.EvalWriteOutput
2018/11/14 14:03:49 [TRACE] root.workspace-vm: eval: *terraform.EvalWriteOutput
2018/11/14 14:03:49 [TRACE] vertex 'root.provider.google (close)': walking
2018/11/14 14:03:49 [TRACE] vertex 'root.provider.google (close)': evaluating
2018/11/14 14:03:49 [TRACE] [walkValidate] Entering eval tree: provider.google (close)
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalCloseProvider
2018/11/14 14:03:49 [TRACE] [walkValidate] Exiting eval tree: provider.google (close)
2018/11/14 14:03:49 [TRACE] [walkValidate] Entering eval tree: module.workspace-vm.output.zone
2018/11/14 14:03:49 [TRACE] root.workspace-vm: eval: *terraform.EvalSequence
2018/11/14 14:03:49 [TRACE] root.workspace-vm: eval: terraform.EvalNoop
2018/11/14 14:03:49 [TRACE] root.workspace-vm: eval: *terraform.EvalOpFilter
2018/11/14 14:03:49 [TRACE] root.workspace-vm: eval: *terraform.EvalWriteOutput
2018/11/14 14:03:49 [TRACE] [walkValidate] Exiting eval tree: module.workspace-vm.output.instance_name
2018/11/14 14:03:49 [TRACE] [walkValidate] Exiting eval tree: module.workspace-vm.output.instance_address
2018/11/14 14:03:49 [TRACE] [walkValidate] Exiting eval tree: module.workspace-vm.output.zone
2018/11/14 14:03:49 [TRACE] [walkValidate] Exiting eval tree: module.workspace-vm.output.project
2018/11/14 14:03:49 [TRACE] dag/walk: walking "output.workspace_instance_guide"
2018/11/14 14:03:49 [TRACE] vertex 'root.output.workspace_instance_guide': walking
2018/11/14 14:03:49 [TRACE] vertex 'root.output.workspace_instance_guide': evaluating
2018/11/14 14:03:49 [TRACE] [walkValidate] Entering eval tree: output.workspace_instance_guide
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalSequence
2018/11/14 14:03:49 [TRACE] root: eval: terraform.EvalNoop
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalOpFilter
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalWriteOutput
2018/11/14 14:03:49 [TRACE] [walkValidate] Exiting eval tree: output.workspace_instance_guide
2018/11/14 14:03:49 [TRACE] dag/walk: walking "meta.count-boundary (count boundary fixup)"
2018/11/14 14:03:49 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': walking
2018/11/14 14:03:49 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': evaluating
2018/11/14 14:03:49 [TRACE] [walkValidate] Entering eval tree: meta.count-boundary (count boundary fixup)
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal
2018/11/14 14:03:49 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "google_compute_firewall.default.0", replace "google_compute_firewall.default"
2018/11/14 14:03:49 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "google_compute_image.my-gcp-image.0", replace "google_compute_image.my-gcp-image"
2018/11/14 14:03:49 [TRACE] [walkValidate] Exiting eval tree: meta.count-boundary (count boundary fixup)
2018/11/14 14:03:49 [TRACE] dag/walk: walking "root"
2018/11/14 14:03:49 [TRACE] vertex 'root.root': walking
2018/11/14 14:03:49 [INFO] backend/local: apply calling Refresh
2018/11/14 14:03:49 [INFO] terraform: building graph: GraphTypeRefresh
2018/11/14 14:03:49 [TRACE] ConfigTransformer: Starting for path: []
2018/11/14 14:03:49 [TRACE] ConfigTransformer: Starting for path: [workspace-vm]
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.ConfigTransformer:
google_compute_firewall.default - *terraform.NodeRefreshableManagedResource
google_compute_image.my-gcp-image - *terraform.NodeRefreshableManagedResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeRefreshableManagedResource
2018/11/14 14:03:49 [TRACE] ConfigTransformer: Starting for path: []
2018/11/14 14:03:49 [TRACE] ConfigTransformer: Starting for path: [workspace-vm]
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.ConfigTransformer:
google_compute_firewall.default - *terraform.NodeRefreshableManagedResource
google_compute_image.my-gcp-image - *terraform.NodeRefreshableManagedResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeRefreshableManagedResource
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.OrphanResourceTransformer:
google_compute_firewall.default - *terraform.NodeRefreshableManagedResource
google_compute_image.my-gcp-image - *terraform.NodeRefreshableManagedResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeRefreshableManagedResource
2018/11/14 14:03:49 [DEBUG] Attaching resource state to "google_compute_image.my-gcp-image": &terraform.ResourceState{Type:"google_compute_image", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc000392af0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.google", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/14 14:03:49 [DEBUG] Attaching resource state to "google_compute_firewall.default": &terraform.ResourceState{Type:"google_compute_firewall", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc000392b90), Deposed:[]*terraform.InstanceState{}, Provider:"provider.google", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/14 14:03:49 [DEBUG] Resource state not found for "module.workspace-vm.google_compute_instance.student_instance": module.workspace-vm.google_compute_instance.student_instance
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.AttachStateTransformer:
google_compute_firewall.default - *terraform.NodeRefreshableManagedResource
google_compute_image.my-gcp-image - *terraform.NodeRefreshableManagedResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeRefreshableManagedResource
2018/11/14 14:03:49 [TRACE] AttachResourceConfigTransformer: Beginning...
2018/11/14 14:03:49 [TRACE] AttachResourceConfigTransformer: Attach resource config request: google_compute_image.my-gcp-image
2018/11/14 14:03:49 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"my-gcp-image", Type:"google_compute_image", RawCount:(*config.RawConfig)(0xc000370c40), RawConfig:(*config.RawConfig)(0xc000370a80), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/11/14 14:03:49 [TRACE] AttachResourceConfigTransformer: Attach resource config request: google_compute_firewall.default
2018/11/14 14:03:49 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"default", Type:"google_compute_firewall", RawCount:(*config.RawConfig)(0xc000370d90), RawConfig:(*config.RawConfig)(0xc000370cb0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/11/14 14:03:49 [TRACE] AttachResourceConfigTransformer: Attach resource config request: module.workspace-vm.google_compute_instance.student_instance
2018/11/14 14:03:49 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"student_instance", Type:"google_compute_instance", RawCount:(*config.RawConfig)(0xc00042a1c0), RawConfig:(*config.RawConfig)(0xc000371ea0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
google_compute_firewall.default - *terraform.NodeRefreshableManagedResource
google_compute_image.my-gcp-image - *terraform.NodeRefreshableManagedResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeRefreshableManagedResource
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.RootVariableTransformer:
google_compute_firewall.default - *terraform.NodeRefreshableManagedResource
google_compute_image.my-gcp-image - *terraform.NodeRefreshableManagedResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeRefreshableManagedResource
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:49 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/11/14 14:03:49 [TRACE] ProviderConfigTransformer: Starting for path: [workspace-vm]
2018/11/14 14:03:49 [TRACE] Attach provider request: []string{} google
2018/11/14 14:03:49 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"google", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc0003709a0)}
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
google_compute_firewall.default - *terraform.NodeRefreshableManagedResource
google_compute_image.my-gcp-image - *terraform.NodeRefreshableManagedResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeRefreshableManagedResource
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.MissingProviderTransformer:
google_compute_firewall.default - *terraform.NodeRefreshableManagedResource
google_compute_image.my-gcp-image - *terraform.NodeRefreshableManagedResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeRefreshableManagedResource
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:49 [DEBUG] resource google_compute_image.my-gcp-image using provider provider.google
2018/11/14 14:03:49 [DEBUG] resource module.workspace-vm.google_compute_instance.student_instance using provider provider.google
2018/11/14 14:03:49 [DEBUG] resource google_compute_firewall.default using provider provider.google
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.ProviderTransformer:
google_compute_firewall.default - *terraform.NodeRefreshableManagedResource
provider.google - *terraform.NodeApplyableProvider
google_compute_image.my-gcp-image - *terraform.NodeRefreshableManagedResource
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeRefreshableManagedResource
provider.google - *terraform.NodeApplyableProvider
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.PruneProviderTransformer:
google_compute_firewall.default - *terraform.NodeRefreshableManagedResource
provider.google - *terraform.NodeApplyableProvider
google_compute_image.my-gcp-image - *terraform.NodeRefreshableManagedResource
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeRefreshableManagedResource
provider.google - *terraform.NodeApplyableProvider
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.ParentProviderTransformer:
google_compute_firewall.default - *terraform.NodeRefreshableManagedResource
provider.google - *terraform.NodeApplyableProvider
google_compute_image.my-gcp-image - *terraform.NodeRefreshableManagedResource
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeRefreshableManagedResource
provider.google - *terraform.NodeApplyableProvider
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.graphTransformerMulti:
google_compute_firewall.default - *terraform.NodeRefreshableManagedResource
provider.google - *terraform.NodeApplyableProvider
google_compute_image.my-gcp-image - *terraform.NodeRefreshableManagedResource
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeRefreshableManagedResource
provider.google - *terraform.NodeApplyableProvider
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.LocalTransformer:
google_compute_firewall.default - *terraform.NodeRefreshableManagedResource
provider.google - *terraform.NodeApplyableProvider
google_compute_image.my-gcp-image - *terraform.NodeRefreshableManagedResource
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeRefreshableManagedResource
provider.google - *terraform.NodeApplyableProvider
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.OutputTransformer:
google_compute_firewall.default - *terraform.NodeRefreshableManagedResource
provider.google - *terraform.NodeApplyableProvider
google_compute_image.my-gcp-image - *terraform.NodeRefreshableManagedResource
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeRefreshableManagedResource
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
output.workspace_instance_guide - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
google_compute_firewall.default - *terraform.NodeRefreshableManagedResource
provider.google - *terraform.NodeApplyableProvider
google_compute_image.my-gcp-image - *terraform.NodeRefreshableManagedResource
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeRefreshableManagedResource
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
output.workspace_instance_guide - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:49 [DEBUG] ReferenceTransformer: "google_compute_firewall.default" references: [var.project]
2018/11/14 14:03:49 [DEBUG] ReferenceTransformer: "provider.google" references: [var.region]
2018/11/14 14:03:49 [DEBUG] ReferenceTransformer: "module.workspace-vm.output.zone" references: [module.workspace-vm.google_compute_instance.student_instance]
2018/11/14 14:03:49 [DEBUG] ReferenceTransformer: "module.workspace-vm.output.project" references: [module.workspace-vm.google_compute_instance.student_instance]
2018/11/14 14:03:49 [DEBUG] ReferenceTransformer: "module.workspace-vm.var.project" references: [var.project]
2018/11/14 14:03:49 [DEBUG] ReferenceTransformer: "module.workspace-vm.var.machine_type" references: []
2018/11/14 14:03:49 [DEBUG] ReferenceTransformer: "google_compute_image.my-gcp-image" references: [var.google_compute_image_name var.google_compute_image_source var.project]
2018/11/14 14:03:49 [DEBUG] ReferenceTransformer: "var.region" references: []
2018/11/14 14:03:49 [DEBUG] ReferenceTransformer: "module.workspace-vm.output.instance_address" references: [module.workspace-vm.google_compute_instance.student_instance]
2018/11/14 14:03:49 [DEBUG] ReferenceTransformer: "var.project" references: []
2018/11/14 14:03:49 [DEBUG] ReferenceTransformer: "var.zone" references: []
2018/11/14 14:03:49 [DEBUG] ReferenceTransformer: "var.google_compute_image_name" references: []
2018/11/14 14:03:49 [DEBUG] ReferenceTransformer: "var.google_compute_image_source" references: []
2018/11/14 14:03:49 [DEBUG] ReferenceTransformer: "output.workspace_instance_guide" references: [module.workspace-vm.output.instance_address module.workspace-vm.output.project module.workspace-vm.output.zone module.workspace-vm.output.instance_name]
2018/11/14 14:03:49 [DEBUG] ReferenceTransformer: "module.workspace-vm.var.disk_size" references: []
2018/11/14 14:03:49 [DEBUG] ReferenceTransformer: "module.workspace-vm.google_compute_instance.student_instance" references: [module.workspace-vm.var.disk_size module.workspace-vm.var.image module.workspace-vm.var.machine_type module.workspace-vm.var.name module.workspace-vm.var.project module.workspace-vm.var.zone]
2018/11/14 14:03:49 [DEBUG] ReferenceTransformer: "module.workspace-vm.output.instance_name" references: [module.workspace-vm.google_compute_instance.student_instance]
2018/11/14 14:03:49 [DEBUG] ReferenceTransformer: "module.workspace-vm.var.name" references: []
2018/11/14 14:03:49 [DEBUG] ReferenceTransformer: "module.workspace-vm.var.zone" references: []
2018/11/14 14:03:49 [DEBUG] ReferenceTransformer: "module.workspace-vm.var.image" references: [google_compute_image.my-gcp-image]
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.ReferenceTransformer:
google_compute_firewall.default - *terraform.NodeRefreshableManagedResource
provider.google - *terraform.NodeApplyableProvider
var.project - *terraform.NodeRootVariable
google_compute_image.my-gcp-image - *terraform.NodeRefreshableManagedResource
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeRefreshableManagedResource
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeRefreshableManagedResource
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeRefreshableManagedResource
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeRefreshableManagedResource
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeRefreshableManagedResource
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
google_compute_image.my-gcp-image - *terraform.NodeRefreshableManagedResource
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
var.project - *terraform.NodeRootVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
output.workspace_instance_guide - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.region - *terraform.NodeRootVariable
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.TargetsTransformer:
google_compute_firewall.default - *terraform.NodeRefreshableManagedResource
provider.google - *terraform.NodeApplyableProvider
var.project - *terraform.NodeRootVariable
google_compute_image.my-gcp-image - *terraform.NodeRefreshableManagedResource
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeRefreshableManagedResource
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeRefreshableManagedResource
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeRefreshableManagedResource
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeRefreshableManagedResource
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeRefreshableManagedResource
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
google_compute_image.my-gcp-image - *terraform.NodeRefreshableManagedResource
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
var.project - *terraform.NodeRootVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
output.workspace_instance_guide - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.region - *terraform.NodeRootVariable
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.CloseProviderTransformer:
google_compute_firewall.default - *terraform.NodeRefreshableManagedResource
provider.google - *terraform.NodeApplyableProvider
var.project - *terraform.NodeRootVariable
google_compute_image.my-gcp-image - *terraform.NodeRefreshableManagedResource
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeRefreshableManagedResource
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeRefreshableManagedResource
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeRefreshableManagedResource
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeRefreshableManagedResource
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeRefreshableManagedResource
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
google_compute_image.my-gcp-image - *terraform.NodeRefreshableManagedResource
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
var.project - *terraform.NodeRootVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
output.workspace_instance_guide - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.region - *terraform.NodeRootVariable
provider.google (close) - *terraform.graphNodeCloseProvider
google_compute_firewall.default - *terraform.NodeRefreshableManagedResource
google_compute_image.my-gcp-image - *terraform.NodeRefreshableManagedResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeRefreshableManagedResource
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.RootTransformer:
google_compute_firewall.default - *terraform.NodeRefreshableManagedResource
provider.google - *terraform.NodeApplyableProvider
var.project - *terraform.NodeRootVariable
google_compute_image.my-gcp-image - *terraform.NodeRefreshableManagedResource
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeRefreshableManagedResource
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeRefreshableManagedResource
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeRefreshableManagedResource
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeRefreshableManagedResource
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeRefreshableManagedResource
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
google_compute_image.my-gcp-image - *terraform.NodeRefreshableManagedResource
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
var.project - *terraform.NodeRootVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
output.workspace_instance_guide - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.region - *terraform.NodeRootVariable
provider.google (close) - *terraform.graphNodeCloseProvider
google_compute_firewall.default - *terraform.NodeRefreshableManagedResource
google_compute_image.my-gcp-image - *terraform.NodeRefreshableManagedResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeRefreshableManagedResource
provider.google - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
output.workspace_instance_guide - *terraform.NodeApplyableOutput
provider.google (close) - *terraform.graphNodeCloseProvider
var.zone - *terraform.NodeRootVariable
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
google_compute_firewall.default - *terraform.NodeRefreshableManagedResource
provider.google - *terraform.NodeApplyableProvider
var.project - *terraform.NodeRootVariable
google_compute_image.my-gcp-image - *terraform.NodeRefreshableManagedResource
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeRefreshableManagedResource
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeRefreshableManagedResource
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeRefreshableManagedResource
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeRefreshableManagedResource
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeRefreshableManagedResource
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
google_compute_image.my-gcp-image - *terraform.NodeRefreshableManagedResource
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
var.project - *terraform.NodeRootVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
output.workspace_instance_guide - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.region - *terraform.NodeRootVariable
provider.google (close) - *terraform.graphNodeCloseProvider
google_compute_firewall.default - *terraform.NodeRefreshableManagedResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeRefreshableManagedResource
root - terraform.graphNodeRoot
output.workspace_instance_guide - *terraform.NodeApplyableOutput
provider.google (close) - *terraform.graphNodeCloseProvider
var.zone - *terraform.NodeRootVariable
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:49 [DEBUG] Starting graph walk: walkRefresh
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "module.workspace-vm.var.zone"
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "module.workspace-vm.var.image"
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "root"
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "var.google_compute_image_source"
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "var.google_compute_image_name"
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "module.workspace-vm.output.project"
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "module.workspace-vm.var.project"
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "google_compute_image.my-gcp-image"
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "module.workspace-vm.output.instance_address"
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "provider.google (close)"
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "module.workspace-vm.output.instance_name"
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "google_compute_firewall.default"
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "provider.google"
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "var.region"
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "var.zone"
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "module.workspace-vm.var.disk_size"
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "module.workspace-vm.var.name"
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "module.workspace-vm.output.zone"
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "module.workspace-vm.var.machine_type"
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "var.project"
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "output.workspace_instance_guide"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "module.workspace-vm.output.project" waiting on "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "module.workspace-vm.google_compute_instance.student_instance" waiting on "module.workspace-vm.var.name"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "root" waiting on "provider.google (close)"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "output.workspace_instance_guide" waiting on "module.workspace-vm.output.instance_name"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "google_compute_firewall.default" waiting on "provider.google"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "module.workspace-vm.output.instance_name" waiting on "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "module.workspace-vm.output.instance_address" waiting on "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "output.workspace_instance_guide" waiting on "module.workspace-vm.output.project"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "root" waiting on "output.workspace_instance_guide"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "output.workspace_instance_guide" waiting on "module.workspace-vm.output.instance_address"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "provider.google (close)" waiting on "google_compute_firewall.default"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "module.workspace-vm.google_compute_instance.student_instance" waiting on "module.workspace-vm.var.disk_size"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "google_compute_image.my-gcp-image" waiting on "var.project"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "provider.google (close)" waiting on "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "root" waiting on "var.zone"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "google_compute_image.my-gcp-image" waiting on "var.google_compute_image_source"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "provider.google" waiting on "var.region"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "module.workspace-vm.var.project" waiting on "var.project"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "module.workspace-vm.var.image" waiting on "google_compute_image.my-gcp-image"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "module.workspace-vm.google_compute_instance.student_instance" waiting on "module.workspace-vm.var.machine_type"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "module.workspace-vm.output.zone" waiting on "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "output.workspace_instance_guide" waiting on "module.workspace-vm.output.zone"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "google_compute_firewall.default" waiting on "var.project"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "module.workspace-vm.google_compute_instance.student_instance" waiting on "module.workspace-vm.var.project"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "google_compute_image.my-gcp-image" waiting on "var.google_compute_image_name"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "module.workspace-vm.google_compute_instance.student_instance" waiting on "module.workspace-vm.var.image"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "module.workspace-vm.google_compute_instance.student_instance" waiting on "module.workspace-vm.var.zone"
2018/11/14 14:03:49 [TRACE] dag/walk: added edge: "google_compute_image.my-gcp-image" waiting on "provider.google"
2018/11/14 14:03:49 [TRACE] dag/walk: dependencies changed for "module.workspace-vm.output.instance_address", sending new deps
2018/11/14 14:03:49 [TRACE] dag/walk: dependencies changed for "module.workspace-vm.var.project", sending new deps
2018/11/14 14:03:49 [TRACE] dag/walk: dependencies changed for "module.workspace-vm.output.zone", sending new deps
2018/11/14 14:03:49 [TRACE] dag/walk: dependencies changed for "module.workspace-vm.output.project", sending new deps
2018/11/14 14:03:49 [TRACE] dag/walk: dependencies changed for "module.workspace-vm.google_compute_instance.student_instance", sending new deps
2018/11/14 14:03:49 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2018/11/14 14:03:49 [TRACE] dag/walk: dependencies changed for "output.workspace_instance_guide", sending new deps
2018/11/14 14:03:49 [TRACE] dag/walk: dependencies changed for "google_compute_firewall.default", sending new deps
2018/11/14 14:03:49 [TRACE] dag/walk: dependencies changed for "module.workspace-vm.output.instance_name", sending new deps
2018/11/14 14:03:49 [TRACE] dag/walk: dependencies changed for "provider.google (close)", sending new deps
2018/11/14 14:03:49 [TRACE] dag/walk: dependencies changed for "google_compute_image.my-gcp-image", sending new deps
2018/11/14 14:03:49 [TRACE] dag/walk: dependencies changed for "provider.google", sending new deps
2018/11/14 14:03:49 [TRACE] dag/walk: dependencies changed for "module.workspace-vm.var.image", sending new deps
2018/11/14 14:03:49 [TRACE] dag/walk: walking "var.region"
2018/11/14 14:03:49 [TRACE] dag/walk: walking "module.workspace-vm.var.name"
2018/11/14 14:03:49 [TRACE] dag/walk: walking "var.zone"
2018/11/14 14:03:49 [TRACE] vertex 'root.module.workspace-vm.var.name': walking
2018/11/14 14:03:49 [TRACE] vertex 'root.var.zone': walking
2018/11/14 14:03:49 [TRACE] dag/walk: walking "module.workspace-vm.var.zone"
2018/11/14 14:03:49 [TRACE] vertex 'root.var.region': walking
2018/11/14 14:03:49 [TRACE] vertex 'root.module.workspace-vm.var.zone': walking
2018/11/14 14:03:49 [TRACE] dag/walk: walking "module.workspace-vm.var.disk_size"
2018/11/14 14:03:49 [TRACE] vertex 'root.module.workspace-vm.var.disk_size': walking
2018/11/14 14:03:49 [TRACE] dag/walk: walking "module.workspace-vm.var.machine_type"
2018/11/14 14:03:49 [TRACE] dag/walk: walking "var.google_compute_image_source"
2018/11/14 14:03:49 [TRACE] vertex 'root.var.google_compute_image_source': walking
2018/11/14 14:03:49 [TRACE] dag/walk: walking "var.project"
2018/11/14 14:03:49 [TRACE] vertex 'root.var.project': walking
2018/11/14 14:03:49 [TRACE] dag/walk: walking "var.google_compute_image_name"
2018/11/14 14:03:49 [TRACE] vertex 'root.module.workspace-vm.var.zone': evaluating
2018/11/14 14:03:49 [TRACE] vertex 'root.var.google_compute_image_name': walking
2018/11/14 14:03:49 [TRACE] dag/walk: walking "provider.google"
2018/11/14 14:03:49 [TRACE] vertex 'root.module.workspace-vm.var.machine_type': walking
2018/11/14 14:03:49 [TRACE] vertex 'root.module.workspace-vm.var.name': evaluating
2018/11/14 14:03:49 [TRACE] dag/walk: walking "module.workspace-vm.var.project"
2018/11/14 14:03:49 [TRACE] vertex 'root.module.workspace-vm.var.machine_type': evaluating
2018/11/14 14:03:49 [TRACE] vertex 'root.module.workspace-vm.var.disk_size': evaluating
2018/11/14 14:03:49 [TRACE] vertex 'root.provider.google': walking
2018/11/14 14:03:49 [TRACE] vertex 'root.module.workspace-vm.var.project': walking
2018/11/14 14:03:49 [TRACE] vertex 'root.module.workspace-vm.var.project': evaluating
2018/11/14 14:03:49 [TRACE] vertex 'root.provider.google': evaluating
2018/11/14 14:03:49 [TRACE] [walkRefresh] Entering eval tree: module.workspace-vm.var.project
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalSequence
2018/11/14 14:03:49 [TRACE] root: eval: terraform.EvalNoop
2018/11/14 14:03:49 [TRACE] [walkRefresh] Entering eval tree: module.workspace-vm.var.zone
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalNoop
2018/11/14 14:03:49 [TRACE] [walkRefresh] Exiting eval tree: module.workspace-vm.var.zone
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalOpFilter
2018/11/14 14:03:49 [TRACE] [walkRefresh] Entering eval tree: module.workspace-vm.var.disk_size
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalNoop
2018/11/14 14:03:49 [TRACE] [walkRefresh] Exiting eval tree: module.workspace-vm.var.disk_size
2018/11/14 14:03:49 [TRACE] [walkRefresh] Entering eval tree: module.workspace-vm.var.machine_type
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalInterpolate
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalSequence
2018/11/14 14:03:49 [TRACE] root: eval: terraform.EvalNoop
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalOpFilter
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalInterpolate
2018/11/14 14:03:49 [TRACE] [walkRefresh] Entering eval tree: provider.google
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalSequence
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalInitProvider
2018/11/14 14:03:49 [TRACE] [walkRefresh] Entering eval tree: module.workspace-vm.var.name
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalSequence
2018/11/14 14:03:49 [TRACE] root: eval: terraform.EvalNoop
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalOpFilter
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalInterpolate
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalVariableBlock
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalCoerceMapVariable
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalTypeCheckVariable
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalVariableBlock
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalSetVariables
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalCoerceMapVariable
2018/11/14 14:03:49 [TRACE] [walkRefresh] Exiting eval tree: module.workspace-vm.var.machine_type
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalTypeCheckVariable
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalVariableBlock
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalSetVariables
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalCoerceMapVariable
2018/11/14 14:03:49 [TRACE] [walkRefresh] Exiting eval tree: module.workspace-vm.var.name
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalTypeCheckVariable
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalSetVariables
2018/11/14 14:03:49 [TRACE] [walkRefresh] Exiting eval tree: module.workspace-vm.var.project
2018/11/14 14:03:49 [TRACE] root: eval: terraform.EvalNoop
2018/11/14 14:03:49 [TRACE] root: eval: terraform.EvalNoop
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalOpFilter
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalSequence
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalGetProvider
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalOpFilter
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalSequence
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalConfigProvider
2018-11-14T14:03:49.489-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:49 [INFO] Authenticating using DefaultClient
2018-11-14T14:03:49.489-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:49 [INFO] Instantiating GCE client...
2018-11-14T14:03:49.489-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:49 [INFO] Instantiating GCE Beta client...
2018-11-14T14:03:49.489-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:49 [INFO] Instantiating GKE client...
2018-11-14T14:03:49.489-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:49 [INFO] Instantiating GKE Beta client...
2018-11-14T14:03:49.489-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:49 [INFO] Instantiating Google Cloud DNS client...
2018-11-14T14:03:49.489-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:49 [INFO] Instantiating Google Cloud DNS Beta client...
2018-11-14T14:03:49.489-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:49 [INFO] Instantiating Google Cloud KMS Client...
2018-11-14T14:03:49.489-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:49 [INFO] Instantiating Google Stackdriver Logging client...
2018-11-14T14:03:49.489-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:49 [INFO] Instantiating Google Storage Client...
2018-11-14T14:03:49.489-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:49 [INFO] Instantiating Google SqlAdmin Client...
2018-11-14T14:03:49.489-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:49 [INFO] Instantiating Google Pubsub Client...
2018-11-14T14:03:49.489-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:49 [INFO] Instantiating Google Dataflow Client...
2018-11-14T14:03:49.489-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:49 [INFO] Instantiating Google Cloud Redis Client...
2018-11-14T14:03:49.489-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:49 [INFO] Instantiating Google Cloud ResourceManager Client...
2018-11-14T14:03:49.489-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:49 [INFO] Instantiating Google Cloud ResourceManager V Client...
2018-11-14T14:03:49.489-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:49 [INFO] Instantiating Google Cloud Runtimeconfig Client...
2018-11-14T14:03:49.489-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:49 [INFO] Instantiating Google Cloud IAM Client...
2018-11-14T14:03:49.489-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:49 [INFO] Instantiating Google Cloud Service Management Client...
2018-11-14T14:03:49.489-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:49 [INFO] Instantiating Google Cloud Service Usage Client...
2018-11-14T14:03:49.489-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:49 [INFO] Instantiating Google Cloud Billing Client...
2018-11-14T14:03:49.489-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:49 [INFO] Instantiating Google Cloud Build Client...
2018-11-14T14:03:49.489-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:49 [INFO] Instantiating Google Cloud BigQuery Client...
2018-11-14T14:03:49.489-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:49 [INFO] Instantiating Google Cloud CloudFunctions Client...
2018-11-14T14:03:49.489-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:49 [INFO] Instantiating Google Cloud Source Repo Client...
2018-11-14T14:03:49.489-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:49 [INFO] Instantiating Google Cloud Spanner Client...
2018-11-14T14:03:49.489-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:49 [INFO] Instantiating Google Cloud Dataproc Client...
2018-11-14T14:03:49.489-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:49 [INFO] Instantiating Google Cloud IoT Core Client...
2018-11-14T14:03:49.489-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:49 [INFO] Instantiating App Engine Client...
2018-11-14T14:03:49.489-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:49 [INFO] Instantiating Cloud Composer Client...
2018/11/14 14:03:49 [TRACE] [walkRefresh] Exiting eval tree: provider.google
2018/11/14 14:03:49 [TRACE] dag/walk: walking "google_compute_firewall.default"
2018/11/14 14:03:49 [TRACE] vertex 'root.google_compute_firewall.default': walking
2018/11/14 14:03:49 [TRACE] dag/walk: walking "google_compute_image.my-gcp-image"
2018/11/14 14:03:49 [TRACE] vertex 'root.google_compute_image.my-gcp-image': walking
2018/11/14 14:03:49 [TRACE] vertex 'root.google_compute_firewall.default': evaluating
2018/11/14 14:03:49 [TRACE] vertex 'root.google_compute_image.my-gcp-image': evaluating
2018/11/14 14:03:49 [TRACE] [walkRefresh] Entering eval tree: google_compute_image.my-gcp-image
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalSequence
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalInterpolate
2018/11/14 14:03:49 [TRACE] [walkRefresh] Entering eval tree: google_compute_firewall.default
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalSequence
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalInterpolate
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalCountCheckComputed
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalIf
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/11/14 14:03:49 [TRACE] [walkRefresh] Exiting eval tree: google_compute_image.my-gcp-image
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalCountCheckComputed
2018/11/14 14:03:49 [TRACE] vertex 'root.google_compute_image.my-gcp-image': expanding/walking dynamic subgraph
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalIf
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/11/14 14:03:49 [TRACE] [walkRefresh] Exiting eval tree: google_compute_firewall.default
2018/11/14 14:03:49 [TRACE] vertex 'root.google_compute_firewall.default': expanding/walking dynamic subgraph
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.ResourceCountTransformer:
google_compute_image.my-gcp-image - *terraform.NodeRefreshableManagedResourceInstance
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.ResourceCountTransformer:
google_compute_firewall.default - *terraform.NodeRefreshableManagedResourceInstance
2018/11/14 14:03:49 [TRACE] OrphanResourceCount: Starting...
2018/11/14 14:03:49 [TRACE] OrphanResourceCount: Starting...
2018/11/14 14:03:49 [TRACE] OrphanResourceCount: Checking: google_compute_image.my-gcp-image
2018/11/14 14:03:49 [TRACE] OrphanResourceCount: Checking: google_compute_firewall.default
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
google_compute_image.my-gcp-image - *terraform.NodeRefreshableManagedResourceInstance
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
google_compute_firewall.default - *terraform.NodeRefreshableManagedResourceInstance
2018/11/14 14:03:49 [DEBUG] Attaching resource state to "google_compute_image.my-gcp-image": &terraform.ResourceState{Type:"google_compute_image", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc000392af0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.google", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/14 14:03:49 [DEBUG] Attaching resource state to "google_compute_firewall.default": &terraform.ResourceState{Type:"google_compute_firewall", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc000392b90), Deposed:[]*terraform.InstanceState{}, Provider:"provider.google", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.AttachStateTransformer:
google_compute_image.my-gcp-image - *terraform.NodeRefreshableManagedResourceInstance
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.AttachStateTransformer:
google_compute_firewall.default - *terraform.NodeRefreshableManagedResourceInstance
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.TargetsTransformer:
google_compute_image.my-gcp-image - *terraform.NodeRefreshableManagedResourceInstance
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.TargetsTransformer:
google_compute_firewall.default - *terraform.NodeRefreshableManagedResourceInstance
2018/11/14 14:03:49 [DEBUG] ReferenceTransformer: "google_compute_firewall.default" references: []
2018/11/14 14:03:49 [DEBUG] ReferenceTransformer: "google_compute_image.my-gcp-image" references: []
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.ReferenceTransformer:
google_compute_image.my-gcp-image - *terraform.NodeRefreshableManagedResourceInstance
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.ReferenceTransformer:
google_compute_firewall.default - *terraform.NodeRefreshableManagedResourceInstance
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.RootTransformer:
google_compute_image.my-gcp-image - *terraform.NodeRefreshableManagedResourceInstance
2018/11/14 14:03:49 [TRACE] Graph after step *terraform.RootTransformer:
google_compute_firewall.default - *terraform.NodeRefreshableManagedResourceInstance
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "google_compute_firewall.default"
2018/11/14 14:03:49 [TRACE] dag/walk: added new vertex: "google_compute_image.my-gcp-image"
2018/11/14 14:03:49 [TRACE] dag/walk: walking "google_compute_image.my-gcp-image"
2018/11/14 14:03:49 [TRACE] vertex 'root.google_compute_image.my-gcp-image': walking
2018/11/14 14:03:49 [TRACE] dag/walk: walking "google_compute_firewall.default"
2018/11/14 14:03:49 [TRACE] vertex 'root.google_compute_image.my-gcp-image': evaluating
2018/11/14 14:03:49 [TRACE] vertex 'root.google_compute_firewall.default': walking
2018/11/14 14:03:49 [TRACE] [walkRefresh] Entering eval tree: google_compute_image.my-gcp-image
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalSequence
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalGetProvider
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalReadState
2018/11/14 14:03:49 [TRACE] vertex 'root.google_compute_firewall.default': evaluating
2018/11/14 14:03:49 [TRACE] [walkRefresh] Entering eval tree: google_compute_firewall.default
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalSequence
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalGetProvider
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalReadState
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalRefresh
2018/11/14 14:03:49 [TRACE] root: eval: *terraform.EvalRefresh
2018-11-14T14:03:49.491-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:49 [DEBUG] Google API Request Details:
2018-11-14T14:03:49.491-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: ---[ REQUEST ]---------------------------------------
2018-11-14T14:03:49.491-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: GET /compute/v1/projects/<gcp-project-id>/global/images/<my-image-id>?alt=json HTTP/1.1
2018-11-14T14:03:49.491-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Host: www.googleapis.com
2018-11-14T14:03:49.491-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: User-Agent: google-api-go-client/0.5 Terraform/0.11.7 (+https://www.terraform.io)
2018-11-14T14:03:49.491-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Accept-Encoding: gzip
2018-11-14T14:03:49.491-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4:
2018-11-14T14:03:49.491-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4:
2018-11-14T14:03:49.491-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: -----------------------------------------------------
2018-11-14T14:03:49.491-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:49 [DEBUG] Google API Request Details:
2018-11-14T14:03:49.491-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: ---[ REQUEST ]---------------------------------------
2018-11-14T14:03:49.492-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: GET /compute/beta/projects/<gcp-project-id>/global/firewalls/<my-image-id>-firewall?alt=json HTTP/1.1
2018-11-14T14:03:49.492-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Host: www.googleapis.com
2018-11-14T14:03:49.492-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: User-Agent: Terraform/0.11.7 (+https://www.terraform.io)
2018-11-14T14:03:49.492-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Content-Type: application/json
2018-11-14T14:03:49.492-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Accept-Encoding: gzip
2018-11-14T14:03:49.492-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4:
2018-11-14T14:03:49.492-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4:
2018-11-14T14:03:49.492-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: -----------------------------------------------------
2018-11-14T14:03:50.140-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:50 [DEBUG] Google API Response Details:
2018-11-14T14:03:50.140-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: ---[ RESPONSE ]--------------------------------------
2018-11-14T14:03:50.140-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: HTTP/2.0 404 Not Found
2018-11-14T14:03:50.140-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Alt-Svc: quic=":443"; ma=2592000; v="44,43,39,35"
2018-11-14T14:03:50.140-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Cache-Control: private, max-age=0
2018-11-14T14:03:50.140-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Content-Type: application/json; charset=UTF-8
2018-11-14T14:03:50.140-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Date: Wed, 14 Nov 2018 19:03:50 GMT
2018-11-14T14:03:50.141-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Expires: Wed, 14 Nov 2018 19:03:50 GMT
2018-11-14T14:03:50.141-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Server: GSE
2018-11-14T14:03:50.141-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Vary: Origin
2018-11-14T14:03:50.141-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Vary: X-Origin
2018-11-14T14:03:50.141-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: X-Content-Type-Options: nosniff
2018-11-14T14:03:50.141-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: X-Frame-Options: SAMEORIGIN
2018-11-14T14:03:50.141-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: X-Xss-Protection: 1; mode=block
2018-11-14T14:03:50.141-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4:
2018-11-14T14:03:50.141-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: {
2018-11-14T14:03:50.141-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "error": {
2018-11-14T14:03:50.141-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "errors": [
2018-11-14T14:03:50.141-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: {
2018-11-14T14:03:50.141-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "domain": "global",
2018-11-14T14:03:50.141-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "reason": "notFound",
2018-11-14T14:03:50.141-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "message": "The resource 'projects/<gcp-project-id>/global/images/<my-image-id>' was not found"
2018-11-14T14:03:50.141-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: }
2018-11-14T14:03:50.141-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: ],
2018-11-14T14:03:50.141-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "code": 404,
2018-11-14T14:03:50.141-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "message": "The resource 'projects/<gcp-project-id>/global/images/<my-image-id>' was not found"
2018-11-14T14:03:50.141-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: }
2018-11-14T14:03:50.141-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: }
2018-11-14T14:03:50.141-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4:
2018-11-14T14:03:50.141-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: -----------------------------------------------------
2018-11-14T14:03:50.141-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:50 [WARN] Removing Image "<my-image-id>" because it's gone
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalWriteState
2018/11/14 14:03:50 [TRACE] [walkRefresh] Exiting eval tree: google_compute_image.my-gcp-image
2018/11/14 14:03:50 [TRACE] dag/walk: walking "module.workspace-vm.var.image"
2018/11/14 14:03:50 [TRACE] vertex 'root.module.workspace-vm.var.image': walking
2018/11/14 14:03:50 [TRACE] vertex 'root.module.workspace-vm.var.image': evaluating
2018/11/14 14:03:50 [TRACE] [walkRefresh] Entering eval tree: module.workspace-vm.var.image
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalSequence
2018/11/14 14:03:50 [TRACE] root: eval: terraform.EvalNoop
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalOpFilter
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalInterpolate
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalVariableBlock
2018/11/14 14:03:50 [DEBUG] Setting Unknown Variable Value for computed key: image
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalCoerceMapVariable
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalTypeCheckVariable
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalSetVariables
2018/11/14 14:03:50 [TRACE] [walkRefresh] Exiting eval tree: module.workspace-vm.var.image
2018/11/14 14:03:50 [TRACE] dag/walk: walking "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:03:50 [TRACE] vertex 'root.module.workspace-vm.google_compute_instance.student_instance': walking
2018/11/14 14:03:50 [TRACE] vertex 'root.module.workspace-vm.google_compute_instance.student_instance': evaluating
2018/11/14 14:03:50 [TRACE] [walkRefresh] Entering eval tree: module.workspace-vm.google_compute_instance.student_instance
2018/11/14 14:03:50 [TRACE] root.workspace-vm: eval: *terraform.EvalSequence
2018/11/14 14:03:50 [TRACE] root.workspace-vm: eval: *terraform.EvalInterpolate
2018/11/14 14:03:50 [TRACE] root.workspace-vm: eval: *terraform.EvalCountCheckComputed
2018/11/14 14:03:50 [TRACE] root.workspace-vm: eval: *terraform.EvalIf
2018/11/14 14:03:50 [TRACE] root.workspace-vm: eval: *terraform.EvalCountFixZeroOneBoundary
2018/11/14 14:03:50 [TRACE] [walkRefresh] Exiting eval tree: module.workspace-vm.google_compute_instance.student_instance
2018/11/14 14:03:50 [TRACE] vertex 'root.module.workspace-vm.google_compute_instance.student_instance': expanding/walking dynamic subgraph
2018/11/14 14:03:50 [TRACE] Graph after step *terraform.ResourceCountTransformer:
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeRefreshableManagedResourceInstance
2018/11/14 14:03:50 [TRACE] OrphanResourceCount: Starting...
2018/11/14 14:03:50 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeRefreshableManagedResourceInstance
2018/11/14 14:03:50 [DEBUG] Resource state not found for "module.workspace-vm.google_compute_instance.student_instance": module.workspace-vm.google_compute_instance.student_instance
2018/11/14 14:03:50 [TRACE] Graph after step *terraform.AttachStateTransformer:
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeRefreshableManagedResourceInstance
2018/11/14 14:03:50 [TRACE] Graph after step *terraform.TargetsTransformer:
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeRefreshableManagedResourceInstance
2018/11/14 14:03:50 [DEBUG] ReferenceTransformer: "module.workspace-vm.google_compute_instance.student_instance" references: []
2018/11/14 14:03:50 [TRACE] Graph after step *terraform.ReferenceTransformer:
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeRefreshableManagedResourceInstance
2018/11/14 14:03:50 [TRACE] Graph after step *terraform.RootTransformer:
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeRefreshableManagedResourceInstance
2018/11/14 14:03:50 [TRACE] dag/walk: added new vertex: "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:03:50 [TRACE] dag/walk: walking "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:03:50 [TRACE] vertex 'root.workspace-vm.module.workspace-vm.google_compute_instance.student_instance': walking
2018/11/14 14:03:50 [TRACE] vertex 'root.workspace-vm.module.workspace-vm.google_compute_instance.student_instance': evaluating
2018/11/14 14:03:50 [TRACE] [walkRefresh] Entering eval tree: module.workspace-vm.google_compute_instance.student_instance
2018/11/14 14:03:50 [TRACE] root.workspace-vm: eval: *terraform.EvalSequence
2018/11/14 14:03:50 [TRACE] root.workspace-vm: eval: *terraform.EvalInterpolate
2018/11/14 14:03:50 [TRACE] root.workspace-vm: eval: *terraform.EvalGetProvider
2018/11/14 14:03:50 [TRACE] root.workspace-vm: eval: *terraform.EvalValidateResource
2018/11/14 14:03:50 [TRACE] root.workspace-vm: eval: *terraform.EvalReadState
2018/11/14 14:03:50 [TRACE] root.workspace-vm: eval: *terraform.EvalDiff
2018-11-14T14:03:50.144-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:50 [DEBUG] Google API Response Details:
2018-11-14T14:03:50.144-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: ---[ RESPONSE ]--------------------------------------
2018-11-14T14:03:50.144-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: HTTP/2.0 200 OK
2018-11-14T14:03:50.144-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Alt-Svc: quic=":443"; ma=2592000; v="44,43,39,35"
2018-11-14T14:03:50.144-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Cache-Control: private, max-age=0, must-revalidate, no-transform
2018-11-14T14:03:50.144-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Content-Type: application/json; charset=UTF-8
2018-11-14T14:03:50.144-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Date: Wed, 14 Nov 2018 19:03:50 GMT
2018-11-14T14:03:50.144-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Etag: "fUuErpkDLLQ7eU1v03pQGWw7Qj4=/H7lDQvnFh2BDNGzPlK3kWucJ1TQ="
2018-11-14T14:03:50.144-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Expires: Wed, 14 Nov 2018 19:03:50 GMT
2018-11-14T14:03:50.144-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Server: GSE
2018-11-14T14:03:50.144-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Vary: Origin
2018-11-14T14:03:50.144-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Vary: X-Origin
2018-11-14T14:03:50.144-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: X-Content-Type-Options: nosniff
2018-11-14T14:03:50.144-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: X-Frame-Options: SAMEORIGIN
2018-11-14T14:03:50.145-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: X-Xss-Protection: 1; mode=block
2018-11-14T14:03:50.145-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4:
2018-11-14T14:03:50.145-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: {
2018-11-14T14:03:50.145-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "kind": "compute#firewall",
2018-11-14T14:03:50.145-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "id": "1032356556458546440",
2018-11-14T14:03:50.145-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "creationTimestamp": "2018-11-14T10:39:35.069-08:00",
2018-11-14T14:03:50.145-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "name": "<my-image-id>-firewall",
2018-11-14T14:03:50.145-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "description": "",
2018-11-14T14:03:50.145-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "network": "https://www.googleapis.com/compute/beta/projects/<gcp-project-id>/global/networks/default",
2018-11-14T14:03:50.145-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "priority": 1000,
2018-11-14T14:03:50.145-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "sourceRanges": [
2018-11-14T14:03:50.145-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "0.0.0.0/0"
2018-11-14T14:03:50.145-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: ],
2018-11-14T14:03:50.145-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "allowed": [
2018-11-14T14:03:50.145-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: {
2018-11-14T14:03:50.145-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "IPProtocol": "tcp",
2018-11-14T14:03:50.145-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "ports": [
2018-11-14T14:03:50.145-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "22",
2018-11-14T14:03:50.145-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "80"
2018-11-14T14:03:50.145-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: ]
2018-11-14T14:03:50.145-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: }
2018-11-14T14:03:50.145-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: ],
2018-11-14T14:03:50.145-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "direction": "INGRESS",
2018-11-14T14:03:50.145-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "enableLogging": false,
2018-11-14T14:03:50.145-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "disabled": false,
2018-11-14T14:03:50.145-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "selfLink": "https://www.googleapis.com/compute/beta/projects/<gcp-project-id>/global/firewalls/<my-image-id>-firewall"
2018-11-14T14:03:50.145-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: }
2018-11-14T14:03:50.145-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4:
2018-11-14T14:03:50.145-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: -----------------------------------------------------
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalWriteState
2018/11/14 14:03:50 [TRACE] [walkRefresh] Exiting eval tree: google_compute_firewall.default
2018/11/14 14:03:50 [TRACE] root.workspace-vm: eval: *terraform.EvalWriteState
2018/11/14 14:03:50 [TRACE] [walkRefresh] Exiting eval tree: module.workspace-vm.google_compute_instance.student_instance
2018/11/14 14:03:50 [TRACE] dag/walk: walking "module.workspace-vm.output.instance_address"
2018/11/14 14:03:50 [TRACE] vertex 'root.module.workspace-vm.output.instance_address': walking
2018/11/14 14:03:50 [TRACE] dag/walk: walking "module.workspace-vm.output.instance_name"
2018/11/14 14:03:50 [TRACE] vertex 'root.module.workspace-vm.output.instance_name': walking
2018/11/14 14:03:50 [TRACE] vertex 'root.module.workspace-vm.output.instance_address': evaluating
2018/11/14 14:03:50 [TRACE] dag/walk: walking "provider.google (close)"
2018/11/14 14:03:50 [TRACE] vertex 'root.module.workspace-vm.output.instance_name': evaluating
2018/11/14 14:03:50 [TRACE] [walkRefresh] Entering eval tree: module.workspace-vm.output.instance_address
2018/11/14 14:03:50 [TRACE] vertex 'root.provider.google (close)': walking
2018/11/14 14:03:50 [TRACE] [walkRefresh] Entering eval tree: module.workspace-vm.output.instance_name
2018/11/14 14:03:50 [TRACE] root.workspace-vm: eval: *terraform.EvalSequence
2018/11/14 14:03:50 [TRACE] vertex 'root.provider.google (close)': evaluating
2018/11/14 14:03:50 [TRACE] root.workspace-vm: eval: terraform.EvalNoop
2018/11/14 14:03:50 [TRACE] dag/walk: walking "module.workspace-vm.output.project"
2018/11/14 14:03:50 [TRACE] [walkRefresh] Entering eval tree: provider.google (close)
2018/11/14 14:03:50 [TRACE] vertex 'root.module.workspace-vm.output.project': walking
2018/11/14 14:03:50 [TRACE] dag/walk: walking "module.workspace-vm.output.zone"
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalCloseProvider
2018/11/14 14:03:50 [TRACE] vertex 'root.module.workspace-vm.output.zone': walking
2018/11/14 14:03:50 [TRACE] root.workspace-vm: eval: *terraform.EvalOpFilter
2018/11/14 14:03:50 [TRACE] [walkRefresh] Exiting eval tree: provider.google (close)
2018/11/14 14:03:50 [TRACE] vertex 'root.module.workspace-vm.output.project': evaluating
2018/11/14 14:03:50 [TRACE] root.workspace-vm: eval: *terraform.EvalSequence
2018/11/14 14:03:50 [TRACE] vertex 'root.module.workspace-vm.output.zone': evaluating
2018/11/14 14:03:50 [TRACE] [walkRefresh] Entering eval tree: module.workspace-vm.output.project
2018/11/14 14:03:50 [TRACE] root.workspace-vm: eval: terraform.EvalNoop
2018/11/14 14:03:50 [TRACE] root.workspace-vm: eval: *terraform.EvalOpFilter
2018/11/14 14:03:50 [TRACE] root.workspace-vm: eval: *terraform.EvalWriteOutput
2018/11/14 14:03:50 [TRACE] root.workspace-vm: eval: *terraform.EvalWriteOutput
2018/11/14 14:03:50 [TRACE] root.workspace-vm: eval: *terraform.EvalSequence
2018/11/14 14:03:50 [TRACE] root.workspace-vm: eval: terraform.EvalNoop
2018/11/14 14:03:50 [TRACE] root.workspace-vm: eval: *terraform.EvalOpFilter
2018/11/14 14:03:50 [TRACE] root.workspace-vm: eval: *terraform.EvalWriteOutput
2018/11/14 14:03:50 [TRACE] [walkRefresh] Entering eval tree: module.workspace-vm.output.zone
2018/11/14 14:03:50 [TRACE] root.workspace-vm: eval: *terraform.EvalSequence
2018/11/14 14:03:50 [TRACE] root.workspace-vm: eval: terraform.EvalNoop
2018/11/14 14:03:50 [TRACE] root.workspace-vm: eval: *terraform.EvalOpFilter
2018/11/14 14:03:50 [TRACE] root.workspace-vm: eval: *terraform.EvalWriteOutput
2018/11/14 14:03:50 [TRACE] [walkRefresh] Exiting eval tree: module.workspace-vm.output.instance_address
2018/11/14 14:03:50 [TRACE] [walkRefresh] Exiting eval tree: module.workspace-vm.output.project
2018/11/14 14:03:50 [TRACE] [walkRefresh] Exiting eval tree: module.workspace-vm.output.instance_name
2018/11/14 14:03:50 [TRACE] [walkRefresh] Exiting eval tree: module.workspace-vm.output.zone
2018/11/14 14:03:50 [TRACE] dag/walk: walking "output.workspace_instance_guide"
2018/11/14 14:03:50 [TRACE] vertex 'root.output.workspace_instance_guide': walking
2018/11/14 14:03:50 [TRACE] vertex 'root.output.workspace_instance_guide': evaluating
2018/11/14 14:03:50 [TRACE] [walkRefresh] Entering eval tree: output.workspace_instance_guide
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalSequence
2018/11/14 14:03:50 [TRACE] root: eval: terraform.EvalNoop
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalOpFilter
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalWriteOutput
2018/11/14 14:03:50 [TRACE] [walkRefresh] Exiting eval tree: output.workspace_instance_guide
2018/11/14 14:03:50 [TRACE] dag/walk: walking "root"
2018/11/14 14:03:50 [TRACE] vertex 'root.root': walking
2018/11/14 14:03:50 [INFO] backend/local: apply calling Plan
2018/11/14 14:03:50 [INFO] terraform: building graph: GraphTypePlan
2018/11/14 14:03:50 [TRACE] ConfigTransformer: Starting for path: []
2018/11/14 14:03:50 [TRACE] ConfigTransformer: Starting for path: [workspace-vm]
2018/11/14 14:03:50 [TRACE] Graph after step *terraform.ConfigTransformer:
google_compute_firewall.default - *terraform.NodePlannableResource
google_compute_image.my-gcp-image - *terraform.NodePlannableResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodePlannableResource
2018/11/14 14:03:50 [TRACE] Graph after step *terraform.LocalTransformer:
google_compute_firewall.default - *terraform.NodePlannableResource
google_compute_image.my-gcp-image - *terraform.NodePlannableResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodePlannableResource
2018/11/14 14:03:50 [TRACE] Graph after step *terraform.OutputTransformer:
google_compute_firewall.default - *terraform.NodePlannableResource
google_compute_image.my-gcp-image - *terraform.NodePlannableResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodePlannableResource
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
output.workspace_instance_guide - *terraform.NodeApplyableOutput
2018/11/14 14:03:50 [TRACE] Graph after step *terraform.OrphanResourceTransformer:
google_compute_firewall.default - *terraform.NodePlannableResource
google_compute_image.my-gcp-image - *terraform.NodePlannableResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodePlannableResource
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
output.workspace_instance_guide - *terraform.NodeApplyableOutput
2018/11/14 14:03:50 [TRACE] Graph after step *terraform.OrphanOutputTransformer:
google_compute_firewall.default - *terraform.NodePlannableResource
google_compute_image.my-gcp-image - *terraform.NodePlannableResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodePlannableResource
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
output.workspace_instance_guide - *terraform.NodeApplyableOutput
2018/11/14 14:03:50 [TRACE] AttachResourceConfigTransformer: Beginning...
2018/11/14 14:03:50 [TRACE] AttachResourceConfigTransformer: Attach resource config request: module.workspace-vm.google_compute_instance.student_instance
2018/11/14 14:03:50 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"student_instance", Type:"google_compute_instance", RawCount:(*config.RawConfig)(0xc00042a1c0), RawConfig:(*config.RawConfig)(0xc000371ea0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/11/14 14:03:50 [TRACE] AttachResourceConfigTransformer: Attach resource config request: google_compute_image.my-gcp-image
2018/11/14 14:03:50 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"my-gcp-image", Type:"google_compute_image", RawCount:(*config.RawConfig)(0xc000370c40), RawConfig:(*config.RawConfig)(0xc000370a80), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/11/14 14:03:50 [TRACE] AttachResourceConfigTransformer: Attach resource config request: google_compute_firewall.default
2018/11/14 14:03:50 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"default", Type:"google_compute_firewall", RawCount:(*config.RawConfig)(0xc000370d90), RawConfig:(*config.RawConfig)(0xc000370cb0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/11/14 14:03:50 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
google_compute_firewall.default - *terraform.NodePlannableResource
google_compute_image.my-gcp-image - *terraform.NodePlannableResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodePlannableResource
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
output.workspace_instance_guide - *terraform.NodeApplyableOutput
2018/11/14 14:03:50 [DEBUG] Resource state not found for "google_compute_image.my-gcp-image": google_compute_image.my-gcp-image
2018/11/14 14:03:50 [DEBUG] Attaching resource state to "google_compute_firewall.default": &terraform.ResourceState{Type:"google_compute_firewall", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0002381e0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.google", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/14 14:03:50 [DEBUG] Resource state not found for "module.workspace-vm.google_compute_instance.student_instance": module.workspace-vm.google_compute_instance.student_instance
2018/11/14 14:03:50 [TRACE] Graph after step *terraform.AttachStateTransformer:
google_compute_firewall.default - *terraform.NodePlannableResource
google_compute_image.my-gcp-image - *terraform.NodePlannableResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodePlannableResource
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
output.workspace_instance_guide - *terraform.NodeApplyableOutput
2018/11/14 14:03:50 [TRACE] Graph after step *terraform.RootVariableTransformer:
google_compute_firewall.default - *terraform.NodePlannableResource
google_compute_image.my-gcp-image - *terraform.NodePlannableResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodePlannableResource
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
output.workspace_instance_guide - *terraform.NodeApplyableOutput
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:50 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/11/14 14:03:50 [TRACE] ProviderConfigTransformer: Starting for path: [workspace-vm]
2018/11/14 14:03:50 [TRACE] Attach provider request: []string{} google
2018/11/14 14:03:50 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"google", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc0003709a0)}
2018/11/14 14:03:50 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
google_compute_firewall.default - *terraform.NodePlannableResource
google_compute_image.my-gcp-image - *terraform.NodePlannableResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodePlannableResource
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
output.workspace_instance_guide - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:50 [TRACE] Graph after step *terraform.MissingProviderTransformer:
google_compute_firewall.default - *terraform.NodePlannableResource
google_compute_image.my-gcp-image - *terraform.NodePlannableResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodePlannableResource
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
output.workspace_instance_guide - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:50 [DEBUG] resource google_compute_firewall.default using provider provider.google
2018/11/14 14:03:50 [DEBUG] resource module.workspace-vm.google_compute_instance.student_instance using provider provider.google
2018/11/14 14:03:50 [DEBUG] resource google_compute_image.my-gcp-image using provider provider.google
2018/11/14 14:03:50 [TRACE] Graph after step *terraform.ProviderTransformer:
google_compute_firewall.default - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
google_compute_image.my-gcp-image - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
output.workspace_instance_guide - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:50 [TRACE] Graph after step *terraform.PruneProviderTransformer:
google_compute_firewall.default - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
google_compute_image.my-gcp-image - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
output.workspace_instance_guide - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:50 [TRACE] Graph after step *terraform.ParentProviderTransformer:
google_compute_firewall.default - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
google_compute_image.my-gcp-image - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
output.workspace_instance_guide - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:50 [TRACE] Graph after step *terraform.graphTransformerMulti:
google_compute_firewall.default - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
google_compute_image.my-gcp-image - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
output.workspace_instance_guide - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:50 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
google_compute_firewall.default - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
google_compute_image.my-gcp-image - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
output.workspace_instance_guide - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:50 [TRACE] Graph after step *terraform.RemovedModuleTransformer:
google_compute_firewall.default - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
google_compute_image.my-gcp-image - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
output.workspace_instance_guide - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:50 [DEBUG] ReferenceTransformer: "var.google_compute_image_name" references: []
2018/11/14 14:03:50 [DEBUG] ReferenceTransformer: "var.google_compute_image_source" references: []
2018/11/14 14:03:50 [DEBUG] ReferenceTransformer: "module.workspace-vm.var.project" references: [var.project]
2018/11/14 14:03:50 [DEBUG] ReferenceTransformer: "google_compute_firewall.default" references: [var.project]
2018/11/14 14:03:50 [DEBUG] ReferenceTransformer: "module.workspace-vm.google_compute_instance.student_instance" references: [module.workspace-vm.var.disk_size module.workspace-vm.var.image module.workspace-vm.var.machine_type module.workspace-vm.var.name module.workspace-vm.var.project module.workspace-vm.var.zone]
2018/11/14 14:03:50 [DEBUG] ReferenceTransformer: "module.workspace-vm.output.project" references: [module.workspace-vm.google_compute_instance.student_instance]
2018/11/14 14:03:50 [DEBUG] ReferenceTransformer: "output.workspace_instance_guide" references: [module.workspace-vm.output.instance_name module.workspace-vm.output.instance_address module.workspace-vm.output.project module.workspace-vm.output.zone]
2018/11/14 14:03:50 [DEBUG] ReferenceTransformer: "var.zone" references: []
2018/11/14 14:03:50 [DEBUG] ReferenceTransformer: "module.workspace-vm.var.machine_type" references: []
2018/11/14 14:03:50 [DEBUG] ReferenceTransformer: "module.workspace-vm.output.instance_name" references: [module.workspace-vm.google_compute_instance.student_instance]
2018/11/14 14:03:50 [DEBUG] ReferenceTransformer: "var.project" references: []
2018/11/14 14:03:50 [DEBUG] ReferenceTransformer: "var.region" references: []
2018/11/14 14:03:50 [DEBUG] ReferenceTransformer: "provider.google" references: [var.region]
2018/11/14 14:03:50 [DEBUG] ReferenceTransformer: "module.workspace-vm.var.disk_size" references: []
2018/11/14 14:03:50 [DEBUG] ReferenceTransformer: "module.workspace-vm.var.name" references: []
2018/11/14 14:03:50 [DEBUG] ReferenceTransformer: "module.workspace-vm.var.zone" references: []
2018/11/14 14:03:50 [DEBUG] ReferenceTransformer: "module.workspace-vm.var.image" references: [google_compute_image.my-gcp-image]
2018/11/14 14:03:50 [DEBUG] ReferenceTransformer: "google_compute_image.my-gcp-image" references: [var.google_compute_image_name var.google_compute_image_source var.project]
2018/11/14 14:03:50 [DEBUG] ReferenceTransformer: "module.workspace-vm.output.instance_address" references: [module.workspace-vm.google_compute_instance.student_instance]
2018/11/14 14:03:50 [DEBUG] ReferenceTransformer: "module.workspace-vm.output.zone" references: [module.workspace-vm.google_compute_instance.student_instance]
2018/11/14 14:03:50 [TRACE] Graph after step *terraform.ReferenceTransformer:
google_compute_firewall.default - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
var.project - *terraform.NodeRootVariable
google_compute_image.my-gcp-image - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodePlannableResource
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodePlannableResource
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodePlannableResource
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodePlannableResource
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodePlannableResource
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
google_compute_image.my-gcp-image - *terraform.NodePlannableResource
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
var.project - *terraform.NodeRootVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
output.workspace_instance_guide - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.region - *terraform.NodeRootVariable
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:50 [TRACE] Graph after step *terraform.CountBoundaryTransformer:
google_compute_firewall.default - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
var.project - *terraform.NodeRootVariable
google_compute_image.my-gcp-image - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
google_compute_firewall.default - *terraform.NodePlannableResource
google_compute_image.my-gcp-image - *terraform.NodePlannableResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodePlannableResource
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
output.workspace_instance_guide - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodePlannableResource
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodePlannableResource
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodePlannableResource
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodePlannableResource
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodePlannableResource
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
google_compute_image.my-gcp-image - *terraform.NodePlannableResource
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
var.project - *terraform.NodeRootVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
output.workspace_instance_guide - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.region - *terraform.NodeRootVariable
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:50 [TRACE] Graph after step *terraform.TargetsTransformer:
google_compute_firewall.default - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
var.project - *terraform.NodeRootVariable
google_compute_image.my-gcp-image - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
google_compute_firewall.default - *terraform.NodePlannableResource
google_compute_image.my-gcp-image - *terraform.NodePlannableResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodePlannableResource
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
output.workspace_instance_guide - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodePlannableResource
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodePlannableResource
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodePlannableResource
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodePlannableResource
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodePlannableResource
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
google_compute_image.my-gcp-image - *terraform.NodePlannableResource
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
var.project - *terraform.NodeRootVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
output.workspace_instance_guide - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.region - *terraform.NodeRootVariable
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:50 [TRACE] Graph after step *terraform.CloseProviderTransformer:
google_compute_firewall.default - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
var.project - *terraform.NodeRootVariable
google_compute_image.my-gcp-image - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
google_compute_firewall.default - *terraform.NodePlannableResource
google_compute_image.my-gcp-image - *terraform.NodePlannableResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodePlannableResource
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
output.workspace_instance_guide - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodePlannableResource
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodePlannableResource
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodePlannableResource
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodePlannableResource
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodePlannableResource
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
google_compute_image.my-gcp-image - *terraform.NodePlannableResource
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
var.project - *terraform.NodeRootVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
output.workspace_instance_guide - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.region - *terraform.NodeRootVariable
provider.google (close) - *terraform.graphNodeCloseProvider
google_compute_firewall.default - *terraform.NodePlannableResource
google_compute_image.my-gcp-image - *terraform.NodePlannableResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:50 [TRACE] Graph after step *terraform.CloseProvisionerTransformer:
google_compute_firewall.default - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
var.project - *terraform.NodeRootVariable
google_compute_image.my-gcp-image - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
google_compute_firewall.default - *terraform.NodePlannableResource
google_compute_image.my-gcp-image - *terraform.NodePlannableResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodePlannableResource
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
output.workspace_instance_guide - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodePlannableResource
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodePlannableResource
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodePlannableResource
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodePlannableResource
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodePlannableResource
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
google_compute_image.my-gcp-image - *terraform.NodePlannableResource
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
var.project - *terraform.NodeRootVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
output.workspace_instance_guide - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.region - *terraform.NodeRootVariable
provider.google (close) - *terraform.graphNodeCloseProvider
google_compute_firewall.default - *terraform.NodePlannableResource
google_compute_image.my-gcp-image - *terraform.NodePlannableResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:50 [TRACE] Graph after step *terraform.RootTransformer:
google_compute_firewall.default - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
var.project - *terraform.NodeRootVariable
google_compute_image.my-gcp-image - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
google_compute_firewall.default - *terraform.NodePlannableResource
google_compute_image.my-gcp-image - *terraform.NodePlannableResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodePlannableResource
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
output.workspace_instance_guide - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodePlannableResource
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodePlannableResource
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodePlannableResource
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodePlannableResource
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodePlannableResource
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
google_compute_image.my-gcp-image - *terraform.NodePlannableResource
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
var.project - *terraform.NodeRootVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
output.workspace_instance_guide - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.region - *terraform.NodeRootVariable
provider.google (close) - *terraform.graphNodeCloseProvider
google_compute_firewall.default - *terraform.NodePlannableResource
google_compute_image.my-gcp-image - *terraform.NodePlannableResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.google (close) - *terraform.graphNodeCloseProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:50 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
google_compute_firewall.default - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
var.project - *terraform.NodeRootVariable
google_compute_image.my-gcp-image - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
google_compute_firewall.default - *terraform.NodePlannableResource
output.workspace_instance_guide - *terraform.NodeApplyableOutput
var.zone - *terraform.NodeRootVariable
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodePlannableResource
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodePlannableResource
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodePlannableResource
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodePlannableResource
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodePlannableResource
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
google_compute_image.my-gcp-image - *terraform.NodePlannableResource
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
var.project - *terraform.NodeRootVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
output.workspace_instance_guide - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.region - *terraform.NodeRootVariable
provider.google (close) - *terraform.graphNodeCloseProvider
google_compute_firewall.default - *terraform.NodePlannableResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodePlannableResource
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.google (close) - *terraform.graphNodeCloseProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:50 [DEBUG] Starting graph walk: walkPlan
2018/11/14 14:03:50 [TRACE] dag/walk: added new vertex: "module.workspace-vm.var.machine_type"
2018/11/14 14:03:50 [TRACE] dag/walk: added new vertex: "module.workspace-vm.var.disk_size"
2018/11/14 14:03:50 [TRACE] dag/walk: added new vertex: "var.project"
2018/11/14 14:03:50 [TRACE] dag/walk: added new vertex: "var.region"
2018/11/14 14:03:50 [TRACE] dag/walk: added new vertex: "module.workspace-vm.var.name"
2018/11/14 14:03:50 [TRACE] dag/walk: added new vertex: "var.google_compute_image_name"
2018/11/14 14:03:50 [TRACE] dag/walk: added new vertex: "var.google_compute_image_source"
2018/11/14 14:03:50 [TRACE] dag/walk: added new vertex: "module.workspace-vm.output.project"
2018/11/14 14:03:50 [TRACE] dag/walk: added new vertex: "provider.google"
2018/11/14 14:03:50 [TRACE] dag/walk: added new vertex: "output.workspace_instance_guide"
2018/11/14 14:03:50 [TRACE] dag/walk: added new vertex: "root"
2018/11/14 14:03:50 [TRACE] dag/walk: added new vertex: "module.workspace-vm.output.instance_name"
2018/11/14 14:03:50 [TRACE] dag/walk: added new vertex: "module.workspace-vm.var.image"
2018/11/14 14:03:50 [TRACE] dag/walk: added new vertex: "provider.google (close)"
2018/11/14 14:03:50 [TRACE] dag/walk: added new vertex: "module.workspace-vm.var.project"
2018/11/14 14:03:50 [TRACE] dag/walk: added new vertex: "google_compute_firewall.default"
2018/11/14 14:03:50 [TRACE] dag/walk: added new vertex: "var.zone"
2018/11/14 14:03:50 [TRACE] dag/walk: added new vertex: "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:03:50 [TRACE] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)"
2018/11/14 14:03:50 [TRACE] dag/walk: added new vertex: "module.workspace-vm.var.zone"
2018/11/14 14:03:50 [TRACE] dag/walk: added new vertex: "google_compute_image.my-gcp-image"
2018/11/14 14:03:50 [TRACE] dag/walk: added new vertex: "module.workspace-vm.output.instance_address"
2018/11/14 14:03:50 [TRACE] dag/walk: added new vertex: "module.workspace-vm.output.zone"
2018/11/14 14:03:50 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.zone"
2018/11/14 14:03:50 [TRACE] dag/walk: added edge: "module.workspace-vm.output.instance_address" waiting on "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:03:50 [TRACE] dag/walk: added edge: "root" waiting on "provider.google (close)"
2018/11/14 14:03:50 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "output.workspace_instance_guide"
2018/11/14 14:03:50 [TRACE] dag/walk: added edge: "module.workspace-vm.google_compute_instance.student_instance" waiting on "module.workspace-vm.var.name"
2018/11/14 14:03:50 [TRACE] dag/walk: added edge: "module.workspace-vm.var.project" waiting on "var.project"
2018/11/14 14:03:50 [TRACE] dag/walk: added edge: "module.workspace-vm.output.project" waiting on "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:03:50 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)"
2018/11/14 14:03:50 [TRACE] dag/walk: added edge: "output.workspace_instance_guide" waiting on "module.workspace-vm.output.zone"
2018/11/14 14:03:50 [TRACE] dag/walk: added edge: "module.workspace-vm.google_compute_instance.student_instance" waiting on "module.workspace-vm.var.zone"
2018/11/14 14:03:50 [TRACE] dag/walk: added edge: "output.workspace_instance_guide" waiting on "module.workspace-vm.output.instance_name"
2018/11/14 14:03:50 [TRACE] dag/walk: added edge: "provider.google (close)" waiting on "google_compute_firewall.default"
2018/11/14 14:03:50 [TRACE] dag/walk: added edge: "module.workspace-vm.google_compute_instance.student_instance" waiting on "module.workspace-vm.var.disk_size"
2018/11/14 14:03:50 [TRACE] dag/walk: added edge: "google_compute_image.my-gcp-image" waiting on "var.project"
2018/11/14 14:03:50 [TRACE] dag/walk: added edge: "module.workspace-vm.google_compute_instance.student_instance" waiting on "module.workspace-vm.var.project"
2018/11/14 14:03:50 [TRACE] dag/walk: added edge: "module.workspace-vm.output.instance_name" waiting on "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:03:50 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "google_compute_firewall.default"
2018/11/14 14:03:50 [TRACE] dag/walk: added edge: "google_compute_firewall.default" waiting on "provider.google"
2018/11/14 14:03:50 [TRACE] dag/walk: added edge: "output.workspace_instance_guide" waiting on "module.workspace-vm.output.instance_address"
2018/11/14 14:03:50 [TRACE] dag/walk: added edge: "output.workspace_instance_guide" waiting on "module.workspace-vm.output.project"
2018/11/14 14:03:50 [TRACE] dag/walk: added edge: "module.workspace-vm.output.zone" waiting on "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:03:50 [TRACE] dag/walk: added edge: "google_compute_firewall.default" waiting on "var.project"
2018/11/14 14:03:50 [TRACE] dag/walk: added edge: "module.workspace-vm.google_compute_instance.student_instance" waiting on "module.workspace-vm.var.image"
2018/11/14 14:03:50 [TRACE] dag/walk: added edge: "module.workspace-vm.google_compute_instance.student_instance" waiting on "module.workspace-vm.var.machine_type"
2018/11/14 14:03:50 [TRACE] dag/walk: added edge: "provider.google" waiting on "var.region"
2018/11/14 14:03:50 [TRACE] dag/walk: added edge: "provider.google (close)" waiting on "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:03:50 [TRACE] dag/walk: added edge: "module.workspace-vm.var.image" waiting on "google_compute_image.my-gcp-image"
2018/11/14 14:03:50 [TRACE] dag/walk: added edge: "google_compute_image.my-gcp-image" waiting on "var.google_compute_image_name"
2018/11/14 14:03:50 [TRACE] dag/walk: added edge: "google_compute_image.my-gcp-image" waiting on "provider.google"
2018/11/14 14:03:50 [TRACE] dag/walk: added edge: "google_compute_image.my-gcp-image" waiting on "var.google_compute_image_source"
2018/11/14 14:03:50 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps
2018/11/14 14:03:50 [TRACE] dag/walk: dependencies changed for "output.workspace_instance_guide", sending new deps
2018/11/14 14:03:50 [TRACE] dag/walk: dependencies changed for "module.workspace-vm.var.image", sending new deps
2018/11/14 14:03:50 [TRACE] dag/walk: dependencies changed for "module.workspace-vm.output.zone", sending new deps
2018/11/14 14:03:50 [TRACE] dag/walk: dependencies changed for "module.workspace-vm.output.instance_address", sending new deps
2018/11/14 14:03:50 [TRACE] dag/walk: dependencies changed for "module.workspace-vm.google_compute_instance.student_instance", sending new deps
2018/11/14 14:03:50 [TRACE] dag/walk: dependencies changed for "module.workspace-vm.output.project", sending new deps
2018/11/14 14:03:50 [TRACE] dag/walk: dependencies changed for "provider.google (close)", sending new deps
2018/11/14 14:03:50 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2018/11/14 14:03:50 [TRACE] dag/walk: dependencies changed for "module.workspace-vm.var.project", sending new deps
2018/11/14 14:03:50 [TRACE] dag/walk: dependencies changed for "google_compute_image.my-gcp-image", sending new deps
2018/11/14 14:03:50 [TRACE] dag/walk: dependencies changed for "module.workspace-vm.output.instance_name", sending new deps
2018/11/14 14:03:50 [TRACE] dag/walk: dependencies changed for "google_compute_firewall.default", sending new deps
2018/11/14 14:03:50 [TRACE] dag/walk: dependencies changed for "provider.google", sending new deps
2018/11/14 14:03:50 [TRACE] dag/walk: walking "var.google_compute_image_name"
2018/11/14 14:03:50 [TRACE] dag/walk: walking "var.zone"
2018/11/14 14:03:50 [TRACE] dag/walk: walking "var.google_compute_image_source"
2018/11/14 14:03:50 [TRACE] vertex 'root.var.google_compute_image_source': walking
2018/11/14 14:03:50 [TRACE] dag/walk: walking "module.workspace-vm.var.zone"
2018/11/14 14:03:50 [TRACE] dag/walk: walking "module.workspace-vm.var.disk_size"
2018/11/14 14:03:50 [TRACE] dag/walk: walking "var.project"
2018/11/14 14:03:50 [TRACE] vertex 'root.module.workspace-vm.var.disk_size': walking
2018/11/14 14:03:50 [TRACE] vertex 'root.module.workspace-vm.var.zone': walking
2018/11/14 14:03:50 [TRACE] vertex 'root.var.project': walking
2018/11/14 14:03:50 [TRACE] dag/walk: walking "var.region"
2018/11/14 14:03:50 [TRACE] vertex 'root.var.region': walking
2018/11/14 14:03:50 [TRACE] vertex 'root.var.zone': walking
2018/11/14 14:03:50 [TRACE] dag/walk: walking "module.workspace-vm.var.name"
2018/11/14 14:03:50 [TRACE] vertex 'root.var.google_compute_image_name': walking
2018/11/14 14:03:50 [TRACE] vertex 'root.module.workspace-vm.var.disk_size': evaluating
2018/11/14 14:03:50 [TRACE] vertex 'root.module.workspace-vm.var.name': walking
2018/11/14 14:03:50 [TRACE] dag/walk: walking "module.workspace-vm.var.machine_type"
2018/11/14 14:03:50 [TRACE] dag/walk: walking "provider.google"
2018/11/14 14:03:50 [TRACE] vertex 'root.provider.google': walking
2018/11/14 14:03:50 [TRACE] vertex 'root.provider.google': evaluating
2018/11/14 14:03:50 [TRACE] [walkPlan] Entering eval tree: provider.google
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalSequence
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalInitProvider
2018/11/14 14:03:50 [TRACE] vertex 'root.module.workspace-vm.var.machine_type': walking
2018/11/14 14:03:50 [TRACE] vertex 'root.module.workspace-vm.var.machine_type': evaluating
2018/11/14 14:03:50 [TRACE] [walkPlan] Entering eval tree: module.workspace-vm.var.machine_type
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalSequence
2018/11/14 14:03:50 [TRACE] root: eval: terraform.EvalNoop
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalOpFilter
2018/11/14 14:03:50 [TRACE] vertex 'root.module.workspace-vm.var.zone': evaluating
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalInterpolate
2018/11/14 14:03:50 [TRACE] dag/walk: walking "module.workspace-vm.var.project"
2018/11/14 14:03:50 [TRACE] vertex 'root.module.workspace-vm.var.project': walking
2018/11/14 14:03:50 [TRACE] [walkPlan] Entering eval tree: module.workspace-vm.var.disk_size
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalNoop
2018/11/14 14:03:50 [TRACE] [walkPlan] Exiting eval tree: module.workspace-vm.var.disk_size
2018/11/14 14:03:50 [TRACE] [walkPlan] Entering eval tree: module.workspace-vm.var.zone
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalNoop
2018/11/14 14:03:50 [TRACE] [walkPlan] Exiting eval tree: module.workspace-vm.var.zone
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalVariableBlock
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalCoerceMapVariable
2018/11/14 14:03:50 [TRACE] vertex 'root.module.workspace-vm.var.name': evaluating
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalTypeCheckVariable
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalSetVariables
2018/11/14 14:03:50 [TRACE] [walkPlan] Exiting eval tree: module.workspace-vm.var.machine_type
2018/11/14 14:03:50 [TRACE] vertex 'root.module.workspace-vm.var.project': evaluating
2018/11/14 14:03:50 [TRACE] [walkPlan] Entering eval tree: module.workspace-vm.var.name
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalSequence
2018/11/14 14:03:50 [TRACE] root: eval: terraform.EvalNoop
2018/11/14 14:03:50 [TRACE] [walkPlan] Entering eval tree: module.workspace-vm.var.project
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalOpFilter
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalSequence
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalInterpolate
2018/11/14 14:03:50 [TRACE] root: eval: terraform.EvalNoop
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalOpFilter
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalInterpolate
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalVariableBlock
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalCoerceMapVariable
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalTypeCheckVariable
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalSetVariables
2018/11/14 14:03:50 [TRACE] [walkPlan] Exiting eval tree: module.workspace-vm.var.name
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalVariableBlock
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalCoerceMapVariable
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalTypeCheckVariable
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalSetVariables
2018/11/14 14:03:50 [TRACE] [walkPlan] Exiting eval tree: module.workspace-vm.var.project
2018/11/14 14:03:50 [TRACE] root: eval: terraform.EvalNoop
2018/11/14 14:03:50 [TRACE] root: eval: terraform.EvalNoop
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalOpFilter
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalSequence
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalGetProvider
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalOpFilter
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalSequence
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalConfigProvider
2018-11-14T14:03:50.159-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:50 [INFO] Authenticating using DefaultClient
2018-11-14T14:03:50.160-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:50 [INFO] Instantiating GCE client...
2018-11-14T14:03:50.160-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:50 [INFO] Instantiating GCE Beta client...
2018-11-14T14:03:50.160-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:50 [INFO] Instantiating GKE client...
2018-11-14T14:03:50.160-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:50 [INFO] Instantiating GKE Beta client...
2018-11-14T14:03:50.160-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:50 [INFO] Instantiating Google Cloud DNS client...
2018-11-14T14:03:50.160-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:50 [INFO] Instantiating Google Cloud DNS Beta client...
2018-11-14T14:03:50.160-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:50 [INFO] Instantiating Google Cloud KMS Client...
2018-11-14T14:03:50.160-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:50 [INFO] Instantiating Google Stackdriver Logging client...
2018-11-14T14:03:50.160-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:50 [INFO] Instantiating Google Storage Client...
2018-11-14T14:03:50.160-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:50 [INFO] Instantiating Google SqlAdmin Client...
2018-11-14T14:03:50.160-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:50 [INFO] Instantiating Google Pubsub Client...
2018-11-14T14:03:50.160-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:50 [INFO] Instantiating Google Dataflow Client...
2018-11-14T14:03:50.160-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:50 [INFO] Instantiating Google Cloud Redis Client...
2018-11-14T14:03:50.160-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:50 [INFO] Instantiating Google Cloud ResourceManager Client...
2018-11-14T14:03:50.160-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:50 [INFO] Instantiating Google Cloud ResourceManager V Client...
2018-11-14T14:03:50.160-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:50 [INFO] Instantiating Google Cloud Runtimeconfig Client...
2018-11-14T14:03:50.160-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:50 [INFO] Instantiating Google Cloud IAM Client...
2018-11-14T14:03:50.160-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:50 [INFO] Instantiating Google Cloud Service Management Client...
2018-11-14T14:03:50.160-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:50 [INFO] Instantiating Google Cloud Service Usage Client...
2018-11-14T14:03:50.160-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:50 [INFO] Instantiating Google Cloud Billing Client...
2018-11-14T14:03:50.160-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:50 [INFO] Instantiating Google Cloud Build Client...
2018-11-14T14:03:50.160-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:50 [INFO] Instantiating Google Cloud BigQuery Client...
2018-11-14T14:03:50.160-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:50 [INFO] Instantiating Google Cloud CloudFunctions Client...
2018-11-14T14:03:50.160-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:50 [INFO] Instantiating Google Cloud Source Repo Client...
2018-11-14T14:03:50.160-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:50 [INFO] Instantiating Google Cloud Spanner Client...
2018-11-14T14:03:50.160-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:50 [INFO] Instantiating Google Cloud Dataproc Client...
2018-11-14T14:03:50.160-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:50 [INFO] Instantiating Google Cloud IoT Core Client...
2018-11-14T14:03:50.160-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:50 [INFO] Instantiating App Engine Client...
2018-11-14T14:03:50.160-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:50 [INFO] Instantiating Cloud Composer Client...
2018/11/14 14:03:50 [TRACE] [walkPlan] Exiting eval tree: provider.google
2018/11/14 14:03:50 [TRACE] dag/walk: walking "google_compute_firewall.default"
2018/11/14 14:03:50 [TRACE] vertex 'root.google_compute_firewall.default': walking
2018/11/14 14:03:50 [TRACE] vertex 'root.google_compute_firewall.default': evaluating
2018/11/14 14:03:50 [TRACE] dag/walk: walking "google_compute_image.my-gcp-image"
2018/11/14 14:03:50 [TRACE] [walkPlan] Entering eval tree: google_compute_firewall.default
2018/11/14 14:03:50 [TRACE] vertex 'root.google_compute_image.my-gcp-image': walking
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalSequence
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalInterpolate
2018/11/14 14:03:50 [TRACE] vertex 'root.google_compute_image.my-gcp-image': evaluating
2018/11/14 14:03:50 [TRACE] [walkPlan] Entering eval tree: google_compute_image.my-gcp-image
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalSequence
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalInterpolate
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalCountCheckComputed
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalCountCheckComputed
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalIf
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalIf
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/11/14 14:03:50 [TRACE] [walkPlan] Exiting eval tree: google_compute_firewall.default
2018/11/14 14:03:50 [TRACE] [walkPlan] Exiting eval tree: google_compute_image.my-gcp-image
2018/11/14 14:03:50 [TRACE] vertex 'root.google_compute_firewall.default': expanding/walking dynamic subgraph
2018/11/14 14:03:50 [TRACE] vertex 'root.google_compute_image.my-gcp-image': expanding/walking dynamic subgraph
2018/11/14 14:03:50 [TRACE] Graph after step *terraform.ResourceCountTransformer:
google_compute_firewall.default - *terraform.NodePlannableResourceInstance
2018/11/14 14:03:50 [TRACE] Graph after step *terraform.ResourceCountTransformer:
google_compute_image.my-gcp-image - *terraform.NodePlannableResourceInstance
2018/11/14 14:03:50 [TRACE] OrphanResourceCount: Starting...
2018/11/14 14:03:50 [TRACE] OrphanResourceCount: Starting...
2018/11/14 14:03:50 [TRACE] OrphanResourceCount: Checking: google_compute_firewall.default
2018/11/14 14:03:50 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
google_compute_firewall.default - *terraform.NodePlannableResourceInstance
2018/11/14 14:03:50 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
google_compute_image.my-gcp-image - *terraform.NodePlannableResourceInstance
2018/11/14 14:03:50 [DEBUG] Resource state not found for "google_compute_image.my-gcp-image": google_compute_image.my-gcp-image
2018/11/14 14:03:50 [TRACE] Graph after step *terraform.AttachStateTransformer:
google_compute_image.my-gcp-image - *terraform.NodePlannableResourceInstance
2018/11/14 14:03:50 [TRACE] Graph after step *terraform.TargetsTransformer:
google_compute_image.my-gcp-image - *terraform.NodePlannableResourceInstance
2018/11/14 14:03:50 [DEBUG] ReferenceTransformer: "google_compute_image.my-gcp-image" references: []
2018/11/14 14:03:50 [TRACE] Graph after step *terraform.ReferenceTransformer:
google_compute_image.my-gcp-image - *terraform.NodePlannableResourceInstance
2018/11/14 14:03:50 [DEBUG] Attaching resource state to "google_compute_firewall.default": &terraform.ResourceState{Type:"google_compute_firewall", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0002381e0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.google", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/14 14:03:50 [TRACE] Graph after step *terraform.RootTransformer:
google_compute_image.my-gcp-image - *terraform.NodePlannableResourceInstance
2018/11/14 14:03:50 [TRACE] Graph after step *terraform.AttachStateTransformer:
google_compute_firewall.default - *terraform.NodePlannableResourceInstance
2018/11/14 14:03:50 [TRACE] Graph after step *terraform.TargetsTransformer:
google_compute_firewall.default - *terraform.NodePlannableResourceInstance
2018/11/14 14:03:50 [TRACE] dag/walk: added new vertex: "google_compute_image.my-gcp-image"
2018/11/14 14:03:50 [DEBUG] ReferenceTransformer: "google_compute_firewall.default" references: []
2018/11/14 14:03:50 [TRACE] Graph after step *terraform.ReferenceTransformer:
google_compute_firewall.default - *terraform.NodePlannableResourceInstance
2018/11/14 14:03:50 [TRACE] dag/walk: walking "google_compute_image.my-gcp-image"
2018/11/14 14:03:50 [TRACE] Graph after step *terraform.RootTransformer:
google_compute_firewall.default - *terraform.NodePlannableResourceInstance
2018/11/14 14:03:50 [TRACE] vertex 'root.google_compute_image.my-gcp-image': walking
2018/11/14 14:03:50 [TRACE] dag/walk: added new vertex: "google_compute_firewall.default"
2018/11/14 14:03:50 [TRACE] dag/walk: walking "google_compute_firewall.default"
2018/11/14 14:03:50 [TRACE] vertex 'root.google_compute_firewall.default': walking
2018/11/14 14:03:50 [TRACE] vertex 'root.google_compute_firewall.default': evaluating
2018/11/14 14:03:50 [TRACE] [walkPlan] Entering eval tree: google_compute_firewall.default
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalSequence
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalInterpolate
2018/11/14 14:03:50 [TRACE] vertex 'root.google_compute_image.my-gcp-image': evaluating
2018/11/14 14:03:50 [TRACE] [walkPlan] Entering eval tree: google_compute_image.my-gcp-image
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalSequence
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalInterpolate
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalGetProvider
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalValidateResource
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalGetProvider
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalValidateResource
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalReadState
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalDiff
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalReadState
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalDiff
2018-11-14T14:03:50.162-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:50 [DEBUG] Instance Diff is nil in Diff()
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalCheckPreventDestroy
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalWriteState
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalWriteDiff
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalCheckPreventDestroy
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalWriteState
2018/11/14 14:03:50 [TRACE] [walkPlan] Exiting eval tree: google_compute_image.my-gcp-image
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalWriteDiff
2018/11/14 14:03:50 [TRACE] [walkPlan] Exiting eval tree: google_compute_firewall.default
2018/11/14 14:03:50 [TRACE] dag/walk: walking "module.workspace-vm.var.image"
2018/11/14 14:03:50 [TRACE] vertex 'root.module.workspace-vm.var.image': walking
2018/11/14 14:03:50 [TRACE] vertex 'root.module.workspace-vm.var.image': evaluating
2018/11/14 14:03:50 [TRACE] [walkPlan] Entering eval tree: module.workspace-vm.var.image
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalSequence
2018/11/14 14:03:50 [TRACE] root: eval: terraform.EvalNoop
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalOpFilter
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalInterpolate
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalVariableBlock
2018/11/14 14:03:50 [DEBUG] Setting Unknown Variable Value for computed key: image
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalCoerceMapVariable
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalTypeCheckVariable
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalSetVariables
2018/11/14 14:03:50 [TRACE] [walkPlan] Exiting eval tree: module.workspace-vm.var.image
2018/11/14 14:03:50 [TRACE] dag/walk: walking "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:03:50 [TRACE] vertex 'root.module.workspace-vm.google_compute_instance.student_instance': walking
2018/11/14 14:03:50 [TRACE] vertex 'root.module.workspace-vm.google_compute_instance.student_instance': evaluating
2018/11/14 14:03:50 [TRACE] [walkPlan] Entering eval tree: module.workspace-vm.google_compute_instance.student_instance
2018/11/14 14:03:50 [TRACE] root.workspace-vm: eval: *terraform.EvalSequence
2018/11/14 14:03:50 [TRACE] root.workspace-vm: eval: *terraform.EvalInterpolate
2018/11/14 14:03:50 [TRACE] root.workspace-vm: eval: *terraform.EvalCountCheckComputed
2018/11/14 14:03:50 [TRACE] root.workspace-vm: eval: *terraform.EvalIf
2018/11/14 14:03:50 [TRACE] root.workspace-vm: eval: *terraform.EvalCountFixZeroOneBoundary
2018/11/14 14:03:50 [TRACE] [walkPlan] Exiting eval tree: module.workspace-vm.google_compute_instance.student_instance
2018/11/14 14:03:50 [TRACE] vertex 'root.module.workspace-vm.google_compute_instance.student_instance': expanding/walking dynamic subgraph
2018/11/14 14:03:50 [TRACE] Graph after step *terraform.ResourceCountTransformer:
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodePlannableResourceInstance
2018/11/14 14:03:50 [TRACE] OrphanResourceCount: Starting...
2018/11/14 14:03:50 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodePlannableResourceInstance
2018/11/14 14:03:50 [DEBUG] Resource state not found for "module.workspace-vm.google_compute_instance.student_instance": module.workspace-vm.google_compute_instance.student_instance
2018/11/14 14:03:50 [TRACE] Graph after step *terraform.AttachStateTransformer:
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodePlannableResourceInstance
2018/11/14 14:03:50 [TRACE] Graph after step *terraform.TargetsTransformer:
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodePlannableResourceInstance
2018/11/14 14:03:50 [DEBUG] ReferenceTransformer: "module.workspace-vm.google_compute_instance.student_instance" references: []
2018/11/14 14:03:50 [TRACE] Graph after step *terraform.ReferenceTransformer:
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodePlannableResourceInstance
2018/11/14 14:03:50 [TRACE] Graph after step *terraform.RootTransformer:
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodePlannableResourceInstance
2018/11/14 14:03:50 [TRACE] dag/walk: added new vertex: "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:03:50 [TRACE] dag/walk: walking "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:03:50 [TRACE] vertex 'root.workspace-vm.module.workspace-vm.google_compute_instance.student_instance': walking
2018/11/14 14:03:50 [TRACE] vertex 'root.workspace-vm.module.workspace-vm.google_compute_instance.student_instance': evaluating
2018/11/14 14:03:50 [TRACE] [walkPlan] Entering eval tree: module.workspace-vm.google_compute_instance.student_instance
2018/11/14 14:03:50 [TRACE] root.workspace-vm: eval: *terraform.EvalSequence
2018/11/14 14:03:50 [TRACE] root.workspace-vm: eval: *terraform.EvalInterpolate
2018/11/14 14:03:50 [TRACE] root.workspace-vm: eval: *terraform.EvalGetProvider
2018/11/14 14:03:50 [TRACE] root.workspace-vm: eval: *terraform.EvalValidateResource
2018/11/14 14:03:50 [TRACE] root.workspace-vm: eval: *terraform.EvalReadState
2018/11/14 14:03:50 [TRACE] root.workspace-vm: eval: *terraform.EvalDiff
2018/11/14 14:03:50 [TRACE] root.workspace-vm: eval: *terraform.EvalCheckPreventDestroy
2018/11/14 14:03:50 [TRACE] root.workspace-vm: eval: *terraform.EvalWriteState
2018/11/14 14:03:50 [TRACE] root.workspace-vm: eval: *terraform.EvalWriteDiff
2018/11/14 14:03:50 [TRACE] [walkPlan] Exiting eval tree: module.workspace-vm.google_compute_instance.student_instance
2018/11/14 14:03:50 [TRACE] dag/walk: walking "module.workspace-vm.output.zone"
2018/11/14 14:03:50 [TRACE] vertex 'root.module.workspace-vm.output.zone': walking
2018/11/14 14:03:50 [TRACE] dag/walk: walking "module.workspace-vm.output.instance_name"
2018/11/14 14:03:50 [TRACE] vertex 'root.module.workspace-vm.output.instance_name': walking
2018/11/14 14:03:50 [TRACE] vertex 'root.module.workspace-vm.output.zone': evaluating
2018/11/14 14:03:50 [TRACE] dag/walk: walking "module.workspace-vm.output.project"
2018/11/14 14:03:50 [TRACE] dag/walk: walking "module.workspace-vm.output.instance_address"
2018/11/14 14:03:50 [TRACE] vertex 'root.module.workspace-vm.output.project': walking
2018/11/14 14:03:50 [TRACE] vertex 'root.module.workspace-vm.output.instance_address': walking
2018/11/14 14:03:50 [TRACE] vertex 'root.module.workspace-vm.output.instance_name': evaluating
2018/11/14 14:03:50 [TRACE] dag/walk: walking "provider.google (close)"
2018/11/14 14:03:50 [TRACE] vertex 'root.provider.google (close)': walking
2018/11/14 14:03:50 [TRACE] vertex 'root.module.workspace-vm.output.project': evaluating
2018/11/14 14:03:50 [TRACE] [walkPlan] Entering eval tree: module.workspace-vm.output.instance_name
2018/11/14 14:03:50 [TRACE] root.workspace-vm: eval: *terraform.EvalSequence
2018/11/14 14:03:50 [TRACE] root.workspace-vm: eval: terraform.EvalNoop
2018/11/14 14:03:50 [TRACE] root.workspace-vm: eval: *terraform.EvalOpFilter
2018/11/14 14:03:50 [TRACE] root.workspace-vm: eval: *terraform.EvalWriteOutput
2018/11/14 14:03:50 [TRACE] vertex 'root.provider.google (close)': evaluating
2018/11/14 14:03:50 [TRACE] vertex 'root.module.workspace-vm.output.instance_address': evaluating
2018/11/14 14:03:50 [TRACE] [walkPlan] Entering eval tree: module.workspace-vm.output.instance_address
2018/11/14 14:03:50 [TRACE] root.workspace-vm: eval: *terraform.EvalSequence
2018/11/14 14:03:50 [TRACE] root.workspace-vm: eval: terraform.EvalNoop
2018/11/14 14:03:50 [TRACE] root.workspace-vm: eval: *terraform.EvalOpFilter
2018/11/14 14:03:50 [TRACE] root.workspace-vm: eval: *terraform.EvalWriteOutput
2018/11/14 14:03:50 [TRACE] [walkPlan] Entering eval tree: module.workspace-vm.output.project
2018/11/14 14:03:50 [TRACE] [walkPlan] Entering eval tree: module.workspace-vm.output.zone
2018/11/14 14:03:50 [TRACE] root.workspace-vm: eval: *terraform.EvalSequence
2018/11/14 14:03:50 [TRACE] root.workspace-vm: eval: terraform.EvalNoop
2018/11/14 14:03:50 [TRACE] root.workspace-vm: eval: *terraform.EvalSequence
2018/11/14 14:03:50 [TRACE] root.workspace-vm: eval: *terraform.EvalOpFilter
2018/11/14 14:03:50 [TRACE] root.workspace-vm: eval: terraform.EvalNoop
2018/11/14 14:03:50 [TRACE] root.workspace-vm: eval: *terraform.EvalOpFilter
2018/11/14 14:03:50 [TRACE] root.workspace-vm: eval: *terraform.EvalWriteOutput
2018/11/14 14:03:50 [TRACE] root.workspace-vm: eval: *terraform.EvalWriteOutput
2018/11/14 14:03:50 [TRACE] [walkPlan] Exiting eval tree: module.workspace-vm.output.instance_name
2018/11/14 14:03:50 [TRACE] [walkPlan] Entering eval tree: provider.google (close)
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalCloseProvider
2018/11/14 14:03:50 [TRACE] [walkPlan] Exiting eval tree: provider.google (close)
2018/11/14 14:03:50 [TRACE] [walkPlan] Exiting eval tree: module.workspace-vm.output.instance_address
2018/11/14 14:03:50 [TRACE] [walkPlan] Exiting eval tree: module.workspace-vm.output.project
2018/11/14 14:03:50 [TRACE] [walkPlan] Exiting eval tree: module.workspace-vm.output.zone
2018/11/14 14:03:50 [TRACE] dag/walk: walking "output.workspace_instance_guide"
2018/11/14 14:03:50 [TRACE] vertex 'root.output.workspace_instance_guide': walking
2018/11/14 14:03:50 [TRACE] vertex 'root.output.workspace_instance_guide': evaluating
2018/11/14 14:03:50 [TRACE] [walkPlan] Entering eval tree: output.workspace_instance_guide
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalSequence
2018/11/14 14:03:50 [TRACE] root: eval: terraform.EvalNoop
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalOpFilter
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalWriteOutput
2018/11/14 14:03:50 [TRACE] [walkPlan] Exiting eval tree: output.workspace_instance_guide
2018/11/14 14:03:50 [TRACE] dag/walk: walking "meta.count-boundary (count boundary fixup)"
2018/11/14 14:03:50 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': walking
2018/11/14 14:03:50 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': evaluating
2018/11/14 14:03:50 [TRACE] [walkPlan] Entering eval tree: meta.count-boundary (count boundary fixup)
2018/11/14 14:03:50 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal
2018/11/14 14:03:50 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "google_compute_firewall.default.0", replace "google_compute_firewall.default"
2018/11/14 14:03:50 [TRACE] [walkPlan] Exiting eval tree: meta.count-boundary (count boundary fixup)
2018/11/14 14:03:50 [TRACE] dag/walk: walking "root"
2018/11/14 14:03:50 [TRACE] vertex 'root.root': walking
2018/11/14 14:03:50 [DEBUG] command: asking for input: "Do you want to perform these actions?"
2018/11/14 14:03:51 [INFO] terraform: building graph: GraphTypeApply
2018/11/14 14:03:51 [TRACE] DiffTransformer: starting
2018/11/14 14:03:51 [TRACE] DiffTransformer: Module: CREATE: google_compute_image.my-gcp-image
label_fingerprint: "" => "<computed>"
licenses.#: "" => "<computed>" (forces new resource)
name: "" => "<my-image-id>" (forces new resource)
project: "" => "<gcp-project-id>" (forces new resource)
raw_disk.#: "" => "1" (forces new resource)
raw_disk.0.container_type: "" => "TAR" (forces new resource)
raw_disk.0.source: "" => "https://storage.googleapis.com/<bucket>/<a_public_image_as_tar>.tar.gz" (forces new resource)
self_link: "" => "<computed>"
2018/11/14 14:03:51 [TRACE] DiffTransformer: Resource "google_compute_image.my-gcp-image": *terraform.InstanceDiff{mu:sync.Mutex{state:0, sema:0x0}, Attributes:map[string]*terraform.ResourceAttrDiff{"label_fingerprint":*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}, "name":*terraform.ResourceAttrDiff{Old:"", New:"<my-image-id>", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "licenses.#":*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}, "raw_disk.0.container_type":*terraform.ResourceAttrDiff{Old:"", New:"TAR", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "project":*terraform.ResourceAttrDiff{Old:"", New:"<gcp-project-id>", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "raw_disk.0.source":*terraform.ResourceAttrDiff{Old:"", New:"https://storage.googleapis.com/<bucket>/<a_public_image_as_tar>.tar.gz", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "raw_disk.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}}, Destroy:false, DestroyDeposed:false, DestroyTainted:false, Meta:map[string]interface {}(nil)}
2018/11/14 14:03:51 [TRACE] DiffTransformer: Module: CREATE: google_compute_instance.student_instance
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: "" => "<computed>" (forces new resource)
boot_disk.0.initialize_params.0.size: "" => "10" (forces new resource)
boot_disk.0.initialize_params.0.type: "" => "<computed>" (forces new resource)
can_ip_forward: "" => "false" (forces new resource)
cpu_platform: "" => "<computed>"
create_timeout: "" => "4"
deletion_protection: "" => "false"
guest_accelerator.#: "" => "<computed>" (forces new resource)
instance_id: "" => "<computed>"
label_fingerprint: "" => "<computed>"
labels.%: "" => "1"
labels.project: "" => "4-2"
machine_type: "" => "n1-standard-1"
metadata_fingerprint: "" => "<computed>"
name: "" => "workspace-vm" (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: "" => "<gcp-project-id>" (forces new resource)
scheduling.#: "" => "<computed>"
self_link: "" => "<computed>"
tags_fingerprint: "" => "<computed>"
zone: "" => "us-east1-b" (forces new resource)
2018/11/14 14:03:51 [TRACE] DiffTransformer: Resource "google_compute_instance.student_instance": *terraform.InstanceDiff{mu:sync.Mutex{state:0, sema:0x0}, Attributes:map[string]*terraform.ResourceAttrDiff{"create_timeout":*terraform.ResourceAttrDiff{Old:"", New:"4", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "boot_disk.0.initialize_params.0.size":*terraform.ResourceAttrDiff{Old:"", New:"10", 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}, "id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x2}, "labels.project":*terraform.ResourceAttrDiff{Old:"", New:"4-2", NewComputed:false, 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.disk_encryption_key_sha256":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, 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}, "boot_disk.0.initialize_params.0.image":*terraform.ResourceAttrDiff{Old:"", New:"${var.image}", 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}, "network_interface.0.address":*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}, "boot_disk.0.device_name":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, 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}, "name":*terraform.ResourceAttrDiff{Old:"", New:"workspace-vm", 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}, "cpu_platform":*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}, "network_interface.0.network":*terraform.ResourceAttrDiff{Old:"", New:"default", 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}, "labels.%":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, 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}, "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}, "zone":*terraform.ResourceAttrDiff{Old:"", New:"us-east1-b", 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}, "can_ip_forward":*terraform.ResourceAttrDiff{Old:"", New:"false", NewComputed:false, 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}, "metadata_fingerprint":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "project":*terraform.ResourceAttrDiff{Old:"", New:"<gcp-project-id>", 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}, "self_link":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, 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}, "instance_id":*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}, "network_interface.0.network_ip":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}}, Destroy:false, DestroyDeposed:false, DestroyTainted:false, Meta:map[string]interface {}(nil)}
2018/11/14 14:03:51 [TRACE] Graph after step *terraform.DiffTransformer:
google_compute_image.my-gcp-image - *terraform.NodeApplyableResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeApplyableResource
2018/11/14 14:03:51 [TRACE] Graph after step *terraform.OrphanOutputTransformer:
google_compute_image.my-gcp-image - *terraform.NodeApplyableResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeApplyableResource
2018/11/14 14:03:51 [TRACE] AttachResourceConfigTransformer: Beginning...
2018/11/14 14:03:51 [TRACE] AttachResourceConfigTransformer: Attach resource config request: google_compute_image.my-gcp-image
2018/11/14 14:03:51 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"my-gcp-image", Type:"google_compute_image", RawCount:(*config.RawConfig)(0xc000370c40), RawConfig:(*config.RawConfig)(0xc000370a80), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/11/14 14:03:51 [TRACE] AttachResourceConfigTransformer: Attach resource config request: module.workspace-vm.google_compute_instance.student_instance
2018/11/14 14:03:51 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"student_instance", Type:"google_compute_instance", RawCount:(*config.RawConfig)(0xc00042a1c0), RawConfig:(*config.RawConfig)(0xc000371ea0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/11/14 14:03:51 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
google_compute_image.my-gcp-image - *terraform.NodeApplyableResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeApplyableResource
2018/11/14 14:03:51 [DEBUG] Resource state not found for "google_compute_image.my-gcp-image": google_compute_image.my-gcp-image
2018/11/14 14:03:51 [DEBUG] Resource state not found for "module.workspace-vm.google_compute_instance.student_instance": module.workspace-vm.google_compute_instance.student_instance
2018/11/14 14:03:51 [TRACE] Graph after step *terraform.AttachStateTransformer:
google_compute_image.my-gcp-image - *terraform.NodeApplyableResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeApplyableResource
2018/11/14 14:03:51 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/11/14 14:03:51 [TRACE] ProviderConfigTransformer: Starting for path: [workspace-vm]
2018/11/14 14:03:51 [TRACE] Attach provider request: []string{} google
2018/11/14 14:03:51 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"google", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc0003709a0)}
2018/11/14 14:03:51 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
google_compute_image.my-gcp-image - *terraform.NodeApplyableResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
2018/11/14 14:03:51 [TRACE] Graph after step *terraform.MissingProviderTransformer:
google_compute_image.my-gcp-image - *terraform.NodeApplyableResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
2018/11/14 14:03:51 [DEBUG] resource google_compute_image.my-gcp-image using provider provider.google
2018/11/14 14:03:51 [DEBUG] resource module.workspace-vm.google_compute_instance.student_instance using provider provider.google
2018/11/14 14:03:51 [TRACE] Graph after step *terraform.ProviderTransformer:
google_compute_image.my-gcp-image - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
provider.google - *terraform.NodeApplyableProvider
2018/11/14 14:03:51 [TRACE] Graph after step *terraform.PruneProviderTransformer:
google_compute_image.my-gcp-image - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
provider.google - *terraform.NodeApplyableProvider
2018/11/14 14:03:51 [TRACE] Graph after step *terraform.ParentProviderTransformer:
google_compute_image.my-gcp-image - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
provider.google - *terraform.NodeApplyableProvider
2018/11/14 14:03:51 [TRACE] Graph after step *terraform.graphTransformerMulti:
google_compute_image.my-gcp-image - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
provider.google - *terraform.NodeApplyableProvider
2018/11/14 14:03:51 [TRACE] DestroyEdgeTransformer: Beginning destroy edge transformation...
2018/11/14 14:03:51 [TRACE] Graph after step *terraform.DestroyEdgeTransformer:
google_compute_image.my-gcp-image - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
provider.google - *terraform.NodeApplyableProvider
2018/11/14 14:03:51 [TRACE] CBDEdgeTransformer: Beginning CBD transformation...
2018/11/14 14:03:51 [TRACE] Graph after step *terraform.CBDEdgeTransformer:
google_compute_image.my-gcp-image - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
provider.google - *terraform.NodeApplyableProvider
2018/11/14 14:03:51 [TRACE] Graph after step *terraform.MissingProvisionerTransformer:
google_compute_image.my-gcp-image - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
provider.google - *terraform.NodeApplyableProvider
2018/11/14 14:03:51 [TRACE] Graph after step *terraform.ProvisionerTransformer:
google_compute_image.my-gcp-image - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
provider.google - *terraform.NodeApplyableProvider
2018/11/14 14:03:51 [TRACE] Graph after step *terraform.RootVariableTransformer:
google_compute_image.my-gcp-image - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:51 [TRACE] Graph after step *terraform.LocalTransformer:
google_compute_image.my-gcp-image - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:51 [TRACE] Graph after step *terraform.OutputTransformer:
google_compute_image.my-gcp-image - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
output.workspace_instance_guide - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:51 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
google_compute_image.my-gcp-image - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
output.workspace_instance_guide - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:51 [TRACE] Graph after step *terraform.RemovedModuleTransformer:
google_compute_image.my-gcp-image - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
output.workspace_instance_guide - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:51 [DEBUG] ReferenceTransformer: "var.zone" references: []
2018/11/14 14:03:51 [DEBUG] ReferenceTransformer: "var.google_compute_image_source" references: []
2018/11/14 14:03:51 [DEBUG] ReferenceTransformer: "module.workspace-vm.output.instance_name" references: [module.workspace-vm.google_compute_instance.student_instance]
2018/11/14 14:03:51 [DEBUG] ReferenceTransformer: "module.workspace-vm.output.instance_address" references: [module.workspace-vm.google_compute_instance.student_instance]
2018/11/14 14:03:51 [DEBUG] ReferenceTransformer: "module.workspace-vm.output.project" references: [module.workspace-vm.google_compute_instance.student_instance]
2018/11/14 14:03:51 [DEBUG] ReferenceTransformer: "module.workspace-vm.var.name" references: []
2018/11/14 14:03:51 [DEBUG] ReferenceTransformer: "var.region" references: []
2018/11/14 14:03:51 [DEBUG] ReferenceTransformer: "var.google_compute_image_name" references: []
2018/11/14 14:03:51 [DEBUG] ReferenceTransformer: "module.workspace-vm.output.zone" references: [module.workspace-vm.google_compute_instance.student_instance]
2018/11/14 14:03:51 [DEBUG] ReferenceTransformer: "module.workspace-vm.var.project" references: [var.project]
2018/11/14 14:03:51 [DEBUG] ReferenceTransformer: "google_compute_image.my-gcp-image" references: [var.google_compute_image_name var.google_compute_image_source var.project]
2018/11/14 14:03:51 [DEBUG] ReferenceTransformer: "var.project" references: []
2018/11/14 14:03:51 [DEBUG] ReferenceTransformer: "module.workspace-vm.var.machine_type" references: []
2018/11/14 14:03:51 [DEBUG] ReferenceTransformer: "module.workspace-vm.var.disk_size" references: []
2018/11/14 14:03:51 [DEBUG] ReferenceTransformer: "module.workspace-vm.google_compute_instance.student_instance" references: [module.workspace-vm.var.disk_size module.workspace-vm.var.image module.workspace-vm.var.machine_type module.workspace-vm.var.name module.workspace-vm.var.project module.workspace-vm.var.zone]
2018/11/14 14:03:51 [DEBUG] ReferenceTransformer: "output.workspace_instance_guide" references: [module.workspace-vm.output.zone module.workspace-vm.output.instance_name module.workspace-vm.output.instance_address module.workspace-vm.output.project]
2018/11/14 14:03:51 [DEBUG] ReferenceTransformer: "module.workspace-vm.var.zone" references: []
2018/11/14 14:03:51 [DEBUG] ReferenceTransformer: "module.workspace-vm.var.image" references: [google_compute_image.my-gcp-image]
2018/11/14 14:03:51 [DEBUG] ReferenceTransformer: "provider.google" references: [var.region]
2018/11/14 14:03:51 [TRACE] Graph after step *terraform.ReferenceTransformer:
google_compute_image.my-gcp-image - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeApplyableResource
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeApplyableResource
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeApplyableResource
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeApplyableResource
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeApplyableResource
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
google_compute_image.my-gcp-image - *terraform.NodeApplyableResource
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
var.project - *terraform.NodeRootVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
output.workspace_instance_guide - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.region - *terraform.NodeRootVariable
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:51 [TRACE] Graph after step *terraform.CountBoundaryTransformer:
google_compute_image.my-gcp-image - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
google_compute_image.my-gcp-image - *terraform.NodeApplyableResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeApplyableResource
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
output.workspace_instance_guide - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeApplyableResource
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeApplyableResource
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeApplyableResource
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeApplyableResource
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeApplyableResource
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
google_compute_image.my-gcp-image - *terraform.NodeApplyableResource
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
var.project - *terraform.NodeRootVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
output.workspace_instance_guide - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.region - *terraform.NodeRootVariable
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:51 [TRACE] Graph after step *terraform.TargetsTransformer:
google_compute_image.my-gcp-image - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
google_compute_image.my-gcp-image - *terraform.NodeApplyableResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeApplyableResource
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
output.workspace_instance_guide - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeApplyableResource
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeApplyableResource
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeApplyableResource
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeApplyableResource
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeApplyableResource
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
google_compute_image.my-gcp-image - *terraform.NodeApplyableResource
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
var.project - *terraform.NodeRootVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
output.workspace_instance_guide - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.region - *terraform.NodeRootVariable
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:51 [TRACE] Graph after step *terraform.CloseProviderTransformer:
google_compute_image.my-gcp-image - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
google_compute_image.my-gcp-image - *terraform.NodeApplyableResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeApplyableResource
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
output.workspace_instance_guide - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeApplyableResource
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeApplyableResource
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeApplyableResource
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeApplyableResource
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeApplyableResource
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
google_compute_image.my-gcp-image - *terraform.NodeApplyableResource
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
var.project - *terraform.NodeRootVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
output.workspace_instance_guide - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.region - *terraform.NodeRootVariable
provider.google (close) - *terraform.graphNodeCloseProvider
google_compute_image.my-gcp-image - *terraform.NodeApplyableResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:51 [TRACE] Graph after step *terraform.CloseProvisionerTransformer:
google_compute_image.my-gcp-image - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
google_compute_image.my-gcp-image - *terraform.NodeApplyableResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeApplyableResource
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
output.workspace_instance_guide - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeApplyableResource
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeApplyableResource
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeApplyableResource
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeApplyableResource
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeApplyableResource
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
google_compute_image.my-gcp-image - *terraform.NodeApplyableResource
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
var.project - *terraform.NodeRootVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
output.workspace_instance_guide - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.region - *terraform.NodeRootVariable
provider.google (close) - *terraform.graphNodeCloseProvider
google_compute_image.my-gcp-image - *terraform.NodeApplyableResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:51 [TRACE] Graph after step *terraform.RootTransformer:
google_compute_image.my-gcp-image - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
google_compute_image.my-gcp-image - *terraform.NodeApplyableResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeApplyableResource
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
output.workspace_instance_guide - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeApplyableResource
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
provider.google - *terraform.NodeApplyableProvider
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeApplyableResource
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeApplyableResource
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeApplyableResource
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeApplyableResource
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
google_compute_image.my-gcp-image - *terraform.NodeApplyableResource
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
var.project - *terraform.NodeRootVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
output.workspace_instance_guide - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.region - *terraform.NodeRootVariable
provider.google (close) - *terraform.graphNodeCloseProvider
google_compute_image.my-gcp-image - *terraform.NodeApplyableResource
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.google (close) - *terraform.graphNodeCloseProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:51 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
google_compute_image.my-gcp-image - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
output.workspace_instance_guide - *terraform.NodeApplyableOutput
var.zone - *terraform.NodeRootVariable
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeApplyableResource
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeApplyableResource
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeApplyableResource
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeApplyableResource
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeApplyableResource
module.workspace-vm.var.disk_size - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.image - *terraform.NodeApplyableModuleVariable
google_compute_image.my-gcp-image - *terraform.NodeApplyableResource
module.workspace-vm.var.machine_type - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.name - *terraform.NodeApplyableModuleVariable
module.workspace-vm.var.project - *terraform.NodeApplyableModuleVariable
var.project - *terraform.NodeRootVariable
module.workspace-vm.var.zone - *terraform.NodeApplyableModuleVariable
output.workspace_instance_guide - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_address - *terraform.NodeApplyableOutput
module.workspace-vm.output.instance_name - *terraform.NodeApplyableOutput
module.workspace-vm.output.project - *terraform.NodeApplyableOutput
module.workspace-vm.output.zone - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.region - *terraform.NodeRootVariable
provider.google (close) - *terraform.graphNodeCloseProvider
module.workspace-vm.google_compute_instance.student_instance - *terraform.NodeApplyableResource
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.google (close) - *terraform.graphNodeCloseProvider
var.google_compute_image_name - *terraform.NodeRootVariable
var.google_compute_image_source - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
2018/11/14 14:03:51 [DEBUG] Starting graph walk: walkApply
2018/11/14 14:03:51 [TRACE] dag/walk: added new vertex: "module.workspace-vm.output.instance_address"
2018/11/14 14:03:51 [TRACE] dag/walk: added new vertex: "google_compute_image.my-gcp-image"
2018/11/14 14:03:51 [TRACE] dag/walk: added new vertex: "var.google_compute_image_name"
2018/11/14 14:03:51 [TRACE] dag/walk: added new vertex: "var.project"
2018/11/14 14:03:51 [TRACE] dag/walk: added new vertex: "module.workspace-vm.var.image"
2018/11/14 14:03:51 [TRACE] dag/walk: added new vertex: "module.workspace-vm.var.zone"
2018/11/14 14:03:51 [TRACE] dag/walk: added new vertex: "module.workspace-vm.var.name"
2018/11/14 14:03:51 [TRACE] dag/walk: added new vertex: "var.region"
2018/11/14 14:03:51 [TRACE] dag/walk: added new vertex: "var.google_compute_image_source"
2018/11/14 14:03:51 [TRACE] dag/walk: added new vertex: "root"
2018/11/14 14:03:51 [TRACE] dag/walk: added new vertex: "module.workspace-vm.output.zone"
2018/11/14 14:03:51 [TRACE] dag/walk: added new vertex: "provider.google"
2018/11/14 14:03:51 [TRACE] dag/walk: added new vertex: "output.workspace_instance_guide"
2018/11/14 14:03:51 [TRACE] dag/walk: added new vertex: "module.workspace-vm.var.project"
2018/11/14 14:03:51 [TRACE] dag/walk: added new vertex: "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:03:51 [TRACE] dag/walk: added new vertex: "provider.google (close)"
2018/11/14 14:03:51 [TRACE] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)"
2018/11/14 14:03:51 [TRACE] dag/walk: added new vertex: "var.zone"
2018/11/14 14:03:51 [TRACE] dag/walk: added new vertex: "module.workspace-vm.output.instance_name"
2018/11/14 14:03:51 [TRACE] dag/walk: added new vertex: "module.workspace-vm.output.project"
2018/11/14 14:03:51 [TRACE] dag/walk: added new vertex: "module.workspace-vm.var.machine_type"
2018/11/14 14:03:51 [TRACE] dag/walk: added new vertex: "module.workspace-vm.var.disk_size"
2018/11/14 14:03:51 [TRACE] dag/walk: added edge: "module.workspace-vm.google_compute_instance.student_instance" waiting on "module.workspace-vm.var.machine_type"
2018/11/14 14:03:51 [TRACE] dag/walk: added edge: "module.workspace-vm.google_compute_instance.student_instance" waiting on "module.workspace-vm.var.project"
2018/11/14 14:03:51 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.zone"
2018/11/14 14:03:51 [TRACE] dag/walk: added edge: "google_compute_image.my-gcp-image" waiting on "provider.google"
2018/11/14 14:03:51 [TRACE] dag/walk: added edge: "google_compute_image.my-gcp-image" waiting on "var.project"
2018/11/14 14:03:51 [TRACE] dag/walk: added edge: "module.workspace-vm.google_compute_instance.student_instance" waiting on "module.workspace-vm.var.zone"
2018/11/14 14:03:51 [TRACE] dag/walk: added edge: "provider.google" waiting on "var.region"
2018/11/14 14:03:51 [TRACE] dag/walk: added edge: "module.workspace-vm.google_compute_instance.student_instance" waiting on "module.workspace-vm.var.disk_size"
2018/11/14 14:03:51 [TRACE] dag/walk: added edge: "module.workspace-vm.output.project" waiting on "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:03:51 [TRACE] dag/walk: added edge: "output.workspace_instance_guide" waiting on "module.workspace-vm.output.project"
2018/11/14 14:03:51 [TRACE] dag/walk: added edge: "module.workspace-vm.output.zone" waiting on "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:03:51 [TRACE] dag/walk: added edge: "google_compute_image.my-gcp-image" waiting on "var.google_compute_image_name"
2018/11/14 14:03:51 [TRACE] dag/walk: added edge: "google_compute_image.my-gcp-image" waiting on "var.google_compute_image_source"
2018/11/14 14:03:51 [TRACE] dag/walk: added edge: "module.workspace-vm.google_compute_instance.student_instance" waiting on "module.workspace-vm.var.image"
2018/11/14 14:03:51 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "output.workspace_instance_guide"
2018/11/14 14:03:51 [TRACE] dag/walk: added edge: "module.workspace-vm.var.project" waiting on "var.project"
2018/11/14 14:03:51 [TRACE] dag/walk: added edge: "root" waiting on "provider.google (close)"
2018/11/14 14:03:51 [TRACE] dag/walk: added edge: "output.workspace_instance_guide" waiting on "module.workspace-vm.output.instance_name"
2018/11/14 14:03:51 [TRACE] dag/walk: added edge: "provider.google (close)" waiting on "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:03:51 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)"
2018/11/14 14:03:51 [TRACE] dag/walk: added edge: "output.workspace_instance_guide" waiting on "module.workspace-vm.output.zone"
2018/11/14 14:03:51 [TRACE] dag/walk: added edge: "module.workspace-vm.output.instance_name" waiting on "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:03:51 [TRACE] dag/walk: added edge: "module.workspace-vm.google_compute_instance.student_instance" waiting on "module.workspace-vm.var.name"
2018/11/14 14:03:51 [TRACE] dag/walk: added edge: "module.workspace-vm.output.instance_address" waiting on "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:03:51 [TRACE] dag/walk: added edge: "module.workspace-vm.var.image" waiting on "google_compute_image.my-gcp-image"
2018/11/14 14:03:51 [TRACE] dag/walk: added edge: "output.workspace_instance_guide" waiting on "module.workspace-vm.output.instance_address"
2018/11/14 14:03:51 [TRACE] dag/walk: dependencies changed for "output.workspace_instance_guide", sending new deps
2018/11/14 14:03:51 [TRACE] dag/walk: dependencies changed for "module.workspace-vm.output.zone", sending new deps
2018/11/14 14:03:51 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2018/11/14 14:03:51 [TRACE] dag/walk: dependencies changed for "module.workspace-vm.output.instance_name", sending new deps
2018/11/14 14:03:51 [TRACE] dag/walk: dependencies changed for "module.workspace-vm.output.instance_address", sending new deps
2018/11/14 14:03:51 [TRACE] dag/walk: dependencies changed for "module.workspace-vm.var.image", sending new deps
2018/11/14 14:03:51 [TRACE] dag/walk: dependencies changed for "module.workspace-vm.google_compute_instance.student_instance", sending new deps
2018/11/14 14:03:51 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps
2018/11/14 14:03:51 [TRACE] dag/walk: dependencies changed for "google_compute_image.my-gcp-image", sending new deps
2018/11/14 14:03:51 [TRACE] dag/walk: dependencies changed for "provider.google", sending new deps
2018/11/14 14:03:51 [TRACE] dag/walk: dependencies changed for "module.workspace-vm.output.project", sending new deps
2018/11/14 14:03:51 [TRACE] dag/walk: dependencies changed for "module.workspace-vm.var.project", sending new deps
2018/11/14 14:03:51 [TRACE] dag/walk: dependencies changed for "provider.google (close)", sending new deps
2018/11/14 14:03:51 [TRACE] dag/walk: walking "var.region"
2018/11/14 14:03:51 [TRACE] vertex 'root.var.region': walking
2018/11/14 14:03:51 [TRACE] dag/walk: walking "var.zone"
2018/11/14 14:03:51 [TRACE] dag/walk: walking "module.workspace-vm.var.machine_type"
2018/11/14 14:03:51 [TRACE] dag/walk: walking "provider.google"
2018/11/14 14:03:51 [TRACE] dag/walk: walking "var.google_compute_image_source"
2018/11/14 14:03:51 [TRACE] dag/walk: walking "module.workspace-vm.var.zone"
2018/11/14 14:03:51 [TRACE] vertex 'root.var.google_compute_image_source': walking
2018/11/14 14:03:51 [TRACE] vertex 'root.module.workspace-vm.var.zone': walking
2018/11/14 14:03:51 [TRACE] dag/walk: walking "var.project"
2018/11/14 14:03:51 [TRACE] vertex 'root.var.zone': walking
2018/11/14 14:03:51 [TRACE] vertex 'root.var.project': walking
2018/11/14 14:03:51 [TRACE] dag/walk: walking "var.google_compute_image_name"
2018/11/14 14:03:51 [TRACE] vertex 'root.var.google_compute_image_name': walking
2018/11/14 14:03:51 [TRACE] dag/walk: walking "module.workspace-vm.var.disk_size"
2018/11/14 14:03:51 [TRACE] vertex 'root.module.workspace-vm.var.zone': evaluating
2018/11/14 14:03:51 [TRACE] vertex 'root.module.workspace-vm.var.disk_size': walking
2018/11/14 14:03:51 [TRACE] dag/walk: walking "module.workspace-vm.var.name"
2018/11/14 14:03:51 [TRACE] vertex 'root.module.workspace-vm.var.name': walking
2018/11/14 14:03:51 [TRACE] vertex 'root.module.workspace-vm.var.machine_type': walking
2018/11/14 14:03:51 [TRACE] vertex 'root.provider.google': walking
2018/11/14 14:03:51 [TRACE] dag/walk: walking "module.workspace-vm.var.project"
2018/11/14 14:03:51 [TRACE] vertex 'root.module.workspace-vm.var.project': walking
2018/11/14 14:03:51 [TRACE] [walkApply] Entering eval tree: module.workspace-vm.var.zone
2018/11/14 14:03:51 [TRACE] root: eval: *terraform.EvalNoop
2018/11/14 14:03:51 [TRACE] [walkApply] Exiting eval tree: module.workspace-vm.var.zone
2018/11/14 14:03:51 [TRACE] vertex 'root.module.workspace-vm.var.disk_size': evaluating
2018/11/14 14:03:51 [TRACE] [walkApply] Entering eval tree: module.workspace-vm.var.disk_size
2018/11/14 14:03:51 [TRACE] vertex 'root.module.workspace-vm.var.name': evaluating
2018/11/14 14:03:51 [TRACE] root: eval: *terraform.EvalNoop
2018/11/14 14:03:51 [TRACE] [walkApply] Exiting eval tree: module.workspace-vm.var.disk_size
2018/11/14 14:03:51 [TRACE] [walkApply] Entering eval tree: module.workspace-vm.var.name
2018/11/14 14:03:51 [TRACE] root: eval: *terraform.EvalSequence
2018/11/14 14:03:51 [TRACE] root: eval: terraform.EvalNoop
2018/11/14 14:03:51 [TRACE] root: eval: *terraform.EvalOpFilter
2018/11/14 14:03:51 [TRACE] root: eval: *terraform.EvalInterpolate
2018/11/14 14:03:51 [TRACE] vertex 'root.module.workspace-vm.var.project': evaluating
2018/11/14 14:03:51 [TRACE] vertex 'root.module.workspace-vm.var.machine_type': evaluating
2018/11/14 14:03:51 [TRACE] [walkApply] Entering eval tree: module.workspace-vm.var.project
2018/11/14 14:03:51 [TRACE] root: eval: *terraform.EvalSequence
2018/11/14 14:03:51 [TRACE] root: eval: terraform.EvalNoop
2018/11/14 14:03:51 [TRACE] root: eval: *terraform.EvalOpFilter
2018/11/14 14:03:51 [TRACE] root: eval: *terraform.EvalInterpolate
2018/11/14 14:03:51 [TRACE] vertex 'root.provider.google': evaluating
2018/11/14 14:03:51 [TRACE] [walkApply] Entering eval tree: module.workspace-vm.var.machine_type
2018/11/14 14:03:51 [TRACE] [walkApply] Entering eval tree: provider.google
2018/11/14 14:03:51 [TRACE] root: eval: *terraform.EvalSequence
2018/11/14 14:03:51 [TRACE] root: eval: terraform.EvalNoop
2018/11/14 14:03:51 [TRACE] root: eval: *terraform.EvalOpFilter
2018/11/14 14:03:51 [TRACE] root: eval: *terraform.EvalInterpolate
2018/11/14 14:03:51 [TRACE] root: eval: *terraform.EvalSequence
2018/11/14 14:03:51 [TRACE] root: eval: *terraform.EvalInitProvider
2018/11/14 14:03:51 [TRACE] root: eval: *terraform.EvalVariableBlock
2018/11/14 14:03:51 [TRACE] root: eval: *terraform.EvalCoerceMapVariable
2018/11/14 14:03:51 [TRACE] root: eval: *terraform.EvalTypeCheckVariable
2018/11/14 14:03:51 [TRACE] root: eval: *terraform.EvalSetVariables
2018/11/14 14:03:51 [TRACE] [walkApply] Exiting eval tree: module.workspace-vm.var.name
2018/11/14 14:03:51 [TRACE] root: eval: *terraform.EvalVariableBlock
2018/11/14 14:03:51 [TRACE] root: eval: *terraform.EvalCoerceMapVariable
2018/11/14 14:03:51 [TRACE] root: eval: *terraform.EvalTypeCheckVariable
2018/11/14 14:03:51 [TRACE] root: eval: *terraform.EvalSetVariables
2018/11/14 14:03:51 [TRACE] [walkApply] Exiting eval tree: module.workspace-vm.var.machine_type
2018/11/14 14:03:51 [TRACE] root: eval: *terraform.EvalVariableBlock
2018/11/14 14:03:51 [TRACE] root: eval: *terraform.EvalCoerceMapVariable
2018/11/14 14:03:51 [TRACE] root: eval: *terraform.EvalTypeCheckVariable
2018/11/14 14:03:51 [TRACE] root: eval: *terraform.EvalSetVariables
2018/11/14 14:03:51 [TRACE] [walkApply] Exiting eval tree: module.workspace-vm.var.project
2018/11/14 14:03:51 [TRACE] root: eval: terraform.EvalNoop
2018/11/14 14:03:51 [TRACE] root: eval: terraform.EvalNoop
2018/11/14 14:03:51 [TRACE] root: eval: *terraform.EvalOpFilter
2018/11/14 14:03:51 [TRACE] root: eval: *terraform.EvalSequence
2018/11/14 14:03:51 [TRACE] root: eval: *terraform.EvalGetProvider
2018/11/14 14:03:51 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2018/11/14 14:03:51 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2018/11/14 14:03:51 [TRACE] root: eval: *terraform.EvalOpFilter
2018/11/14 14:03:51 [TRACE] root: eval: *terraform.EvalSequence
2018/11/14 14:03:51 [TRACE] root: eval: *terraform.EvalConfigProvider
2018-11-14T14:03:51.720-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:51 [INFO] Authenticating using DefaultClient
2018-11-14T14:03:51.720-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:51 [INFO] Instantiating GCE client...
2018-11-14T14:03:51.720-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:51 [INFO] Instantiating GCE Beta client...
2018-11-14T14:03:51.720-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:51 [INFO] Instantiating GKE client...
2018-11-14T14:03:51.721-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:51 [INFO] Instantiating GKE Beta client...
2018-11-14T14:03:51.721-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:51 [INFO] Instantiating Google Cloud DNS client...
2018-11-14T14:03:51.721-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:51 [INFO] Instantiating Google Cloud DNS Beta client...
2018-11-14T14:03:51.721-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:51 [INFO] Instantiating Google Cloud KMS Client...
2018-11-14T14:03:51.721-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:51 [INFO] Instantiating Google Stackdriver Logging client...
2018-11-14T14:03:51.721-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:51 [INFO] Instantiating Google Storage Client...
2018-11-14T14:03:51.721-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:51 [INFO] Instantiating Google SqlAdmin Client...
2018-11-14T14:03:51.721-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:51 [INFO] Instantiating Google Pubsub Client...
2018-11-14T14:03:51.721-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:51 [INFO] Instantiating Google Dataflow Client...
2018-11-14T14:03:51.721-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:51 [INFO] Instantiating Google Cloud Redis Client...
2018-11-14T14:03:51.721-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:51 [INFO] Instantiating Google Cloud ResourceManager Client...
2018-11-14T14:03:51.721-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:51 [INFO] Instantiating Google Cloud ResourceManager V Client...
2018-11-14T14:03:51.721-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:51 [INFO] Instantiating Google Cloud Runtimeconfig Client...
2018-11-14T14:03:51.721-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:51 [INFO] Instantiating Google Cloud IAM Client...
2018-11-14T14:03:51.721-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:51 [INFO] Instantiating Google Cloud Service Management Client...
2018-11-14T14:03:51.721-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:51 [INFO] Instantiating Google Cloud Service Usage Client...
2018-11-14T14:03:51.721-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:51 [INFO] Instantiating Google Cloud Billing Client...
2018-11-14T14:03:51.721-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:51 [INFO] Instantiating Google Cloud Build Client...
2018-11-14T14:03:51.721-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:51 [INFO] Instantiating Google Cloud BigQuery Client...
2018-11-14T14:03:51.721-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:51 [INFO] Instantiating Google Cloud CloudFunctions Client...
2018-11-14T14:03:51.721-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:51 [INFO] Instantiating Google Cloud Source Repo Client...
2018-11-14T14:03:51.721-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:51 [INFO] Instantiating Google Cloud Spanner Client...
2018-11-14T14:03:51.721-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:51 [INFO] Instantiating Google Cloud Dataproc Client...
2018-11-14T14:03:51.721-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:51 [INFO] Instantiating Google Cloud IoT Core Client...
2018-11-14T14:03:51.721-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:51 [INFO] Instantiating App Engine Client...
2018-11-14T14:03:51.721-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:51 [INFO] Instantiating Cloud Composer Client...
2018/11/14 14:03:51 [TRACE] [walkApply] Exiting eval tree: provider.google
2018/11/14 14:03:51 [TRACE] dag/walk: walking "google_compute_image.my-gcp-image"
2018/11/14 14:03:51 [TRACE] vertex 'root.google_compute_image.my-gcp-image': walking
2018/11/14 14:03:51 [TRACE] vertex 'root.google_compute_image.my-gcp-image': evaluating
2018/11/14 14:03:51 [TRACE] [walkApply] Entering eval tree: google_compute_image.my-gcp-image
2018/11/14 14:03:51 [TRACE] root: eval: *terraform.EvalSequence
2018/11/14 14:03:51 [TRACE] root: eval: *terraform.EvalInstanceInfo
2018/11/14 14:03:51 [TRACE] root: eval: *terraform.EvalReadDiff
2018/11/14 14:03:51 [TRACE] root: eval: *terraform.EvalIf
2018/11/14 14:03:51 [TRACE] root: eval: terraform.EvalNoop
2018/11/14 14:03:51 [TRACE] root: eval: *terraform.EvalIf
2018/11/14 14:03:51 [TRACE] root: eval: *terraform.EvalInterpolate
2018/11/14 14:03:51 [TRACE] root: eval: *terraform.EvalInterpolate
2018/11/14 14:03:51 [TRACE] root: eval: *terraform.EvalGetProvider
2018/11/14 14:03:51 [TRACE] root: eval: *terraform.EvalReadState
2018/11/14 14:03:51 [TRACE] root: eval: *terraform.EvalValidateResource
2018/11/14 14:03:51 [TRACE] root: eval: *terraform.EvalDiff
2018/11/14 14:03:51 [TRACE] root: eval: *terraform.EvalReadDiff
2018/11/14 14:03:51 [TRACE] root: eval: *terraform.EvalCompareDiff
2018/11/14 14:03:51 [TRACE] root: eval: *terraform.EvalGetProvider
2018/11/14 14:03:51 [TRACE] root: eval: *terraform.EvalReadState
2018/11/14 14:03:51 [TRACE] root: eval: *terraform.EvalApplyPre
2018/11/14 14:03:51 [TRACE] root: eval: *terraform.EvalApply
2018/11/14 14:03:51 [DEBUG] apply: google_compute_image.my-gcp-image: executing Apply
2018-11-14T14:03:51.724-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:51 [DEBUG] Google API Request Details:
2018-11-14T14:03:51.724-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: ---[ REQUEST ]---------------------------------------
2018-11-14T14:03:51.724-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: POST /compute/v1/projects/<gcp-project-id>/global/images?alt=json HTTP/1.1
2018-11-14T14:03:51.724-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Host: www.googleapis.com
2018-11-14T14:03:51.724-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: User-Agent: google-api-go-client/0.5 Terraform/0.11.7 (+https://www.terraform.io)
2018-11-14T14:03:51.724-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Content-Length: 185
2018-11-14T14:03:51.724-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Content-Type: application/json
2018-11-14T14:03:51.724-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Accept-Encoding: gzip
2018-11-14T14:03:51.724-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4:
2018-11-14T14:03:51.724-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: {
2018-11-14T14:03:51.724-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "name": "<my-image-id>",
2018-11-14T14:03:51.724-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "rawDisk": {
2018-11-14T14:03:51.724-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "containerType": "TAR",
2018-11-14T14:03:51.724-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "source": "https://storage.googleapis.com/<bucket>/<a_public_image_as_tar>.tar.gz"
2018-11-14T14:03:51.724-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: }
2018-11-14T14:03:51.724-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: }
2018-11-14T14:03:51.724-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4:
2018-11-14T14:03:51.724-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: -----------------------------------------------------
2018-11-14T14:03:52.601-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:52 [DEBUG] Google API Response Details:
2018-11-14T14:03:52.601-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: ---[ RESPONSE ]--------------------------------------
2018-11-14T14:03:52.601-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: HTTP/2.0 200 OK
2018-11-14T14:03:52.601-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Alt-Svc: quic=":443"; ma=2592000; v="44,43,39,35"
2018-11-14T14:03:52.601-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Cache-Control: no-cache, no-store, max-age=0, must-revalidate
2018-11-14T14:03:52.601-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Content-Type: application/json; charset=UTF-8
2018-11-14T14:03:52.601-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Date: Wed, 14 Nov 2018 19:03:52 GMT
2018-11-14T14:03:52.601-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Expires: Mon, 01 Jan 1990 00:00:00 GMT
2018-11-14T14:03:52.601-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Pragma: no-cache
2018-11-14T14:03:52.601-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Server: GSE
2018-11-14T14:03:52.601-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Vary: Origin
2018-11-14T14:03:52.601-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Vary: X-Origin
2018-11-14T14:03:52.601-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: X-Content-Type-Options: nosniff
2018-11-14T14:03:52.601-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: X-Frame-Options: SAMEORIGIN
2018-11-14T14:03:52.601-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: X-Xss-Protection: 1; mode=block
2018-11-14T14:03:52.601-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4:
2018-11-14T14:03:52.601-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: {
2018-11-14T14:03:52.601-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "kind": "compute#operation",
2018-11-14T14:03:52.601-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "id": "1766396656670068599",
2018-11-14T14:03:52.601-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "name": "operation-1542222231821-57aa4984adac8-bc34b645-9a6f1143",
2018-11-14T14:03:52.601-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "operationType": "insert",
2018-11-14T14:03:52.601-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "targetLink": "https://www.googleapis.com/compute/v1/projects/<gcp-project-id>/global/images/<my-image-id>",
2018-11-14T14:03:52.601-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "targetId": "8147899248780889976",
2018-11-14T14:03:52.601-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "status": "PENDING",
2018-11-14T14:03:52.601-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "user": "<masked>",
2018-11-14T14:03:52.601-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "progress": 0,
2018-11-14T14:03:52.601-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "insertTime": "2018-11-14T11:03:52.455-08:00",
2018-11-14T14:03:52.601-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "selfLink": "https://www.googleapis.com/compute/v1/projects/<gcp-project-id>/global/operations/operation-1542222231821-57aa4984adac8-bc34b645-9a6f1143"
2018-11-14T14:03:52.601-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: }
2018-11-14T14:03:52.601-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4:
2018-11-14T14:03:52.601-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: -----------------------------------------------------
2018-11-14T14:03:52.601-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:03:52 [DEBUG] Waiting for state to become: [DONE]
2018/11/14 14:03:56 [TRACE] dag/walk: vertex "output.workspace_instance_guide", waiting for: "module.workspace-vm.output.instance_address"
2018/11/14 14:03:56 [TRACE] dag/walk: vertex "module.workspace-vm.output.instance_address", waiting for: "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:03:56 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "output.workspace_instance_guide"
2018/11/14 14:03:56 [TRACE] dag/walk: vertex "root", waiting for: "provider.google (close)"
2018/11/14 14:03:56 [TRACE] dag/walk: vertex "module.workspace-vm.var.image", waiting for: "google_compute_image.my-gcp-image"
2018/11/14 14:03:56 [TRACE] dag/walk: vertex "module.workspace-vm.output.zone", waiting for: "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:03:56 [TRACE] dag/walk: vertex "module.workspace-vm.output.instance_name", waiting for: "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:03:56 [TRACE] dag/walk: vertex "module.workspace-vm.output.project", waiting for: "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:03:56 [TRACE] dag/walk: vertex "provider.google (close)", waiting for: "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:03:56 [TRACE] dag/walk: vertex "module.workspace-vm.google_compute_instance.student_instance", waiting for: "module.workspace-vm.var.image"
2018/11/14 14:04:01 [TRACE] dag/walk: vertex "root", waiting for: "provider.google (close)"
2018/11/14 14:04:01 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "output.workspace_instance_guide"
2018/11/14 14:04:01 [TRACE] dag/walk: vertex "module.workspace-vm.output.instance_address", waiting for: "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:04:01 [TRACE] dag/walk: vertex "output.workspace_instance_guide", waiting for: "module.workspace-vm.output.instance_address"
2018/11/14 14:04:01 [TRACE] dag/walk: vertex "module.workspace-vm.output.project", waiting for: "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:04:01 [TRACE] dag/walk: vertex "provider.google (close)", waiting for: "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:04:01 [TRACE] dag/walk: vertex "module.workspace-vm.output.instance_name", waiting for: "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:04:01 [TRACE] dag/walk: vertex "module.workspace-vm.output.zone", waiting for: "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:04:01 [TRACE] dag/walk: vertex "module.workspace-vm.var.image", waiting for: "google_compute_image.my-gcp-image"
2018/11/14 14:04:01 [TRACE] dag/walk: vertex "module.workspace-vm.google_compute_instance.student_instance", waiting for: "module.workspace-vm.var.image"
2018-11-14T14:04:02.606-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:04:02 [DEBUG] Google API Request Details:
2018-11-14T14:04:02.606-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: ---[ REQUEST ]---------------------------------------
2018-11-14T14:04:02.606-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: GET /compute/v1/projects/<gcp-project-id>/global/operations/operation-1542222231821-57aa4984adac8-bc34b645-9a6f1143?alt=json HTTP/1.1
2018-11-14T14:04:02.606-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Host: www.googleapis.com
2018-11-14T14:04:02.606-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: User-Agent: google-api-go-client/0.5 Terraform/0.11.7 (+https://www.terraform.io)
2018-11-14T14:04:02.606-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Accept-Encoding: gzip
2018-11-14T14:04:02.606-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4:
2018-11-14T14:04:02.606-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4:
2018-11-14T14:04:02.606-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: -----------------------------------------------------
2018-11-14T14:04:02.908-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:04:02 [DEBUG] Google API Response Details:
2018-11-14T14:04:02.908-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: ---[ RESPONSE ]--------------------------------------
2018-11-14T14:04:02.908-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: HTTP/2.0 200 OK
2018-11-14T14:04:02.908-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Alt-Svc: quic=":443"; ma=2592000; v="44,43,39,35"
2018-11-14T14:04:02.908-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Cache-Control: private, max-age=0, must-revalidate, no-transform
2018-11-14T14:04:02.908-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Content-Type: application/json; charset=UTF-8
2018-11-14T14:04:02.908-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Date: Wed, 14 Nov 2018 19:04:02 GMT
2018-11-14T14:04:02.908-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Etag: "RuSD_s1MHm72gmeq2E2Ch2chs7A=/TOX5ICjdcJ6OUGnRyuf98V5t-C4="
2018-11-14T14:04:02.908-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Expires: Wed, 14 Nov 2018 19:04:02 GMT
2018-11-14T14:04:02.908-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Server: GSE
2018-11-14T14:04:02.908-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Vary: Origin
2018-11-14T14:04:02.908-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Vary: X-Origin
2018-11-14T14:04:02.908-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: X-Content-Type-Options: nosniff
2018-11-14T14:04:02.908-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: X-Frame-Options: SAMEORIGIN
2018-11-14T14:04:02.908-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: X-Xss-Protection: 1; mode=block
2018-11-14T14:04:02.908-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4:
2018-11-14T14:04:02.908-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: {
2018-11-14T14:04:02.909-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "kind": "compute#operation",
2018-11-14T14:04:02.909-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "id": "1766396656670068599",
2018-11-14T14:04:02.909-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "name": "operation-1542222231821-57aa4984adac8-bc34b645-9a6f1143",
2018-11-14T14:04:02.909-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "operationType": "insert",
2018-11-14T14:04:02.909-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "targetLink": "https://www.googleapis.com/compute/v1/projects/<gcp-project-id>/global/images/<my-image-id>",
2018-11-14T14:04:02.909-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "targetId": "8147899248780889976",
2018-11-14T14:04:02.909-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "status": "RUNNING",
2018-11-14T14:04:02.909-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "user": "<masked>",
2018-11-14T14:04:02.909-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "progress": 0,
2018-11-14T14:04:02.909-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "insertTime": "2018-11-14T11:03:52.455-08:00",
2018-11-14T14:04:02.909-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "startTime": "2018-11-14T11:03:53.336-08:00",
2018-11-14T14:04:02.909-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "selfLink": "https://www.googleapis.com/compute/v1/projects/<gcp-project-id>/global/operations/operation-1542222231821-57aa4984adac8-bc34b645-9a6f1143"
2018-11-14T14:04:02.909-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: }
2018-11-14T14:04:02.909-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4:
2018-11-14T14:04:02.909-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: -----------------------------------------------------
2018-11-14T14:04:02.909-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:04:02 [DEBUG] Got "RUNNING" when asking for operation "operation-1542222231821-57aa4984adac8-bc34b645-9a6f1143"
2018-11-14T14:04:02.909-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:04:02 [TRACE] Waiting 2s before next try
2018-11-14T14:04:04.911-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:04:04 [DEBUG] Google API Request Details:
2018-11-14T14:04:04.911-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: ---[ REQUEST ]---------------------------------------
2018-11-14T14:04:04.911-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: GET /compute/v1/projects/<gcp-project-id>/global/operations/operation-1542222231821-57aa4984adac8-bc34b645-9a6f1143?alt=json HTTP/1.1
2018-11-14T14:04:04.911-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Host: www.googleapis.com
2018-11-14T14:04:04.911-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: User-Agent: google-api-go-client/0.5 Terraform/0.11.7 (+https://www.terraform.io)
2018-11-14T14:04:04.912-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Accept-Encoding: gzip
2018-11-14T14:04:04.912-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4:
2018-11-14T14:04:04.912-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4:
2018-11-14T14:04:04.912-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: -----------------------------------------------------
2018-11-14T14:04:05.077-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:04:05 [DEBUG] Google API Response Details:
2018-11-14T14:04:05.077-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: ---[ RESPONSE ]--------------------------------------
2018-11-14T14:04:05.077-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: HTTP/2.0 200 OK
2018-11-14T14:04:05.077-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Alt-Svc: quic=":443"; ma=2592000; v="44,43,39,35"
2018-11-14T14:04:05.077-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Cache-Control: private, max-age=0, must-revalidate, no-transform
2018-11-14T14:04:05.077-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Content-Type: application/json; charset=UTF-8
2018-11-14T14:04:05.077-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Date: Wed, 14 Nov 2018 19:04:05 GMT
2018-11-14T14:04:05.077-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Etag: "QO6O9ePtjNsWPLkAeUvkIyprVD4=/XPVNpBVm_b8id0Op3rzBsxh0EYI="
2018-11-14T14:04:05.077-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Expires: Wed, 14 Nov 2018 19:04:05 GMT
2018-11-14T14:04:05.077-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Server: GSE
2018-11-14T14:04:05.077-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Vary: Origin
2018-11-14T14:04:05.077-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Vary: X-Origin
2018-11-14T14:04:05.077-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: X-Content-Type-Options: nosniff
2018-11-14T14:04:05.077-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: X-Frame-Options: SAMEORIGIN
2018-11-14T14:04:05.077-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: X-Xss-Protection: 1; mode=block
2018-11-14T14:04:05.077-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4:
2018-11-14T14:04:05.077-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: {
2018-11-14T14:04:05.077-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "kind": "compute#operation",
2018-11-14T14:04:05.077-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "id": "1766396656670068599",
2018-11-14T14:04:05.077-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "name": "operation-1542222231821-57aa4984adac8-bc34b645-9a6f1143",
2018-11-14T14:04:05.077-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "operationType": "insert",
2018-11-14T14:04:05.077-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "targetLink": "https://www.googleapis.com/compute/v1/projects/<gcp-project-id>/global/images/<my-image-id>",
2018-11-14T14:04:05.077-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "targetId": "8147899248780889976",
2018-11-14T14:04:05.077-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "status": "RUNNING",
2018-11-14T14:04:05.077-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "user": "<masked>",
2018-11-14T14:04:05.077-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "progress": 0,
2018-11-14T14:04:05.077-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "insertTime": "2018-11-14T11:03:52.455-08:00",
2018-11-14T14:04:05.077-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "startTime": "2018-11-14T11:03:53.336-08:00",
2018-11-14T14:04:05.077-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "selfLink": "https://www.googleapis.com/compute/v1/projects/<gcp-project-id>/global/operations/operation-1542222231821-57aa4984adac8-bc34b645-9a6f1143"
2018-11-14T14:04:05.077-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: }
2018-11-14T14:04:05.077-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4:
2018-11-14T14:04:05.077-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: -----------------------------------------------------
2018-11-14T14:04:05.077-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:04:05 [DEBUG] Got "RUNNING" when asking for operation "operation-1542222231821-57aa4984adac8-bc34b645-9a6f1143"
2018-11-14T14:04:05.077-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:04:05 [TRACE] Waiting 4s before next try
2018/11/14 14:04:06 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "output.workspace_instance_guide"
2018/11/14 14:04:06 [TRACE] dag/walk: vertex "provider.google (close)", waiting for: "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:04:06 [TRACE] dag/walk: vertex "module.workspace-vm.output.zone", waiting for: "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:04:06 [TRACE] dag/walk: vertex "module.workspace-vm.output.instance_name", waiting for: "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:04:06 [TRACE] dag/walk: vertex "module.workspace-vm.google_compute_instance.student_instance", waiting for: "module.workspace-vm.var.image"
2018/11/14 14:04:06 [TRACE] dag/walk: vertex "module.workspace-vm.output.project", waiting for: "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:04:06 [TRACE] dag/walk: vertex "module.workspace-vm.output.instance_address", waiting for: "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:04:06 [TRACE] dag/walk: vertex "root", waiting for: "provider.google (close)"
2018/11/14 14:04:06 [TRACE] dag/walk: vertex "output.workspace_instance_guide", waiting for: "module.workspace-vm.output.instance_address"
2018/11/14 14:04:06 [TRACE] dag/walk: vertex "module.workspace-vm.var.image", waiting for: "google_compute_image.my-gcp-image"
2018-11-14T14:04:09.080-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:04:09 [DEBUG] Google API Request Details:
2018-11-14T14:04:09.080-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: ---[ REQUEST ]---------------------------------------
2018-11-14T14:04:09.080-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: GET /compute/v1/projects/<gcp-project-id>/global/operations/operation-1542222231821-57aa4984adac8-bc34b645-9a6f1143?alt=json HTTP/1.1
2018-11-14T14:04:09.080-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Host: www.googleapis.com
2018-11-14T14:04:09.080-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: User-Agent: google-api-go-client/0.5 Terraform/0.11.7 (+https://www.terraform.io)
2018-11-14T14:04:09.080-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Accept-Encoding: gzip
2018-11-14T14:04:09.080-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4:
2018-11-14T14:04:09.080-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4:
2018-11-14T14:04:09.080-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: -----------------------------------------------------
2018-11-14T14:04:09.293-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:04:09 [DEBUG] Google API Response Details:
2018-11-14T14:04:09.293-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: ---[ RESPONSE ]--------------------------------------
2018-11-14T14:04:09.293-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: HTTP/2.0 200 OK
2018-11-14T14:04:09.293-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Alt-Svc: quic=":443"; ma=2592000; v="44,43,39,35"
2018-11-14T14:04:09.293-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Cache-Control: private, max-age=0, must-revalidate, no-transform
2018-11-14T14:04:09.293-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Content-Type: application/json; charset=UTF-8
2018-11-14T14:04:09.293-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Date: Wed, 14 Nov 2018 19:04:09 GMT
2018-11-14T14:04:09.293-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Etag: "2i900O8F80_QJbO0A1GH9B2J4gI=/mq8AptWCu6bDxWRIEP7dcJer2Nc="
2018-11-14T14:04:09.293-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Expires: Wed, 14 Nov 2018 19:04:09 GMT
2018-11-14T14:04:09.293-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Server: GSE
2018-11-14T14:04:09.293-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Vary: Origin
2018-11-14T14:04:09.293-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Vary: X-Origin
2018-11-14T14:04:09.293-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: X-Content-Type-Options: nosniff
2018-11-14T14:04:09.293-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: X-Frame-Options: SAMEORIGIN
2018-11-14T14:04:09.293-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: X-Xss-Protection: 1; mode=block
2018-11-14T14:04:09.293-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4:
2018-11-14T14:04:09.293-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: {
2018-11-14T14:04:09.293-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "kind": "compute#operation",
2018-11-14T14:04:09.293-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "id": "1766396656670068599",
2018-11-14T14:04:09.293-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "name": "operation-1542222231821-57aa4984adac8-bc34b645-9a6f1143",
2018-11-14T14:04:09.293-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "operationType": "insert",
2018-11-14T14:04:09.293-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "targetLink": "https://www.googleapis.com/compute/v1/projects/<gcp-project-id>/global/images/<my-image-id>",
2018-11-14T14:04:09.293-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "targetId": "8147899248780889976",
2018-11-14T14:04:09.293-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "status": "RUNNING",
2018-11-14T14:04:09.293-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "user": "<masked>",
2018-11-14T14:04:09.293-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "progress": 0,
2018-11-14T14:04:09.293-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "insertTime": "2018-11-14T11:03:52.455-08:00",
2018-11-14T14:04:09.293-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "startTime": "2018-11-14T11:03:53.336-08:00",
2018-11-14T14:04:09.293-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "selfLink": "https://www.googleapis.com/compute/v1/projects/<gcp-project-id>/global/operations/operation-1542222231821-57aa4984adac8-bc34b645-9a6f1143"
2018-11-14T14:04:09.293-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: }
2018-11-14T14:04:09.293-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4:
2018-11-14T14:04:09.293-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: -----------------------------------------------------
2018-11-14T14:04:09.293-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:04:09 [DEBUG] Got "RUNNING" when asking for operation "operation-1542222231821-57aa4984adac8-bc34b645-9a6f1143"
2018-11-14T14:04:09.293-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:04:09 [TRACE] Waiting 8s before next try
2018/11/14 14:04:11 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "output.workspace_instance_guide"
2018/11/14 14:04:11 [TRACE] dag/walk: vertex "module.workspace-vm.output.instance_name", waiting for: "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:04:11 [TRACE] dag/walk: vertex "module.workspace-vm.output.project", waiting for: "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:04:11 [TRACE] dag/walk: vertex "module.workspace-vm.output.zone", waiting for: "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:04:11 [TRACE] dag/walk: vertex "module.workspace-vm.output.instance_address", waiting for: "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:04:11 [TRACE] dag/walk: vertex "module.workspace-vm.google_compute_instance.student_instance", waiting for: "module.workspace-vm.var.image"
2018/11/14 14:04:11 [TRACE] dag/walk: vertex "provider.google (close)", waiting for: "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:04:11 [TRACE] dag/walk: vertex "module.workspace-vm.var.image", waiting for: "google_compute_image.my-gcp-image"
2018/11/14 14:04:11 [TRACE] dag/walk: vertex "root", waiting for: "provider.google (close)"
2018/11/14 14:04:11 [TRACE] dag/walk: vertex "output.workspace_instance_guide", waiting for: "module.workspace-vm.output.instance_address"
2018/11/14 14:04:16 [TRACE] dag/walk: vertex "root", waiting for: "provider.google (close)"
2018/11/14 14:04:16 [TRACE] dag/walk: vertex "module.workspace-vm.output.instance_name", waiting for: "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:04:16 [TRACE] dag/walk: vertex "output.workspace_instance_guide", waiting for: "module.workspace-vm.output.instance_address"
2018/11/14 14:04:16 [TRACE] dag/walk: vertex "module.workspace-vm.output.project", waiting for: "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:04:16 [TRACE] dag/walk: vertex "module.workspace-vm.output.instance_address", waiting for: "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:04:16 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "output.workspace_instance_guide"
2018/11/14 14:04:16 [TRACE] dag/walk: vertex "module.workspace-vm.var.image", waiting for: "google_compute_image.my-gcp-image"
2018/11/14 14:04:16 [TRACE] dag/walk: vertex "module.workspace-vm.output.zone", waiting for: "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:04:16 [TRACE] dag/walk: vertex "module.workspace-vm.google_compute_instance.student_instance", waiting for: "module.workspace-vm.var.image"
2018/11/14 14:04:16 [TRACE] dag/walk: vertex "provider.google (close)", waiting for: "module.workspace-vm.google_compute_instance.student_instance"
2018-11-14T14:04:17.296-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:04:17 [DEBUG] Google API Request Details:
2018-11-14T14:04:17.296-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: ---[ REQUEST ]---------------------------------------
2018-11-14T14:04:17.296-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: GET /compute/v1/projects/<gcp-project-id>/global/operations/operation-1542222231821-57aa4984adac8-bc34b645-9a6f1143?alt=json HTTP/1.1
2018-11-14T14:04:17.296-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Host: www.googleapis.com
2018-11-14T14:04:17.296-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: User-Agent: google-api-go-client/0.5 Terraform/0.11.7 (+https://www.terraform.io)
2018-11-14T14:04:17.296-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Accept-Encoding: gzip
2018-11-14T14:04:17.296-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4:
2018-11-14T14:04:17.296-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4:
2018-11-14T14:04:17.296-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: -----------------------------------------------------
2018-11-14T14:04:17.558-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:04:17 [DEBUG] Google API Response Details:
2018-11-14T14:04:17.558-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: ---[ RESPONSE ]--------------------------------------
2018-11-14T14:04:17.558-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: HTTP/2.0 200 OK
2018-11-14T14:04:17.558-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Alt-Svc: quic=":443"; ma=2592000; v="44,43,39,35"
2018-11-14T14:04:17.558-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Cache-Control: private, max-age=0, must-revalidate, no-transform
2018-11-14T14:04:17.558-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Content-Type: application/json; charset=UTF-8
2018-11-14T14:04:17.558-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Date: Wed, 14 Nov 2018 19:04:17 GMT
2018-11-14T14:04:17.558-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Etag: "f_hvSE6SAvfjVB7nAHKMDnccl7o=/HPEULbQbZ_8LPpl6jB6xwsIiw8w="
2018-11-14T14:04:17.558-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Expires: Wed, 14 Nov 2018 19:04:17 GMT
2018-11-14T14:04:17.558-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Server: GSE
2018-11-14T14:04:17.558-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Vary: Origin
2018-11-14T14:04:17.558-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Vary: X-Origin
2018-11-14T14:04:17.558-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: X-Content-Type-Options: nosniff
2018-11-14T14:04:17.558-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: X-Frame-Options: SAMEORIGIN
2018-11-14T14:04:17.558-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: X-Xss-Protection: 1; mode=block
2018-11-14T14:04:17.558-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4:
2018-11-14T14:04:17.558-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: {
2018-11-14T14:04:17.558-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "kind": "compute#operation",
2018-11-14T14:04:17.558-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "id": "1766396656670068599",
2018-11-14T14:04:17.558-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "name": "operation-1542222231821-57aa4984adac8-bc34b645-9a6f1143",
2018-11-14T14:04:17.558-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "operationType": "insert",
2018-11-14T14:04:17.558-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "targetLink": "https://www.googleapis.com/compute/v1/projects/<gcp-project-id>/global/images/<my-image-id>",
2018-11-14T14:04:17.558-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "targetId": "8147899248780889976",
2018-11-14T14:04:17.558-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "status": "RUNNING",
2018-11-14T14:04:17.558-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "user": "<masked>",
2018-11-14T14:04:17.558-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "progress": 0,
2018-11-14T14:04:17.558-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "insertTime": "2018-11-14T11:03:52.455-08:00",
2018-11-14T14:04:17.558-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "startTime": "2018-11-14T11:03:53.336-08:00",
2018-11-14T14:04:17.558-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "selfLink": "https://www.googleapis.com/compute/v1/projects/<gcp-project-id>/global/operations/operation-1542222231821-57aa4984adac8-bc34b645-9a6f1143"
2018-11-14T14:04:17.558-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: }
2018-11-14T14:04:17.558-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4:
2018-11-14T14:04:17.558-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: -----------------------------------------------------
2018-11-14T14:04:17.558-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:04:17 [DEBUG] Got "RUNNING" when asking for operation "operation-1542222231821-57aa4984adac8-bc34b645-9a6f1143"
2018-11-14T14:04:17.558-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:04:17 [TRACE] Waiting 10s before next try
2018/11/14 14:04:21 [TRACE] dag/walk: vertex "module.workspace-vm.output.project", waiting for: "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:04:21 [TRACE] dag/walk: vertex "root", waiting for: "provider.google (close)"
2018/11/14 14:04:21 [TRACE] dag/walk: vertex "module.workspace-vm.var.image", waiting for: "google_compute_image.my-gcp-image"
2018/11/14 14:04:21 [TRACE] dag/walk: vertex "output.workspace_instance_guide", waiting for: "module.workspace-vm.output.instance_address"
2018/11/14 14:04:21 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "output.workspace_instance_guide"
2018/11/14 14:04:21 [TRACE] dag/walk: vertex "module.workspace-vm.output.zone", waiting for: "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:04:21 [TRACE] dag/walk: vertex "module.workspace-vm.output.instance_address", waiting for: "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:04:21 [TRACE] dag/walk: vertex "module.workspace-vm.google_compute_instance.student_instance", waiting for: "module.workspace-vm.var.image"
2018/11/14 14:04:21 [TRACE] dag/walk: vertex "provider.google (close)", waiting for: "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:04:21 [TRACE] dag/walk: vertex "module.workspace-vm.output.instance_name", waiting for: "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:04:26 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "output.workspace_instance_guide"
2018/11/14 14:04:26 [TRACE] dag/walk: vertex "root", waiting for: "provider.google (close)"
2018/11/14 14:04:26 [TRACE] dag/walk: vertex "module.workspace-vm.output.project", waiting for: "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:04:26 [TRACE] dag/walk: vertex "module.workspace-vm.google_compute_instance.student_instance", waiting for: "module.workspace-vm.var.image"
2018/11/14 14:04:26 [TRACE] dag/walk: vertex "module.workspace-vm.output.instance_name", waiting for: "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:04:26 [TRACE] dag/walk: vertex "module.workspace-vm.var.image", waiting for: "google_compute_image.my-gcp-image"
2018/11/14 14:04:26 [TRACE] dag/walk: vertex "module.workspace-vm.output.instance_address", waiting for: "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:04:26 [TRACE] dag/walk: vertex "output.workspace_instance_guide", waiting for: "module.workspace-vm.output.instance_address"
2018/11/14 14:04:26 [TRACE] dag/walk: vertex "provider.google (close)", waiting for: "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:04:26 [TRACE] dag/walk: vertex "module.workspace-vm.output.zone", waiting for: "module.workspace-vm.google_compute_instance.student_instance"
2018-11-14T14:04:27.563-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:04:27 [DEBUG] Google API Request Details:
2018-11-14T14:04:27.563-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: ---[ REQUEST ]---------------------------------------
2018-11-14T14:04:27.563-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: GET /compute/v1/projects/<gcp-project-id>/global/operations/operation-1542222231821-57aa4984adac8-bc34b645-9a6f1143?alt=json HTTP/1.1
2018-11-14T14:04:27.563-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Host: www.googleapis.com
2018-11-14T14:04:27.563-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: User-Agent: google-api-go-client/0.5 Terraform/0.11.7 (+https://www.terraform.io)
2018-11-14T14:04:27.563-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Accept-Encoding: gzip
2018-11-14T14:04:27.563-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4:
2018-11-14T14:04:27.563-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4:
2018-11-14T14:04:27.563-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: -----------------------------------------------------
2018-11-14T14:04:27.893-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:04:27 [DEBUG] Google API Response Details:
2018-11-14T14:04:27.893-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: ---[ RESPONSE ]--------------------------------------
2018-11-14T14:04:27.893-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: HTTP/2.0 200 OK
2018-11-14T14:04:27.893-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Alt-Svc: quic=":443"; ma=2592000; v="44,43,39,35"
2018-11-14T14:04:27.893-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Cache-Control: private, max-age=0, must-revalidate, no-transform
2018-11-14T14:04:27.893-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Content-Type: application/json; charset=UTF-8
2018-11-14T14:04:27.893-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Date: Wed, 14 Nov 2018 19:04:27 GMT
2018-11-14T14:04:27.893-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Etag: "p1eMzygBBvwnGi5GudsuPotYAW4=/Qnn8xb3kk6ALHOWzLX3dbJx3kBk="
2018-11-14T14:04:27.893-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Expires: Wed, 14 Nov 2018 19:04:27 GMT
2018-11-14T14:04:27.893-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Server: GSE
2018-11-14T14:04:27.893-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Vary: Origin
2018-11-14T14:04:27.893-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: Vary: X-Origin
2018-11-14T14:04:27.893-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: X-Content-Type-Options: nosniff
2018-11-14T14:04:27.893-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: X-Frame-Options: SAMEORIGIN
2018-11-14T14:04:27.893-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: X-Xss-Protection: 1; mode=block
2018-11-14T14:04:27.893-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4:
2018-11-14T14:04:27.893-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: {
2018-11-14T14:04:27.894-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "kind": "compute#operation",
2018-11-14T14:04:27.894-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "id": "1766396656670068599",
2018-11-14T14:04:27.894-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "name": "operation-1542222231821-57aa4984adac8-bc34b645-9a6f1143",
2018-11-14T14:04:27.894-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "operationType": "insert",
2018-11-14T14:04:27.894-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "targetLink": "https://www.googleapis.com/compute/v1/projects/<gcp-project-id>/global/images/<my-image-id>",
2018-11-14T14:04:27.894-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "targetId": "8147899248780889976",
2018-11-14T14:04:27.894-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "status": "DONE",
2018-11-14T14:04:27.894-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "user": "<masked>",
2018-11-14T14:04:27.894-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "progress": 100,
2018-11-14T14:04:27.894-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "insertTime": "2018-11-14T11:03:52.455-08:00",
2018-11-14T14:04:27.894-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "startTime": "2018-11-14T11:03:53.336-08:00",
2018-11-14T14:04:27.894-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "endTime": "2018-11-14T11:04:24.393-08:00",
2018-11-14T14:04:27.894-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "error": {
2018-11-14T14:04:27.894-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "errors": [
2018-11-14T14:04:27.894-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: {
2018-11-14T14:04:27.894-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "code": "EXTERNAL_RESOURCE_NOT_FOUND",
2018-11-14T14:04:27.894-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "message": "The resource 'https://storage.googleapis.com/<bucket>/<a_public_image_as_tar>.tar.gz' of type 'Google Cloud Storage object' was not found."
2018-11-14T14:04:27.894-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: }
2018-11-14T14:04:27.894-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: ]
2018-11-14T14:04:27.894-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: },
2018-11-14T14:04:27.894-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "httpErrorStatusCode": 400,
2018-11-14T14:04:27.894-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "httpErrorMessage": "BAD REQUEST",
2018-11-14T14:04:27.894-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: "selfLink": "https://www.googleapis.com/compute/v1/projects/<gcp-project-id>/global/operations/operation-1542222231821-57aa4984adac8-bc34b645-9a6f1143"
2018-11-14T14:04:27.894-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: }
2018-11-14T14:04:27.894-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4:
2018-11-14T14:04:27.894-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: -----------------------------------------------------
2018-11-14T14:04:27.894-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:04:27 [DEBUG] Got "DONE" when asking for operation "operation-1542222231821-57aa4984adac8-bc34b645-9a6f1143"
2018/11/14 14:04:27 [TRACE] root: eval: *terraform.EvalWriteState
2018/11/14 14:04:27 [TRACE] root: eval: *terraform.EvalApplyProvisioners
2018/11/14 14:04:27 [TRACE] root: eval: *terraform.EvalIf
2018/11/14 14:04:27 [TRACE] root: eval: *terraform.EvalWriteState
2018/11/14 14:04:27 [TRACE] root: eval: *terraform.EvalWriteDiff
2018/11/14 14:04:27 [TRACE] root: eval: *terraform.EvalApplyPost
2018/11/14 14:04:27 [ERROR] root: eval: *terraform.EvalApplyPost, err: 1 error(s) occurred:
* google_compute_image.my-gcp-image: The resource 'https://storage.googleapis.com/<bucket>/<a_public_image_as_tar>.tar.gz' of type 'Google Cloud Storage object' was not found.
2018/11/14 14:04:27 [ERROR] root: eval: *terraform.EvalSequence, err: 1 error(s) occurred:
* google_compute_image.my-gcp-image: The resource 'https://storage.googleapis.com/<bucket>/<a_public_image_as_tar>.tar.gz' of type 'Google Cloud Storage object' was not found.
2018/11/14 14:04:27 [TRACE] [walkApply] Exiting eval tree: google_compute_image.my-gcp-image
2018/11/14 14:04:27 [TRACE] dag/walk: upstream errored, not walking "module.workspace-vm.var.image"
2018/11/14 14:04:27 [TRACE] dag/walk: upstream errored, not walking "module.workspace-vm.google_compute_instance.student_instance"
2018/11/14 14:04:27 [TRACE] dag/walk: upstream errored, not walking "module.workspace-vm.output.project"
2018/11/14 14:04:27 [TRACE] dag/walk: upstream errored, not walking "module.workspace-vm.output.zone"
2018/11/14 14:04:27 [TRACE] dag/walk: upstream errored, not walking "provider.google (close)"
2018/11/14 14:04:27 [TRACE] dag/walk: upstream errored, not walking "module.workspace-vm.output.instance_address"
2018/11/14 14:04:27 [TRACE] dag/walk: upstream errored, not walking "module.workspace-vm.output.instance_name"
2018/11/14 14:04:27 [TRACE] dag/walk: upstream errored, not walking "output.workspace_instance_guide"
2018/11/14 14:04:27 [TRACE] dag/walk: upstream errored, not walking "meta.count-boundary (count boundary fixup)"
2018/11/14 14:04:27 [TRACE] dag/walk: upstream errored, not walking "root"
2018/11/14 14:04:27 [TRACE] Preserving existing state lineage "ed7e9424-8863-f5fe-397e-800bf68176cc"
2018/11/14 14:04:27 [TRACE] Preserving existing state lineage "ed7e9424-8863-f5fe-397e-800bf68176cc"
2018/11/14 14:04:27 [TRACE] Preserving existing state lineage "ed7e9424-8863-f5fe-397e-800bf68176cc"
2018/11/14 14:04:27 [TRACE] Preserving existing state lineage "ed7e9424-8863-f5fe-397e-800bf68176cc"
2018/11/14 14:04:27 [DEBUG] plugin: waiting for all plugin processes to complete...
2018-11-14T14:04:27.904-0500 [DEBUG] plugin.terraform-provider-google_v1.19.1_x4: 2018/11/14 14:04:27 [ERR] plugin: plugin server: accept unix /var/folders/3l/3gm__pjs2z73xgrgzswzvtxc0000gn/T/plugin655226308: use of closed network connection
2018-11-14T14:04:27.905-0500 [DEBUG] plugin: plugin process exited: path=<masked>/terraform/.terraform/plugins/darwin_amd64/terraform-provider-google_v1.19.1_x4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment