hashicorp / terraform

Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.
https://www.terraform.io/
Other
42.42k stars 9.5k forks source link

google_compute_instance.workstation: unexpected EOF #16304

Closed christopher-demarco closed 6 years ago

christopher-demarco commented 6 years ago

Terraform Version

Terraform v0.10.7

2017/10/10 15:49:40 [INFO] Terraform version: 0.10.7  5f9bf20ba6aaa174600109a95cc77f7788d4959b+CHANGES
2017/10/10 15:49:40 [INFO] Go runtime version: go1.9
2017/10/10 15:49:40 [INFO] CLI args: []string{"/usr/local/bin/terraform", "apply"}
2017/10/10 15:49:40 [DEBUG] Attempting to open CLI config file: /home/zone/.terraformrc
2017/10/10 15:49:40 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2017/10/10 15:49:40 [DEBUG] CLI Config is main.Config{Providers:map[string]string{}, Provisioners:map[string]string{}, DisableCheckpoint:false, DisableCheckpointSignature:false, PluginCacheDir:""}
2017/10/10 15:49:40 [INFO] CLI command args: []string{"apply"}
2017/10/10 15:49:40 [INFO] command: empty terraform config, returning nil
2017/10/10 15:49:40 [DEBUG] command: no data state file found for backend config
2017/10/10 15:49:40 [DEBUG] New state was assigned lineage "e583b452-4bd0-4a65-be62-b1cb1084e727"
2017/10/10 15:49:40 [INFO] command: backend initialized: <nil>
2017/10/10 15:49:40 [DEBUG] checking for provider in "."
2017/10/10 15:49:40 [DEBUG] checking for provider in "/usr/local/bin"
2017/10/10 15:49:40 [DEBUG] checking for provider in ".terraform/plugins/linux_amd64"
2017/10/10 15:49:40 [DEBUG] found provider "terraform-provider-google_v1.0.1_x4"
2017/10/10 15:49:40 [DEBUG] found valid plugin: "google"
2017/10/10 15:49:40 [DEBUG] checking for provisioner in "."
2017/10/10 15:49:40 [DEBUG] checking for provisioner in "/usr/local/bin"
2017/10/10 15:49:40 [DEBUG] checking for provisioner in ".terraform/plugins/linux_amd64"
2017/10/10 15:49:40 [INFO] command: backend <nil> is not enhanced, wrapping in local
2017/10/10 15:49:40 [INFO] backend/local: starting Apply operation
2017/10/10 15:49:40 [DEBUG] New state was assigned lineage "b9a97fc4-350f-49fc-9ad5-b772a68cd161"
2017/10/10 15:49:40 [INFO] terraform: building graph: GraphTypeInput
2017/10/10 15:49:40 [TRACE] ConfigTransformer: Starting for path: []
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.ConfigTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodeAbstractResource
google_compute_instance.workstation - *terraform.NodeAbstractResource
google_dns_record_set.workstation - *terraform.NodeAbstractResource
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.LocalTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodeAbstractResource
google_compute_instance.workstation - *terraform.NodeAbstractResource
google_dns_record_set.workstation - *terraform.NodeAbstractResource
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.OutputTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodeAbstractResource
google_compute_instance.workstation - *terraform.NodeAbstractResource
google_dns_record_set.workstation - *terraform.NodeAbstractResource
output.hostnames - *terraform.NodeApplyableOutput
output.workstations - *terraform.NodeApplyableOutput
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.OrphanResourceTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodeAbstractResource
google_compute_instance.workstation - *terraform.NodeAbstractResource
google_dns_record_set.workstation - *terraform.NodeAbstractResource
output.hostnames - *terraform.NodeApplyableOutput
output.workstations - *terraform.NodeApplyableOutput
2017/10/10 15:49:40 [TRACE] AttachResourceConfigTransformer: Beginning...
2017/10/10 15:49:40 [TRACE] AttachResourceConfigTransformer: Attach resource config request: data.google_dns_managed_zone.workstation
2017/10/10 15:49:40 [TRACE] Attaching resource config: &config.Resource{Mode:1, Name:"workstation", Type:"google_dns_managed_zone", RawCount:(*config.RawConfig)(0xc4202aea20), RawConfig:(*config.RawConfig)(0xc4202ae960), Provisioners:[]*config.Provisioner{}, Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/10/10 15:49:40 [TRACE] AttachResourceConfigTransformer: Attach resource config request: google_compute_instance.workstation
2017/10/10 15:49:40 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"workstation", Type:"google_compute_instance", RawCount:(*config.RawConfig)(0xc4202ae540), RawConfig:(*config.RawConfig)(0xc4202ae180), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/10/10 15:49:40 [TRACE] AttachResourceConfigTransformer: Attach resource config request: google_dns_record_set.workstation
2017/10/10 15:49:40 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"workstation", Type:"google_dns_record_set", RawCount:(*config.RawConfig)(0xc4202ae8a0), RawConfig:(*config.RawConfig)(0xc4202ae600), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodeAbstractResource
google_compute_instance.workstation - *terraform.NodeAbstractResource
google_dns_record_set.workstation - *terraform.NodeAbstractResource
output.hostnames - *terraform.NodeApplyableOutput
output.workstations - *terraform.NodeApplyableOutput
2017/10/10 15:49:40 [DEBUG] Resource state not found for "data.google_dns_managed_zone.workstation": data.google_dns_managed_zone.workstation
2017/10/10 15:49:40 [DEBUG] Resource state not found for "google_compute_instance.workstation": google_compute_instance.workstation
2017/10/10 15:49:40 [DEBUG] Resource state not found for "google_dns_record_set.workstation": google_dns_record_set.workstation
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.AttachStateTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodeAbstractResource
google_compute_instance.workstation - *terraform.NodeAbstractResource
google_dns_record_set.workstation - *terraform.NodeAbstractResource
output.hostnames - *terraform.NodeApplyableOutput
output.workstations - *terraform.NodeApplyableOutput
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.RootVariableTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodeAbstractResource
google_compute_instance.workstation - *terraform.NodeAbstractResource
google_dns_record_set.workstation - *terraform.NodeAbstractResource
output.hostnames - *terraform.NodeApplyableOutput
output.workstations - *terraform.NodeApplyableOutput
var.admin - *terraform.NodeRootVariable
var.admin_key - *terraform.NodeRootVariable
var.names - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.subdomain - *terraform.NodeRootVariable
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.MissingProviderTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodeAbstractResource
google_compute_instance.workstation - *terraform.NodeAbstractResource
google_dns_record_set.workstation - *terraform.NodeAbstractResource
output.hostnames - *terraform.NodeApplyableOutput
output.workstations - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.admin - *terraform.NodeRootVariable
var.admin_key - *terraform.NodeRootVariable
var.names - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.subdomain - *terraform.NodeRootVariable
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.ProviderTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodeAbstractResource
  provider.google - *terraform.NodeApplyableProvider
google_compute_instance.workstation - *terraform.NodeAbstractResource
  provider.google - *terraform.NodeApplyableProvider
google_dns_record_set.workstation - *terraform.NodeAbstractResource
  provider.google - *terraform.NodeApplyableProvider
output.hostnames - *terraform.NodeApplyableOutput
output.workstations - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.admin - *terraform.NodeRootVariable
var.admin_key - *terraform.NodeRootVariable
var.names - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.subdomain - *terraform.NodeRootVariable
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.DisableProviderTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodeAbstractResource
  provider.google - *terraform.NodeApplyableProvider
google_compute_instance.workstation - *terraform.NodeAbstractResource
  provider.google - *terraform.NodeApplyableProvider
google_dns_record_set.workstation - *terraform.NodeAbstractResource
  provider.google - *terraform.NodeApplyableProvider
output.hostnames - *terraform.NodeApplyableOutput
output.workstations - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.admin - *terraform.NodeRootVariable
var.admin_key - *terraform.NodeRootVariable
var.names - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.subdomain - *terraform.NodeRootVariable
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.ParentProviderTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodeAbstractResource
  provider.google - *terraform.NodeApplyableProvider
google_compute_instance.workstation - *terraform.NodeAbstractResource
  provider.google - *terraform.NodeApplyableProvider
google_dns_record_set.workstation - *terraform.NodeAbstractResource
  provider.google - *terraform.NodeApplyableProvider
output.hostnames - *terraform.NodeApplyableOutput
output.workstations - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.admin - *terraform.NodeRootVariable
var.admin_key - *terraform.NodeRootVariable
var.names - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.subdomain - *terraform.NodeRootVariable
2017/10/10 15:49:40 [TRACE] Attach provider request: []string{} google
2017/10/10 15:49:40 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"google", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc4202abf20)}
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.AttachProviderConfigTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodeAbstractResource
  provider.google - *terraform.NodeApplyableProvider
google_compute_instance.workstation - *terraform.NodeAbstractResource
  provider.google - *terraform.NodeApplyableProvider
google_dns_record_set.workstation - *terraform.NodeAbstractResource
  provider.google - *terraform.NodeApplyableProvider
output.hostnames - *terraform.NodeApplyableOutput
output.workstations - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.admin - *terraform.NodeRootVariable
var.admin_key - *terraform.NodeRootVariable
var.names - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.subdomain - *terraform.NodeRootVariable
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.ModuleVariableTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodeAbstractResource
  provider.google - *terraform.NodeApplyableProvider
google_compute_instance.workstation - *terraform.NodeAbstractResource
  provider.google - *terraform.NodeApplyableProvider
google_dns_record_set.workstation - *terraform.NodeAbstractResource
  provider.google - *terraform.NodeApplyableProvider
output.hostnames - *terraform.NodeApplyableOutput
output.workstations - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.admin - *terraform.NodeRootVariable
var.admin_key - *terraform.NodeRootVariable
var.names - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.subdomain - *terraform.NodeRootVariable
2017/10/10 15:49:40 [DEBUG] ReferenceTransformer: "var.region" references: []
2017/10/10 15:49:40 [DEBUG] ReferenceTransformer: "data.google_dns_managed_zone.workstation" references: []
2017/10/10 15:49:40 [DEBUG] ReferenceTransformer: "google_compute_instance.workstation" references: [var.admin var.admin_key var.names var.region]
2017/10/10 15:49:40 [DEBUG] ReferenceTransformer: "google_dns_record_set.workstation" references: [data.google_dns_managed_zone.workstation google_compute_instance.workstation var.names var.subdomain]
2017/10/10 15:49:40 [DEBUG] ReferenceTransformer: "output.workstations" references: [google_compute_instance.workstation]
2017/10/10 15:49:40 [DEBUG] ReferenceTransformer: "var.admin_key" references: []
2017/10/10 15:49:40 [DEBUG] ReferenceTransformer: "var.subdomain" references: []
2017/10/10 15:49:40 [DEBUG] ReferenceTransformer: "output.hostnames" references: [google_compute_instance.workstation]
2017/10/10 15:49:40 [DEBUG] ReferenceTransformer: "var.admin" references: []
2017/10/10 15:49:40 [DEBUG] ReferenceTransformer: "var.names" references: []
2017/10/10 15:49:40 [DEBUG] ReferenceTransformer: "provider.google" references: [var.region]
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.ReferenceTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodeAbstractResource
  provider.google - *terraform.NodeApplyableProvider
google_compute_instance.workstation - *terraform.NodeAbstractResource
  provider.google - *terraform.NodeApplyableProvider
  var.admin - *terraform.NodeRootVariable
  var.admin_key - *terraform.NodeRootVariable
  var.names - *terraform.NodeRootVariable
  var.region - *terraform.NodeRootVariable
google_dns_record_set.workstation - *terraform.NodeAbstractResource
  data.google_dns_managed_zone.workstation - *terraform.NodeAbstractResource
  google_compute_instance.workstation - *terraform.NodeAbstractResource
  provider.google - *terraform.NodeApplyableProvider
  var.names - *terraform.NodeRootVariable
  var.subdomain - *terraform.NodeRootVariable
output.hostnames - *terraform.NodeApplyableOutput
  google_compute_instance.workstation - *terraform.NodeAbstractResource
output.workstations - *terraform.NodeApplyableOutput
  google_compute_instance.workstation - *terraform.NodeAbstractResource
provider.google - *terraform.NodeApplyableProvider
  var.region - *terraform.NodeRootVariable
var.admin - *terraform.NodeRootVariable
var.admin_key - *terraform.NodeRootVariable
var.names - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.subdomain - *terraform.NodeRootVariable
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.CountBoundaryTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodeAbstractResource
  provider.google - *terraform.NodeApplyableProvider
google_compute_instance.workstation - *terraform.NodeAbstractResource
  provider.google - *terraform.NodeApplyableProvider
  var.admin - *terraform.NodeRootVariable
  var.admin_key - *terraform.NodeRootVariable
  var.names - *terraform.NodeRootVariable
  var.region - *terraform.NodeRootVariable
google_dns_record_set.workstation - *terraform.NodeAbstractResource
  data.google_dns_managed_zone.workstation - *terraform.NodeAbstractResource
  google_compute_instance.workstation - *terraform.NodeAbstractResource
  provider.google - *terraform.NodeApplyableProvider
  var.names - *terraform.NodeRootVariable
  var.subdomain - *terraform.NodeRootVariable
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
  data.google_dns_managed_zone.workstation - *terraform.NodeAbstractResource
  google_compute_instance.workstation - *terraform.NodeAbstractResource
  google_dns_record_set.workstation - *terraform.NodeAbstractResource
  output.hostnames - *terraform.NodeApplyableOutput
  output.workstations - *terraform.NodeApplyableOutput
  provider.google - *terraform.NodeApplyableProvider
  var.admin - *terraform.NodeRootVariable
  var.admin_key - *terraform.NodeRootVariable
  var.names - *terraform.NodeRootVariable
  var.region - *terraform.NodeRootVariable
  var.subdomain - *terraform.NodeRootVariable
output.hostnames - *terraform.NodeApplyableOutput
  google_compute_instance.workstation - *terraform.NodeAbstractResource
output.workstations - *terraform.NodeApplyableOutput
  google_compute_instance.workstation - *terraform.NodeAbstractResource
provider.google - *terraform.NodeApplyableProvider
  var.region - *terraform.NodeRootVariable
var.admin - *terraform.NodeRootVariable
var.admin_key - *terraform.NodeRootVariable
var.names - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.subdomain - *terraform.NodeRootVariable
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.TargetsTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodeAbstractResource
  provider.google - *terraform.NodeApplyableProvider
google_compute_instance.workstation - *terraform.NodeAbstractResource
  provider.google - *terraform.NodeApplyableProvider
  var.admin - *terraform.NodeRootVariable
  var.admin_key - *terraform.NodeRootVariable
  var.names - *terraform.NodeRootVariable
  var.region - *terraform.NodeRootVariable
google_dns_record_set.workstation - *terraform.NodeAbstractResource
  data.google_dns_managed_zone.workstation - *terraform.NodeAbstractResource
  google_compute_instance.workstation - *terraform.NodeAbstractResource
  provider.google - *terraform.NodeApplyableProvider
  var.names - *terraform.NodeRootVariable
  var.subdomain - *terraform.NodeRootVariable
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
  data.google_dns_managed_zone.workstation - *terraform.NodeAbstractResource
  google_compute_instance.workstation - *terraform.NodeAbstractResource
  google_dns_record_set.workstation - *terraform.NodeAbstractResource
  output.hostnames - *terraform.NodeApplyableOutput
  output.workstations - *terraform.NodeApplyableOutput
  provider.google - *terraform.NodeApplyableProvider
  var.admin - *terraform.NodeRootVariable
  var.admin_key - *terraform.NodeRootVariable
  var.names - *terraform.NodeRootVariable
  var.region - *terraform.NodeRootVariable
  var.subdomain - *terraform.NodeRootVariable
output.hostnames - *terraform.NodeApplyableOutput
  google_compute_instance.workstation - *terraform.NodeAbstractResource
output.workstations - *terraform.NodeApplyableOutput
  google_compute_instance.workstation - *terraform.NodeAbstractResource
provider.google - *terraform.NodeApplyableProvider
  var.region - *terraform.NodeRootVariable
var.admin - *terraform.NodeRootVariable
var.admin_key - *terraform.NodeRootVariable
var.names - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.subdomain - *terraform.NodeRootVariable
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.CloseProviderTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodeAbstractResource
  provider.google - *terraform.NodeApplyableProvider
google_compute_instance.workstation - *terraform.NodeAbstractResource
  provider.google - *terraform.NodeApplyableProvider
  var.admin - *terraform.NodeRootVariable
  var.admin_key - *terraform.NodeRootVariable
  var.names - *terraform.NodeRootVariable
  var.region - *terraform.NodeRootVariable
google_dns_record_set.workstation - *terraform.NodeAbstractResource
  data.google_dns_managed_zone.workstation - *terraform.NodeAbstractResource
  google_compute_instance.workstation - *terraform.NodeAbstractResource
  provider.google - *terraform.NodeApplyableProvider
  var.names - *terraform.NodeRootVariable
  var.subdomain - *terraform.NodeRootVariable
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
  data.google_dns_managed_zone.workstation - *terraform.NodeAbstractResource
  google_compute_instance.workstation - *terraform.NodeAbstractResource
  google_dns_record_set.workstation - *terraform.NodeAbstractResource
  output.hostnames - *terraform.NodeApplyableOutput
  output.workstations - *terraform.NodeApplyableOutput
  provider.google - *terraform.NodeApplyableProvider
  var.admin - *terraform.NodeRootVariable
  var.admin_key - *terraform.NodeRootVariable
  var.names - *terraform.NodeRootVariable
  var.region - *terraform.NodeRootVariable
  var.subdomain - *terraform.NodeRootVariable
output.hostnames - *terraform.NodeApplyableOutput
  google_compute_instance.workstation - *terraform.NodeAbstractResource
output.workstations - *terraform.NodeApplyableOutput
  google_compute_instance.workstation - *terraform.NodeAbstractResource
provider.google - *terraform.NodeApplyableProvider
  var.region - *terraform.NodeRootVariable
provider.google (close) - *terraform.graphNodeCloseProvider
  data.google_dns_managed_zone.workstation - *terraform.NodeAbstractResource
  google_compute_instance.workstation - *terraform.NodeAbstractResource
  google_dns_record_set.workstation - *terraform.NodeAbstractResource
  provider.google - *terraform.NodeApplyableProvider
var.admin - *terraform.NodeRootVariable
var.admin_key - *terraform.NodeRootVariable
var.names - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.subdomain - *terraform.NodeRootVariable
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.CloseProvisionerTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodeAbstractResource
  provider.google - *terraform.NodeApplyableProvider
google_compute_instance.workstation - *terraform.NodeAbstractResource
  provider.google - *terraform.NodeApplyableProvider
  var.admin - *terraform.NodeRootVariable
  var.admin_key - *terraform.NodeRootVariable
  var.names - *terraform.NodeRootVariable
  var.region - *terraform.NodeRootVariable
google_dns_record_set.workstation - *terraform.NodeAbstractResource
  data.google_dns_managed_zone.workstation - *terraform.NodeAbstractResource
  google_compute_instance.workstation - *terraform.NodeAbstractResource
  provider.google - *terraform.NodeApplyableProvider
  var.names - *terraform.NodeRootVariable
  var.subdomain - *terraform.NodeRootVariable
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
  data.google_dns_managed_zone.workstation - *terraform.NodeAbstractResource
  google_compute_instance.workstation - *terraform.NodeAbstractResource
  google_dns_record_set.workstation - *terraform.NodeAbstractResource
  output.hostnames - *terraform.NodeApplyableOutput
  output.workstations - *terraform.NodeApplyableOutput
  provider.google - *terraform.NodeApplyableProvider
  var.admin - *terraform.NodeRootVariable
  var.admin_key - *terraform.NodeRootVariable
  var.names - *terraform.NodeRootVariable
  var.region - *terraform.NodeRootVariable
  var.subdomain - *terraform.NodeRootVariable
output.hostnames - *terraform.NodeApplyableOutput
  google_compute_instance.workstation - *terraform.NodeAbstractResource
output.workstations - *terraform.NodeApplyableOutput
  google_compute_instance.workstation - *terraform.NodeAbstractResource
provider.google - *terraform.NodeApplyableProvider
  var.region - *terraform.NodeRootVariable
provider.google (close) - *terraform.graphNodeCloseProvider
  data.google_dns_managed_zone.workstation - *terraform.NodeAbstractResource
  google_compute_instance.workstation - *terraform.NodeAbstractResource
  google_dns_record_set.workstation - *terraform.NodeAbstractResource
  provider.google - *terraform.NodeApplyableProvider
var.admin - *terraform.NodeRootVariable
var.admin_key - *terraform.NodeRootVariable
var.names - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.subdomain - *terraform.NodeRootVariable
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.RootTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodeAbstractResource
  provider.google - *terraform.NodeApplyableProvider
google_compute_instance.workstation - *terraform.NodeAbstractResource
  provider.google - *terraform.NodeApplyableProvider
  var.admin - *terraform.NodeRootVariable
  var.admin_key - *terraform.NodeRootVariable
  var.names - *terraform.NodeRootVariable
  var.region - *terraform.NodeRootVariable
google_dns_record_set.workstation - *terraform.NodeAbstractResource
  data.google_dns_managed_zone.workstation - *terraform.NodeAbstractResource
  google_compute_instance.workstation - *terraform.NodeAbstractResource
  provider.google - *terraform.NodeApplyableProvider
  var.names - *terraform.NodeRootVariable
  var.subdomain - *terraform.NodeRootVariable
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
  data.google_dns_managed_zone.workstation - *terraform.NodeAbstractResource
  google_compute_instance.workstation - *terraform.NodeAbstractResource
  google_dns_record_set.workstation - *terraform.NodeAbstractResource
  output.hostnames - *terraform.NodeApplyableOutput
  output.workstations - *terraform.NodeApplyableOutput
  provider.google - *terraform.NodeApplyableProvider
  var.admin - *terraform.NodeRootVariable
  var.admin_key - *terraform.NodeRootVariable
  var.names - *terraform.NodeRootVariable
  var.region - *terraform.NodeRootVariable
  var.subdomain - *terraform.NodeRootVariable
output.hostnames - *terraform.NodeApplyableOutput
  google_compute_instance.workstation - *terraform.NodeAbstractResource
output.workstations - *terraform.NodeApplyableOutput
  google_compute_instance.workstation - *terraform.NodeAbstractResource
provider.google - *terraform.NodeApplyableProvider
  var.region - *terraform.NodeRootVariable
provider.google (close) - *terraform.graphNodeCloseProvider
  data.google_dns_managed_zone.workstation - *terraform.NodeAbstractResource
  google_compute_instance.workstation - *terraform.NodeAbstractResource
  google_dns_record_set.workstation - *terraform.NodeAbstractResource
  provider.google - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
  meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
  provider.google (close) - *terraform.graphNodeCloseProvider
var.admin - *terraform.NodeRootVariable
var.admin_key - *terraform.NodeRootVariable
var.names - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.subdomain - *terraform.NodeRootVariable
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodeAbstractResource
  provider.google - *terraform.NodeApplyableProvider
google_compute_instance.workstation - *terraform.NodeAbstractResource
  provider.google - *terraform.NodeApplyableProvider
  var.admin - *terraform.NodeRootVariable
  var.admin_key - *terraform.NodeRootVariable
  var.names - *terraform.NodeRootVariable
google_dns_record_set.workstation - *terraform.NodeAbstractResource
  data.google_dns_managed_zone.workstation - *terraform.NodeAbstractResource
  google_compute_instance.workstation - *terraform.NodeAbstractResource
  var.subdomain - *terraform.NodeRootVariable
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
  google_dns_record_set.workstation - *terraform.NodeAbstractResource
  output.hostnames - *terraform.NodeApplyableOutput
  output.workstations - *terraform.NodeApplyableOutput
output.hostnames - *terraform.NodeApplyableOutput
  google_compute_instance.workstation - *terraform.NodeAbstractResource
output.workstations - *terraform.NodeApplyableOutput
  google_compute_instance.workstation - *terraform.NodeAbstractResource
provider.google - *terraform.NodeApplyableProvider
  var.region - *terraform.NodeRootVariable
provider.google (close) - *terraform.graphNodeCloseProvider
  google_dns_record_set.workstation - *terraform.NodeAbstractResource
root - terraform.graphNodeRoot
  meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
  provider.google (close) - *terraform.graphNodeCloseProvider
var.admin - *terraform.NodeRootVariable
var.admin_key - *terraform.NodeRootVariable
var.names - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.subdomain - *terraform.NodeRootVariable
2017/10/10 15:49:40 [DEBUG] Starting graph walk: walkInput
2017/10/10 15:49:40 [TRACE] dag/walk: added new vertex: "var.admin_key"
2017/10/10 15:49:40 [TRACE] dag/walk: added new vertex: "provider.google"
2017/10/10 15:49:40 [TRACE] dag/walk: added new vertex: "google_dns_record_set.workstation"
2017/10/10 15:49:40 [TRACE] dag/walk: added new vertex: "output.workstations"
2017/10/10 15:49:40 [TRACE] dag/walk: added new vertex: "var.admin"
2017/10/10 15:49:40 [TRACE] dag/walk: added new vertex: "var.names"
2017/10/10 15:49:40 [TRACE] dag/walk: added new vertex: "root"
2017/10/10 15:49:40 [TRACE] dag/walk: added new vertex: "output.hostnames"
2017/10/10 15:49:40 [TRACE] dag/walk: added new vertex: "provider.google (close)"
2017/10/10 15:49:40 [TRACE] dag/walk: added new vertex: "data.google_dns_managed_zone.workstation"
2017/10/10 15:49:40 [TRACE] dag/walk: added new vertex: "google_compute_instance.workstation"
2017/10/10 15:49:40 [TRACE] dag/walk: added new vertex: "var.subdomain"
2017/10/10 15:49:40 [TRACE] dag/walk: added new vertex: "var.region"
2017/10/10 15:49:40 [TRACE] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)"
2017/10/10 15:49:40 [TRACE] dag/walk: added edge: "google_dns_record_set.workstation" waiting on "data.google_dns_managed_zone.workstation"
2017/10/10 15:49:40 [TRACE] dag/walk: added edge: "provider.google (close)" waiting on "google_dns_record_set.workstation"
2017/10/10 15:49:40 [TRACE] dag/walk: added edge: "provider.google" waiting on "var.region"
2017/10/10 15:49:40 [TRACE] dag/walk: added edge: "google_dns_record_set.workstation" waiting on "var.subdomain"
2017/10/10 15:49:40 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "google_dns_record_set.workstation"
2017/10/10 15:49:40 [TRACE] dag/walk: added edge: "google_compute_instance.workstation" waiting on "var.admin_key"
2017/10/10 15:49:40 [TRACE] dag/walk: added edge: "google_compute_instance.workstation" waiting on "var.names"
2017/10/10 15:49:40 [TRACE] dag/walk: added edge: "output.workstations" waiting on "google_compute_instance.workstation"
2017/10/10 15:49:40 [TRACE] dag/walk: added edge: "data.google_dns_managed_zone.workstation" waiting on "provider.google"
2017/10/10 15:49:40 [TRACE] dag/walk: added edge: "google_compute_instance.workstation" waiting on "var.admin"
2017/10/10 15:49:40 [TRACE] dag/walk: added edge: "google_compute_instance.workstation" waiting on "provider.google"
2017/10/10 15:49:40 [TRACE] dag/walk: added edge: "root" waiting on "provider.google (close)"
2017/10/10 15:49:40 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "output.hostnames"
2017/10/10 15:49:40 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)"
2017/10/10 15:49:40 [TRACE] dag/walk: added edge: "output.hostnames" waiting on "google_compute_instance.workstation"
2017/10/10 15:49:40 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "output.workstations"
2017/10/10 15:49:40 [TRACE] dag/walk: added edge: "google_dns_record_set.workstation" waiting on "google_compute_instance.workstation"
2017/10/10 15:49:40 [TRACE] dag/walk: dependencies changed for "output.hostnames", sending new deps
2017/10/10 15:49:40 [TRACE] dag/walk: dependencies changed for "provider.google (close)", sending new deps
2017/10/10 15:49:40 [TRACE] dag/walk: dependencies changed for "provider.google", sending new deps
2017/10/10 15:49:40 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps
2017/10/10 15:49:40 [TRACE] dag/walk: dependencies changed for "output.workstations", sending new deps
2017/10/10 15:49:40 [TRACE] dag/walk: dependencies changed for "data.google_dns_managed_zone.workstation", sending new deps
2017/10/10 15:49:40 [TRACE] dag/walk: dependencies changed for "google_dns_record_set.workstation", sending new deps
2017/10/10 15:49:40 [TRACE] dag/walk: dependencies changed for "google_compute_instance.workstation", sending new deps
2017/10/10 15:49:40 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2017/10/10 15:49:40 [TRACE] dag/walk: walking "var.admin"
2017/10/10 15:49:40 [TRACE] vertex 'root.var.admin': walking
2017/10/10 15:49:40 [TRACE] dag/walk: walking "var.subdomain"
2017/10/10 15:49:40 [TRACE] vertex 'root.var.subdomain': walking
2017/10/10 15:49:40 [TRACE] dag/walk: walking "var.region"
2017/10/10 15:49:40 [TRACE] vertex 'root.var.region': walking
2017/10/10 15:49:40 [TRACE] dag/walk: walking "var.admin_key"
2017/10/10 15:49:40 [TRACE] vertex 'root.var.admin_key': walking
2017/10/10 15:49:40 [TRACE] dag/walk: walking "provider.google"
2017/10/10 15:49:40 [TRACE] vertex 'root.provider.google': walking
2017/10/10 15:49:40 [TRACE] vertex 'root.provider.google': evaluating
2017/10/10 15:49:40 [TRACE] [walkInput] Entering eval tree: provider.google
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalSequence
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalInitProvider
2017-10-10T15:49:40.642-0700 [DEBUG] plugin: starting plugin: path=/home/zone/magrathea/workstation/.terraform/plugins/linux_amd64/terraform-provider-google_v1.0.1_x4 args=[/home/zone/magrathea/workstation/.terraform/plugins/linux_amd64/terraform-provider-google_v1.0.1_x4]
2017-10-10T15:49:40.642-0700 [DEBUG] plugin: waiting for RPC address: path=/home/zone/magrathea/workstation/.terraform/plugins/linux_amd64/terraform-provider-google_v1.0.1_x4
2017/10/10 15:49:40 [TRACE] dag/walk: walking "var.names"
2017/10/10 15:49:40 [TRACE] vertex 'root.var.names': walking
2017-10-10T15:49:40.653-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: 2017/10/10 15:49:40 [DEBUG] plugin: plugin address: unix /tmp/plugin890556501
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalOpFilter
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalSequence
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalGetProvider
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalInterpolate
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalInputProvider
2017/10/10 15:49:40 [TRACE] root: eval: terraform.EvalNoop
2017/10/10 15:49:40 [TRACE] root: eval: terraform.EvalNoop
2017/10/10 15:49:40 [TRACE] root: eval: terraform.EvalNoop
2017/10/10 15:49:40 [TRACE] [walkInput] Exiting eval tree: provider.google
2017/10/10 15:49:40 [TRACE] dag/walk: walking "data.google_dns_managed_zone.workstation"
2017/10/10 15:49:40 [TRACE] vertex 'root.data.google_dns_managed_zone.workstation': walking
2017/10/10 15:49:40 [TRACE] dag/walk: walking "google_compute_instance.workstation"
2017/10/10 15:49:40 [TRACE] vertex 'root.google_compute_instance.workstation': walking
2017/10/10 15:49:40 [TRACE] dag/walk: walking "output.hostnames"
2017/10/10 15:49:40 [TRACE] vertex 'root.output.hostnames': walking
2017/10/10 15:49:40 [TRACE] vertex 'root.output.hostnames': evaluating
2017/10/10 15:49:40 [TRACE] [walkInput] Entering eval tree: output.hostnames
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalOpFilter
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalSequence
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalWriteOutput
2017/10/10 15:49:40 [TRACE] [walkInput] Exiting eval tree: output.hostnames
2017/10/10 15:49:40 [TRACE] dag/walk: walking "google_dns_record_set.workstation"
2017/10/10 15:49:40 [TRACE] vertex 'root.google_dns_record_set.workstation': walking
2017/10/10 15:49:40 [TRACE] dag/walk: walking "provider.google (close)"
2017/10/10 15:49:40 [TRACE] vertex 'root.provider.google (close)': walking
2017/10/10 15:49:40 [TRACE] vertex 'root.provider.google (close)': evaluating
2017/10/10 15:49:40 [TRACE] [walkInput] Entering eval tree: provider.google (close)
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalCloseProvider
2017/10/10 15:49:40 [TRACE] [walkInput] Exiting eval tree: provider.google (close)
2017/10/10 15:49:40 [TRACE] dag/walk: walking "output.workstations"
2017/10/10 15:49:40 [TRACE] vertex 'root.output.workstations': walking
2017/10/10 15:49:40 [TRACE] vertex 'root.output.workstations': evaluating
2017/10/10 15:49:40 [TRACE] [walkInput] Entering eval tree: output.workstations
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalOpFilter
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalSequence
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalWriteOutput
2017/10/10 15:49:40 [TRACE] [walkInput] Exiting eval tree: output.workstations
2017/10/10 15:49:40 [TRACE] dag/walk: walking "meta.count-boundary (count boundary fixup)"
2017/10/10 15:49:40 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': walking
2017/10/10 15:49:40 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': evaluating
2017/10/10 15:49:40 [TRACE] [walkInput] Entering eval tree: meta.count-boundary (count boundary fixup)
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal
2017/10/10 15:49:40 [TRACE] [walkInput] Exiting eval tree: meta.count-boundary (count boundary fixup)
2017/10/10 15:49:40 [TRACE] dag/walk: walking "root"
2017/10/10 15:49:40 [TRACE] vertex 'root.root': walking
2017/10/10 15:49:40 [INFO] terraform: building graph: GraphTypeValidate
2017/10/10 15:49:40 [TRACE] ConfigTransformer: Starting for path: []
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.ConfigTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodeValidatableResource
google_compute_instance.workstation - *terraform.NodeValidatableResource
google_dns_record_set.workstation - *terraform.NodeValidatableResource
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.LocalTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodeValidatableResource
google_compute_instance.workstation - *terraform.NodeValidatableResource
google_dns_record_set.workstation - *terraform.NodeValidatableResource
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.OutputTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodeValidatableResource
google_compute_instance.workstation - *terraform.NodeValidatableResource
google_dns_record_set.workstation - *terraform.NodeValidatableResource
output.hostnames - *terraform.NodeApplyableOutput
output.workstations - *terraform.NodeApplyableOutput
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.OrphanResourceTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodeValidatableResource
google_compute_instance.workstation - *terraform.NodeValidatableResource
google_dns_record_set.workstation - *terraform.NodeValidatableResource
output.hostnames - *terraform.NodeApplyableOutput
output.workstations - *terraform.NodeApplyableOutput
2017/10/10 15:49:40 [TRACE] AttachResourceConfigTransformer: Beginning...
2017/10/10 15:49:40 [TRACE] AttachResourceConfigTransformer: Attach resource config request: google_compute_instance.workstation
2017/10/10 15:49:40 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"workstation", Type:"google_compute_instance", RawCount:(*config.RawConfig)(0xc4202ae540), RawConfig:(*config.RawConfig)(0xc4202ae180), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/10/10 15:49:40 [TRACE] AttachResourceConfigTransformer: Attach resource config request: google_dns_record_set.workstation
2017/10/10 15:49:40 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"workstation", Type:"google_dns_record_set", RawCount:(*config.RawConfig)(0xc4202ae8a0), RawConfig:(*config.RawConfig)(0xc4202ae600), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/10/10 15:49:40 [TRACE] AttachResourceConfigTransformer: Attach resource config request: data.google_dns_managed_zone.workstation
2017/10/10 15:49:40 [TRACE] Attaching resource config: &config.Resource{Mode:1, Name:"workstation", Type:"google_dns_managed_zone", RawCount:(*config.RawConfig)(0xc4202aea20), RawConfig:(*config.RawConfig)(0xc4202ae960), Provisioners:[]*config.Provisioner{}, Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodeValidatableResource
google_compute_instance.workstation - *terraform.NodeValidatableResource
google_dns_record_set.workstation - *terraform.NodeValidatableResource
output.hostnames - *terraform.NodeApplyableOutput
output.workstations - *terraform.NodeApplyableOutput
2017/10/10 15:49:40 [DEBUG] Resource state not found for "data.google_dns_managed_zone.workstation": data.google_dns_managed_zone.workstation
2017/10/10 15:49:40 [DEBUG] Resource state not found for "google_compute_instance.workstation": google_compute_instance.workstation
2017/10/10 15:49:40 [DEBUG] Resource state not found for "google_dns_record_set.workstation": google_dns_record_set.workstation
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.AttachStateTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodeValidatableResource
google_compute_instance.workstation - *terraform.NodeValidatableResource
google_dns_record_set.workstation - *terraform.NodeValidatableResource
output.hostnames - *terraform.NodeApplyableOutput
output.workstations - *terraform.NodeApplyableOutput
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.RootVariableTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodeValidatableResource
google_compute_instance.workstation - *terraform.NodeValidatableResource
google_dns_record_set.workstation - *terraform.NodeValidatableResource
output.hostnames - *terraform.NodeApplyableOutput
output.workstations - *terraform.NodeApplyableOutput
var.admin - *terraform.NodeRootVariable
var.admin_key - *terraform.NodeRootVariable
var.names - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.subdomain - *terraform.NodeRootVariable
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.MissingProviderTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodeValidatableResource
google_compute_instance.workstation - *terraform.NodeValidatableResource
google_dns_record_set.workstation - *terraform.NodeValidatableResource
output.hostnames - *terraform.NodeApplyableOutput
output.workstations - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.admin - *terraform.NodeRootVariable
var.admin_key - *terraform.NodeRootVariable
var.names - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.subdomain - *terraform.NodeRootVariable
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.ProviderTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodeValidatableResource
  provider.google - *terraform.NodeApplyableProvider
google_compute_instance.workstation - *terraform.NodeValidatableResource
  provider.google - *terraform.NodeApplyableProvider
google_dns_record_set.workstation - *terraform.NodeValidatableResource
  provider.google - *terraform.NodeApplyableProvider
output.hostnames - *terraform.NodeApplyableOutput
output.workstations - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.admin - *terraform.NodeRootVariable
var.admin_key - *terraform.NodeRootVariable
var.names - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.subdomain - *terraform.NodeRootVariable
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.DisableProviderTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodeValidatableResource
  provider.google - *terraform.NodeApplyableProvider
google_compute_instance.workstation - *terraform.NodeValidatableResource
  provider.google - *terraform.NodeApplyableProvider
google_dns_record_set.workstation - *terraform.NodeValidatableResource
  provider.google - *terraform.NodeApplyableProvider
output.hostnames - *terraform.NodeApplyableOutput
output.workstations - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.admin - *terraform.NodeRootVariable
var.admin_key - *terraform.NodeRootVariable
var.names - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.subdomain - *terraform.NodeRootVariable
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.ParentProviderTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodeValidatableResource
  provider.google - *terraform.NodeApplyableProvider
google_compute_instance.workstation - *terraform.NodeValidatableResource
  provider.google - *terraform.NodeApplyableProvider
google_dns_record_set.workstation - *terraform.NodeValidatableResource
  provider.google - *terraform.NodeApplyableProvider
output.hostnames - *terraform.NodeApplyableOutput
output.workstations - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.admin - *terraform.NodeRootVariable
var.admin_key - *terraform.NodeRootVariable
var.names - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.subdomain - *terraform.NodeRootVariable
2017/10/10 15:49:40 [TRACE] Attach provider request: []string{} google
2017/10/10 15:49:40 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"google", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc4202abf20)}
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.AttachProviderConfigTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodeValidatableResource
  provider.google - *terraform.NodeApplyableProvider
google_compute_instance.workstation - *terraform.NodeValidatableResource
  provider.google - *terraform.NodeApplyableProvider
google_dns_record_set.workstation - *terraform.NodeValidatableResource
  provider.google - *terraform.NodeApplyableProvider
output.hostnames - *terraform.NodeApplyableOutput
output.workstations - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.admin - *terraform.NodeRootVariable
var.admin_key - *terraform.NodeRootVariable
var.names - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.subdomain - *terraform.NodeRootVariable
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.graphTransformerMulti:

data.google_dns_managed_zone.workstation - *terraform.NodeValidatableResource
  provider.google - *terraform.NodeApplyableProvider
google_compute_instance.workstation - *terraform.NodeValidatableResource
  provider.google - *terraform.NodeApplyableProvider
google_dns_record_set.workstation - *terraform.NodeValidatableResource
  provider.google - *terraform.NodeApplyableProvider
output.hostnames - *terraform.NodeApplyableOutput
output.workstations - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.admin - *terraform.NodeRootVariable
var.admin_key - *terraform.NodeRootVariable
var.names - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.subdomain - *terraform.NodeRootVariable
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.ModuleVariableTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodeValidatableResource
  provider.google - *terraform.NodeApplyableProvider
google_compute_instance.workstation - *terraform.NodeValidatableResource
  provider.google - *terraform.NodeApplyableProvider
google_dns_record_set.workstation - *terraform.NodeValidatableResource
  provider.google - *terraform.NodeApplyableProvider
output.hostnames - *terraform.NodeApplyableOutput
output.workstations - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.admin - *terraform.NodeRootVariable
var.admin_key - *terraform.NodeRootVariable
var.names - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.subdomain - *terraform.NodeRootVariable
2017/10/10 15:49:40 [DEBUG] ReferenceTransformer: "output.workstations" references: [google_compute_instance.workstation]
2017/10/10 15:49:40 [DEBUG] ReferenceTransformer: "var.admin" references: []
2017/10/10 15:49:40 [DEBUG] ReferenceTransformer: "var.admin_key" references: []
2017/10/10 15:49:40 [DEBUG] ReferenceTransformer: "var.names" references: []
2017/10/10 15:49:40 [DEBUG] ReferenceTransformer: "var.subdomain" references: []
2017/10/10 15:49:40 [DEBUG] ReferenceTransformer: "var.region" references: []
2017/10/10 15:49:40 [DEBUG] ReferenceTransformer: "google_compute_instance.workstation" references: [var.admin var.admin_key var.names var.region]
2017/10/10 15:49:40 [DEBUG] ReferenceTransformer: "google_dns_record_set.workstation" references: [data.google_dns_managed_zone.workstation google_compute_instance.workstation var.names var.subdomain]
2017/10/10 15:49:40 [DEBUG] ReferenceTransformer: "provider.google" references: [var.region]
2017/10/10 15:49:40 [DEBUG] ReferenceTransformer: "data.google_dns_managed_zone.workstation" references: []
2017/10/10 15:49:40 [DEBUG] ReferenceTransformer: "output.hostnames" references: [google_compute_instance.workstation]
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.ReferenceTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodeValidatableResource
  provider.google - *terraform.NodeApplyableProvider
google_compute_instance.workstation - *terraform.NodeValidatableResource
  provider.google - *terraform.NodeApplyableProvider
  var.admin - *terraform.NodeRootVariable
  var.admin_key - *terraform.NodeRootVariable
  var.names - *terraform.NodeRootVariable
  var.region - *terraform.NodeRootVariable
google_dns_record_set.workstation - *terraform.NodeValidatableResource
  data.google_dns_managed_zone.workstation - *terraform.NodeValidatableResource
  google_compute_instance.workstation - *terraform.NodeValidatableResource
  provider.google - *terraform.NodeApplyableProvider
  var.names - *terraform.NodeRootVariable
  var.subdomain - *terraform.NodeRootVariable
output.hostnames - *terraform.NodeApplyableOutput
  google_compute_instance.workstation - *terraform.NodeValidatableResource
output.workstations - *terraform.NodeApplyableOutput
  google_compute_instance.workstation - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
  var.region - *terraform.NodeRootVariable
var.admin - *terraform.NodeRootVariable
var.admin_key - *terraform.NodeRootVariable
var.names - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.subdomain - *terraform.NodeRootVariable
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.CountBoundaryTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodeValidatableResource
  provider.google - *terraform.NodeApplyableProvider
google_compute_instance.workstation - *terraform.NodeValidatableResource
  provider.google - *terraform.NodeApplyableProvider
  var.admin - *terraform.NodeRootVariable
  var.admin_key - *terraform.NodeRootVariable
  var.names - *terraform.NodeRootVariable
  var.region - *terraform.NodeRootVariable
google_dns_record_set.workstation - *terraform.NodeValidatableResource
  data.google_dns_managed_zone.workstation - *terraform.NodeValidatableResource
  google_compute_instance.workstation - *terraform.NodeValidatableResource
  provider.google - *terraform.NodeApplyableProvider
  var.names - *terraform.NodeRootVariable
  var.subdomain - *terraform.NodeRootVariable
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
  data.google_dns_managed_zone.workstation - *terraform.NodeValidatableResource
  google_compute_instance.workstation - *terraform.NodeValidatableResource
  google_dns_record_set.workstation - *terraform.NodeValidatableResource
  output.hostnames - *terraform.NodeApplyableOutput
  output.workstations - *terraform.NodeApplyableOutput
  provider.google - *terraform.NodeApplyableProvider
  var.admin - *terraform.NodeRootVariable
  var.admin_key - *terraform.NodeRootVariable
  var.names - *terraform.NodeRootVariable
  var.region - *terraform.NodeRootVariable
  var.subdomain - *terraform.NodeRootVariable
output.hostnames - *terraform.NodeApplyableOutput
  google_compute_instance.workstation - *terraform.NodeValidatableResource
output.workstations - *terraform.NodeApplyableOutput
  google_compute_instance.workstation - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
  var.region - *terraform.NodeRootVariable
var.admin - *terraform.NodeRootVariable
var.admin_key - *terraform.NodeRootVariable
var.names - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.subdomain - *terraform.NodeRootVariable
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.TargetsTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodeValidatableResource
  provider.google - *terraform.NodeApplyableProvider
google_compute_instance.workstation - *terraform.NodeValidatableResource
  provider.google - *terraform.NodeApplyableProvider
  var.admin - *terraform.NodeRootVariable
  var.admin_key - *terraform.NodeRootVariable
  var.names - *terraform.NodeRootVariable
  var.region - *terraform.NodeRootVariable
google_dns_record_set.workstation - *terraform.NodeValidatableResource
  data.google_dns_managed_zone.workstation - *terraform.NodeValidatableResource
  google_compute_instance.workstation - *terraform.NodeValidatableResource
  provider.google - *terraform.NodeApplyableProvider
  var.names - *terraform.NodeRootVariable
  var.subdomain - *terraform.NodeRootVariable
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
  data.google_dns_managed_zone.workstation - *terraform.NodeValidatableResource
  google_compute_instance.workstation - *terraform.NodeValidatableResource
  google_dns_record_set.workstation - *terraform.NodeValidatableResource
  output.hostnames - *terraform.NodeApplyableOutput
  output.workstations - *terraform.NodeApplyableOutput
  provider.google - *terraform.NodeApplyableProvider
  var.admin - *terraform.NodeRootVariable
  var.admin_key - *terraform.NodeRootVariable
  var.names - *terraform.NodeRootVariable
  var.region - *terraform.NodeRootVariable
  var.subdomain - *terraform.NodeRootVariable
output.hostnames - *terraform.NodeApplyableOutput
  google_compute_instance.workstation - *terraform.NodeValidatableResource
output.workstations - *terraform.NodeApplyableOutput
  google_compute_instance.workstation - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
  var.region - *terraform.NodeRootVariable
var.admin - *terraform.NodeRootVariable
var.admin_key - *terraform.NodeRootVariable
var.names - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.subdomain - *terraform.NodeRootVariable
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.CloseProviderTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodeValidatableResource
  provider.google - *terraform.NodeApplyableProvider
google_compute_instance.workstation - *terraform.NodeValidatableResource
  provider.google - *terraform.NodeApplyableProvider
  var.admin - *terraform.NodeRootVariable
  var.admin_key - *terraform.NodeRootVariable
  var.names - *terraform.NodeRootVariable
  var.region - *terraform.NodeRootVariable
google_dns_record_set.workstation - *terraform.NodeValidatableResource
  data.google_dns_managed_zone.workstation - *terraform.NodeValidatableResource
  google_compute_instance.workstation - *terraform.NodeValidatableResource
  provider.google - *terraform.NodeApplyableProvider
  var.names - *terraform.NodeRootVariable
  var.subdomain - *terraform.NodeRootVariable
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
  data.google_dns_managed_zone.workstation - *terraform.NodeValidatableResource
  google_compute_instance.workstation - *terraform.NodeValidatableResource
  google_dns_record_set.workstation - *terraform.NodeValidatableResource
  output.hostnames - *terraform.NodeApplyableOutput
  output.workstations - *terraform.NodeApplyableOutput
  provider.google - *terraform.NodeApplyableProvider
  var.admin - *terraform.NodeRootVariable
  var.admin_key - *terraform.NodeRootVariable
  var.names - *terraform.NodeRootVariable
  var.region - *terraform.NodeRootVariable
  var.subdomain - *terraform.NodeRootVariable
output.hostnames - *terraform.NodeApplyableOutput
  google_compute_instance.workstation - *terraform.NodeValidatableResource
output.workstations - *terraform.NodeApplyableOutput
  google_compute_instance.workstation - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
  var.region - *terraform.NodeRootVariable
provider.google (close) - *terraform.graphNodeCloseProvider
  data.google_dns_managed_zone.workstation - *terraform.NodeValidatableResource
  google_compute_instance.workstation - *terraform.NodeValidatableResource
  google_dns_record_set.workstation - *terraform.NodeValidatableResource
  provider.google - *terraform.NodeApplyableProvider
var.admin - *terraform.NodeRootVariable
var.admin_key - *terraform.NodeRootVariable
var.names - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.subdomain - *terraform.NodeRootVariable
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.CloseProvisionerTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodeValidatableResource
  provider.google - *terraform.NodeApplyableProvider
google_compute_instance.workstation - *terraform.NodeValidatableResource
  provider.google - *terraform.NodeApplyableProvider
  var.admin - *terraform.NodeRootVariable
  var.admin_key - *terraform.NodeRootVariable
  var.names - *terraform.NodeRootVariable
  var.region - *terraform.NodeRootVariable
google_dns_record_set.workstation - *terraform.NodeValidatableResource
  data.google_dns_managed_zone.workstation - *terraform.NodeValidatableResource
  google_compute_instance.workstation - *terraform.NodeValidatableResource
  provider.google - *terraform.NodeApplyableProvider
  var.names - *terraform.NodeRootVariable
  var.subdomain - *terraform.NodeRootVariable
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
  data.google_dns_managed_zone.workstation - *terraform.NodeValidatableResource
  google_compute_instance.workstation - *terraform.NodeValidatableResource
  google_dns_record_set.workstation - *terraform.NodeValidatableResource
  output.hostnames - *terraform.NodeApplyableOutput
  output.workstations - *terraform.NodeApplyableOutput
  provider.google - *terraform.NodeApplyableProvider
  var.admin - *terraform.NodeRootVariable
  var.admin_key - *terraform.NodeRootVariable
  var.names - *terraform.NodeRootVariable
  var.region - *terraform.NodeRootVariable
  var.subdomain - *terraform.NodeRootVariable
output.hostnames - *terraform.NodeApplyableOutput
  google_compute_instance.workstation - *terraform.NodeValidatableResource
output.workstations - *terraform.NodeApplyableOutput
  google_compute_instance.workstation - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
  var.region - *terraform.NodeRootVariable
provider.google (close) - *terraform.graphNodeCloseProvider
  data.google_dns_managed_zone.workstation - *terraform.NodeValidatableResource
  google_compute_instance.workstation - *terraform.NodeValidatableResource
  google_dns_record_set.workstation - *terraform.NodeValidatableResource
  provider.google - *terraform.NodeApplyableProvider
var.admin - *terraform.NodeRootVariable
var.admin_key - *terraform.NodeRootVariable
var.names - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.subdomain - *terraform.NodeRootVariable
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.RootTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodeValidatableResource
  provider.google - *terraform.NodeApplyableProvider
google_compute_instance.workstation - *terraform.NodeValidatableResource
  provider.google - *terraform.NodeApplyableProvider
  var.admin - *terraform.NodeRootVariable
  var.admin_key - *terraform.NodeRootVariable
  var.names - *terraform.NodeRootVariable
  var.region - *terraform.NodeRootVariable
google_dns_record_set.workstation - *terraform.NodeValidatableResource
  data.google_dns_managed_zone.workstation - *terraform.NodeValidatableResource
  google_compute_instance.workstation - *terraform.NodeValidatableResource
  provider.google - *terraform.NodeApplyableProvider
  var.names - *terraform.NodeRootVariable
  var.subdomain - *terraform.NodeRootVariable
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
  data.google_dns_managed_zone.workstation - *terraform.NodeValidatableResource
  google_compute_instance.workstation - *terraform.NodeValidatableResource
  google_dns_record_set.workstation - *terraform.NodeValidatableResource
  output.hostnames - *terraform.NodeApplyableOutput
  output.workstations - *terraform.NodeApplyableOutput
  provider.google - *terraform.NodeApplyableProvider
  var.admin - *terraform.NodeRootVariable
  var.admin_key - *terraform.NodeRootVariable
  var.names - *terraform.NodeRootVariable
  var.region - *terraform.NodeRootVariable
  var.subdomain - *terraform.NodeRootVariable
output.hostnames - *terraform.NodeApplyableOutput
  google_compute_instance.workstation - *terraform.NodeValidatableResource
output.workstations - *terraform.NodeApplyableOutput
  google_compute_instance.workstation - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
  var.region - *terraform.NodeRootVariable
provider.google (close) - *terraform.graphNodeCloseProvider
  data.google_dns_managed_zone.workstation - *terraform.NodeValidatableResource
  google_compute_instance.workstation - *terraform.NodeValidatableResource
  google_dns_record_set.workstation - *terraform.NodeValidatableResource
  provider.google - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
  meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
  provider.google (close) - *terraform.graphNodeCloseProvider
var.admin - *terraform.NodeRootVariable
var.admin_key - *terraform.NodeRootVariable
var.names - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.subdomain - *terraform.NodeRootVariable
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodeValidatableResource
  provider.google - *terraform.NodeApplyableProvider
google_compute_instance.workstation - *terraform.NodeValidatableResource
  provider.google - *terraform.NodeApplyableProvider
  var.admin - *terraform.NodeRootVariable
  var.admin_key - *terraform.NodeRootVariable
  var.names - *terraform.NodeRootVariable
google_dns_record_set.workstation - *terraform.NodeValidatableResource
  data.google_dns_managed_zone.workstation - *terraform.NodeValidatableResource
  google_compute_instance.workstation - *terraform.NodeValidatableResource
  var.subdomain - *terraform.NodeRootVariable
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
  google_dns_record_set.workstation - *terraform.NodeValidatableResource
  output.hostnames - *terraform.NodeApplyableOutput
  output.workstations - *terraform.NodeApplyableOutput
output.hostnames - *terraform.NodeApplyableOutput
  google_compute_instance.workstation - *terraform.NodeValidatableResource
output.workstations - *terraform.NodeApplyableOutput
  google_compute_instance.workstation - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
  var.region - *terraform.NodeRootVariable
provider.google (close) - *terraform.graphNodeCloseProvider
  google_dns_record_set.workstation - *terraform.NodeValidatableResource
root - terraform.graphNodeRoot
  meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
  provider.google (close) - *terraform.graphNodeCloseProvider
var.admin - *terraform.NodeRootVariable
var.admin_key - *terraform.NodeRootVariable
var.names - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.subdomain - *terraform.NodeRootVariable
2017/10/10 15:49:40 [DEBUG] Starting graph walk: walkValidate
2017/10/10 15:49:40 [TRACE] dag/walk: added new vertex: "var.admin_key"
2017/10/10 15:49:40 [TRACE] dag/walk: added new vertex: "google_dns_record_set.workstation"
2017/10/10 15:49:40 [TRACE] dag/walk: added new vertex: "var.admin"
2017/10/10 15:49:40 [TRACE] dag/walk: added new vertex: "var.names"
2017/10/10 15:49:40 [TRACE] dag/walk: added new vertex: "root"
2017/10/10 15:49:40 [TRACE] dag/walk: added new vertex: "output.workstations"
2017/10/10 15:49:40 [TRACE] dag/walk: added new vertex: "provider.google"
2017/10/10 15:49:40 [TRACE] dag/walk: added new vertex: "provider.google (close)"
2017/10/10 15:49:40 [TRACE] dag/walk: added new vertex: "data.google_dns_managed_zone.workstation"
2017/10/10 15:49:40 [TRACE] dag/walk: added new vertex: "var.region"
2017/10/10 15:49:40 [TRACE] dag/walk: added new vertex: "google_compute_instance.workstation"
2017/10/10 15:49:40 [TRACE] dag/walk: added new vertex: "var.subdomain"
2017/10/10 15:49:40 [TRACE] dag/walk: added new vertex: "output.hostnames"
2017/10/10 15:49:40 [TRACE] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)"
2017/10/10 15:49:40 [TRACE] dag/walk: added edge: "google_compute_instance.workstation" waiting on "var.admin"
2017/10/10 15:49:40 [TRACE] dag/walk: added edge: "google_dns_record_set.workstation" waiting on "google_compute_instance.workstation"
2017/10/10 15:49:40 [TRACE] dag/walk: added edge: "output.workstations" waiting on "google_compute_instance.workstation"
2017/10/10 15:49:40 [TRACE] dag/walk: added edge: "google_compute_instance.workstation" waiting on "var.admin_key"
2017/10/10 15:49:40 [TRACE] dag/walk: added edge: "provider.google" waiting on "var.region"
2017/10/10 15:49:40 [TRACE] dag/walk: added edge: "google_dns_record_set.workstation" waiting on "var.subdomain"
2017/10/10 15:49:40 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "output.hostnames"
2017/10/10 15:49:40 [TRACE] dag/walk: added edge: "provider.google (close)" waiting on "google_dns_record_set.workstation"
2017/10/10 15:49:40 [TRACE] dag/walk: added edge: "root" waiting on "provider.google (close)"
2017/10/10 15:49:40 [TRACE] dag/walk: added edge: "google_compute_instance.workstation" waiting on "provider.google"
2017/10/10 15:49:40 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "output.workstations"
2017/10/10 15:49:40 [TRACE] dag/walk: added edge: "output.hostnames" waiting on "google_compute_instance.workstation"
2017/10/10 15:49:40 [TRACE] dag/walk: added edge: "data.google_dns_managed_zone.workstation" waiting on "provider.google"
2017/10/10 15:49:40 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)"
2017/10/10 15:49:40 [TRACE] dag/walk: added edge: "google_compute_instance.workstation" waiting on "var.names"
2017/10/10 15:49:40 [TRACE] dag/walk: added edge: "google_dns_record_set.workstation" waiting on "data.google_dns_managed_zone.workstation"
2017/10/10 15:49:40 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "google_dns_record_set.workstation"
2017/10/10 15:49:40 [TRACE] dag/walk: dependencies changed for "google_dns_record_set.workstation", sending new deps
2017/10/10 15:49:40 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps
2017/10/10 15:49:40 [TRACE] dag/walk: dependencies changed for "provider.google (close)", sending new deps
2017/10/10 15:49:40 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2017/10/10 15:49:40 [TRACE] dag/walk: dependencies changed for "google_compute_instance.workstation", sending new deps
2017/10/10 15:49:40 [TRACE] dag/walk: dependencies changed for "output.workstations", sending new deps
2017/10/10 15:49:40 [TRACE] dag/walk: dependencies changed for "provider.google", sending new deps
2017/10/10 15:49:40 [TRACE] dag/walk: dependencies changed for "output.hostnames", sending new deps
2017/10/10 15:49:40 [TRACE] dag/walk: dependencies changed for "data.google_dns_managed_zone.workstation", sending new deps
2017/10/10 15:49:40 [TRACE] dag/walk: walking "var.subdomain"
2017/10/10 15:49:40 [TRACE] vertex 'root.var.subdomain': walking
2017/10/10 15:49:40 [TRACE] dag/walk: walking "var.admin"
2017/10/10 15:49:40 [TRACE] vertex 'root.var.admin': walking
2017/10/10 15:49:40 [TRACE] dag/walk: walking "var.admin_key"
2017/10/10 15:49:40 [TRACE] vertex 'root.var.admin_key': walking
2017/10/10 15:49:40 [TRACE] dag/walk: walking "var.names"
2017/10/10 15:49:40 [TRACE] vertex 'root.var.names': walking
2017/10/10 15:49:40 [TRACE] dag/walk: walking "var.region"
2017/10/10 15:49:40 [TRACE] vertex 'root.var.region': walking
2017/10/10 15:49:40 [TRACE] dag/walk: walking "provider.google"
2017/10/10 15:49:40 [TRACE] vertex 'root.provider.google': walking
2017/10/10 15:49:40 [TRACE] vertex 'root.provider.google': evaluating
2017/10/10 15:49:40 [TRACE] [walkValidate] Entering eval tree: provider.google
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalSequence
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalInitProvider
2017/10/10 15:49:40 [TRACE] root: eval: terraform.EvalNoop
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalOpFilter
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalSequence
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalGetProvider
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalInterpolate
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalValidateProvider
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalSetProviderConfig
2017/10/10 15:49:40 [TRACE] root: eval: terraform.EvalNoop
2017/10/10 15:49:40 [TRACE] root: eval: terraform.EvalNoop
2017/10/10 15:49:40 [TRACE] [walkValidate] Exiting eval tree: provider.google
2017/10/10 15:49:40 [TRACE] dag/walk: walking "data.google_dns_managed_zone.workstation"
2017/10/10 15:49:40 [TRACE] vertex 'root.data.google_dns_managed_zone.workstation': walking
2017/10/10 15:49:40 [TRACE] vertex 'root.data.google_dns_managed_zone.workstation': evaluating
2017/10/10 15:49:40 [TRACE] [walkValidate] Entering eval tree: data.google_dns_managed_zone.workstation
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalSequence
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalInterpolate
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalIf
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalValidateCount
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2017/10/10 15:49:40 [TRACE] [walkValidate] Exiting eval tree: data.google_dns_managed_zone.workstation
2017/10/10 15:49:40 [TRACE] vertex 'root.data.google_dns_managed_zone.workstation': expanding/walking dynamic subgraph
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.ResourceCountTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodeValidatableResourceInstance
2017/10/10 15:49:40 [DEBUG] Resource state not found for "data.google_dns_managed_zone.workstation": data.google_dns_managed_zone.workstation
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.AttachStateTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodeValidatableResourceInstance
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.TargetsTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodeValidatableResourceInstance
2017/10/10 15:49:40 [DEBUG] ReferenceTransformer: "data.google_dns_managed_zone.workstation" references: []
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.ReferenceTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodeValidatableResourceInstance
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.RootTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodeValidatableResourceInstance
2017/10/10 15:49:40 [TRACE] dag/walk: added new vertex: "data.google_dns_managed_zone.workstation"
2017/10/10 15:49:40 [TRACE] dag/walk: walking "data.google_dns_managed_zone.workstation"
2017/10/10 15:49:40 [TRACE] vertex 'root.data.google_dns_managed_zone.workstation': walking
2017/10/10 15:49:40 [TRACE] vertex 'root.data.google_dns_managed_zone.workstation': evaluating
2017/10/10 15:49:40 [TRACE] [walkValidate] Entering eval tree: data.google_dns_managed_zone.workstation
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalSequence
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalValidateResourceSelfRef
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalGetProvider
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalInterpolate
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalValidateResource
2017/10/10 15:49:40 [TRACE] dag/walk: walking "google_compute_instance.workstation"
2017/10/10 15:49:40 [TRACE] vertex 'root.google_compute_instance.workstation': walking
2017/10/10 15:49:40 [TRACE] vertex 'root.google_compute_instance.workstation': evaluating
2017/10/10 15:49:40 [TRACE] [walkValidate] Entering eval tree: google_compute_instance.workstation
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalSequence
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalInterpolate
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalIf
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalValidateCount
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2017/10/10 15:49:40 [TRACE] [walkValidate] Exiting eval tree: google_compute_instance.workstation
2017/10/10 15:49:40 [TRACE] vertex 'root.google_compute_instance.workstation': expanding/walking dynamic subgraph
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.ResourceCountTransformer:

google_compute_instance.workstation - *terraform.NodeValidatableResourceInstance
2017/10/10 15:49:40 [DEBUG] Resource state not found for "google_compute_instance.workstation": google_compute_instance.workstation
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.AttachStateTransformer:

google_compute_instance.workstation - *terraform.NodeValidatableResourceInstance
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.TargetsTransformer:

google_compute_instance.workstation - *terraform.NodeValidatableResourceInstance
2017/10/10 15:49:40 [DEBUG] ReferenceTransformer: "google_compute_instance.workstation" references: []
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.ReferenceTransformer:

google_compute_instance.workstation - *terraform.NodeValidatableResourceInstance
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.RootTransformer:

google_compute_instance.workstation - *terraform.NodeValidatableResourceInstance
2017/10/10 15:49:40 [TRACE] dag/walk: added new vertex: "google_compute_instance.workstation"
2017/10/10 15:49:40 [TRACE] dag/walk: walking "google_compute_instance.workstation"
2017/10/10 15:49:40 [TRACE] vertex 'root.google_compute_instance.workstation': walking
2017/10/10 15:49:40 [TRACE] vertex 'root.google_compute_instance.workstation': evaluating
2017/10/10 15:49:40 [TRACE] [walkValidate] Entering eval tree: google_compute_instance.workstation
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalSequence
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalValidateResourceSelfRef
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalGetProvider
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalInterpolate
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalValidateResource
2017/10/10 15:49:40 [TRACE] [walkValidate] Exiting eval tree: data.google_dns_managed_zone.workstation
2017/10/10 15:49:40 [TRACE] [walkValidate] Exiting eval tree: google_compute_instance.workstation
2017/10/10 15:49:40 [TRACE] dag/walk: walking "output.workstations"
2017/10/10 15:49:40 [TRACE] vertex 'root.output.workstations': walking
2017/10/10 15:49:40 [TRACE] vertex 'root.output.workstations': evaluating
2017/10/10 15:49:40 [TRACE] [walkValidate] Entering eval tree: output.workstations
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalOpFilter
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalSequence
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalWriteOutput
2017/10/10 15:49:40 [TRACE] [walkValidate] Exiting eval tree: output.workstations
2017/10/10 15:49:40 [TRACE] dag/walk: walking "google_dns_record_set.workstation"
2017/10/10 15:49:40 [TRACE] vertex 'root.google_dns_record_set.workstation': walking
2017/10/10 15:49:40 [TRACE] vertex 'root.google_dns_record_set.workstation': evaluating
2017/10/10 15:49:40 [TRACE] [walkValidate] Entering eval tree: google_dns_record_set.workstation
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalSequence
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalInterpolate
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalIf
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalValidateCount
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2017/10/10 15:49:40 [TRACE] [walkValidate] Exiting eval tree: google_dns_record_set.workstation
2017/10/10 15:49:40 [TRACE] vertex 'root.google_dns_record_set.workstation': expanding/walking dynamic subgraph
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.ResourceCountTransformer:

google_dns_record_set.workstation - *terraform.NodeValidatableResourceInstance
2017/10/10 15:49:40 [DEBUG] Resource state not found for "google_dns_record_set.workstation": google_dns_record_set.workstation
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.AttachStateTransformer:

google_dns_record_set.workstation - *terraform.NodeValidatableResourceInstance
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.TargetsTransformer:

google_dns_record_set.workstation - *terraform.NodeValidatableResourceInstance
2017/10/10 15:49:40 [DEBUG] ReferenceTransformer: "google_dns_record_set.workstation" references: []
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.ReferenceTransformer:

google_dns_record_set.workstation - *terraform.NodeValidatableResourceInstance
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.RootTransformer:

google_dns_record_set.workstation - *terraform.NodeValidatableResourceInstance
2017/10/10 15:49:40 [TRACE] dag/walk: added new vertex: "google_dns_record_set.workstation"
2017/10/10 15:49:40 [TRACE] dag/walk: walking "google_dns_record_set.workstation"
2017/10/10 15:49:40 [TRACE] vertex 'root.google_dns_record_set.workstation': walking
2017/10/10 15:49:40 [TRACE] vertex 'root.google_dns_record_set.workstation': evaluating
2017/10/10 15:49:40 [TRACE] [walkValidate] Entering eval tree: google_dns_record_set.workstation
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalSequence
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalValidateResourceSelfRef
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalGetProvider
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalInterpolate
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalValidateResource
2017/10/10 15:49:40 [TRACE] dag/walk: walking "output.hostnames"
2017/10/10 15:49:40 [TRACE] vertex 'root.output.hostnames': walking
2017/10/10 15:49:40 [TRACE] vertex 'root.output.hostnames': evaluating
2017/10/10 15:49:40 [TRACE] [walkValidate] Entering eval tree: output.hostnames
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalOpFilter
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalSequence
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalWriteOutput
2017/10/10 15:49:40 [TRACE] [walkValidate] Exiting eval tree: output.hostnames
2017/10/10 15:49:40 [TRACE] [walkValidate] Exiting eval tree: google_dns_record_set.workstation
2017/10/10 15:49:40 [TRACE] dag/walk: walking "provider.google (close)"
2017/10/10 15:49:40 [TRACE] vertex 'root.provider.google (close)': walking
2017/10/10 15:49:40 [TRACE] vertex 'root.provider.google (close)': evaluating
2017/10/10 15:49:40 [TRACE] [walkValidate] Entering eval tree: provider.google (close)
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalCloseProvider
2017/10/10 15:49:40 [TRACE] [walkValidate] Exiting eval tree: provider.google (close)
2017/10/10 15:49:40 [TRACE] dag/walk: walking "meta.count-boundary (count boundary fixup)"
2017/10/10 15:49:40 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': walking
2017/10/10 15:49:40 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': evaluating
2017/10/10 15:49:40 [TRACE] [walkValidate] Entering eval tree: meta.count-boundary (count boundary fixup)
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal
2017/10/10 15:49:40 [TRACE] [walkValidate] Exiting eval tree: meta.count-boundary (count boundary fixup)
2017/10/10 15:49:40 [TRACE] dag/walk: walking "root"
2017/10/10 15:49:40 [TRACE] vertex 'root.root': walking
2017/10/10 15:49:40 [INFO] backend/local: apply calling Refresh
2017/10/10 15:49:40 [INFO] terraform: building graph: GraphTypeRefresh
2017/10/10 15:49:40 [TRACE] No managed resources in state during refresh, skipping managed resource transformer
2017/10/10 15:49:40 [TRACE] ConfigTransformer: Starting for path: []
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.ConfigTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodeRefreshableDataResource
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.OrphanResourceTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodeRefreshableDataResource
2017/10/10 15:49:40 [DEBUG] Resource state not found for "data.google_dns_managed_zone.workstation": data.google_dns_managed_zone.workstation
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.AttachStateTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodeRefreshableDataResource
2017/10/10 15:49:40 [TRACE] AttachResourceConfigTransformer: Beginning...
2017/10/10 15:49:40 [TRACE] AttachResourceConfigTransformer: Attach resource config request: data.google_dns_managed_zone.workstation
2017/10/10 15:49:40 [TRACE] Attaching resource config: &config.Resource{Mode:1, Name:"workstation", Type:"google_dns_managed_zone", RawCount:(*config.RawConfig)(0xc4202aea20), RawConfig:(*config.RawConfig)(0xc4202ae960), Provisioners:[]*config.Provisioner{}, Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodeRefreshableDataResource
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.RootVariableTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodeRefreshableDataResource
var.admin - *terraform.NodeRootVariable
var.admin_key - *terraform.NodeRootVariable
var.names - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.subdomain - *terraform.NodeRootVariable
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.MissingProviderTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodeRefreshableDataResource
provider.google - *terraform.NodeApplyableProvider
var.admin - *terraform.NodeRootVariable
var.admin_key - *terraform.NodeRootVariable
var.names - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.subdomain - *terraform.NodeRootVariable
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.ProviderTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodeRefreshableDataResource
  provider.google - *terraform.NodeApplyableProvider
provider.google - *terraform.NodeApplyableProvider
var.admin - *terraform.NodeRootVariable
var.admin_key - *terraform.NodeRootVariable
var.names - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.subdomain - *terraform.NodeRootVariable
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.DisableProviderTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodeRefreshableDataResource
  provider.google - *terraform.NodeApplyableProvider
provider.google - *terraform.NodeApplyableProvider
var.admin - *terraform.NodeRootVariable
var.admin_key - *terraform.NodeRootVariable
var.names - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.subdomain - *terraform.NodeRootVariable
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.ParentProviderTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodeRefreshableDataResource
  provider.google - *terraform.NodeApplyableProvider
provider.google - *terraform.NodeApplyableProvider
var.admin - *terraform.NodeRootVariable
var.admin_key - *terraform.NodeRootVariable
var.names - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.subdomain - *terraform.NodeRootVariable
2017/10/10 15:49:40 [TRACE] Attach provider request: []string{} google
2017/10/10 15:49:40 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"google", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc4202abf20)}
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.AttachProviderConfigTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodeRefreshableDataResource
  provider.google - *terraform.NodeApplyableProvider
provider.google - *terraform.NodeApplyableProvider
var.admin - *terraform.NodeRootVariable
var.admin_key - *terraform.NodeRootVariable
var.names - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.subdomain - *terraform.NodeRootVariable
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.LocalTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodeRefreshableDataResource
  provider.google - *terraform.NodeApplyableProvider
provider.google - *terraform.NodeApplyableProvider
var.admin - *terraform.NodeRootVariable
var.admin_key - *terraform.NodeRootVariable
var.names - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.subdomain - *terraform.NodeRootVariable
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.OutputTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodeRefreshableDataResource
  provider.google - *terraform.NodeApplyableProvider
output.hostnames - *terraform.NodeApplyableOutput
output.workstations - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.admin - *terraform.NodeRootVariable
var.admin_key - *terraform.NodeRootVariable
var.names - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.subdomain - *terraform.NodeRootVariable
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.ModuleVariableTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodeRefreshableDataResource
  provider.google - *terraform.NodeApplyableProvider
output.hostnames - *terraform.NodeApplyableOutput
output.workstations - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.admin - *terraform.NodeRootVariable
var.admin_key - *terraform.NodeRootVariable
var.names - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.subdomain - *terraform.NodeRootVariable
2017/10/10 15:49:40 [DEBUG] ReferenceTransformer: "var.subdomain" references: []
2017/10/10 15:49:40 [DEBUG] ReferenceTransformer: "provider.google" references: [var.region]
2017/10/10 15:49:40 [DEBUG] ReferenceTransformer: "output.hostnames" references: []
2017/10/10 15:49:40 [DEBUG] ReferenceTransformer: "var.admin" references: []
2017/10/10 15:49:40 [DEBUG] ReferenceTransformer: "var.admin_key" references: []
2017/10/10 15:49:40 [DEBUG] ReferenceTransformer: "var.region" references: []
2017/10/10 15:49:40 [DEBUG] ReferenceTransformer: "output.workstations" references: []
2017/10/10 15:49:40 [DEBUG] ReferenceTransformer: "data.google_dns_managed_zone.workstation" references: []
2017/10/10 15:49:40 [DEBUG] ReferenceTransformer: "var.names" references: []
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.ReferenceTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodeRefreshableDataResource
  provider.google - *terraform.NodeApplyableProvider
output.hostnames - *terraform.NodeApplyableOutput
output.workstations - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
  var.region - *terraform.NodeRootVariable
var.admin - *terraform.NodeRootVariable
var.admin_key - *terraform.NodeRootVariable
var.names - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.subdomain - *terraform.NodeRootVariable
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.TargetsTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodeRefreshableDataResource
  provider.google - *terraform.NodeApplyableProvider
output.hostnames - *terraform.NodeApplyableOutput
output.workstations - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
  var.region - *terraform.NodeRootVariable
var.admin - *terraform.NodeRootVariable
var.admin_key - *terraform.NodeRootVariable
var.names - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.subdomain - *terraform.NodeRootVariable
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.CloseProviderTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodeRefreshableDataResource
  provider.google - *terraform.NodeApplyableProvider
output.hostnames - *terraform.NodeApplyableOutput
output.workstations - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
  var.region - *terraform.NodeRootVariable
provider.google (close) - *terraform.graphNodeCloseProvider
  data.google_dns_managed_zone.workstation - *terraform.NodeRefreshableDataResource
  provider.google - *terraform.NodeApplyableProvider
var.admin - *terraform.NodeRootVariable
var.admin_key - *terraform.NodeRootVariable
var.names - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.subdomain - *terraform.NodeRootVariable
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.RootTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodeRefreshableDataResource
  provider.google - *terraform.NodeApplyableProvider
output.hostnames - *terraform.NodeApplyableOutput
output.workstations - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
  var.region - *terraform.NodeRootVariable
provider.google (close) - *terraform.graphNodeCloseProvider
  data.google_dns_managed_zone.workstation - *terraform.NodeRefreshableDataResource
  provider.google - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
  output.hostnames - *terraform.NodeApplyableOutput
  output.workstations - *terraform.NodeApplyableOutput
  provider.google (close) - *terraform.graphNodeCloseProvider
  var.admin - *terraform.NodeRootVariable
  var.admin_key - *terraform.NodeRootVariable
  var.names - *terraform.NodeRootVariable
  var.subdomain - *terraform.NodeRootVariable
var.admin - *terraform.NodeRootVariable
var.admin_key - *terraform.NodeRootVariable
var.names - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.subdomain - *terraform.NodeRootVariable
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodeRefreshableDataResource
  provider.google - *terraform.NodeApplyableProvider
output.hostnames - *terraform.NodeApplyableOutput
output.workstations - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
  var.region - *terraform.NodeRootVariable
provider.google (close) - *terraform.graphNodeCloseProvider
  data.google_dns_managed_zone.workstation - *terraform.NodeRefreshableDataResource
root - terraform.graphNodeRoot
  output.hostnames - *terraform.NodeApplyableOutput
  output.workstations - *terraform.NodeApplyableOutput
  provider.google (close) - *terraform.graphNodeCloseProvider
  var.admin - *terraform.NodeRootVariable
  var.admin_key - *terraform.NodeRootVariable
  var.names - *terraform.NodeRootVariable
  var.subdomain - *terraform.NodeRootVariable
var.admin - *terraform.NodeRootVariable
var.admin_key - *terraform.NodeRootVariable
var.names - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.subdomain - *terraform.NodeRootVariable
2017/10/10 15:49:40 [DEBUG] Starting graph walk: walkRefresh
2017/10/10 15:49:40 [TRACE] dag/walk: added new vertex: "var.admin"
2017/10/10 15:49:40 [TRACE] dag/walk: added new vertex: "output.hostnames"
2017/10/10 15:49:40 [TRACE] dag/walk: added new vertex: "provider.google (close)"
2017/10/10 15:49:40 [TRACE] dag/walk: added new vertex: "var.names"
2017/10/10 15:49:40 [TRACE] dag/walk: added new vertex: "var.region"
2017/10/10 15:49:40 [TRACE] dag/walk: added new vertex: "output.workstations"
2017/10/10 15:49:40 [TRACE] dag/walk: added new vertex: "var.admin_key"
2017/10/10 15:49:40 [TRACE] dag/walk: added new vertex: "var.subdomain"
2017/10/10 15:49:40 [TRACE] dag/walk: added new vertex: "provider.google"
2017/10/10 15:49:40 [TRACE] dag/walk: added new vertex: "data.google_dns_managed_zone.workstation"
2017/10/10 15:49:40 [TRACE] dag/walk: added new vertex: "root"
2017/10/10 15:49:40 [TRACE] dag/walk: added edge: "root" waiting on "output.workstations"
2017/10/10 15:49:40 [TRACE] dag/walk: added edge: "root" waiting on "var.admin"
2017/10/10 15:49:40 [TRACE] dag/walk: added edge: "provider.google (close)" waiting on "data.google_dns_managed_zone.workstation"
2017/10/10 15:49:40 [TRACE] dag/walk: added edge: "root" waiting on "var.admin_key"
2017/10/10 15:49:40 [TRACE] dag/walk: added edge: "root" waiting on "provider.google (close)"
2017/10/10 15:49:40 [TRACE] dag/walk: added edge: "data.google_dns_managed_zone.workstation" waiting on "provider.google"
2017/10/10 15:49:40 [TRACE] dag/walk: added edge: "provider.google" waiting on "var.region"
2017/10/10 15:49:40 [TRACE] dag/walk: added edge: "root" waiting on "var.subdomain"
2017/10/10 15:49:40 [TRACE] dag/walk: added edge: "root" waiting on "var.names"
2017/10/10 15:49:40 [TRACE] dag/walk: added edge: "root" waiting on "output.hostnames"
2017/10/10 15:49:40 [TRACE] dag/walk: dependencies changed for "data.google_dns_managed_zone.workstation", sending new deps
2017/10/10 15:49:40 [TRACE] dag/walk: dependencies changed for "provider.google", sending new deps
2017/10/10 15:49:40 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2017/10/10 15:49:40 [TRACE] dag/walk: dependencies changed for "provider.google (close)", sending new deps
2017/10/10 15:49:40 [TRACE] dag/walk: walking "var.admin"
2017/10/10 15:49:40 [TRACE] vertex 'root.var.admin': walking
2017/10/10 15:49:40 [TRACE] dag/walk: walking "output.hostnames"
2017/10/10 15:49:40 [TRACE] vertex 'root.output.hostnames': walking
2017/10/10 15:49:40 [TRACE] vertex 'root.output.hostnames': evaluating
2017/10/10 15:49:40 [TRACE] [walkRefresh] Entering eval tree: output.hostnames
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalOpFilter
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalSequence
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalWriteOutput
2017/10/10 15:49:40 [TRACE] [walkRefresh] Exiting eval tree: output.hostnames
2017/10/10 15:49:40 [TRACE] dag/walk: walking "var.names"
2017/10/10 15:49:40 [TRACE] vertex 'root.var.names': walking
2017/10/10 15:49:40 [TRACE] dag/walk: walking "var.region"
2017/10/10 15:49:40 [TRACE] vertex 'root.var.region': walking
2017/10/10 15:49:40 [TRACE] dag/walk: walking "output.workstations"
2017/10/10 15:49:40 [TRACE] vertex 'root.output.workstations': walking
2017/10/10 15:49:40 [TRACE] vertex 'root.output.workstations': evaluating
2017/10/10 15:49:40 [TRACE] [walkRefresh] Entering eval tree: output.workstations
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalOpFilter
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalSequence
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalWriteOutput
2017/10/10 15:49:40 [TRACE] [walkRefresh] Exiting eval tree: output.workstations
2017/10/10 15:49:40 [TRACE] dag/walk: walking "var.admin_key"
2017/10/10 15:49:40 [TRACE] vertex 'root.var.admin_key': walking
2017/10/10 15:49:40 [TRACE] dag/walk: walking "var.subdomain"
2017/10/10 15:49:40 [TRACE] vertex 'root.var.subdomain': walking
2017/10/10 15:49:40 [TRACE] dag/walk: walking "provider.google"
2017/10/10 15:49:40 [TRACE] vertex 'root.provider.google': walking
2017/10/10 15:49:40 [TRACE] vertex 'root.provider.google': evaluating
2017/10/10 15:49:40 [TRACE] [walkRefresh] Entering eval tree: provider.google
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalSequence
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalInitProvider
2017/10/10 15:49:40 [TRACE] root: eval: terraform.EvalNoop
2017/10/10 15:49:40 [TRACE] root: eval: terraform.EvalNoop
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalOpFilter
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalSequence
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalGetProvider
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalInterpolate
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalSetProviderConfig
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalOpFilter
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalSequence
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalConfigProvider
2017-10-10T15:49:40.689-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: 2017/10/10 15:49:40 [INFO] Requesting Google token...
2017-10-10T15:49:40.689-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: 2017/10/10 15:49:40 [INFO]   -- Email: magrathea@magrathea-178523.iam.gserviceaccount.com
2017-10-10T15:49:40.689-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: 2017/10/10 15:49:40 [INFO]   -- Scopes: [https://www.googleapis.com/auth/compute https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/ndev.clouddns.readwrite https://www.googleapis.com/auth/devstorage.full_control]
2017-10-10T15:49:40.689-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: 2017/10/10 15:49:40 [INFO]   -- Private Key Length: 1704
2017-10-10T15:49:40.689-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: 2017/10/10 15:49:40 [INFO] Instantiating GCE client...
2017-10-10T15:49:40.689-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: 2017/10/10 15:49:40 [INFO] Instantiating GCE Beta client...
2017-10-10T15:49:40.689-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: 2017/10/10 15:49:40 [INFO] Instantiating GKE client...
2017-10-10T15:49:40.689-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: 2017/10/10 15:49:40 [INFO] Instantiating Google Cloud DNS client...
2017-10-10T15:49:40.689-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: 2017/10/10 15:49:40 [INFO] Instantiating Google Stackdriver Logging client...
2017-10-10T15:49:40.689-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: 2017/10/10 15:49:40 [INFO] Instantiating Google Storage Client...
2017-10-10T15:49:40.689-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: 2017/10/10 15:49:40 [INFO] Instantiating Google SqlAdmin Client...
2017-10-10T15:49:40.689-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: 2017/10/10 15:49:40 [INFO] Instantiating Google Pubsub Client...
2017-10-10T15:49:40.689-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: 2017/10/10 15:49:40 [INFO] Instantiating Google Cloud ResourceManager Client...
2017-10-10T15:49:40.689-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: 2017/10/10 15:49:40 [INFO] Instantiating Google Cloud ResourceManager V Client...
2017-10-10T15:49:40.689-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: 2017/10/10 15:49:40 [INFO] Instantiating Google Cloud Runtimeconfig Client...
2017-10-10T15:49:40.689-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: 2017/10/10 15:49:40 [INFO] Instantiating Google Cloud IAM Client...
2017-10-10T15:49:40.689-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: 2017/10/10 15:49:40 [INFO] Instantiating Google Cloud Service Management Client...
2017-10-10T15:49:40.689-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: 2017/10/10 15:49:40 [INFO] Instantiating Google Cloud Billing Client...
2017-10-10T15:49:40.689-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: 2017/10/10 15:49:40 [INFO] Instantiating Google Cloud BigQuery Client...
2017-10-10T15:49:40.689-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: 2017/10/10 15:49:40 [INFO] Instantiating Google Cloud Source Repo Client...
2017-10-10T15:49:40.689-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: 2017/10/10 15:49:40 [INFO] Instantiating Google Cloud Spanner Client...
2017/10/10 15:49:40 [TRACE] [walkRefresh] Exiting eval tree: provider.google
2017/10/10 15:49:40 [TRACE] dag/walk: walking "data.google_dns_managed_zone.workstation"
2017/10/10 15:49:40 [TRACE] vertex 'root.data.google_dns_managed_zone.workstation': walking
2017/10/10 15:49:40 [TRACE] vertex 'root.data.google_dns_managed_zone.workstation': evaluating
2017/10/10 15:49:40 [TRACE] [walkRefresh] Entering eval tree: data.google_dns_managed_zone.workstation
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalSequence
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalInterpolate
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalCountCheckComputed
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalIf
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2017/10/10 15:49:40 [TRACE] [walkRefresh] Exiting eval tree: data.google_dns_managed_zone.workstation
2017/10/10 15:49:40 [TRACE] vertex 'root.data.google_dns_managed_zone.workstation': expanding/walking dynamic subgraph
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.ResourceCountTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodeRefreshableDataResourceInstance
2017/10/10 15:49:40 [TRACE] OrphanResourceCount: Starting...
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodeRefreshableDataResourceInstance
2017/10/10 15:49:40 [DEBUG] Resource state not found for "data.google_dns_managed_zone.workstation": data.google_dns_managed_zone.workstation
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.AttachStateTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodeRefreshableDataResourceInstance
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.TargetsTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodeRefreshableDataResourceInstance
2017/10/10 15:49:40 [DEBUG] ReferenceTransformer: "data.google_dns_managed_zone.workstation" references: []
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.ReferenceTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodeRefreshableDataResourceInstance
2017/10/10 15:49:40 [TRACE] Graph after step *terraform.RootTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodeRefreshableDataResourceInstance
2017/10/10 15:49:40 [TRACE] dag/walk: added new vertex: "data.google_dns_managed_zone.workstation"
2017/10/10 15:49:40 [TRACE] dag/walk: walking "data.google_dns_managed_zone.workstation"
2017/10/10 15:49:40 [TRACE] vertex 'root.data.google_dns_managed_zone.workstation': walking
2017/10/10 15:49:40 [TRACE] vertex 'root.data.google_dns_managed_zone.workstation': evaluating
2017/10/10 15:49:40 [TRACE] [walkRefresh] Entering eval tree: data.google_dns_managed_zone.workstation
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalSequence
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalWriteState
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalInterpolate
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalIf
2017/10/10 15:49:40 [TRACE] root: eval: terraform.EvalNoop
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalGetProvider
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalReadDataDiff
2017/10/10 15:49:40 [TRACE] root: eval: *terraform.EvalReadDataApply
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalWriteState
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalUpdateStateHook
2017/10/10 15:49:41 [TRACE] [walkRefresh] Exiting eval tree: data.google_dns_managed_zone.workstation
2017/10/10 15:49:41 [TRACE] dag/walk: walking "provider.google (close)"
2017/10/10 15:49:41 [TRACE] vertex 'root.provider.google (close)': walking
2017/10/10 15:49:41 [TRACE] vertex 'root.provider.google (close)': evaluating
2017/10/10 15:49:41 [TRACE] [walkRefresh] Entering eval tree: provider.google (close)
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalCloseProvider
2017/10/10 15:49:41 [TRACE] [walkRefresh] Exiting eval tree: provider.google (close)
2017/10/10 15:49:41 [TRACE] dag/walk: walking "root"
2017/10/10 15:49:41 [TRACE] vertex 'root.root': walking
2017/10/10 15:49:41 [INFO] backend/local: apply calling Plan
2017/10/10 15:49:41 [INFO] terraform: building graph: GraphTypePlan
2017/10/10 15:49:41 [TRACE] ConfigTransformer: Starting for path: []
2017/10/10 15:49:41 [TRACE] Graph after step *terraform.ConfigTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodePlannableResource
google_compute_instance.workstation - *terraform.NodePlannableResource
google_dns_record_set.workstation - *terraform.NodePlannableResource
2017/10/10 15:49:41 [TRACE] Graph after step *terraform.LocalTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodePlannableResource
google_compute_instance.workstation - *terraform.NodePlannableResource
google_dns_record_set.workstation - *terraform.NodePlannableResource
2017/10/10 15:49:41 [TRACE] Graph after step *terraform.OutputTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodePlannableResource
google_compute_instance.workstation - *terraform.NodePlannableResource
google_dns_record_set.workstation - *terraform.NodePlannableResource
output.hostnames - *terraform.NodeApplyableOutput
output.workstations - *terraform.NodeApplyableOutput
2017/10/10 15:49:41 [TRACE] Graph after step *terraform.OrphanResourceTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodePlannableResource
google_compute_instance.workstation - *terraform.NodePlannableResource
google_dns_record_set.workstation - *terraform.NodePlannableResource
output.hostnames - *terraform.NodeApplyableOutput
output.workstations - *terraform.NodeApplyableOutput
2017/10/10 15:49:41 [TRACE] AttachResourceConfigTransformer: Beginning...
2017/10/10 15:49:41 [TRACE] AttachResourceConfigTransformer: Attach resource config request: data.google_dns_managed_zone.workstation
2017/10/10 15:49:41 [TRACE] Attaching resource config: &config.Resource{Mode:1, Name:"workstation", Type:"google_dns_managed_zone", RawCount:(*config.RawConfig)(0xc4202aea20), RawConfig:(*config.RawConfig)(0xc4202ae960), Provisioners:[]*config.Provisioner{}, Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/10/10 15:49:41 [TRACE] AttachResourceConfigTransformer: Attach resource config request: google_compute_instance.workstation
2017/10/10 15:49:41 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"workstation", Type:"google_compute_instance", RawCount:(*config.RawConfig)(0xc4202ae540), RawConfig:(*config.RawConfig)(0xc4202ae180), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/10/10 15:49:41 [TRACE] AttachResourceConfigTransformer: Attach resource config request: google_dns_record_set.workstation
2017/10/10 15:49:41 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"workstation", Type:"google_dns_record_set", RawCount:(*config.RawConfig)(0xc4202ae8a0), RawConfig:(*config.RawConfig)(0xc4202ae600), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/10/10 15:49:41 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodePlannableResource
google_compute_instance.workstation - *terraform.NodePlannableResource
google_dns_record_set.workstation - *terraform.NodePlannableResource
output.hostnames - *terraform.NodeApplyableOutput
output.workstations - *terraform.NodeApplyableOutput
2017/10/10 15:49:41 [DEBUG] Attaching resource state to "data.google_dns_managed_zone.workstation": &terraform.ResourceState{Type:"google_dns_managed_zone", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4202ac820), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/10/10 15:49:41 [DEBUG] Resource state not found for "google_compute_instance.workstation": google_compute_instance.workstation
2017/10/10 15:49:41 [DEBUG] Resource state not found for "google_dns_record_set.workstation": google_dns_record_set.workstation
2017/10/10 15:49:41 [TRACE] Graph after step *terraform.AttachStateTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodePlannableResource
google_compute_instance.workstation - *terraform.NodePlannableResource
google_dns_record_set.workstation - *terraform.NodePlannableResource
output.hostnames - *terraform.NodeApplyableOutput
output.workstations - *terraform.NodeApplyableOutput
2017/10/10 15:49:41 [TRACE] Graph after step *terraform.RootVariableTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodePlannableResource
google_compute_instance.workstation - *terraform.NodePlannableResource
google_dns_record_set.workstation - *terraform.NodePlannableResource
output.hostnames - *terraform.NodeApplyableOutput
output.workstations - *terraform.NodeApplyableOutput
var.admin - *terraform.NodeRootVariable
var.admin_key - *terraform.NodeRootVariable
var.names - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.subdomain - *terraform.NodeRootVariable
2017/10/10 15:49:41 [TRACE] Graph after step *terraform.MissingProviderTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodePlannableResource
google_compute_instance.workstation - *terraform.NodePlannableResource
google_dns_record_set.workstation - *terraform.NodePlannableResource
output.hostnames - *terraform.NodeApplyableOutput
output.workstations - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.admin - *terraform.NodeRootVariable
var.admin_key - *terraform.NodeRootVariable
var.names - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.subdomain - *terraform.NodeRootVariable
2017/10/10 15:49:41 [TRACE] Graph after step *terraform.ProviderTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodePlannableResource
  provider.google - *terraform.NodeApplyableProvider
google_compute_instance.workstation - *terraform.NodePlannableResource
  provider.google - *terraform.NodeApplyableProvider
google_dns_record_set.workstation - *terraform.NodePlannableResource
  provider.google - *terraform.NodeApplyableProvider
output.hostnames - *terraform.NodeApplyableOutput
output.workstations - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.admin - *terraform.NodeRootVariable
var.admin_key - *terraform.NodeRootVariable
var.names - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.subdomain - *terraform.NodeRootVariable
2017/10/10 15:49:41 [TRACE] Graph after step *terraform.DisableProviderTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodePlannableResource
  provider.google - *terraform.NodeApplyableProvider
google_compute_instance.workstation - *terraform.NodePlannableResource
  provider.google - *terraform.NodeApplyableProvider
google_dns_record_set.workstation - *terraform.NodePlannableResource
  provider.google - *terraform.NodeApplyableProvider
output.hostnames - *terraform.NodeApplyableOutput
output.workstations - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.admin - *terraform.NodeRootVariable
var.admin_key - *terraform.NodeRootVariable
var.names - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.subdomain - *terraform.NodeRootVariable
2017/10/10 15:49:41 [TRACE] Graph after step *terraform.ParentProviderTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodePlannableResource
  provider.google - *terraform.NodeApplyableProvider
google_compute_instance.workstation - *terraform.NodePlannableResource
  provider.google - *terraform.NodeApplyableProvider
google_dns_record_set.workstation - *terraform.NodePlannableResource
  provider.google - *terraform.NodeApplyableProvider
output.hostnames - *terraform.NodeApplyableOutput
output.workstations - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.admin - *terraform.NodeRootVariable
var.admin_key - *terraform.NodeRootVariable
var.names - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.subdomain - *terraform.NodeRootVariable
2017/10/10 15:49:41 [TRACE] Attach provider request: []string{} google
2017/10/10 15:49:41 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"google", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc4202abf20)}
2017/10/10 15:49:41 [TRACE] Graph after step *terraform.AttachProviderConfigTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodePlannableResource
  provider.google - *terraform.NodeApplyableProvider
google_compute_instance.workstation - *terraform.NodePlannableResource
  provider.google - *terraform.NodeApplyableProvider
google_dns_record_set.workstation - *terraform.NodePlannableResource
  provider.google - *terraform.NodeApplyableProvider
output.hostnames - *terraform.NodeApplyableOutput
output.workstations - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.admin - *terraform.NodeRootVariable
var.admin_key - *terraform.NodeRootVariable
var.names - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.subdomain - *terraform.NodeRootVariable
2017/10/10 15:49:41 [TRACE] Graph after step *terraform.ModuleVariableTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodePlannableResource
  provider.google - *terraform.NodeApplyableProvider
google_compute_instance.workstation - *terraform.NodePlannableResource
  provider.google - *terraform.NodeApplyableProvider
google_dns_record_set.workstation - *terraform.NodePlannableResource
  provider.google - *terraform.NodeApplyableProvider
output.hostnames - *terraform.NodeApplyableOutput
output.workstations - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.admin - *terraform.NodeRootVariable
var.admin_key - *terraform.NodeRootVariable
var.names - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.subdomain - *terraform.NodeRootVariable
2017/10/10 15:49:41 [DEBUG] ReferenceTransformer: "google_compute_instance.workstation" references: [var.admin var.admin_key var.names var.region]
2017/10/10 15:49:41 [DEBUG] ReferenceTransformer: "google_dns_record_set.workstation" references: [data.google_dns_managed_zone.workstation google_compute_instance.workstation var.names var.subdomain]
2017/10/10 15:49:41 [DEBUG] ReferenceTransformer: "var.admin" references: []
2017/10/10 15:49:41 [DEBUG] ReferenceTransformer: "var.names" references: []
2017/10/10 15:49:41 [DEBUG] ReferenceTransformer: "provider.google" references: [var.region]
2017/10/10 15:49:41 [DEBUG] ReferenceTransformer: "data.google_dns_managed_zone.workstation" references: []
2017/10/10 15:49:41 [DEBUG] ReferenceTransformer: "output.hostnames" references: [google_compute_instance.workstation]
2017/10/10 15:49:41 [DEBUG] ReferenceTransformer: "var.admin_key" references: []
2017/10/10 15:49:41 [DEBUG] ReferenceTransformer: "var.subdomain" references: []
2017/10/10 15:49:41 [DEBUG] ReferenceTransformer: "var.region" references: []
2017/10/10 15:49:41 [DEBUG] ReferenceTransformer: "output.workstations" references: [google_compute_instance.workstation]
2017/10/10 15:49:41 [TRACE] Graph after step *terraform.ReferenceTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodePlannableResource
  provider.google - *terraform.NodeApplyableProvider
google_compute_instance.workstation - *terraform.NodePlannableResource
  provider.google - *terraform.NodeApplyableProvider
  var.admin - *terraform.NodeRootVariable
  var.admin_key - *terraform.NodeRootVariable
  var.names - *terraform.NodeRootVariable
  var.region - *terraform.NodeRootVariable
google_dns_record_set.workstation - *terraform.NodePlannableResource
  data.google_dns_managed_zone.workstation - *terraform.NodePlannableResource
  google_compute_instance.workstation - *terraform.NodePlannableResource
  provider.google - *terraform.NodeApplyableProvider
  var.names - *terraform.NodeRootVariable
  var.subdomain - *terraform.NodeRootVariable
output.hostnames - *terraform.NodeApplyableOutput
  google_compute_instance.workstation - *terraform.NodePlannableResource
output.workstations - *terraform.NodeApplyableOutput
  google_compute_instance.workstation - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
  var.region - *terraform.NodeRootVariable
var.admin - *terraform.NodeRootVariable
var.admin_key - *terraform.NodeRootVariable
var.names - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.subdomain - *terraform.NodeRootVariable
2017/10/10 15:49:41 [TRACE] Graph after step *terraform.CountBoundaryTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodePlannableResource
  provider.google - *terraform.NodeApplyableProvider
google_compute_instance.workstation - *terraform.NodePlannableResource
  provider.google - *terraform.NodeApplyableProvider
  var.admin - *terraform.NodeRootVariable
  var.admin_key - *terraform.NodeRootVariable
  var.names - *terraform.NodeRootVariable
  var.region - *terraform.NodeRootVariable
google_dns_record_set.workstation - *terraform.NodePlannableResource
  data.google_dns_managed_zone.workstation - *terraform.NodePlannableResource
  google_compute_instance.workstation - *terraform.NodePlannableResource
  provider.google - *terraform.NodeApplyableProvider
  var.names - *terraform.NodeRootVariable
  var.subdomain - *terraform.NodeRootVariable
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
  data.google_dns_managed_zone.workstation - *terraform.NodePlannableResource
  google_compute_instance.workstation - *terraform.NodePlannableResource
  google_dns_record_set.workstation - *terraform.NodePlannableResource
  output.hostnames - *terraform.NodeApplyableOutput
  output.workstations - *terraform.NodeApplyableOutput
  provider.google - *terraform.NodeApplyableProvider
  var.admin - *terraform.NodeRootVariable
  var.admin_key - *terraform.NodeRootVariable
  var.names - *terraform.NodeRootVariable
  var.region - *terraform.NodeRootVariable
  var.subdomain - *terraform.NodeRootVariable
output.hostnames - *terraform.NodeApplyableOutput
  google_compute_instance.workstation - *terraform.NodePlannableResource
output.workstations - *terraform.NodeApplyableOutput
  google_compute_instance.workstation - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
  var.region - *terraform.NodeRootVariable
var.admin - *terraform.NodeRootVariable
var.admin_key - *terraform.NodeRootVariable
var.names - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.subdomain - *terraform.NodeRootVariable
2017/10/10 15:49:41 [TRACE] Graph after step *terraform.TargetsTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodePlannableResource
  provider.google - *terraform.NodeApplyableProvider
google_compute_instance.workstation - *terraform.NodePlannableResource
  provider.google - *terraform.NodeApplyableProvider
  var.admin - *terraform.NodeRootVariable
  var.admin_key - *terraform.NodeRootVariable
  var.names - *terraform.NodeRootVariable
  var.region - *terraform.NodeRootVariable
google_dns_record_set.workstation - *terraform.NodePlannableResource
  data.google_dns_managed_zone.workstation - *terraform.NodePlannableResource
  google_compute_instance.workstation - *terraform.NodePlannableResource
  provider.google - *terraform.NodeApplyableProvider
  var.names - *terraform.NodeRootVariable
  var.subdomain - *terraform.NodeRootVariable
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
  data.google_dns_managed_zone.workstation - *terraform.NodePlannableResource
  google_compute_instance.workstation - *terraform.NodePlannableResource
  google_dns_record_set.workstation - *terraform.NodePlannableResource
  output.hostnames - *terraform.NodeApplyableOutput
  output.workstations - *terraform.NodeApplyableOutput
  provider.google - *terraform.NodeApplyableProvider
  var.admin - *terraform.NodeRootVariable
  var.admin_key - *terraform.NodeRootVariable
  var.names - *terraform.NodeRootVariable
  var.region - *terraform.NodeRootVariable
  var.subdomain - *terraform.NodeRootVariable
output.hostnames - *terraform.NodeApplyableOutput
  google_compute_instance.workstation - *terraform.NodePlannableResource
output.workstations - *terraform.NodeApplyableOutput
  google_compute_instance.workstation - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
  var.region - *terraform.NodeRootVariable
var.admin - *terraform.NodeRootVariable
var.admin_key - *terraform.NodeRootVariable
var.names - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.subdomain - *terraform.NodeRootVariable
2017/10/10 15:49:41 [TRACE] Graph after step *terraform.CloseProviderTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodePlannableResource
  provider.google - *terraform.NodeApplyableProvider
google_compute_instance.workstation - *terraform.NodePlannableResource
  provider.google - *terraform.NodeApplyableProvider
  var.admin - *terraform.NodeRootVariable
  var.admin_key - *terraform.NodeRootVariable
  var.names - *terraform.NodeRootVariable
  var.region - *terraform.NodeRootVariable
google_dns_record_set.workstation - *terraform.NodePlannableResource
  data.google_dns_managed_zone.workstation - *terraform.NodePlannableResource
  google_compute_instance.workstation - *terraform.NodePlannableResource
  provider.google - *terraform.NodeApplyableProvider
  var.names - *terraform.NodeRootVariable
  var.subdomain - *terraform.NodeRootVariable
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
  data.google_dns_managed_zone.workstation - *terraform.NodePlannableResource
  google_compute_instance.workstation - *terraform.NodePlannableResource
  google_dns_record_set.workstation - *terraform.NodePlannableResource
  output.hostnames - *terraform.NodeApplyableOutput
  output.workstations - *terraform.NodeApplyableOutput
  provider.google - *terraform.NodeApplyableProvider
  var.admin - *terraform.NodeRootVariable
  var.admin_key - *terraform.NodeRootVariable
  var.names - *terraform.NodeRootVariable
  var.region - *terraform.NodeRootVariable
  var.subdomain - *terraform.NodeRootVariable
output.hostnames - *terraform.NodeApplyableOutput
  google_compute_instance.workstation - *terraform.NodePlannableResource
output.workstations - *terraform.NodeApplyableOutput
  google_compute_instance.workstation - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
  var.region - *terraform.NodeRootVariable
provider.google (close) - *terraform.graphNodeCloseProvider
  data.google_dns_managed_zone.workstation - *terraform.NodePlannableResource
  google_compute_instance.workstation - *terraform.NodePlannableResource
  google_dns_record_set.workstation - *terraform.NodePlannableResource
  provider.google - *terraform.NodeApplyableProvider
var.admin - *terraform.NodeRootVariable
var.admin_key - *terraform.NodeRootVariable
var.names - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.subdomain - *terraform.NodeRootVariable
2017/10/10 15:49:41 [TRACE] Graph after step *terraform.CloseProvisionerTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodePlannableResource
  provider.google - *terraform.NodeApplyableProvider
google_compute_instance.workstation - *terraform.NodePlannableResource
  provider.google - *terraform.NodeApplyableProvider
  var.admin - *terraform.NodeRootVariable
  var.admin_key - *terraform.NodeRootVariable
  var.names - *terraform.NodeRootVariable
  var.region - *terraform.NodeRootVariable
google_dns_record_set.workstation - *terraform.NodePlannableResource
  data.google_dns_managed_zone.workstation - *terraform.NodePlannableResource
  google_compute_instance.workstation - *terraform.NodePlannableResource
  provider.google - *terraform.NodeApplyableProvider
  var.names - *terraform.NodeRootVariable
  var.subdomain - *terraform.NodeRootVariable
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
  data.google_dns_managed_zone.workstation - *terraform.NodePlannableResource
  google_compute_instance.workstation - *terraform.NodePlannableResource
  google_dns_record_set.workstation - *terraform.NodePlannableResource
  output.hostnames - *terraform.NodeApplyableOutput
  output.workstations - *terraform.NodeApplyableOutput
  provider.google - *terraform.NodeApplyableProvider
  var.admin - *terraform.NodeRootVariable
  var.admin_key - *terraform.NodeRootVariable
  var.names - *terraform.NodeRootVariable
  var.region - *terraform.NodeRootVariable
  var.subdomain - *terraform.NodeRootVariable
output.hostnames - *terraform.NodeApplyableOutput
  google_compute_instance.workstation - *terraform.NodePlannableResource
output.workstations - *terraform.NodeApplyableOutput
  google_compute_instance.workstation - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
  var.region - *terraform.NodeRootVariable
provider.google (close) - *terraform.graphNodeCloseProvider
  data.google_dns_managed_zone.workstation - *terraform.NodePlannableResource
  google_compute_instance.workstation - *terraform.NodePlannableResource
  google_dns_record_set.workstation - *terraform.NodePlannableResource
  provider.google - *terraform.NodeApplyableProvider
var.admin - *terraform.NodeRootVariable
var.admin_key - *terraform.NodeRootVariable
var.names - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.subdomain - *terraform.NodeRootVariable
2017/10/10 15:49:41 [TRACE] Graph after step *terraform.RootTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodePlannableResource
  provider.google - *terraform.NodeApplyableProvider
google_compute_instance.workstation - *terraform.NodePlannableResource
  provider.google - *terraform.NodeApplyableProvider
  var.admin - *terraform.NodeRootVariable
  var.admin_key - *terraform.NodeRootVariable
  var.names - *terraform.NodeRootVariable
  var.region - *terraform.NodeRootVariable
google_dns_record_set.workstation - *terraform.NodePlannableResource
  data.google_dns_managed_zone.workstation - *terraform.NodePlannableResource
  google_compute_instance.workstation - *terraform.NodePlannableResource
  provider.google - *terraform.NodeApplyableProvider
  var.names - *terraform.NodeRootVariable
  var.subdomain - *terraform.NodeRootVariable
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
  data.google_dns_managed_zone.workstation - *terraform.NodePlannableResource
  google_compute_instance.workstation - *terraform.NodePlannableResource
  google_dns_record_set.workstation - *terraform.NodePlannableResource
  output.hostnames - *terraform.NodeApplyableOutput
  output.workstations - *terraform.NodeApplyableOutput
  provider.google - *terraform.NodeApplyableProvider
  var.admin - *terraform.NodeRootVariable
  var.admin_key - *terraform.NodeRootVariable
  var.names - *terraform.NodeRootVariable
  var.region - *terraform.NodeRootVariable
  var.subdomain - *terraform.NodeRootVariable
output.hostnames - *terraform.NodeApplyableOutput
  google_compute_instance.workstation - *terraform.NodePlannableResource
output.workstations - *terraform.NodeApplyableOutput
  google_compute_instance.workstation - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
  var.region - *terraform.NodeRootVariable
provider.google (close) - *terraform.graphNodeCloseProvider
  data.google_dns_managed_zone.workstation - *terraform.NodePlannableResource
  google_compute_instance.workstation - *terraform.NodePlannableResource
  google_dns_record_set.workstation - *terraform.NodePlannableResource
  provider.google - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
  meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
  provider.google (close) - *terraform.graphNodeCloseProvider
var.admin - *terraform.NodeRootVariable
var.admin_key - *terraform.NodeRootVariable
var.names - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.subdomain - *terraform.NodeRootVariable
2017/10/10 15:49:41 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodePlannableResource
  provider.google - *terraform.NodeApplyableProvider
google_compute_instance.workstation - *terraform.NodePlannableResource
  provider.google - *terraform.NodeApplyableProvider
  var.admin - *terraform.NodeRootVariable
  var.admin_key - *terraform.NodeRootVariable
  var.names - *terraform.NodeRootVariable
google_dns_record_set.workstation - *terraform.NodePlannableResource
  data.google_dns_managed_zone.workstation - *terraform.NodePlannableResource
  google_compute_instance.workstation - *terraform.NodePlannableResource
  var.subdomain - *terraform.NodeRootVariable
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
  google_dns_record_set.workstation - *terraform.NodePlannableResource
  output.hostnames - *terraform.NodeApplyableOutput
  output.workstations - *terraform.NodeApplyableOutput
output.hostnames - *terraform.NodeApplyableOutput
  google_compute_instance.workstation - *terraform.NodePlannableResource
output.workstations - *terraform.NodeApplyableOutput
  google_compute_instance.workstation - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
  var.region - *terraform.NodeRootVariable
provider.google (close) - *terraform.graphNodeCloseProvider
  google_dns_record_set.workstation - *terraform.NodePlannableResource
root - terraform.graphNodeRoot
  meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
  provider.google (close) - *terraform.graphNodeCloseProvider
var.admin - *terraform.NodeRootVariable
var.admin_key - *terraform.NodeRootVariable
var.names - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.subdomain - *terraform.NodeRootVariable
2017/10/10 15:49:41 [DEBUG] Starting graph walk: walkPlan
2017/10/10 15:49:41 [TRACE] dag/walk: added new vertex: "output.hostnames"
2017/10/10 15:49:41 [TRACE] dag/walk: added new vertex: "var.region"
2017/10/10 15:49:41 [TRACE] dag/walk: added new vertex: "var.names"
2017/10/10 15:49:41 [TRACE] dag/walk: added new vertex: "var.admin_key"
2017/10/10 15:49:41 [TRACE] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)"
2017/10/10 15:49:41 [TRACE] dag/walk: added new vertex: "var.admin"
2017/10/10 15:49:41 [TRACE] dag/walk: added new vertex: "var.subdomain"
2017/10/10 15:49:41 [TRACE] dag/walk: added new vertex: "google_compute_instance.workstation"
2017/10/10 15:49:41 [TRACE] dag/walk: added new vertex: "data.google_dns_managed_zone.workstation"
2017/10/10 15:49:41 [TRACE] dag/walk: added new vertex: "provider.google"
2017/10/10 15:49:41 [TRACE] dag/walk: added new vertex: "provider.google (close)"
2017/10/10 15:49:41 [TRACE] dag/walk: added new vertex: "google_dns_record_set.workstation"
2017/10/10 15:49:41 [TRACE] dag/walk: added new vertex: "output.workstations"
2017/10/10 15:49:41 [TRACE] dag/walk: added new vertex: "root"
2017/10/10 15:49:41 [TRACE] dag/walk: added edge: "google_compute_instance.workstation" waiting on "provider.google"
2017/10/10 15:49:41 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "output.workstations"
2017/10/10 15:49:41 [TRACE] dag/walk: added edge: "google_compute_instance.workstation" waiting on "var.admin"
2017/10/10 15:49:41 [TRACE] dag/walk: added edge: "google_dns_record_set.workstation" waiting on "var.subdomain"
2017/10/10 15:49:41 [TRACE] dag/walk: added edge: "root" waiting on "provider.google (close)"
2017/10/10 15:49:41 [TRACE] dag/walk: added edge: "google_compute_instance.workstation" waiting on "var.names"
2017/10/10 15:49:41 [TRACE] dag/walk: added edge: "provider.google" waiting on "var.region"
2017/10/10 15:49:41 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "google_dns_record_set.workstation"
2017/10/10 15:49:41 [TRACE] dag/walk: added edge: "output.hostnames" waiting on "google_compute_instance.workstation"
2017/10/10 15:49:41 [TRACE] dag/walk: added edge: "google_dns_record_set.workstation" waiting on "data.google_dns_managed_zone.workstation"
2017/10/10 15:49:41 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)"
2017/10/10 15:49:41 [TRACE] dag/walk: added edge: "provider.google (close)" waiting on "google_dns_record_set.workstation"
2017/10/10 15:49:41 [TRACE] dag/walk: added edge: "output.workstations" waiting on "google_compute_instance.workstation"
2017/10/10 15:49:41 [TRACE] dag/walk: added edge: "data.google_dns_managed_zone.workstation" waiting on "provider.google"
2017/10/10 15:49:41 [TRACE] dag/walk: added edge: "google_compute_instance.workstation" waiting on "var.admin_key"
2017/10/10 15:49:41 [TRACE] dag/walk: added edge: "google_dns_record_set.workstation" waiting on "google_compute_instance.workstation"
2017/10/10 15:49:41 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "output.hostnames"
2017/10/10 15:49:41 [TRACE] dag/walk: dependencies changed for "google_compute_instance.workstation", sending new deps
2017/10/10 15:49:41 [TRACE] dag/walk: dependencies changed for "google_dns_record_set.workstation", sending new deps
2017/10/10 15:49:41 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2017/10/10 15:49:41 [TRACE] dag/walk: dependencies changed for "provider.google", sending new deps
2017/10/10 15:49:41 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps
2017/10/10 15:49:41 [TRACE] dag/walk: dependencies changed for "output.hostnames", sending new deps
2017/10/10 15:49:41 [TRACE] dag/walk: dependencies changed for "provider.google (close)", sending new deps
2017/10/10 15:49:41 [TRACE] dag/walk: dependencies changed for "output.workstations", sending new deps
2017/10/10 15:49:41 [TRACE] dag/walk: dependencies changed for "data.google_dns_managed_zone.workstation", sending new deps
2017/10/10 15:49:41 [TRACE] dag/walk: walking "var.subdomain"
2017/10/10 15:49:41 [TRACE] vertex 'root.var.subdomain': walking
2017/10/10 15:49:41 [TRACE] dag/walk: walking "var.region"
2017/10/10 15:49:41 [TRACE] vertex 'root.var.region': walking
2017/10/10 15:49:41 [TRACE] dag/walk: walking "provider.google"
2017/10/10 15:49:41 [TRACE] vertex 'root.provider.google': walking
2017/10/10 15:49:41 [TRACE] vertex 'root.provider.google': evaluating
2017/10/10 15:49:41 [TRACE] [walkPlan] Entering eval tree: provider.google
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalSequence
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalInitProvider
2017/10/10 15:49:41 [TRACE] dag/walk: walking "var.names"
2017/10/10 15:49:41 [TRACE] vertex 'root.var.names': walking
2017/10/10 15:49:41 [TRACE] dag/walk: walking "var.admin_key"
2017/10/10 15:49:41 [TRACE] vertex 'root.var.admin_key': walking
2017/10/10 15:49:41 [TRACE] dag/walk: walking "var.admin"
2017/10/10 15:49:41 [TRACE] vertex 'root.var.admin': walking
2017/10/10 15:49:41 [TRACE] root: eval: terraform.EvalNoop
2017/10/10 15:49:41 [TRACE] root: eval: terraform.EvalNoop
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalOpFilter
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalSequence
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalGetProvider
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalInterpolate
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalSetProviderConfig
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalOpFilter
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalSequence
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalConfigProvider
2017-10-10T15:49:41.102-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: 2017/10/10 15:49:41 [INFO] Requesting Google token...
2017-10-10T15:49:41.102-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: 2017/10/10 15:49:41 [INFO]   -- Email: magrathea@magrathea-178523.iam.gserviceaccount.com
2017-10-10T15:49:41.102-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: 2017/10/10 15:49:41 [INFO]   -- Scopes: [https://www.googleapis.com/auth/compute https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/ndev.clouddns.readwrite https://www.googleapis.com/auth/devstorage.full_control]
2017-10-10T15:49:41.102-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: 2017/10/10 15:49:41 [INFO]   -- Private Key Length: 1704
2017-10-10T15:49:41.102-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: 2017/10/10 15:49:41 [INFO] Instantiating GCE client...
2017-10-10T15:49:41.102-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: 2017/10/10 15:49:41 [INFO] Instantiating GCE Beta client...
2017-10-10T15:49:41.102-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: 2017/10/10 15:49:41 [INFO] Instantiating GKE client...
2017-10-10T15:49:41.102-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: 2017/10/10 15:49:41 [INFO] Instantiating Google Cloud DNS client...
2017-10-10T15:49:41.102-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: 2017/10/10 15:49:41 [INFO] Instantiating Google Stackdriver Logging client...
2017-10-10T15:49:41.102-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: 2017/10/10 15:49:41 [INFO] Instantiating Google Storage Client...
2017-10-10T15:49:41.102-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: 2017/10/10 15:49:41 [INFO] Instantiating Google SqlAdmin Client...
2017-10-10T15:49:41.102-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: 2017/10/10 15:49:41 [INFO] Instantiating Google Pubsub Client...
2017-10-10T15:49:41.102-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: 2017/10/10 15:49:41 [INFO] Instantiating Google Cloud ResourceManager Client...
2017-10-10T15:49:41.102-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: 2017/10/10 15:49:41 [INFO] Instantiating Google Cloud ResourceManager V Client...
2017-10-10T15:49:41.102-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: 2017/10/10 15:49:41 [INFO] Instantiating Google Cloud Runtimeconfig Client...
2017-10-10T15:49:41.102-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: 2017/10/10 15:49:41 [INFO] Instantiating Google Cloud IAM Client...
2017-10-10T15:49:41.102-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: 2017/10/10 15:49:41 [INFO] Instantiating Google Cloud Service Management Client...
2017-10-10T15:49:41.102-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: 2017/10/10 15:49:41 [INFO] Instantiating Google Cloud Billing Client...
2017-10-10T15:49:41.102-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: 2017/10/10 15:49:41 [INFO] Instantiating Google Cloud BigQuery Client...
2017-10-10T15:49:41.102-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: 2017/10/10 15:49:41 [INFO] Instantiating Google Cloud Source Repo Client...
2017-10-10T15:49:41.102-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: 2017/10/10 15:49:41 [INFO] Instantiating Google Cloud Spanner Client...
2017/10/10 15:49:41 [TRACE] [walkPlan] Exiting eval tree: provider.google
2017/10/10 15:49:41 [TRACE] dag/walk: walking "data.google_dns_managed_zone.workstation"
2017/10/10 15:49:41 [TRACE] vertex 'root.data.google_dns_managed_zone.workstation': walking
2017/10/10 15:49:41 [TRACE] vertex 'root.data.google_dns_managed_zone.workstation': evaluating
2017/10/10 15:49:41 [TRACE] [walkPlan] Entering eval tree: data.google_dns_managed_zone.workstation
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalSequence
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalInterpolate
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalCountCheckComputed
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalIf
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2017/10/10 15:49:41 [TRACE] [walkPlan] Exiting eval tree: data.google_dns_managed_zone.workstation
2017/10/10 15:49:41 [TRACE] vertex 'root.data.google_dns_managed_zone.workstation': expanding/walking dynamic subgraph
2017/10/10 15:49:41 [TRACE] Graph after step *terraform.ResourceCountTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodePlannableResourceInstance
2017/10/10 15:49:41 [TRACE] OrphanResourceCount: Starting...
2017/10/10 15:49:41 [TRACE] OrphanResourceCount: Checking: data.google_dns_managed_zone.workstation
2017/10/10 15:49:41 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodePlannableResourceInstance
2017/10/10 15:49:41 [DEBUG] Attaching resource state to "data.google_dns_managed_zone.workstation": &terraform.ResourceState{Type:"google_dns_managed_zone", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4202ac820), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/10/10 15:49:41 [TRACE] Graph after step *terraform.AttachStateTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodePlannableResourceInstance
2017/10/10 15:49:41 [TRACE] Graph after step *terraform.TargetsTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodePlannableResourceInstance
2017/10/10 15:49:41 [DEBUG] ReferenceTransformer: "data.google_dns_managed_zone.workstation" references: []
2017/10/10 15:49:41 [TRACE] Graph after step *terraform.ReferenceTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodePlannableResourceInstance
2017/10/10 15:49:41 [TRACE] Graph after step *terraform.RootTransformer:

data.google_dns_managed_zone.workstation - *terraform.NodePlannableResourceInstance
2017/10/10 15:49:41 [TRACE] dag/walk: added new vertex: "data.google_dns_managed_zone.workstation"
2017/10/10 15:49:41 [TRACE] dag/walk: walking "data.google_dns_managed_zone.workstation"
2017/10/10 15:49:41 [TRACE] vertex 'root.data.google_dns_managed_zone.workstation': walking
2017/10/10 15:49:41 [TRACE] vertex 'root.data.google_dns_managed_zone.workstation': evaluating
2017/10/10 15:49:41 [TRACE] [walkPlan] Entering eval tree: data.google_dns_managed_zone.workstation
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalSequence
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalReadState
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalInterpolate
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalIf
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalIf, err: early exit
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalSequence, err: early exit
2017/10/10 15:49:41 [TRACE] [walkPlan] Exiting eval tree: data.google_dns_managed_zone.workstation
2017/10/10 15:49:41 [TRACE] dag/walk: walking "google_compute_instance.workstation"
2017/10/10 15:49:41 [TRACE] vertex 'root.google_compute_instance.workstation': walking
2017/10/10 15:49:41 [TRACE] vertex 'root.google_compute_instance.workstation': evaluating
2017/10/10 15:49:41 [TRACE] [walkPlan] Entering eval tree: google_compute_instance.workstation
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalSequence
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalInterpolate
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalCountCheckComputed
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalIf
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2017/10/10 15:49:41 [TRACE] [walkPlan] Exiting eval tree: google_compute_instance.workstation
2017/10/10 15:49:41 [TRACE] vertex 'root.google_compute_instance.workstation': expanding/walking dynamic subgraph
2017/10/10 15:49:41 [TRACE] Graph after step *terraform.ResourceCountTransformer:

google_compute_instance.workstation - *terraform.NodePlannableResourceInstance
2017/10/10 15:49:41 [TRACE] OrphanResourceCount: Starting...
2017/10/10 15:49:41 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:

google_compute_instance.workstation - *terraform.NodePlannableResourceInstance
2017/10/10 15:49:41 [DEBUG] Resource state not found for "google_compute_instance.workstation": google_compute_instance.workstation
2017/10/10 15:49:41 [TRACE] Graph after step *terraform.AttachStateTransformer:

google_compute_instance.workstation - *terraform.NodePlannableResourceInstance
2017/10/10 15:49:41 [TRACE] Graph after step *terraform.TargetsTransformer:

google_compute_instance.workstation - *terraform.NodePlannableResourceInstance
2017/10/10 15:49:41 [DEBUG] ReferenceTransformer: "google_compute_instance.workstation" references: []
2017/10/10 15:49:41 [TRACE] Graph after step *terraform.ReferenceTransformer:

google_compute_instance.workstation - *terraform.NodePlannableResourceInstance
2017/10/10 15:49:41 [TRACE] Graph after step *terraform.RootTransformer:

google_compute_instance.workstation - *terraform.NodePlannableResourceInstance
2017/10/10 15:49:41 [TRACE] dag/walk: added new vertex: "google_compute_instance.workstation"
2017/10/10 15:49:41 [TRACE] dag/walk: walking "google_compute_instance.workstation"
2017/10/10 15:49:41 [TRACE] vertex 'root.google_compute_instance.workstation': walking
2017/10/10 15:49:41 [TRACE] vertex 'root.google_compute_instance.workstation': evaluating
2017/10/10 15:49:41 [TRACE] [walkPlan] Entering eval tree: google_compute_instance.workstation
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalSequence
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalInterpolate
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalGetProvider
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalValidateResource
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalReadState
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalDiff
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalCheckPreventDestroy
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalWriteState
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalWriteDiff
2017/10/10 15:49:41 [TRACE] [walkPlan] Exiting eval tree: google_compute_instance.workstation
2017/10/10 15:49:41 [TRACE] dag/walk: walking "output.hostnames"
2017/10/10 15:49:41 [TRACE] vertex 'root.output.hostnames': walking
2017/10/10 15:49:41 [TRACE] vertex 'root.output.hostnames': evaluating
2017/10/10 15:49:41 [TRACE] [walkPlan] Entering eval tree: output.hostnames
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalOpFilter
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalSequence
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalWriteOutput
2017/10/10 15:49:41 [TRACE] [walkPlan] Exiting eval tree: output.hostnames
2017/10/10 15:49:41 [TRACE] dag/walk: walking "google_dns_record_set.workstation"
2017/10/10 15:49:41 [TRACE] vertex 'root.google_dns_record_set.workstation': walking
2017/10/10 15:49:41 [TRACE] vertex 'root.google_dns_record_set.workstation': evaluating
2017/10/10 15:49:41 [TRACE] [walkPlan] Entering eval tree: google_dns_record_set.workstation
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalSequence
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalInterpolate
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalCountCheckComputed
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalIf
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2017/10/10 15:49:41 [TRACE] [walkPlan] Exiting eval tree: google_dns_record_set.workstation
2017/10/10 15:49:41 [TRACE] vertex 'root.google_dns_record_set.workstation': expanding/walking dynamic subgraph
2017/10/10 15:49:41 [TRACE] Graph after step *terraform.ResourceCountTransformer:

google_dns_record_set.workstation - *terraform.NodePlannableResourceInstance
2017/10/10 15:49:41 [TRACE] OrphanResourceCount: Starting...
2017/10/10 15:49:41 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:

google_dns_record_set.workstation - *terraform.NodePlannableResourceInstance
2017/10/10 15:49:41 [DEBUG] Resource state not found for "google_dns_record_set.workstation": google_dns_record_set.workstation
2017/10/10 15:49:41 [TRACE] Graph after step *terraform.AttachStateTransformer:

google_dns_record_set.workstation - *terraform.NodePlannableResourceInstance
2017/10/10 15:49:41 [TRACE] Graph after step *terraform.TargetsTransformer:

google_dns_record_set.workstation - *terraform.NodePlannableResourceInstance
2017/10/10 15:49:41 [DEBUG] ReferenceTransformer: "google_dns_record_set.workstation" references: []
2017/10/10 15:49:41 [TRACE] Graph after step *terraform.ReferenceTransformer:

google_dns_record_set.workstation - *terraform.NodePlannableResourceInstance
2017/10/10 15:49:41 [TRACE] Graph after step *terraform.RootTransformer:

google_dns_record_set.workstation - *terraform.NodePlannableResourceInstance
2017/10/10 15:49:41 [TRACE] dag/walk: added new vertex: "google_dns_record_set.workstation"
2017/10/10 15:49:41 [TRACE] dag/walk: walking "google_dns_record_set.workstation"
2017/10/10 15:49:41 [TRACE] vertex 'root.google_dns_record_set.workstation': walking
2017/10/10 15:49:41 [TRACE] vertex 'root.google_dns_record_set.workstation': evaluating
2017/10/10 15:49:41 [TRACE] [walkPlan] Entering eval tree: google_dns_record_set.workstation
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalSequence
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalInterpolate
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalGetProvider
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalValidateResource
2017/10/10 15:49:41 [TRACE] dag/walk: walking "output.workstations"
2017/10/10 15:49:41 [TRACE] vertex 'root.output.workstations': walking
2017/10/10 15:49:41 [TRACE] vertex 'root.output.workstations': evaluating
2017/10/10 15:49:41 [TRACE] [walkPlan] Entering eval tree: output.workstations
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalOpFilter
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalSequence
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalWriteOutput
2017/10/10 15:49:41 [TRACE] [walkPlan] Exiting eval tree: output.workstations
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalReadState
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalDiff
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalCheckPreventDestroy
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalWriteState
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalWriteDiff
2017/10/10 15:49:41 [TRACE] [walkPlan] Exiting eval tree: google_dns_record_set.workstation
2017/10/10 15:49:41 [TRACE] dag/walk: walking "provider.google (close)"
2017/10/10 15:49:41 [TRACE] vertex 'root.provider.google (close)': walking
2017/10/10 15:49:41 [TRACE] vertex 'root.provider.google (close)': evaluating
2017/10/10 15:49:41 [TRACE] [walkPlan] Entering eval tree: provider.google (close)
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalCloseProvider
2017/10/10 15:49:41 [TRACE] [walkPlan] Exiting eval tree: provider.google (close)
2017/10/10 15:49:41 [TRACE] dag/walk: walking "meta.count-boundary (count boundary fixup)"
2017/10/10 15:49:41 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': walking
2017/10/10 15:49:41 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': evaluating
2017/10/10 15:49:41 [TRACE] [walkPlan] Entering eval tree: meta.count-boundary (count boundary fixup)
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal
2017/10/10 15:49:41 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "data.google_dns_managed_zone.workstation.0", replace "data.google_dns_managed_zone.workstation"
2017/10/10 15:49:41 [TRACE] [walkPlan] Exiting eval tree: meta.count-boundary (count boundary fixup)
2017/10/10 15:49:41 [TRACE] dag/walk: walking "root"
2017/10/10 15:49:41 [TRACE] vertex 'root.root': walking
2017/10/10 15:49:41 [INFO] terraform: building graph: GraphTypeApply
2017/10/10 15:49:41 [TRACE] DiffTransformer: starting
2017/10/10 15:49:41 [TRACE] DiffTransformer: Module: CREATE: google_compute_instance.workstation
  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:               "" => "ubuntu-1704" (forces new resource)
  boot_disk.0.source:                                  "" => "<computed>" (forces new resource)
  can_ip_forward:                                      "" => "false" (forces new resource)
  cpu_platform:                                        "" => "<computed>"
  create_timeout:                                      "" => "4"
  instance_id:                                         "" => "<computed>"
  label_fingerprint:                                   "" => "<computed>"
  machine_type:                                        "" => "n1-standard-1" (forces new resource)
  metadata.%:                                          "" => "1"
  metadata.sshKeys:                                    "" => "magrathea:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDCN9GTGOMAcbyQ7ntXFH6xzuNvUG2ki4rTb6t78Heb8M5D+u8+FOfY42WjsNQKxjup6/Vd5hMtGodL0Zkh1w0UD6pDnGr9XT+cpJkZgokfu5MKtIf1rQ6Ym5Sqcl1pawsP63E9CjMibWi4JdaYa6+cWccCHWq25R8/EjTgTWGXJa4TTuAl2ecu/j871jvx97MB55W5qFwOZLQqaRV7e3zXAgWpXB/16Czmdek/AsJjTd1NJRa3Cx0Xqs6znIDPaxf+K8fAvGqgFSLuhuXCJvbXzuAuk7ZFamUFksJNdnEMoHbTPC7b5pTR9kKJUJSimfepgpQeejUycz7dVQeIVHjF demarco@owl-2.local\n"
  metadata_fingerprint:                                "" => "<computed>"
  name:                                                "" => "alpha" (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.address:                         "" => "<computed>" (forces new resource)
  network_interface.0.name:                            "" => "<computed>"
  network_interface.0.network:                         "" => "default" (forces new resource)
  network_interface.0.subnetwork_project:              "" => "<computed>" (forces new resource)
  scheduling.#:                                        "" => "<computed>"
  self_link:                                           "" => "<computed>"
  tags_fingerprint:                                    "" => "<computed>"
  zone:                                                "" => "us-east4-a" (forces new resource)
CREATE: google_dns_record_set.workstation
  managed_zone: "" => "foamninja" (forces new resource)
  name:         "" => "alpha.zone-wolf.foam.ninja." (forces new resource)
  rrdatas.#:    "" => "<computed>"
  ttl:          "" => "60"
  type:         "" => "A"
2017/10/10 15:49:41 [TRACE] DiffTransformer: Resource "google_compute_instance.workstation": *terraform.InstanceDiff{mu:sync.Mutex{state:0, sema:0x0}, Attributes:map[string]*terraform.ResourceAttrDiff{"machine_type":*terraform.ResourceAttrDiff{Old:"", New:"n1-standard-1", 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}, "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}, "instance_id":*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}, "name":*terraform.ResourceAttrDiff{Old:"", New:"alpha", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "boot_disk.0.device_name":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "cpu_platform":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_interface.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x2}, "scheduling.#":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "boot_disk.0.disk_encryption_key_sha256":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "boot_disk.0.source":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "network_interface.0.address":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "network_interface.0.network":*terraform.ResourceAttrDiff{Old:"", New:"default", 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}, "self_link":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "metadata.sshKeys":*terraform.ResourceAttrDiff{Old:"", New:"magrathea:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDCN9GTGOMAcbyQ7ntXFH6xzuNvUG2ki4rTb6t78Heb8M5D+u8+FOfY42WjsNQKxjup6/Vd5hMtGodL0Zkh1w0UD6pDnGr9XT+cpJkZgokfu5MKtIf1rQ6Ym5Sqcl1pawsP63E9CjMibWi4JdaYa6+cWccCHWq25R8/EjTgTWGXJa4TTuAl2ecu/j871jvx97MB55W5qFwOZLQqaRV7e3zXAgWpXB/16Czmdek/AsJjTd1NJRa3Cx0Xqs6znIDPaxf+K8fAvGqgFSLuhuXCJvbXzuAuk7ZFamUFksJNdnEMoHbTPC7b5pTR9kKJUJSimfepgpQeejUycz7dVQeIVHjF demarco@owl-2.local\n", 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}, "network_interface.0.name":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "tags_fingerprint":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "boot_disk.0.initialize_params.0.image":*terraform.ResourceAttrDiff{Old:"", New:"ubuntu-1704", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "boot_disk.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "zone":*terraform.ResourceAttrDiff{Old:"", New:"us-east4-a", 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}, "create_timeout":*terraform.ResourceAttrDiff{Old:"", New:"4", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_interface.0.subnetwork_project":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "metadata.%":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "can_ip_forward":*terraform.ResourceAttrDiff{Old:"", New:"false", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}}, Destroy:false, DestroyDeposed:false, DestroyTainted:false, Meta:map[string]interface {}(nil)}
2017/10/10 15:49:41 [TRACE] DiffTransformer: Resource "google_dns_record_set.workstation": *terraform.InstanceDiff{mu:sync.Mutex{state:0, sema:0x0}, Attributes:map[string]*terraform.ResourceAttrDiff{"ttl":*terraform.ResourceAttrDiff{Old:"", New:"60", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "type":*terraform.ResourceAttrDiff{Old:"", New:"A", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "managed_zone":*terraform.ResourceAttrDiff{Old:"", New:"foamninja", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "name":*terraform.ResourceAttrDiff{Old:"", New:"alpha.zone-wolf.foam.ninja.", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "rrdatas.#":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x2}}, Destroy:false, DestroyDeposed:false, DestroyTainted:false, Meta:map[string]interface {}(nil)}
2017/10/10 15:49:41 [TRACE] Graph after step *terraform.DiffTransformer:

google_compute_instance.workstation - *terraform.NodeApplyableResource
google_dns_record_set.workstation - *terraform.NodeApplyableResource
2017/10/10 15:49:41 [TRACE] Graph after step *terraform.OrphanOutputTransformer:

google_compute_instance.workstation - *terraform.NodeApplyableResource
google_dns_record_set.workstation - *terraform.NodeApplyableResource
2017/10/10 15:49:41 [TRACE] AttachResourceConfigTransformer: Beginning...
2017/10/10 15:49:41 [TRACE] AttachResourceConfigTransformer: Attach resource config request: google_compute_instance.workstation
2017/10/10 15:49:41 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"workstation", Type:"google_compute_instance", RawCount:(*config.RawConfig)(0xc4202ae540), RawConfig:(*config.RawConfig)(0xc4202ae180), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/10/10 15:49:41 [TRACE] AttachResourceConfigTransformer: Attach resource config request: google_dns_record_set.workstation
2017/10/10 15:49:41 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"workstation", Type:"google_dns_record_set", RawCount:(*config.RawConfig)(0xc4202ae8a0), RawConfig:(*config.RawConfig)(0xc4202ae600), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/10/10 15:49:41 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:

google_compute_instance.workstation - *terraform.NodeApplyableResource
google_dns_record_set.workstation - *terraform.NodeApplyableResource
2017/10/10 15:49:41 [DEBUG] Resource state not found for "google_compute_instance.workstation": google_compute_instance.workstation
2017/10/10 15:49:41 [DEBUG] Resource state not found for "google_dns_record_set.workstation": google_dns_record_set.workstation
2017/10/10 15:49:41 [TRACE] Graph after step *terraform.AttachStateTransformer:

google_compute_instance.workstation - *terraform.NodeApplyableResource
google_dns_record_set.workstation - *terraform.NodeApplyableResource
2017/10/10 15:49:41 [TRACE] Graph after step *terraform.MissingProviderTransformer:

google_compute_instance.workstation - *terraform.NodeApplyableResource
google_dns_record_set.workstation - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
2017/10/10 15:49:41 [TRACE] Graph after step *terraform.ProviderTransformer:

google_compute_instance.workstation - *terraform.NodeApplyableResource
  provider.google - *terraform.NodeApplyableProvider
google_dns_record_set.workstation - *terraform.NodeApplyableResource
  provider.google - *terraform.NodeApplyableProvider
provider.google - *terraform.NodeApplyableProvider
2017/10/10 15:49:41 [TRACE] Graph after step *terraform.DisableProviderTransformer:

google_compute_instance.workstation - *terraform.NodeApplyableResource
  provider.google - *terraform.NodeApplyableProvider
google_dns_record_set.workstation - *terraform.NodeApplyableResource
  provider.google - *terraform.NodeApplyableProvider
provider.google - *terraform.NodeApplyableProvider
2017/10/10 15:49:41 [TRACE] Graph after step *terraform.ParentProviderTransformer:

google_compute_instance.workstation - *terraform.NodeApplyableResource
  provider.google - *terraform.NodeApplyableProvider
google_dns_record_set.workstation - *terraform.NodeApplyableResource
  provider.google - *terraform.NodeApplyableProvider
provider.google - *terraform.NodeApplyableProvider
2017/10/10 15:49:41 [TRACE] Attach provider request: []string{} google
2017/10/10 15:49:41 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"google", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc4202abf20)}
2017/10/10 15:49:41 [TRACE] Graph after step *terraform.AttachProviderConfigTransformer:

google_compute_instance.workstation - *terraform.NodeApplyableResource
  provider.google - *terraform.NodeApplyableProvider
google_dns_record_set.workstation - *terraform.NodeApplyableResource
  provider.google - *terraform.NodeApplyableProvider
provider.google - *terraform.NodeApplyableProvider
2017/10/10 15:49:41 [TRACE] DestroyEdgeTransformer: Beginning destroy edge transformation...
2017/10/10 15:49:41 [TRACE] Graph after step *terraform.DestroyEdgeTransformer:

google_compute_instance.workstation - *terraform.NodeApplyableResource
  provider.google - *terraform.NodeApplyableProvider
google_dns_record_set.workstation - *terraform.NodeApplyableResource
  provider.google - *terraform.NodeApplyableProvider
provider.google - *terraform.NodeApplyableProvider
2017/10/10 15:49:41 [TRACE] CBDEdgeTransformer: Beginning CBD transformation...
2017/10/10 15:49:41 [TRACE] Graph after step *terraform.CBDEdgeTransformer:

google_compute_instance.workstation - *terraform.NodeApplyableResource
  provider.google - *terraform.NodeApplyableProvider
google_dns_record_set.workstation - *terraform.NodeApplyableResource
  provider.google - *terraform.NodeApplyableProvider
provider.google - *terraform.NodeApplyableProvider
2017/10/10 15:49:41 [TRACE] Graph after step *terraform.MissingProvisionerTransformer:

google_compute_instance.workstation - *terraform.NodeApplyableResource
  provider.google - *terraform.NodeApplyableProvider
google_dns_record_set.workstation - *terraform.NodeApplyableResource
  provider.google - *terraform.NodeApplyableProvider
provider.google - *terraform.NodeApplyableProvider
2017/10/10 15:49:41 [TRACE] Graph after step *terraform.ProvisionerTransformer:

google_compute_instance.workstation - *terraform.NodeApplyableResource
  provider.google - *terraform.NodeApplyableProvider
google_dns_record_set.workstation - *terraform.NodeApplyableResource
  provider.google - *terraform.NodeApplyableProvider
provider.google - *terraform.NodeApplyableProvider
2017/10/10 15:49:41 [TRACE] Graph after step *terraform.RootVariableTransformer:

google_compute_instance.workstation - *terraform.NodeApplyableResource
  provider.google - *terraform.NodeApplyableProvider
google_dns_record_set.workstation - *terraform.NodeApplyableResource
  provider.google - *terraform.NodeApplyableProvider
provider.google - *terraform.NodeApplyableProvider
var.admin - *terraform.NodeRootVariable
var.admin_key - *terraform.NodeRootVariable
var.names - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.subdomain - *terraform.NodeRootVariable
2017/10/10 15:49:41 [TRACE] Graph after step *terraform.LocalTransformer:

google_compute_instance.workstation - *terraform.NodeApplyableResource
  provider.google - *terraform.NodeApplyableProvider
google_dns_record_set.workstation - *terraform.NodeApplyableResource
  provider.google - *terraform.NodeApplyableProvider
provider.google - *terraform.NodeApplyableProvider
var.admin - *terraform.NodeRootVariable
var.admin_key - *terraform.NodeRootVariable
var.names - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.subdomain - *terraform.NodeRootVariable
2017/10/10 15:49:41 [TRACE] Graph after step *terraform.OutputTransformer:

google_compute_instance.workstation - *terraform.NodeApplyableResource
  provider.google - *terraform.NodeApplyableProvider
google_dns_record_set.workstation - *terraform.NodeApplyableResource
  provider.google - *terraform.NodeApplyableProvider
output.hostnames - *terraform.NodeApplyableOutput
output.workstations - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.admin - *terraform.NodeRootVariable
var.admin_key - *terraform.NodeRootVariable
var.names - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.subdomain - *terraform.NodeRootVariable
2017/10/10 15:49:41 [TRACE] Graph after step *terraform.ModuleVariableTransformer:

google_compute_instance.workstation - *terraform.NodeApplyableResource
  provider.google - *terraform.NodeApplyableProvider
google_dns_record_set.workstation - *terraform.NodeApplyableResource
  provider.google - *terraform.NodeApplyableProvider
output.hostnames - *terraform.NodeApplyableOutput
output.workstations - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.admin - *terraform.NodeRootVariable
var.admin_key - *terraform.NodeRootVariable
var.names - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.subdomain - *terraform.NodeRootVariable
2017/10/10 15:49:41 [DEBUG] ReferenceTransformer: "var.subdomain" references: []
2017/10/10 15:49:41 [DEBUG] ReferenceTransformer: "var.region" references: []
2017/10/10 15:49:41 [DEBUG] ReferenceTransformer: "output.workstations" references: [google_compute_instance.workstation]
2017/10/10 15:49:41 [DEBUG] ReferenceTransformer: "provider.google" references: [var.region]
2017/10/10 15:49:41 [DEBUG] ReferenceTransformer: "var.admin_key" references: []
2017/10/10 15:49:41 [DEBUG] ReferenceTransformer: "var.names" references: []
2017/10/10 15:49:41 [DEBUG] ReferenceTransformer: "output.hostnames" references: [google_compute_instance.workstation]
2017/10/10 15:49:41 [DEBUG] ReferenceTransformer: "google_compute_instance.workstation" references: [var.admin var.admin_key var.names var.region]
2017/10/10 15:49:41 [DEBUG] ReferenceTransformer: "google_dns_record_set.workstation" references: [google_compute_instance.workstation var.names var.subdomain]
2017/10/10 15:49:41 [DEBUG] ReferenceTransformer: "var.admin" references: []
2017/10/10 15:49:41 [TRACE] Graph after step *terraform.ReferenceTransformer:

google_compute_instance.workstation - *terraform.NodeApplyableResource
  provider.google - *terraform.NodeApplyableProvider
  var.admin - *terraform.NodeRootVariable
  var.admin_key - *terraform.NodeRootVariable
  var.names - *terraform.NodeRootVariable
  var.region - *terraform.NodeRootVariable
google_dns_record_set.workstation - *terraform.NodeApplyableResource
  google_compute_instance.workstation - *terraform.NodeApplyableResource
  provider.google - *terraform.NodeApplyableProvider
  var.names - *terraform.NodeRootVariable
  var.subdomain - *terraform.NodeRootVariable
output.hostnames - *terraform.NodeApplyableOutput
  google_compute_instance.workstation - *terraform.NodeApplyableResource
output.workstations - *terraform.NodeApplyableOutput
  google_compute_instance.workstation - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
  var.region - *terraform.NodeRootVariable
var.admin - *terraform.NodeRootVariable
var.admin_key - *terraform.NodeRootVariable
var.names - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.subdomain - *terraform.NodeRootVariable
2017/10/10 15:49:41 [TRACE] Graph after step *terraform.CountBoundaryTransformer:

google_compute_instance.workstation - *terraform.NodeApplyableResource
  provider.google - *terraform.NodeApplyableProvider
  var.admin - *terraform.NodeRootVariable
  var.admin_key - *terraform.NodeRootVariable
  var.names - *terraform.NodeRootVariable
  var.region - *terraform.NodeRootVariable
google_dns_record_set.workstation - *terraform.NodeApplyableResource
  google_compute_instance.workstation - *terraform.NodeApplyableResource
  provider.google - *terraform.NodeApplyableProvider
  var.names - *terraform.NodeRootVariable
  var.subdomain - *terraform.NodeRootVariable
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
  google_compute_instance.workstation - *terraform.NodeApplyableResource
  google_dns_record_set.workstation - *terraform.NodeApplyableResource
  output.hostnames - *terraform.NodeApplyableOutput
  output.workstations - *terraform.NodeApplyableOutput
  provider.google - *terraform.NodeApplyableProvider
  var.admin - *terraform.NodeRootVariable
  var.admin_key - *terraform.NodeRootVariable
  var.names - *terraform.NodeRootVariable
  var.region - *terraform.NodeRootVariable
  var.subdomain - *terraform.NodeRootVariable
output.hostnames - *terraform.NodeApplyableOutput
  google_compute_instance.workstation - *terraform.NodeApplyableResource
output.workstations - *terraform.NodeApplyableOutput
  google_compute_instance.workstation - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
  var.region - *terraform.NodeRootVariable
var.admin - *terraform.NodeRootVariable
var.admin_key - *terraform.NodeRootVariable
var.names - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.subdomain - *terraform.NodeRootVariable
2017/10/10 15:49:41 [TRACE] Graph after step *terraform.TargetsTransformer:

google_compute_instance.workstation - *terraform.NodeApplyableResource
  provider.google - *terraform.NodeApplyableProvider
  var.admin - *terraform.NodeRootVariable
  var.admin_key - *terraform.NodeRootVariable
  var.names - *terraform.NodeRootVariable
  var.region - *terraform.NodeRootVariable
google_dns_record_set.workstation - *terraform.NodeApplyableResource
  google_compute_instance.workstation - *terraform.NodeApplyableResource
  provider.google - *terraform.NodeApplyableProvider
  var.names - *terraform.NodeRootVariable
  var.subdomain - *terraform.NodeRootVariable
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
  google_compute_instance.workstation - *terraform.NodeApplyableResource
  google_dns_record_set.workstation - *terraform.NodeApplyableResource
  output.hostnames - *terraform.NodeApplyableOutput
  output.workstations - *terraform.NodeApplyableOutput
  provider.google - *terraform.NodeApplyableProvider
  var.admin - *terraform.NodeRootVariable
  var.admin_key - *terraform.NodeRootVariable
  var.names - *terraform.NodeRootVariable
  var.region - *terraform.NodeRootVariable
  var.subdomain - *terraform.NodeRootVariable
output.hostnames - *terraform.NodeApplyableOutput
  google_compute_instance.workstation - *terraform.NodeApplyableResource
output.workstations - *terraform.NodeApplyableOutput
  google_compute_instance.workstation - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
  var.region - *terraform.NodeRootVariable
var.admin - *terraform.NodeRootVariable
var.admin_key - *terraform.NodeRootVariable
var.names - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.subdomain - *terraform.NodeRootVariable
2017/10/10 15:49:41 [TRACE] Graph after step *terraform.CloseProviderTransformer:

google_compute_instance.workstation - *terraform.NodeApplyableResource
  provider.google - *terraform.NodeApplyableProvider
  var.admin - *terraform.NodeRootVariable
  var.admin_key - *terraform.NodeRootVariable
  var.names - *terraform.NodeRootVariable
  var.region - *terraform.NodeRootVariable
google_dns_record_set.workstation - *terraform.NodeApplyableResource
  google_compute_instance.workstation - *terraform.NodeApplyableResource
  provider.google - *terraform.NodeApplyableProvider
  var.names - *terraform.NodeRootVariable
  var.subdomain - *terraform.NodeRootVariable
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
  google_compute_instance.workstation - *terraform.NodeApplyableResource
  google_dns_record_set.workstation - *terraform.NodeApplyableResource
  output.hostnames - *terraform.NodeApplyableOutput
  output.workstations - *terraform.NodeApplyableOutput
  provider.google - *terraform.NodeApplyableProvider
  var.admin - *terraform.NodeRootVariable
  var.admin_key - *terraform.NodeRootVariable
  var.names - *terraform.NodeRootVariable
  var.region - *terraform.NodeRootVariable
  var.subdomain - *terraform.NodeRootVariable
output.hostnames - *terraform.NodeApplyableOutput
  google_compute_instance.workstation - *terraform.NodeApplyableResource
output.workstations - *terraform.NodeApplyableOutput
  google_compute_instance.workstation - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
  var.region - *terraform.NodeRootVariable
provider.google (close) - *terraform.graphNodeCloseProvider
  google_compute_instance.workstation - *terraform.NodeApplyableResource
  google_dns_record_set.workstation - *terraform.NodeApplyableResource
  provider.google - *terraform.NodeApplyableProvider
var.admin - *terraform.NodeRootVariable
var.admin_key - *terraform.NodeRootVariable
var.names - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.subdomain - *terraform.NodeRootVariable
2017/10/10 15:49:41 [TRACE] Graph after step *terraform.CloseProvisionerTransformer:

google_compute_instance.workstation - *terraform.NodeApplyableResource
  provider.google - *terraform.NodeApplyableProvider
  var.admin - *terraform.NodeRootVariable
  var.admin_key - *terraform.NodeRootVariable
  var.names - *terraform.NodeRootVariable
  var.region - *terraform.NodeRootVariable
google_dns_record_set.workstation - *terraform.NodeApplyableResource
  google_compute_instance.workstation - *terraform.NodeApplyableResource
  provider.google - *terraform.NodeApplyableProvider
  var.names - *terraform.NodeRootVariable
  var.subdomain - *terraform.NodeRootVariable
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
  google_compute_instance.workstation - *terraform.NodeApplyableResource
  google_dns_record_set.workstation - *terraform.NodeApplyableResource
  output.hostnames - *terraform.NodeApplyableOutput
  output.workstations - *terraform.NodeApplyableOutput
  provider.google - *terraform.NodeApplyableProvider
  var.admin - *terraform.NodeRootVariable
  var.admin_key - *terraform.NodeRootVariable
  var.names - *terraform.NodeRootVariable
  var.region - *terraform.NodeRootVariable
  var.subdomain - *terraform.NodeRootVariable
output.hostnames - *terraform.NodeApplyableOutput
  google_compute_instance.workstation - *terraform.NodeApplyableResource
output.workstations - *terraform.NodeApplyableOutput
  google_compute_instance.workstation - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
  var.region - *terraform.NodeRootVariable
provider.google (close) - *terraform.graphNodeCloseProvider
  google_compute_instance.workstation - *terraform.NodeApplyableResource
  google_dns_record_set.workstation - *terraform.NodeApplyableResource
  provider.google - *terraform.NodeApplyableProvider
var.admin - *terraform.NodeRootVariable
var.admin_key - *terraform.NodeRootVariable
var.names - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.subdomain - *terraform.NodeRootVariable
2017/10/10 15:49:41 [TRACE] Graph after step *terraform.RootTransformer:

google_compute_instance.workstation - *terraform.NodeApplyableResource
  provider.google - *terraform.NodeApplyableProvider
  var.admin - *terraform.NodeRootVariable
  var.admin_key - *terraform.NodeRootVariable
  var.names - *terraform.NodeRootVariable
  var.region - *terraform.NodeRootVariable
google_dns_record_set.workstation - *terraform.NodeApplyableResource
  google_compute_instance.workstation - *terraform.NodeApplyableResource
  provider.google - *terraform.NodeApplyableProvider
  var.names - *terraform.NodeRootVariable
  var.subdomain - *terraform.NodeRootVariable
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
  google_compute_instance.workstation - *terraform.NodeApplyableResource
  google_dns_record_set.workstation - *terraform.NodeApplyableResource
  output.hostnames - *terraform.NodeApplyableOutput
  output.workstations - *terraform.NodeApplyableOutput
  provider.google - *terraform.NodeApplyableProvider
  var.admin - *terraform.NodeRootVariable
  var.admin_key - *terraform.NodeRootVariable
  var.names - *terraform.NodeRootVariable
  var.region - *terraform.NodeRootVariable
  var.subdomain - *terraform.NodeRootVariable
output.hostnames - *terraform.NodeApplyableOutput
  google_compute_instance.workstation - *terraform.NodeApplyableResource
output.workstations - *terraform.NodeApplyableOutput
  google_compute_instance.workstation - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
  var.region - *terraform.NodeRootVariable
provider.google (close) - *terraform.graphNodeCloseProvider
  google_compute_instance.workstation - *terraform.NodeApplyableResource
  google_dns_record_set.workstation - *terraform.NodeApplyableResource
  provider.google - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
  meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
  provider.google (close) - *terraform.graphNodeCloseProvider
var.admin - *terraform.NodeRootVariable
var.admin_key - *terraform.NodeRootVariable
var.names - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.subdomain - *terraform.NodeRootVariable
2017/10/10 15:49:41 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:

google_compute_instance.workstation - *terraform.NodeApplyableResource
  provider.google - *terraform.NodeApplyableProvider
  var.admin - *terraform.NodeRootVariable
  var.admin_key - *terraform.NodeRootVariable
  var.names - *terraform.NodeRootVariable
google_dns_record_set.workstation - *terraform.NodeApplyableResource
  google_compute_instance.workstation - *terraform.NodeApplyableResource
  var.subdomain - *terraform.NodeRootVariable
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
  google_dns_record_set.workstation - *terraform.NodeApplyableResource
  output.hostnames - *terraform.NodeApplyableOutput
  output.workstations - *terraform.NodeApplyableOutput
output.hostnames - *terraform.NodeApplyableOutput
  google_compute_instance.workstation - *terraform.NodeApplyableResource
output.workstations - *terraform.NodeApplyableOutput
  google_compute_instance.workstation - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
  var.region - *terraform.NodeRootVariable
provider.google (close) - *terraform.graphNodeCloseProvider
  google_dns_record_set.workstation - *terraform.NodeApplyableResource
root - terraform.graphNodeRoot
  meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
  provider.google (close) - *terraform.graphNodeCloseProvider
var.admin - *terraform.NodeRootVariable
var.admin_key - *terraform.NodeRootVariable
var.names - *terraform.NodeRootVariable
var.region - *terraform.NodeRootVariable
var.subdomain - *terraform.NodeRootVariable
2017/10/10 15:49:41 [DEBUG] Starting graph walk: walkApply
2017/10/10 15:49:41 [TRACE] dag/walk: added new vertex: "root"
2017/10/10 15:49:41 [TRACE] dag/walk: added new vertex: "output.hostnames"
2017/10/10 15:49:41 [TRACE] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)"
2017/10/10 15:49:41 [TRACE] dag/walk: added new vertex: "var.admin_key"
2017/10/10 15:49:41 [TRACE] dag/walk: added new vertex: "var.names"
2017/10/10 15:49:41 [TRACE] dag/walk: added new vertex: "provider.google (close)"
2017/10/10 15:49:41 [TRACE] dag/walk: added new vertex: "provider.google"
2017/10/10 15:49:41 [TRACE] dag/walk: added new vertex: "google_dns_record_set.workstation"
2017/10/10 15:49:41 [TRACE] dag/walk: added new vertex: "var.admin"
2017/10/10 15:49:41 [TRACE] dag/walk: added new vertex: "google_compute_instance.workstation"
2017/10/10 15:49:41 [TRACE] dag/walk: added new vertex: "var.subdomain"
2017/10/10 15:49:41 [TRACE] dag/walk: added new vertex: "var.region"
2017/10/10 15:49:41 [TRACE] dag/walk: added new vertex: "output.workstations"
2017/10/10 15:49:41 [TRACE] dag/walk: added edge: "provider.google (close)" waiting on "google_dns_record_set.workstation"
2017/10/10 15:49:41 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "output.hostnames"
2017/10/10 15:49:41 [TRACE] dag/walk: added edge: "google_compute_instance.workstation" waiting on "var.names"
2017/10/10 15:49:41 [TRACE] dag/walk: added edge: "root" waiting on "provider.google (close)"
2017/10/10 15:49:41 [TRACE] dag/walk: added edge: "google_compute_instance.workstation" waiting on "var.admin_key"
2017/10/10 15:49:41 [TRACE] dag/walk: added edge: "google_compute_instance.workstation" waiting on "provider.google"
2017/10/10 15:49:41 [TRACE] dag/walk: added edge: "output.hostnames" waiting on "google_compute_instance.workstation"
2017/10/10 15:49:41 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "google_dns_record_set.workstation"
2017/10/10 15:49:41 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)"
2017/10/10 15:49:41 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "output.workstations"
2017/10/10 15:49:41 [TRACE] dag/walk: added edge: "google_compute_instance.workstation" waiting on "var.admin"
2017/10/10 15:49:41 [TRACE] dag/walk: added edge: "google_dns_record_set.workstation" waiting on "google_compute_instance.workstation"
2017/10/10 15:49:41 [TRACE] dag/walk: added edge: "output.workstations" waiting on "google_compute_instance.workstation"
2017/10/10 15:49:41 [TRACE] dag/walk: added edge: "provider.google" waiting on "var.region"
2017/10/10 15:49:41 [TRACE] dag/walk: added edge: "google_dns_record_set.workstation" waiting on "var.subdomain"
2017/10/10 15:49:41 [TRACE] dag/walk: dependencies changed for "google_dns_record_set.workstation", sending new deps
2017/10/10 15:49:41 [TRACE] dag/walk: dependencies changed for "output.workstations", sending new deps
2017/10/10 15:49:41 [TRACE] dag/walk: dependencies changed for "provider.google", sending new deps
2017/10/10 15:49:41 [TRACE] dag/walk: dependencies changed for "provider.google (close)", sending new deps
2017/10/10 15:49:41 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps
2017/10/10 15:49:41 [TRACE] dag/walk: dependencies changed for "google_compute_instance.workstation", sending new deps
2017/10/10 15:49:41 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2017/10/10 15:49:41 [TRACE] dag/walk: dependencies changed for "output.hostnames", sending new deps
2017/10/10 15:49:41 [TRACE] dag/walk: walking "var.admin"
2017/10/10 15:49:41 [TRACE] vertex 'root.var.admin': walking
2017/10/10 15:49:41 [TRACE] dag/walk: walking "var.subdomain"
2017/10/10 15:49:41 [TRACE] vertex 'root.var.subdomain': walking
2017/10/10 15:49:41 [TRACE] dag/walk: walking "var.region"
2017/10/10 15:49:41 [TRACE] vertex 'root.var.region': walking
2017/10/10 15:49:41 [TRACE] dag/walk: walking "provider.google"
2017/10/10 15:49:41 [TRACE] vertex 'root.provider.google': walking
2017/10/10 15:49:41 [TRACE] vertex 'root.provider.google': evaluating
2017/10/10 15:49:41 [TRACE] [walkApply] Entering eval tree: provider.google
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalSequence
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalInitProvider
2017/10/10 15:49:41 [TRACE] dag/walk: walking "var.admin_key"
2017/10/10 15:49:41 [TRACE] vertex 'root.var.admin_key': walking
2017/10/10 15:49:41 [TRACE] dag/walk: walking "var.names"
2017/10/10 15:49:41 [TRACE] vertex 'root.var.names': walking
2017/10/10 15:49:41 [TRACE] root: eval: terraform.EvalNoop
2017/10/10 15:49:41 [TRACE] root: eval: terraform.EvalNoop
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalOpFilter
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalSequence
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalGetProvider
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalInterpolate
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalSetProviderConfig
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalOpFilter
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalSequence
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalConfigProvider
2017-10-10T15:49:41.121-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: 2017/10/10 15:49:41 [INFO] Requesting Google token...
2017-10-10T15:49:41.121-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: 2017/10/10 15:49:41 [INFO]   -- Email: magrathea@magrathea-178523.iam.gserviceaccount.com
2017-10-10T15:49:41.121-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: 2017/10/10 15:49:41 [INFO]   -- Scopes: [https://www.googleapis.com/auth/compute https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/ndev.clouddns.readwrite https://www.googleapis.com/auth/devstorage.full_control]
2017-10-10T15:49:41.121-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: 2017/10/10 15:49:41 [INFO]   -- Private Key Length: 1704
2017-10-10T15:49:41.121-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: 2017/10/10 15:49:41 [INFO] Instantiating GCE client...
2017-10-10T15:49:41.121-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: 2017/10/10 15:49:41 [INFO] Instantiating GCE Beta client...
2017-10-10T15:49:41.121-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: 2017/10/10 15:49:41 [INFO] Instantiating GKE client...
2017-10-10T15:49:41.121-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: 2017/10/10 15:49:41 [INFO] Instantiating Google Cloud DNS client...
2017-10-10T15:49:41.121-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: 2017/10/10 15:49:41 [INFO] Instantiating Google Stackdriver Logging client...
2017-10-10T15:49:41.121-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: 2017/10/10 15:49:41 [INFO] Instantiating Google Storage Client...
2017-10-10T15:49:41.121-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: 2017/10/10 15:49:41 [INFO] Instantiating Google SqlAdmin Client...
2017-10-10T15:49:41.121-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: 2017/10/10 15:49:41 [INFO] Instantiating Google Pubsub Client...
2017-10-10T15:49:41.121-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: 2017/10/10 15:49:41 [INFO] Instantiating Google Cloud ResourceManager Client...
2017-10-10T15:49:41.121-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: 2017/10/10 15:49:41 [INFO] Instantiating Google Cloud ResourceManager V Client...
2017-10-10T15:49:41.121-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: 2017/10/10 15:49:41 [INFO] Instantiating Google Cloud Runtimeconfig Client...
2017-10-10T15:49:41.121-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: 2017/10/10 15:49:41 [INFO] Instantiating Google Cloud IAM Client...
2017-10-10T15:49:41.121-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: 2017/10/10 15:49:41 [INFO] Instantiating Google Cloud Service Management Client...
2017-10-10T15:49:41.121-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: 2017/10/10 15:49:41 [INFO] Instantiating Google Cloud Billing Client...
2017-10-10T15:49:41.121-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: 2017/10/10 15:49:41 [INFO] Instantiating Google Cloud BigQuery Client...
2017-10-10T15:49:41.121-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: 2017/10/10 15:49:41 [INFO] Instantiating Google Cloud Source Repo Client...
2017-10-10T15:49:41.121-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: 2017/10/10 15:49:41 [INFO] Instantiating Google Cloud Spanner Client...
2017/10/10 15:49:41 [TRACE] [walkApply] Exiting eval tree: provider.google
2017/10/10 15:49:41 [TRACE] dag/walk: walking "google_compute_instance.workstation"
2017/10/10 15:49:41 [TRACE] vertex 'root.google_compute_instance.workstation': walking
2017/10/10 15:49:41 [TRACE] vertex 'root.google_compute_instance.workstation': evaluating
2017/10/10 15:49:41 [TRACE] [walkApply] Entering eval tree: google_compute_instance.workstation
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalSequence
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalInstanceInfo
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalReadDiff
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalIf
2017/10/10 15:49:41 [TRACE] root: eval: terraform.EvalNoop
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalIf
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalInterpolate
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalGetProvider
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalReadState
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalValidateResource
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalDiff
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalReadDiff
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalCompareDiff
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalGetProvider
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalReadState
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalApplyPre
2017/10/10 15:49:41 [TRACE] root: eval: *terraform.EvalApply
2017/10/10 15:49:41 [DEBUG] apply: google_compute_instance.workstation: executing Apply
2017-10-10T15:49:41.130-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: 2017/10/10 15:49:41 [DEBUG] Loading zone: us-east4-a
2017-10-10T15:49:41.324-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: 2017/10/10 15:49:41 [DEBUG] Loading machine type: n1-standard-1
2017-10-10T15:49:42.369-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: 2017/10/10 15:49:42 [INFO] Requesting instance creation
2017-10-10T15:49:42.755-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: 2017/10/10 15:49:42 [DEBUG] Waiting for state to become: [DONE]
2017/10/10 15:49:46 [TRACE] dag/walk: vertex "output.hostnames", waiting for: "google_compute_instance.workstation"
2017/10/10 15:49:46 [TRACE] dag/walk: vertex "google_dns_record_set.workstation", waiting for: "google_compute_instance.workstation"
2017/10/10 15:49:46 [TRACE] dag/walk: vertex "output.workstations", waiting for: "google_compute_instance.workstation"
2017/10/10 15:49:46 [TRACE] dag/walk: vertex "provider.google (close)", waiting for: "google_dns_record_set.workstation"
2017/10/10 15:49:46 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "output.hostnames"
2017/10/10 15:49:46 [TRACE] dag/walk: vertex "root", waiting for: "provider.google (close)"
2017/10/10 15:49:51 [TRACE] dag/walk: vertex "root", waiting for: "provider.google (close)"
2017/10/10 15:49:51 [TRACE] dag/walk: vertex "output.hostnames", waiting for: "google_compute_instance.workstation"
2017/10/10 15:49:51 [TRACE] dag/walk: vertex "google_dns_record_set.workstation", waiting for: "google_compute_instance.workstation"
2017/10/10 15:49:51 [TRACE] dag/walk: vertex "output.workstations", waiting for: "google_compute_instance.workstation"
2017/10/10 15:49:51 [TRACE] dag/walk: vertex "provider.google (close)", waiting for: "google_dns_record_set.workstation"
2017/10/10 15:49:51 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "output.hostnames"
2017-10-10T15:49:52.758-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: panic: runtime error: invalid memory address or nil pointer dereference
2017-10-10T15:49:52.758-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: [signal SIGSEGV: segmentation violation code=0x1 addr=0x140 pc=0x102cf44]
2017-10-10T15:49:52.758-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: 
2017-10-10T15:49:52.758-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: goroutine 84 [running]:
2017-10-10T15:49:52.758-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: github.com/terraform-providers/terraform-provider-google/google.(*ComputeOperationWaiter).RefreshFunc.func1(0xc420603f20, 0x1, 0x0, 0x0, 0xc4203c4d30, 0x43a56f)
2017-10-10T15:49:52.758-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4:    /opt/teamcity-agent/work/222ea50a1b4f75f4/src/github.com/terraform-providers/terraform-provider-google/google/compute_operation.go:27 +0x64
2017-10-10T15:49:52.758-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: github.com/terraform-providers/terraform-provider-google/vendor/github.com/hashicorp/terraform/helper/resource.(*StateChangeConf).WaitForState.func1(0xc420395e60, 0xc4201a3110, 0xc420464500, 0xc4200203c0, 0xc4203fa7e8, 0xc4203fa7e0)
2017-10-10T15:49:52.758-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4:    /opt/teamcity-agent/work/222ea50a1b4f75f4/src/github.com/terraform-providers/terraform-provider-google/vendor/github.com/hashicorp/terraform/helper/resource/state.go:103 +0x4e0
2017-10-10T15:49:52.758-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4: created by github.com/terraform-providers/terraform-provider-google/vendor/github.com/hashicorp/terraform/helper/resource.(*StateChangeConf).WaitForState
2017-10-10T15:49:52.758-0700 [DEBUG] plugin.terraform-provider-google_v1.0.1_x4:    /opt/teamcity-agent/work/222ea50a1b4f75f4/src/github.com/terraform-providers/terraform-provider-google/vendor/github.com/hashicorp/terraform/helper/resource/state.go:80 +0x1d0
2017/10/10 15:49:52 [TRACE] root: eval: *terraform.EvalWriteState
2017/10/10 15:49:52 [TRACE] root: eval: *terraform.EvalApplyProvisioners
2017/10/10 15:49:52 [TRACE] root: eval: *terraform.EvalIf
2017/10/10 15:49:52 [TRACE] root: eval: *terraform.EvalWriteState
2017/10/10 15:49:52 [TRACE] root: eval: *terraform.EvalWriteDiff
2017/10/10 15:49:52 [TRACE] root: eval: *terraform.EvalApplyPost
2017/10/10 15:49:52 [ERROR] root: eval: *terraform.EvalApplyPost, err: 1 error(s) occurred:

* google_compute_instance.workstation: unexpected EOF
2017/10/10 15:49:52 [ERROR] root: eval: *terraform.EvalSequence, err: 1 error(s) occurred:

* google_compute_instance.workstation: unexpected EOF
2017/10/10 15:49:52 [TRACE] [walkApply] Exiting eval tree: google_compute_instance.workstation
2017/10/10 15:49:52 [TRACE] dag/walk: upstream errored, not walking "output.hostnames"
2017/10/10 15:49:52 [TRACE] dag/walk: upstream errored, not walking "output.workstations"
2017/10/10 15:49:52 [TRACE] dag/walk: upstream errored, not walking "google_dns_record_set.workstation"
2017/10/10 15:49:52 [TRACE] dag/walk: upstream errored, not walking "provider.google (close)"
2017/10/10 15:49:52 [TRACE] dag/walk: upstream errored, not walking "meta.count-boundary (count boundary fixup)"
2017/10/10 15:49:52 [TRACE] dag/walk: upstream errored, not walking "root"
2017/10/10 15:49:52 [TRACE] Preserving existing state lineage "b9a97fc4-350f-49fc-9ad5-b772a68cd161"
2017-10-10T15:49:52.760-0700 [DEBUG] plugin: plugin process exited: path=/home/zone/magrathea/workstation/.terraform/plugins/linux_amd64/terraform-provider-google_v1.0.1_x4
2017/10/10 15:49:52 [DEBUG] plugin: waiting for all plugin processes to complete...
2017-10-10T15:49:52.762-0700 [WARN ] plugin: error closing client during Kill: err="connection is shut down"
hashibot commented 6 years ago

This issue has been automatically migrated to terraform-providers/terraform-provider-google#568 because it looks like an issue with that provider. If you believe this is not an issue with the provider, please reply to this issue and let us know.

ghost commented 4 years ago

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.