Created
July 8, 2019 20:07
-
-
Save tdsacilowski/f7270e95a737279f0d6c8fb5c6d02438 to your computer and use it in GitHub Desktop.
Debug: Terraform 0.12 and "Provider produced inconsistent final plan" Error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2019/07/08 15:51:16 [INFO] Terraform version: 0.12.3 | |
2019/07/08 15:51:16 [INFO] Go runtime version: go1.12.6 | |
2019/07/08 15:51:16 [INFO] CLI args: []string{"/usr/local/bin/terraform", "init"} | |
2019/07/08 15:51:16 [DEBUG] Attempting to open CLI config file: /Users/teddy/.terraformrc | |
2019/07/08 15:51:16 Loading CLI configuration from /Users/teddy/.terraformrc | |
2019/07/08 15:51:16 [INFO] CLI command args: []string{"init"} | |
2019/07/08 15:51:16 [TRACE] Meta.Backend: no config given or present on disk, so returning nil config | |
2019/07/08 15:51:16 [TRACE] Meta.Backend: backend has not previously been initialized in this working directory | |
2019/07/08 15:51:16 [DEBUG] New state was assigned lineage "6e5776fc-cb66-a74f-aa5c-910800913cb5" | |
2019/07/08 15:51:16 [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend) | |
2019/07/08 15:51:16 [TRACE] Meta.Backend: instantiated backend of type <nil> | |
2019/07/08 15:51:16 [DEBUG] checking for provider in "." | |
2019/07/08 15:51:16 [DEBUG] checking for provider in "/usr/local/bin" | |
2019/07/08 15:51:16 [DEBUG] checking for provider in ".terraform/plugins/darwin_amd64" | |
2019/07/08 15:51:16 [DEBUG] found provider "terraform-provider-google_v2.10.0_x4" | |
2019/07/08 15:51:16 [DEBUG] found valid plugin: "google", "2.10.0", "/Users/teddy/Dev/tdsacilowski/tfe-demo-modules/terraform-gcp/examples/root-example/.terraform/plugins/darwin_amd64/terraform-provider-google_v2.10.0_x4" | |
2019/07/08 15:51:16 [DEBUG] checking for provisioner in "." | |
2019/07/08 15:51:16 [DEBUG] checking for provisioner in "/usr/local/bin" | |
2019/07/08 15:51:16 [DEBUG] checking for provisioner in ".terraform/plugins/darwin_amd64" | |
2019/07/08 15:51:16 [TRACE] Meta.Backend: backend <nil> does not support operations, so wrapping it in a local backend | |
2019/07/08 15:51:16 [TRACE] backend/local: state manager for workspace "default" will: | |
- read initial snapshot from terraform.tfstate | |
- write new snapshots to terraform.tfstate | |
- create any backup at terraform.tfstate.backup | |
2019/07/08 15:51:16 [TRACE] statemgr.Filesystem: reading initial snapshot from terraform.tfstate | |
2019/07/08 15:51:16 [TRACE] statemgr.Filesystem: read snapshot with lineage "98174beb-6491-9d03-2e20-52bb36051395" serial 4 | |
2019/07/08 15:51:16 [DEBUG] checking for provider in "." | |
2019/07/08 15:51:16 [DEBUG] checking for provider in "/usr/local/bin" | |
2019/07/08 15:51:16 [DEBUG] checking for provider in ".terraform/plugins/darwin_amd64" | |
2019/07/08 15:51:16 [DEBUG] found provider "terraform-provider-google_v2.10.0_x4" | |
2019/07/08 15:51:16 [DEBUG] found valid plugin: "google", "2.10.0", "/Users/teddy/Dev/tdsacilowski/tfe-demo-modules/terraform-gcp/examples/root-example/.terraform/plugins/darwin_amd64/terraform-provider-google_v2.10.0_x4" | |
2019/07/08 15:51:16 [DEBUG] plugin requirements: "google"="" | |
2019/07/08 15:51:16 [DEBUG] checking for provider in "." | |
2019/07/08 15:51:16 [DEBUG] checking for provider in "/usr/local/bin" | |
2019/07/08 15:51:16 [DEBUG] checking for provider in ".terraform/plugins/darwin_amd64" | |
2019/07/08 15:51:16 [DEBUG] found provider "terraform-provider-google_v2.10.0_x4" | |
2019/07/08 15:51:16 [DEBUG] found valid plugin: "google", "2.10.0", "/Users/teddy/Dev/tdsacilowski/tfe-demo-modules/terraform-gcp/examples/root-example/.terraform/plugins/darwin_amd64/terraform-provider-google_v2.10.0_x4" | |
2019/07/08 15:51:17 [DEBUG] checking for provider in ".terraform/plugins/darwin_amd64" | |
2019/07/08 15:51:17 [DEBUG] found provider "terraform-provider-google_v2.10.0_x4" | |
2019/07/08 15:51:35 [INFO] Terraform version: 0.12.3 | |
2019/07/08 15:51:35 [INFO] Go runtime version: go1.12.6 | |
2019/07/08 15:51:35 [INFO] CLI args: []string{"/usr/local/bin/terraform", "apply"} | |
2019/07/08 15:51:35 [DEBUG] Attempting to open CLI config file: /Users/teddy/.terraformrc | |
2019/07/08 15:51:35 Loading CLI configuration from /Users/teddy/.terraformrc | |
2019/07/08 15:51:35 [INFO] CLI command args: []string{"apply"} | |
2019/07/08 15:51:35 [TRACE] Meta.Backend: no config given or present on disk, so returning nil config | |
2019/07/08 15:51:35 [TRACE] Meta.Backend: backend has not previously been initialized in this working directory | |
2019/07/08 15:51:35 [DEBUG] New state was assigned lineage "a9e86f41-4ecc-139a-04b0-3dd22913fbd3" | |
2019/07/08 15:51:35 [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend) | |
2019/07/08 15:51:35 [TRACE] Meta.Backend: instantiated backend of type <nil> | |
2019/07/08 15:51:35 [DEBUG] checking for provider in "." | |
2019/07/08 15:51:35 [DEBUG] checking for provider in "/usr/local/bin" | |
2019/07/08 15:51:35 [DEBUG] checking for provider in ".terraform/plugins/darwin_amd64" | |
2019/07/08 15:51:35 [DEBUG] found provider "terraform-provider-google_v2.10.0_x4" | |
2019/07/08 15:51:35 [DEBUG] found valid plugin: "google", "2.10.0", "/Users/teddy/Dev/tdsacilowski/tfe-demo-modules/terraform-gcp/examples/root-example/.terraform/plugins/darwin_amd64/terraform-provider-google_v2.10.0_x4" | |
2019/07/08 15:51:35 [DEBUG] checking for provisioner in "." | |
2019/07/08 15:51:35 [DEBUG] checking for provisioner in "/usr/local/bin" | |
2019/07/08 15:51:35 [DEBUG] checking for provisioner in ".terraform/plugins/darwin_amd64" | |
2019/07/08 15:51:35 [TRACE] Meta.Backend: backend <nil> does not support operations, so wrapping it in a local backend | |
2019/07/08 15:51:35 [INFO] backend/local: starting Apply operation | |
2019/07/08 15:51:35 [TRACE] backend/local: requesting state manager for workspace "default" | |
2019/07/08 15:51:35 [TRACE] backend/local: state manager for workspace "default" will: | |
- read initial snapshot from terraform.tfstate | |
- write new snapshots to terraform.tfstate | |
- create any backup at terraform.tfstate.backup | |
2019/07/08 15:51:35 [TRACE] backend/local: requesting state lock for workspace "default" | |
2019/07/08 15:51:35 [TRACE] statemgr.Filesystem: preparing to manage state snapshots at terraform.tfstate | |
2019/07/08 15:51:35 [TRACE] statemgr.Filesystem: existing snapshot has lineage "98174beb-6491-9d03-2e20-52bb36051395" serial 4 | |
2019/07/08 15:51:35 [TRACE] statemgr.Filesystem: locking terraform.tfstate using fcntl flock | |
2019/07/08 15:51:35 [TRACE] statemgr.Filesystem: writing lock metadata to .terraform.tfstate.lock.info | |
2019/07/08 15:51:35 [TRACE] backend/local: reading remote state for workspace "default" | |
2019/07/08 15:51:35 [TRACE] statemgr.Filesystem: reading latest snapshot from terraform.tfstate | |
2019/07/08 15:51:35 [TRACE] statemgr.Filesystem: read snapshot with lineage "98174beb-6491-9d03-2e20-52bb36051395" serial 4 | |
2019/07/08 15:51:35 [TRACE] backend/local: retrieving local state snapshot for workspace "default" | |
2019/07/08 15:51:35 [TRACE] backend/local: building context for current working directory | |
2019/07/08 15:51:35 [TRACE] terraform.NewContext: starting | |
2019/07/08 15:51:35 [TRACE] terraform.NewContext: resolving provider version selections | |
2019/07/08 15:51:35 [TRACE] terraform.NewContext: loading provider schemas | |
2019/07/08 15:51:35 [TRACE] LoadSchemas: retrieving schema for provider type "google" | |
2019-07-08T15:51:35.888-0400 [INFO] plugin: configuring client automatic mTLS | |
2019-07-08T15:51:35.915-0400 [DEBUG] plugin: starting plugin: path=/Users/teddy/Dev/tdsacilowski/tfe-demo-modules/terraform-gcp/examples/root-example/.terraform/plugins/darwin_amd64/terraform-provider-google_v2.10.0_x4 args=[/Users/teddy/Dev/tdsacilowski/tfe-demo-modules/terraform-gcp/examples/root-example/.terraform/plugins/darwin_amd64/terraform-provider-google_v2.10.0_x4] | |
2019-07-08T15:51:35.922-0400 [DEBUG] plugin: plugin started: path=/Users/teddy/Dev/tdsacilowski/tfe-demo-modules/terraform-gcp/examples/root-example/.terraform/plugins/darwin_amd64/terraform-provider-google_v2.10.0_x4 pid=28653 | |
2019-07-08T15:51:35.922-0400 [DEBUG] plugin: waiting for RPC address: path=/Users/teddy/Dev/tdsacilowski/tfe-demo-modules/terraform-gcp/examples/root-example/.terraform/plugins/darwin_amd64/terraform-provider-google_v2.10.0_x4 | |
2019-07-08T15:51:35.941-0400 [INFO] plugin.terraform-provider-google_v2.10.0_x4: configuring server automatic mTLS: timestamp=2019-07-08T15:51:35.941-0400 | |
2019-07-08T15:51:35.975-0400 [DEBUG] plugin: using plugin: version=5 | |
2019-07-08T15:51:35.975-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: plugin address: address=/var/folders/xg/dbwp_gtn3zd23r3xd285xvqr0000gn/T/plugin336518176 network=unix timestamp=2019-07-08T15:51:35.975-0400 | |
2019/07/08 15:51:35 [TRACE] GRPCProvider: GetSchema | |
2019/07/08 15:51:36 [TRACE] GRPCProvider: Close | |
2019-07-08T15:51:36.056-0400 [DEBUG] plugin: plugin process exited: path=/Users/teddy/Dev/tdsacilowski/tfe-demo-modules/terraform-gcp/examples/root-example/.terraform/plugins/darwin_amd64/terraform-provider-google_v2.10.0_x4 pid=28653 | |
2019-07-08T15:51:36.056-0400 [DEBUG] plugin: plugin exited | |
2019/07/08 15:51:36 [TRACE] terraform.NewContext: complete | |
2019/07/08 15:51:36 [TRACE] backend/local: finished building terraform.Context | |
2019/07/08 15:51:36 [TRACE] backend/local: requesting interactive input, if necessary | |
2019/07/08 15:51:36 [TRACE] Context.Input: Prompting for variables | |
2019/07/08 15:51:36 [TRACE] Context.Input: Prompting for provider arguments | |
2019/07/08 15:51:36 [TRACE] Context.Input: Provider provider.google declared at main.tf:17,1-18 | |
2019/07/08 15:51:36 [TRACE] Context.Input: Input for provider.google: map[string]cty.Value{} | |
2019/07/08 15:51:36 [TRACE] backend/local: running validation operation | |
2019/07/08 15:51:36 [INFO] terraform: building graph: GraphTypeValidate | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.ConfigTransformer | |
2019/07/08 15:51:36 [TRACE] ConfigTransformer: Starting for path: | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph: | |
google_compute_firewall.tfe_ingress - *terraform.NodeValidatableResource | |
google_compute_instance.tfe - *terraform.NodeValidatableResource | |
------ | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.LocalTransformer | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes) | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.OutputTransformer | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.OutputTransformer with new graph: | |
google_compute_firewall.tfe_ingress - *terraform.NodeValidatableResource | |
google_compute_instance.tfe - *terraform.NodeValidatableResource | |
output.tfe_instance_public_ip - *terraform.NodeApplyableOutput | |
------ | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes) | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.StateTransformer | |
2019/07/08 15:51:36 [TRACE] StateTransformer: state is empty, so nothing to do | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.StateTransformer (no changes) | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes) | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer | |
2019/07/08 15:51:36 [TRACE] AttachResourceConfigTransformer: attaching to "google_compute_instance.tfe" (*terraform.NodeValidatableResource) config from main.tf:27,1-41 | |
2019/07/08 15:51:36 [TRACE] AttachResourceConfigTransformer: attaching to "google_compute_firewall.tfe_ingress" (*terraform.NodeValidatableResource) config from main.tf:61,1-49 | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes) | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.AttachStateTransformer | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes) | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.RootVariableTransformer | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.RootVariableTransformer with new graph: | |
google_compute_firewall.tfe_ingress - *terraform.NodeValidatableResource | |
google_compute_instance.tfe - *terraform.NodeValidatableResource | |
output.tfe_instance_public_ip - *terraform.NodeApplyableOutput | |
var.gcp_project - *terraform.NodeRootVariable | |
var.gcp_region - *terraform.NodeRootVariable | |
var.tfe_firewall_ingress_ports - *terraform.NodeRootVariable | |
var.tfe_instance_boot_disk_size - *terraform.NodeRootVariable | |
var.tfe_instance_image - *terraform.NodeRootVariable | |
var.tfe_instance_name - *terraform.NodeRootVariable | |
var.tfe_instance_network - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_pub_key - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_username - *terraform.NodeRootVariable | |
var.tfe_instance_tags - *terraform.NodeRootVariable | |
var.tfe_instance_zone - *terraform.NodeRootVariable | |
var.tfe_machine_type - *terraform.NodeRootVariable | |
------ | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.MissingProvisionerTransformer | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.MissingProvisionerTransformer (no changes) | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.ProvisionerTransformer | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.ProvisionerTransformer (no changes) | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes) | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.graphTransformerMulti | |
2019/07/08 15:51:36 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer | |
2019/07/08 15:51:36 [TRACE] ProviderConfigTransformer: attaching to "provider.google" provider configuration from main.tf:17,1-18 | |
2019/07/08 15:51:36 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph: | |
google_compute_firewall.tfe_ingress - *terraform.NodeValidatableResource | |
google_compute_instance.tfe - *terraform.NodeValidatableResource | |
output.tfe_instance_public_ip - *terraform.NodeApplyableOutput | |
provider.google - *terraform.NodeApplyableProvider | |
var.gcp_project - *terraform.NodeRootVariable | |
var.gcp_region - *terraform.NodeRootVariable | |
var.tfe_firewall_ingress_ports - *terraform.NodeRootVariable | |
var.tfe_instance_boot_disk_size - *terraform.NodeRootVariable | |
var.tfe_instance_image - *terraform.NodeRootVariable | |
var.tfe_instance_name - *terraform.NodeRootVariable | |
var.tfe_instance_network - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_pub_key - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_username - *terraform.NodeRootVariable | |
var.tfe_instance_tags - *terraform.NodeRootVariable | |
var.tfe_instance_zone - *terraform.NodeRootVariable | |
var.tfe_machine_type - *terraform.NodeRootVariable | |
------ | |
2019/07/08 15:51:36 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer | |
2019/07/08 15:51:36 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes) | |
2019/07/08 15:51:36 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer | |
2019/07/08 15:51:36 [TRACE] ProviderTransformer: google_compute_instance.tfe is provided by provider.google or inherited equivalent | |
2019/07/08 15:51:36 [TRACE] ProviderTransformer: google_compute_firewall.tfe_ingress is provided by provider.google or inherited equivalent | |
2019/07/08 15:51:36 [TRACE] ProviderTransformer: exact match for provider.google serving google_compute_instance.tfe | |
2019/07/08 15:51:36 [DEBUG] ProviderTransformer: "google_compute_instance.tfe" (*terraform.NodeValidatableResource) needs provider.google | |
2019/07/08 15:51:36 [TRACE] ProviderTransformer: exact match for provider.google serving google_compute_firewall.tfe_ingress | |
2019/07/08 15:51:36 [DEBUG] ProviderTransformer: "google_compute_firewall.tfe_ingress" (*terraform.NodeValidatableResource) needs provider.google | |
2019/07/08 15:51:36 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph: | |
google_compute_firewall.tfe_ingress - *terraform.NodeValidatableResource | |
provider.google - *terraform.NodeApplyableProvider | |
google_compute_instance.tfe - *terraform.NodeValidatableResource | |
provider.google - *terraform.NodeApplyableProvider | |
output.tfe_instance_public_ip - *terraform.NodeApplyableOutput | |
provider.google - *terraform.NodeApplyableProvider | |
var.gcp_project - *terraform.NodeRootVariable | |
var.gcp_region - *terraform.NodeRootVariable | |
var.tfe_firewall_ingress_ports - *terraform.NodeRootVariable | |
var.tfe_instance_boot_disk_size - *terraform.NodeRootVariable | |
var.tfe_instance_image - *terraform.NodeRootVariable | |
var.tfe_instance_name - *terraform.NodeRootVariable | |
var.tfe_instance_network - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_pub_key - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_username - *terraform.NodeRootVariable | |
var.tfe_instance_tags - *terraform.NodeRootVariable | |
var.tfe_instance_zone - *terraform.NodeRootVariable | |
var.tfe_machine_type - *terraform.NodeRootVariable | |
------ | |
2019/07/08 15:51:36 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer | |
2019/07/08 15:51:36 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes) | |
2019/07/08 15:51:36 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer | |
2019/07/08 15:51:36 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes) | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph: | |
google_compute_firewall.tfe_ingress - *terraform.NodeValidatableResource | |
provider.google - *terraform.NodeApplyableProvider | |
google_compute_instance.tfe - *terraform.NodeValidatableResource | |
provider.google - *terraform.NodeApplyableProvider | |
output.tfe_instance_public_ip - *terraform.NodeApplyableOutput | |
provider.google - *terraform.NodeApplyableProvider | |
var.gcp_project - *terraform.NodeRootVariable | |
var.gcp_region - *terraform.NodeRootVariable | |
var.tfe_firewall_ingress_ports - *terraform.NodeRootVariable | |
var.tfe_instance_boot_disk_size - *terraform.NodeRootVariable | |
var.tfe_instance_image - *terraform.NodeRootVariable | |
var.tfe_instance_name - *terraform.NodeRootVariable | |
var.tfe_instance_network - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_pub_key - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_username - *terraform.NodeRootVariable | |
var.tfe_instance_tags - *terraform.NodeRootVariable | |
var.tfe_instance_zone - *terraform.NodeRootVariable | |
var.tfe_machine_type - *terraform.NodeRootVariable | |
------ | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes) | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer | |
2019/07/08 15:51:36 [TRACE] AttachSchemaTransformer: attaching resource schema to google_compute_firewall.tfe_ingress | |
2019/07/08 15:51:36 [TRACE] AttachSchemaTransformer: attaching resource schema to google_compute_instance.tfe | |
2019/07/08 15:51:36 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider.google | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes) | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.ReferenceTransformer | |
2019/07/08 15:51:36 [DEBUG] ReferenceTransformer: "google_compute_firewall.tfe_ingress" references: [google_compute_instance.tfe google_compute_instance.tfe google_compute_instance.tfe var.tfe_firewall_ingress_ports] | |
2019/07/08 15:51:36 [DEBUG] ReferenceTransformer: "var.tfe_instance_tags" references: [] | |
2019/07/08 15:51:36 [DEBUG] ReferenceTransformer: "var.gcp_project" references: [] | |
2019/07/08 15:51:36 [DEBUG] ReferenceTransformer: "var.tfe_machine_type" references: [] | |
2019/07/08 15:51:36 [DEBUG] ReferenceTransformer: "var.tfe_instance_ssh_pub_key" references: [] | |
2019/07/08 15:51:36 [DEBUG] ReferenceTransformer: "var.tfe_instance_image" references: [] | |
2019/07/08 15:51:36 [DEBUG] ReferenceTransformer: "var.tfe_instance_zone" references: [] | |
2019/07/08 15:51:36 [DEBUG] ReferenceTransformer: "var.gcp_region" references: [] | |
2019/07/08 15:51:36 [DEBUG] ReferenceTransformer: "var.tfe_instance_name" references: [] | |
2019/07/08 15:51:36 [DEBUG] ReferenceTransformer: "google_compute_instance.tfe" references: [var.tfe_machine_type var.tfe_instance_zone var.tfe_instance_ssh_username var.tfe_instance_ssh_pub_key var.tfe_instance_tags var.tfe_instance_name var.tfe_instance_boot_disk_size var.tfe_instance_image var.tfe_instance_network] | |
2019/07/08 15:51:36 [DEBUG] ReferenceTransformer: "output.tfe_instance_public_ip" references: [google_compute_instance.tfe] | |
2019/07/08 15:51:36 [DEBUG] ReferenceTransformer: "var.tfe_instance_ssh_username" references: [] | |
2019/07/08 15:51:36 [DEBUG] ReferenceTransformer: "var.tfe_firewall_ingress_ports" references: [] | |
2019/07/08 15:51:36 [DEBUG] ReferenceTransformer: "var.tfe_instance_boot_disk_size" references: [] | |
2019/07/08 15:51:36 [DEBUG] ReferenceTransformer: "var.tfe_instance_network" references: [] | |
2019/07/08 15:51:36 [DEBUG] ReferenceTransformer: "provider.google" references: [var.gcp_region var.gcp_project] | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph: | |
google_compute_firewall.tfe_ingress - *terraform.NodeValidatableResource | |
google_compute_instance.tfe - *terraform.NodeValidatableResource | |
provider.google - *terraform.NodeApplyableProvider | |
var.tfe_firewall_ingress_ports - *terraform.NodeRootVariable | |
google_compute_instance.tfe - *terraform.NodeValidatableResource | |
provider.google - *terraform.NodeApplyableProvider | |
var.tfe_instance_boot_disk_size - *terraform.NodeRootVariable | |
var.tfe_instance_image - *terraform.NodeRootVariable | |
var.tfe_instance_name - *terraform.NodeRootVariable | |
var.tfe_instance_network - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_pub_key - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_username - *terraform.NodeRootVariable | |
var.tfe_instance_tags - *terraform.NodeRootVariable | |
var.tfe_instance_zone - *terraform.NodeRootVariable | |
var.tfe_machine_type - *terraform.NodeRootVariable | |
output.tfe_instance_public_ip - *terraform.NodeApplyableOutput | |
google_compute_instance.tfe - *terraform.NodeValidatableResource | |
provider.google - *terraform.NodeApplyableProvider | |
var.gcp_project - *terraform.NodeRootVariable | |
var.gcp_region - *terraform.NodeRootVariable | |
var.gcp_project - *terraform.NodeRootVariable | |
var.gcp_region - *terraform.NodeRootVariable | |
var.tfe_firewall_ingress_ports - *terraform.NodeRootVariable | |
var.tfe_instance_boot_disk_size - *terraform.NodeRootVariable | |
var.tfe_instance_image - *terraform.NodeRootVariable | |
var.tfe_instance_name - *terraform.NodeRootVariable | |
var.tfe_instance_network - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_pub_key - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_username - *terraform.NodeRootVariable | |
var.tfe_instance_tags - *terraform.NodeRootVariable | |
var.tfe_instance_zone - *terraform.NodeRootVariable | |
var.tfe_machine_type - *terraform.NodeRootVariable | |
------ | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph: | |
google_compute_firewall.tfe_ingress - *terraform.NodeValidatableResource | |
google_compute_instance.tfe - *terraform.NodeValidatableResource | |
provider.google - *terraform.NodeApplyableProvider | |
var.tfe_firewall_ingress_ports - *terraform.NodeRootVariable | |
google_compute_instance.tfe - *terraform.NodeValidatableResource | |
provider.google - *terraform.NodeApplyableProvider | |
var.tfe_instance_boot_disk_size - *terraform.NodeRootVariable | |
var.tfe_instance_image - *terraform.NodeRootVariable | |
var.tfe_instance_name - *terraform.NodeRootVariable | |
var.tfe_instance_network - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_pub_key - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_username - *terraform.NodeRootVariable | |
var.tfe_instance_tags - *terraform.NodeRootVariable | |
var.tfe_instance_zone - *terraform.NodeRootVariable | |
var.tfe_machine_type - *terraform.NodeRootVariable | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
google_compute_firewall.tfe_ingress - *terraform.NodeValidatableResource | |
google_compute_instance.tfe - *terraform.NodeValidatableResource | |
output.tfe_instance_public_ip - *terraform.NodeApplyableOutput | |
provider.google - *terraform.NodeApplyableProvider | |
var.gcp_project - *terraform.NodeRootVariable | |
var.gcp_region - *terraform.NodeRootVariable | |
var.tfe_firewall_ingress_ports - *terraform.NodeRootVariable | |
var.tfe_instance_boot_disk_size - *terraform.NodeRootVariable | |
var.tfe_instance_image - *terraform.NodeRootVariable | |
var.tfe_instance_name - *terraform.NodeRootVariable | |
var.tfe_instance_network - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_pub_key - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_username - *terraform.NodeRootVariable | |
var.tfe_instance_tags - *terraform.NodeRootVariable | |
var.tfe_instance_zone - *terraform.NodeRootVariable | |
var.tfe_machine_type - *terraform.NodeRootVariable | |
output.tfe_instance_public_ip - *terraform.NodeApplyableOutput | |
google_compute_instance.tfe - *terraform.NodeValidatableResource | |
provider.google - *terraform.NodeApplyableProvider | |
var.gcp_project - *terraform.NodeRootVariable | |
var.gcp_region - *terraform.NodeRootVariable | |
var.gcp_project - *terraform.NodeRootVariable | |
var.gcp_region - *terraform.NodeRootVariable | |
var.tfe_firewall_ingress_ports - *terraform.NodeRootVariable | |
var.tfe_instance_boot_disk_size - *terraform.NodeRootVariable | |
var.tfe_instance_image - *terraform.NodeRootVariable | |
var.tfe_instance_name - *terraform.NodeRootVariable | |
var.tfe_instance_network - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_pub_key - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_username - *terraform.NodeRootVariable | |
var.tfe_instance_tags - *terraform.NodeRootVariable | |
var.tfe_instance_zone - *terraform.NodeRootVariable | |
var.tfe_machine_type - *terraform.NodeRootVariable | |
------ | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.TargetsTransformer | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes) | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes) | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.CloseProviderTransformer | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph: | |
google_compute_firewall.tfe_ingress - *terraform.NodeValidatableResource | |
google_compute_instance.tfe - *terraform.NodeValidatableResource | |
provider.google - *terraform.NodeApplyableProvider | |
var.tfe_firewall_ingress_ports - *terraform.NodeRootVariable | |
google_compute_instance.tfe - *terraform.NodeValidatableResource | |
provider.google - *terraform.NodeApplyableProvider | |
var.tfe_instance_boot_disk_size - *terraform.NodeRootVariable | |
var.tfe_instance_image - *terraform.NodeRootVariable | |
var.tfe_instance_name - *terraform.NodeRootVariable | |
var.tfe_instance_network - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_pub_key - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_username - *terraform.NodeRootVariable | |
var.tfe_instance_tags - *terraform.NodeRootVariable | |
var.tfe_instance_zone - *terraform.NodeRootVariable | |
var.tfe_machine_type - *terraform.NodeRootVariable | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
google_compute_firewall.tfe_ingress - *terraform.NodeValidatableResource | |
google_compute_instance.tfe - *terraform.NodeValidatableResource | |
output.tfe_instance_public_ip - *terraform.NodeApplyableOutput | |
provider.google - *terraform.NodeApplyableProvider | |
var.gcp_project - *terraform.NodeRootVariable | |
var.gcp_region - *terraform.NodeRootVariable | |
var.tfe_firewall_ingress_ports - *terraform.NodeRootVariable | |
var.tfe_instance_boot_disk_size - *terraform.NodeRootVariable | |
var.tfe_instance_image - *terraform.NodeRootVariable | |
var.tfe_instance_name - *terraform.NodeRootVariable | |
var.tfe_instance_network - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_pub_key - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_username - *terraform.NodeRootVariable | |
var.tfe_instance_tags - *terraform.NodeRootVariable | |
var.tfe_instance_zone - *terraform.NodeRootVariable | |
var.tfe_machine_type - *terraform.NodeRootVariable | |
output.tfe_instance_public_ip - *terraform.NodeApplyableOutput | |
google_compute_instance.tfe - *terraform.NodeValidatableResource | |
provider.google - *terraform.NodeApplyableProvider | |
var.gcp_project - *terraform.NodeRootVariable | |
var.gcp_region - *terraform.NodeRootVariable | |
provider.google (close) - *terraform.graphNodeCloseProvider | |
google_compute_firewall.tfe_ingress - *terraform.NodeValidatableResource | |
google_compute_instance.tfe - *terraform.NodeValidatableResource | |
provider.google - *terraform.NodeApplyableProvider | |
var.gcp_project - *terraform.NodeRootVariable | |
var.gcp_region - *terraform.NodeRootVariable | |
var.tfe_firewall_ingress_ports - *terraform.NodeRootVariable | |
var.tfe_instance_boot_disk_size - *terraform.NodeRootVariable | |
var.tfe_instance_image - *terraform.NodeRootVariable | |
var.tfe_instance_name - *terraform.NodeRootVariable | |
var.tfe_instance_network - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_pub_key - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_username - *terraform.NodeRootVariable | |
var.tfe_instance_tags - *terraform.NodeRootVariable | |
var.tfe_instance_zone - *terraform.NodeRootVariable | |
var.tfe_machine_type - *terraform.NodeRootVariable | |
------ | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.CloseProvisionerTransformer | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.CloseProvisionerTransformer (no changes) | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.RootTransformer | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.RootTransformer with new graph: | |
google_compute_firewall.tfe_ingress - *terraform.NodeValidatableResource | |
google_compute_instance.tfe - *terraform.NodeValidatableResource | |
provider.google - *terraform.NodeApplyableProvider | |
var.tfe_firewall_ingress_ports - *terraform.NodeRootVariable | |
google_compute_instance.tfe - *terraform.NodeValidatableResource | |
provider.google - *terraform.NodeApplyableProvider | |
var.tfe_instance_boot_disk_size - *terraform.NodeRootVariable | |
var.tfe_instance_image - *terraform.NodeRootVariable | |
var.tfe_instance_name - *terraform.NodeRootVariable | |
var.tfe_instance_network - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_pub_key - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_username - *terraform.NodeRootVariable | |
var.tfe_instance_tags - *terraform.NodeRootVariable | |
var.tfe_instance_zone - *terraform.NodeRootVariable | |
var.tfe_machine_type - *terraform.NodeRootVariable | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
google_compute_firewall.tfe_ingress - *terraform.NodeValidatableResource | |
google_compute_instance.tfe - *terraform.NodeValidatableResource | |
output.tfe_instance_public_ip - *terraform.NodeApplyableOutput | |
provider.google - *terraform.NodeApplyableProvider | |
var.gcp_project - *terraform.NodeRootVariable | |
var.gcp_region - *terraform.NodeRootVariable | |
var.tfe_firewall_ingress_ports - *terraform.NodeRootVariable | |
var.tfe_instance_boot_disk_size - *terraform.NodeRootVariable | |
var.tfe_instance_image - *terraform.NodeRootVariable | |
var.tfe_instance_name - *terraform.NodeRootVariable | |
var.tfe_instance_network - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_pub_key - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_username - *terraform.NodeRootVariable | |
var.tfe_instance_tags - *terraform.NodeRootVariable | |
var.tfe_instance_zone - *terraform.NodeRootVariable | |
var.tfe_machine_type - *terraform.NodeRootVariable | |
output.tfe_instance_public_ip - *terraform.NodeApplyableOutput | |
google_compute_instance.tfe - *terraform.NodeValidatableResource | |
provider.google - *terraform.NodeApplyableProvider | |
var.gcp_project - *terraform.NodeRootVariable | |
var.gcp_region - *terraform.NodeRootVariable | |
provider.google (close) - *terraform.graphNodeCloseProvider | |
google_compute_firewall.tfe_ingress - *terraform.NodeValidatableResource | |
google_compute_instance.tfe - *terraform.NodeValidatableResource | |
provider.google - *terraform.NodeApplyableProvider | |
root - terraform.graphNodeRoot | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
provider.google (close) - *terraform.graphNodeCloseProvider | |
var.gcp_project - *terraform.NodeRootVariable | |
var.gcp_region - *terraform.NodeRootVariable | |
var.tfe_firewall_ingress_ports - *terraform.NodeRootVariable | |
var.tfe_instance_boot_disk_size - *terraform.NodeRootVariable | |
var.tfe_instance_image - *terraform.NodeRootVariable | |
var.tfe_instance_name - *terraform.NodeRootVariable | |
var.tfe_instance_network - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_pub_key - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_username - *terraform.NodeRootVariable | |
var.tfe_instance_tags - *terraform.NodeRootVariable | |
var.tfe_instance_zone - *terraform.NodeRootVariable | |
var.tfe_machine_type - *terraform.NodeRootVariable | |
------ | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph: | |
google_compute_firewall.tfe_ingress - *terraform.NodeValidatableResource | |
google_compute_instance.tfe - *terraform.NodeValidatableResource | |
var.tfe_firewall_ingress_ports - *terraform.NodeRootVariable | |
google_compute_instance.tfe - *terraform.NodeValidatableResource | |
provider.google - *terraform.NodeApplyableProvider | |
var.tfe_instance_boot_disk_size - *terraform.NodeRootVariable | |
var.tfe_instance_image - *terraform.NodeRootVariable | |
var.tfe_instance_name - *terraform.NodeRootVariable | |
var.tfe_instance_network - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_pub_key - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_username - *terraform.NodeRootVariable | |
var.tfe_instance_tags - *terraform.NodeRootVariable | |
var.tfe_instance_zone - *terraform.NodeRootVariable | |
var.tfe_machine_type - *terraform.NodeRootVariable | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
google_compute_firewall.tfe_ingress - *terraform.NodeValidatableResource | |
output.tfe_instance_public_ip - *terraform.NodeApplyableOutput | |
output.tfe_instance_public_ip - *terraform.NodeApplyableOutput | |
google_compute_instance.tfe - *terraform.NodeValidatableResource | |
provider.google - *terraform.NodeApplyableProvider | |
var.gcp_project - *terraform.NodeRootVariable | |
var.gcp_region - *terraform.NodeRootVariable | |
provider.google (close) - *terraform.graphNodeCloseProvider | |
google_compute_firewall.tfe_ingress - *terraform.NodeValidatableResource | |
root - terraform.graphNodeRoot | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
provider.google (close) - *terraform.graphNodeCloseProvider | |
var.gcp_project - *terraform.NodeRootVariable | |
var.gcp_region - *terraform.NodeRootVariable | |
var.tfe_firewall_ingress_ports - *terraform.NodeRootVariable | |
var.tfe_instance_boot_disk_size - *terraform.NodeRootVariable | |
var.tfe_instance_image - *terraform.NodeRootVariable | |
var.tfe_instance_name - *terraform.NodeRootVariable | |
var.tfe_instance_network - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_pub_key - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_username - *terraform.NodeRootVariable | |
var.tfe_instance_tags - *terraform.NodeRootVariable | |
var.tfe_instance_zone - *terraform.NodeRootVariable | |
var.tfe_machine_type - *terraform.NodeRootVariable | |
------ | |
2019/07/08 15:51:36 [DEBUG] Starting graph walk: walkValidate | |
2019/07/08 15:51:36 [TRACE] dag/walk: updating graph | |
2019/07/08 15:51:36 [TRACE] dag/walk: added new vertex: "provider.google (close)" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added new vertex: "output.tfe_instance_public_ip" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added new vertex: "google_compute_instance.tfe" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added new vertex: "meta.count-boundary (EachMode fixup)" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added new vertex: "root" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added new vertex: "var.tfe_instance_network" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added new vertex: "provider.google" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added new vertex: "var.gcp_project" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added new vertex: "var.tfe_instance_image" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added new vertex: "var.tfe_firewall_ingress_ports" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added new vertex: "var.gcp_region" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added new vertex: "var.tfe_instance_name" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added new vertex: "var.tfe_instance_ssh_username" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added new vertex: "var.tfe_machine_type" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added new vertex: "google_compute_firewall.tfe_ingress" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added new vertex: "var.tfe_instance_tags" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added new vertex: "var.tfe_instance_ssh_pub_key" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added new vertex: "var.tfe_instance_boot_disk_size" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added new vertex: "var.tfe_instance_zone" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added edge: "google_compute_instance.tfe" waiting on "var.tfe_instance_boot_disk_size" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added edge: "provider.google" waiting on "var.gcp_region" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added edge: "google_compute_instance.tfe" waiting on "var.tfe_instance_ssh_pub_key" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added edge: "google_compute_instance.tfe" waiting on "provider.google" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added edge: "google_compute_instance.tfe" waiting on "var.tfe_machine_type" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added edge: "google_compute_instance.tfe" waiting on "var.tfe_instance_name" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added edge: "google_compute_firewall.tfe_ingress" waiting on "google_compute_instance.tfe" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added edge: "google_compute_instance.tfe" waiting on "var.tfe_instance_network" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added edge: "google_compute_instance.tfe" waiting on "var.tfe_instance_zone" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added edge: "provider.google" waiting on "var.gcp_project" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added edge: "google_compute_instance.tfe" waiting on "var.tfe_instance_tags" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "google_compute_firewall.tfe_ingress" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added edge: "google_compute_instance.tfe" waiting on "var.tfe_instance_ssh_username" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added edge: "provider.google (close)" waiting on "google_compute_firewall.tfe_ingress" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added edge: "output.tfe_instance_public_ip" waiting on "google_compute_instance.tfe" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "output.tfe_instance_public_ip" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (EachMode fixup)" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added edge: "google_compute_instance.tfe" waiting on "var.tfe_instance_image" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added edge: "root" waiting on "provider.google (close)" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added edge: "google_compute_firewall.tfe_ingress" waiting on "var.tfe_firewall_ingress_ports" | |
2019/07/08 15:51:36 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (EachMode fixup)", sending new deps | |
2019/07/08 15:51:36 [TRACE] dag/walk: dependencies changed for "provider.google (close)", sending new deps | |
2019/07/08 15:51:36 [TRACE] dag/walk: dependencies changed for "output.tfe_instance_public_ip", sending new deps | |
2019/07/08 15:51:36 [TRACE] dag/walk: dependencies changed for "root", sending new deps | |
2019/07/08 15:51:36 [TRACE] dag/walk: dependencies changed for "google_compute_instance.tfe", sending new deps | |
2019/07/08 15:51:36 [TRACE] dag/walk: dependencies changed for "provider.google", sending new deps | |
2019/07/08 15:51:36 [TRACE] dag/walk: dependencies changed for "google_compute_firewall.tfe_ingress", sending new deps | |
2019/07/08 15:51:36 [TRACE] dag/walk: visiting "var.gcp_project" | |
2019/07/08 15:51:36 [TRACE] dag/walk: visiting "var.tfe_instance_tags" | |
2019/07/08 15:51:36 [TRACE] dag/walk: visiting "var.gcp_region" | |
2019/07/08 15:51:36 [TRACE] vertex "var.gcp_region": starting visit (*terraform.NodeRootVariable) | |
2019/07/08 15:51:36 [TRACE] dag/walk: visiting "var.tfe_instance_boot_disk_size" | |
2019/07/08 15:51:36 [TRACE] vertex "var.tfe_instance_boot_disk_size": starting visit (*terraform.NodeRootVariable) | |
2019/07/08 15:51:36 [TRACE] vertex "var.tfe_instance_boot_disk_size": visit complete | |
2019/07/08 15:51:36 [TRACE] dag/walk: visiting "var.tfe_firewall_ingress_ports" | |
2019/07/08 15:51:36 [TRACE] vertex "var.gcp_region": visit complete | |
2019/07/08 15:51:36 [TRACE] vertex "var.tfe_instance_tags": starting visit (*terraform.NodeRootVariable) | |
2019/07/08 15:51:36 [TRACE] vertex "var.tfe_instance_tags": visit complete | |
2019/07/08 15:51:36 [TRACE] vertex "var.tfe_firewall_ingress_ports": starting visit (*terraform.NodeRootVariable) | |
2019/07/08 15:51:36 [TRACE] vertex "var.tfe_firewall_ingress_ports": visit complete | |
2019/07/08 15:51:36 [TRACE] dag/walk: visiting "var.tfe_instance_ssh_username" | |
2019/07/08 15:51:36 [TRACE] vertex "var.tfe_instance_ssh_username": starting visit (*terraform.NodeRootVariable) | |
2019/07/08 15:51:36 [TRACE] vertex "var.tfe_instance_ssh_username": visit complete | |
2019/07/08 15:51:36 [TRACE] dag/walk: visiting "var.tfe_machine_type" | |
2019/07/08 15:51:36 [TRACE] vertex "var.tfe_machine_type": starting visit (*terraform.NodeRootVariable) | |
2019/07/08 15:51:36 [TRACE] vertex "var.tfe_machine_type": visit complete | |
2019/07/08 15:51:36 [TRACE] dag/walk: visiting "var.tfe_instance_image" | |
2019/07/08 15:51:36 [TRACE] vertex "var.tfe_instance_image": starting visit (*terraform.NodeRootVariable) | |
2019/07/08 15:51:36 [TRACE] vertex "var.tfe_instance_image": visit complete | |
2019/07/08 15:51:36 [TRACE] dag/walk: visiting "var.tfe_instance_network" | |
2019/07/08 15:51:36 [TRACE] vertex "var.tfe_instance_network": starting visit (*terraform.NodeRootVariable) | |
2019/07/08 15:51:36 [TRACE] vertex "var.tfe_instance_network": visit complete | |
2019/07/08 15:51:36 [TRACE] vertex "var.gcp_project": starting visit (*terraform.NodeRootVariable) | |
2019/07/08 15:51:36 [TRACE] vertex "var.gcp_project": visit complete | |
2019/07/08 15:51:36 [TRACE] dag/walk: visiting "var.tfe_instance_zone" | |
2019/07/08 15:51:36 [TRACE] vertex "var.tfe_instance_zone": starting visit (*terraform.NodeRootVariable) | |
2019/07/08 15:51:36 [TRACE] dag/walk: visiting "provider.google" | |
2019/07/08 15:51:36 [TRACE] vertex "var.tfe_instance_zone": visit complete | |
2019/07/08 15:51:36 [TRACE] vertex "provider.google": starting visit (*terraform.NodeApplyableProvider) | |
2019/07/08 15:51:36 [TRACE] dag/walk: visiting "var.tfe_instance_name" | |
2019/07/08 15:51:36 [TRACE] vertex "var.tfe_instance_name": starting visit (*terraform.NodeRootVariable) | |
2019/07/08 15:51:36 [TRACE] dag/walk: visiting "var.tfe_instance_ssh_pub_key" | |
2019/07/08 15:51:36 [TRACE] vertex "var.tfe_instance_ssh_pub_key": starting visit (*terraform.NodeRootVariable) | |
2019/07/08 15:51:36 [TRACE] vertex "var.tfe_instance_ssh_pub_key": visit complete | |
2019/07/08 15:51:36 [TRACE] vertex "provider.google": evaluating | |
2019/07/08 15:51:36 [TRACE] [walkValidate] Entering eval tree: provider.google | |
2019/07/08 15:51:36 [TRACE] vertex "var.tfe_instance_name": visit complete | |
2019/07/08 15:51:36 [TRACE] <root>: eval: *terraform.EvalSequence | |
2019/07/08 15:51:36 [TRACE] <root>: eval: *terraform.EvalInitProvider | |
2019-07-08T15:51:36.061-0400 [INFO] plugin: configuring client automatic mTLS | |
2019-07-08T15:51:36.099-0400 [DEBUG] plugin: starting plugin: path=/Users/teddy/Dev/tdsacilowski/tfe-demo-modules/terraform-gcp/examples/root-example/.terraform/plugins/darwin_amd64/terraform-provider-google_v2.10.0_x4 args=[/Users/teddy/Dev/tdsacilowski/tfe-demo-modules/terraform-gcp/examples/root-example/.terraform/plugins/darwin_amd64/terraform-provider-google_v2.10.0_x4] | |
2019-07-08T15:51:36.110-0400 [DEBUG] plugin: plugin started: path=/Users/teddy/Dev/tdsacilowski/tfe-demo-modules/terraform-gcp/examples/root-example/.terraform/plugins/darwin_amd64/terraform-provider-google_v2.10.0_x4 pid=28656 | |
2019-07-08T15:51:36.110-0400 [DEBUG] plugin: waiting for RPC address: path=/Users/teddy/Dev/tdsacilowski/tfe-demo-modules/terraform-gcp/examples/root-example/.terraform/plugins/darwin_amd64/terraform-provider-google_v2.10.0_x4 | |
2019-07-08T15:51:36.132-0400 [INFO] plugin.terraform-provider-google_v2.10.0_x4: configuring server automatic mTLS: timestamp=2019-07-08T15:51:36.132-0400 | |
2019-07-08T15:51:36.168-0400 [DEBUG] plugin: using plugin: version=5 | |
2019-07-08T15:51:36.168-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: plugin address: address=/var/folders/xg/dbwp_gtn3zd23r3xd285xvqr0000gn/T/plugin116901111 network=unix timestamp=2019-07-08T15:51:36.168-0400 | |
2019/07/08 15:51:36 [TRACE] BuiltinEvalContext: Initialized "google" provider for provider.google | |
2019/07/08 15:51:36 [TRACE] <root>: eval: terraform.EvalNoop | |
2019/07/08 15:51:36 [TRACE] <root>: eval: *terraform.EvalOpFilter | |
2019/07/08 15:51:36 [TRACE] <root>: eval: *terraform.EvalSequence | |
2019/07/08 15:51:36 [TRACE] <root>: eval: *terraform.EvalGetProvider | |
2019/07/08 15:51:36 [TRACE] <root>: eval: *terraform.EvalValidateProvider | |
2019/07/08 15:51:36 [TRACE] buildProviderConfig for provider.google: using explicit config only | |
2019/07/08 15:51:36 [TRACE] GRPCProvider: GetSchema | |
2019/07/08 15:51:36 [TRACE] GRPCProvider: PrepareProviderConfig | |
2019/07/08 15:51:36 [TRACE] <root>: eval: terraform.EvalNoop | |
2019/07/08 15:51:36 [TRACE] <root>: eval: terraform.EvalNoop | |
2019/07/08 15:51:36 [TRACE] [walkValidate] Exiting eval tree: provider.google | |
2019/07/08 15:51:36 [TRACE] vertex "provider.google": visit complete | |
2019/07/08 15:51:36 [TRACE] dag/walk: visiting "google_compute_instance.tfe" | |
2019/07/08 15:51:36 [TRACE] vertex "google_compute_instance.tfe": starting visit (*terraform.NodeValidatableResource) | |
2019/07/08 15:51:36 [TRACE] vertex "google_compute_instance.tfe": evaluating | |
2019/07/08 15:51:36 [TRACE] [walkValidate] Entering eval tree: google_compute_instance.tfe | |
2019/07/08 15:51:36 [TRACE] <root>: eval: *terraform.EvalSequence | |
2019/07/08 15:51:36 [TRACE] <root>: eval: *terraform.EvalGetProvider | |
2019/07/08 15:51:36 [TRACE] <root>: eval: *terraform.EvalValidateResource | |
2019/07/08 15:51:36 [TRACE] GRPCProvider: ValidateResourceTypeConfig | |
2019/07/08 15:51:36 [TRACE] [walkValidate] Exiting eval tree: google_compute_instance.tfe | |
2019/07/08 15:51:36 [TRACE] vertex "google_compute_instance.tfe": visit complete | |
2019/07/08 15:51:36 [TRACE] dag/walk: visiting "output.tfe_instance_public_ip" | |
2019/07/08 15:51:36 [TRACE] dag/walk: visiting "google_compute_firewall.tfe_ingress" | |
2019/07/08 15:51:36 [TRACE] vertex "google_compute_firewall.tfe_ingress": starting visit (*terraform.NodeValidatableResource) | |
2019/07/08 15:51:36 [TRACE] vertex "output.tfe_instance_public_ip": starting visit (*terraform.NodeApplyableOutput) | |
2019/07/08 15:51:36 [TRACE] vertex "google_compute_firewall.tfe_ingress": evaluating | |
2019/07/08 15:51:36 [TRACE] vertex "output.tfe_instance_public_ip": evaluating | |
2019/07/08 15:51:36 [TRACE] [walkValidate] Entering eval tree: output.tfe_instance_public_ip | |
2019/07/08 15:51:36 [TRACE] <root>: eval: *terraform.EvalSequence | |
2019/07/08 15:51:36 [TRACE] <root>: eval: *terraform.EvalOpFilter | |
2019/07/08 15:51:36 [TRACE] <root>: eval: *terraform.EvalWriteOutput | |
2019/07/08 15:51:36 [TRACE] [walkValidate] Entering eval tree: google_compute_firewall.tfe_ingress | |
2019/07/08 15:51:36 [TRACE] <root>: eval: *terraform.EvalSequence | |
2019/07/08 15:51:36 [TRACE] <root>: eval: *terraform.EvalGetProvider | |
2019/07/08 15:51:36 [TRACE] <root>: eval: *terraform.EvalValidateResource | |
2019/07/08 15:51:36 [TRACE] EvalWriteOutput: Removing output.tfe_instance_public_ip from state (it is now null) | |
2019/07/08 15:51:36 [TRACE] EvalWriteOutput: Saving Create change for output.tfe_instance_public_ip in changeset | |
2019/07/08 15:51:36 [TRACE] [walkValidate] Exiting eval tree: output.tfe_instance_public_ip | |
2019/07/08 15:51:36 [TRACE] vertex "output.tfe_instance_public_ip": visit complete | |
2019/07/08 15:51:36 [TRACE] GRPCProvider: ValidateResourceTypeConfig | |
2019/07/08 15:51:36 [TRACE] [walkValidate] Exiting eval tree: google_compute_firewall.tfe_ingress | |
2019/07/08 15:51:36 [TRACE] vertex "google_compute_firewall.tfe_ingress": visit complete | |
2019/07/08 15:51:36 [TRACE] dag/walk: visiting "meta.count-boundary (EachMode fixup)" | |
2019/07/08 15:51:36 [TRACE] vertex "meta.count-boundary (EachMode fixup)": starting visit (*terraform.NodeCountBoundary) | |
2019/07/08 15:51:36 [TRACE] vertex "meta.count-boundary (EachMode fixup)": evaluating | |
2019/07/08 15:51:36 [TRACE] [walkValidate] Entering eval tree: meta.count-boundary (EachMode fixup) | |
2019/07/08 15:51:36 [TRACE] <root>: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal | |
2019/07/08 15:51:36 [TRACE] [walkValidate] Exiting eval tree: meta.count-boundary (EachMode fixup) | |
2019/07/08 15:51:36 [TRACE] vertex "meta.count-boundary (EachMode fixup)": visit complete | |
2019/07/08 15:51:36 [TRACE] dag/walk: visiting "provider.google (close)" | |
2019/07/08 15:51:36 [TRACE] vertex "provider.google (close)": starting visit (*terraform.graphNodeCloseProvider) | |
2019/07/08 15:51:36 [TRACE] vertex "provider.google (close)": evaluating | |
2019/07/08 15:51:36 [TRACE] [walkValidate] Entering eval tree: provider.google (close) | |
2019/07/08 15:51:36 [TRACE] <root>: eval: *terraform.EvalCloseProvider | |
2019/07/08 15:51:36 [TRACE] GRPCProvider: Close | |
2019-07-08T15:51:36.268-0400 [DEBUG] plugin: plugin process exited: path=/Users/teddy/Dev/tdsacilowski/tfe-demo-modules/terraform-gcp/examples/root-example/.terraform/plugins/darwin_amd64/terraform-provider-google_v2.10.0_x4 pid=28656 | |
2019-07-08T15:51:36.268-0400 [DEBUG] plugin: plugin exited | |
2019/07/08 15:51:36 [TRACE] [walkValidate] Exiting eval tree: provider.google (close) | |
2019/07/08 15:51:36 [TRACE] vertex "provider.google (close)": visit complete | |
2019/07/08 15:51:36 [TRACE] dag/walk: visiting "root" | |
2019/07/08 15:51:36 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot) | |
2019/07/08 15:51:36 [TRACE] vertex "root": visit complete | |
2019/07/08 15:51:36 [INFO] backend/local: apply calling Refresh | |
2019/07/08 15:51:36 [INFO] terraform: building graph: GraphTypeRefresh | |
2019/07/08 15:51:36 [TRACE] No managed resources in state during refresh; skipping managed resource transformer | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.ConfigTransformer | |
2019/07/08 15:51:36 [TRACE] ConfigTransformer: Starting for path: | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.ConfigTransformer (no changes) | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes) | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.StateTransformer | |
2019/07/08 15:51:36 [TRACE] StateTransformer: state is empty, so nothing to do | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.StateTransformer (no changes) | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.AttachStateTransformer | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes) | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes) | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.RootVariableTransformer | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.RootVariableTransformer with new graph: | |
var.gcp_project - *terraform.NodeRootVariable | |
var.gcp_region - *terraform.NodeRootVariable | |
var.tfe_firewall_ingress_ports - *terraform.NodeRootVariable | |
var.tfe_instance_boot_disk_size - *terraform.NodeRootVariable | |
var.tfe_instance_image - *terraform.NodeRootVariable | |
var.tfe_instance_name - *terraform.NodeRootVariable | |
var.tfe_instance_network - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_pub_key - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_username - *terraform.NodeRootVariable | |
var.tfe_instance_tags - *terraform.NodeRootVariable | |
var.tfe_instance_zone - *terraform.NodeRootVariable | |
var.tfe_machine_type - *terraform.NodeRootVariable | |
------ | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.LocalTransformer | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes) | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.OutputTransformer | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.OutputTransformer with new graph: | |
output.tfe_instance_public_ip - *terraform.NodeApplyableOutput | |
var.gcp_project - *terraform.NodeRootVariable | |
var.gcp_region - *terraform.NodeRootVariable | |
var.tfe_firewall_ingress_ports - *terraform.NodeRootVariable | |
var.tfe_instance_boot_disk_size - *terraform.NodeRootVariable | |
var.tfe_instance_image - *terraform.NodeRootVariable | |
var.tfe_instance_name - *terraform.NodeRootVariable | |
var.tfe_instance_network - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_pub_key - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_username - *terraform.NodeRootVariable | |
var.tfe_instance_tags - *terraform.NodeRootVariable | |
var.tfe_instance_zone - *terraform.NodeRootVariable | |
var.tfe_machine_type - *terraform.NodeRootVariable | |
------ | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes) | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.graphTransformerMulti | |
2019/07/08 15:51:36 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer | |
2019/07/08 15:51:36 [TRACE] ProviderConfigTransformer: attaching to "provider.google" provider configuration from main.tf:17,1-18 | |
2019/07/08 15:51:36 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph: | |
output.tfe_instance_public_ip - *terraform.NodeApplyableOutput | |
provider.google - *terraform.NodeApplyableProvider | |
var.gcp_project - *terraform.NodeRootVariable | |
var.gcp_region - *terraform.NodeRootVariable | |
var.tfe_firewall_ingress_ports - *terraform.NodeRootVariable | |
var.tfe_instance_boot_disk_size - *terraform.NodeRootVariable | |
var.tfe_instance_image - *terraform.NodeRootVariable | |
var.tfe_instance_name - *terraform.NodeRootVariable | |
var.tfe_instance_network - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_pub_key - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_username - *terraform.NodeRootVariable | |
var.tfe_instance_tags - *terraform.NodeRootVariable | |
var.tfe_instance_zone - *terraform.NodeRootVariable | |
var.tfe_machine_type - *terraform.NodeRootVariable | |
------ | |
2019/07/08 15:51:36 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer | |
2019/07/08 15:51:36 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes) | |
2019/07/08 15:51:36 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer | |
2019/07/08 15:51:36 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer (no changes) | |
2019/07/08 15:51:36 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer | |
2019/07/08 15:51:36 [DEBUG] pruning unused provider.google | |
2019/07/08 15:51:36 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer with new graph: | |
output.tfe_instance_public_ip - *terraform.NodeApplyableOutput | |
var.gcp_project - *terraform.NodeRootVariable | |
var.gcp_region - *terraform.NodeRootVariable | |
var.tfe_firewall_ingress_ports - *terraform.NodeRootVariable | |
var.tfe_instance_boot_disk_size - *terraform.NodeRootVariable | |
var.tfe_instance_image - *terraform.NodeRootVariable | |
var.tfe_instance_name - *terraform.NodeRootVariable | |
var.tfe_instance_network - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_pub_key - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_username - *terraform.NodeRootVariable | |
var.tfe_instance_tags - *terraform.NodeRootVariable | |
var.tfe_instance_zone - *terraform.NodeRootVariable | |
var.tfe_machine_type - *terraform.NodeRootVariable | |
------ | |
2019/07/08 15:51:36 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer | |
2019/07/08 15:51:36 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes) | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.graphTransformerMulti (no changes) | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes) | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.ReferenceTransformer | |
2019/07/08 15:51:36 [DEBUG] ReferenceTransformer: "var.tfe_instance_boot_disk_size" references: [] | |
2019/07/08 15:51:36 [DEBUG] ReferenceTransformer: "var.gcp_region" references: [] | |
2019/07/08 15:51:36 [DEBUG] ReferenceTransformer: "var.tfe_machine_type" references: [] | |
2019/07/08 15:51:36 [DEBUG] ReferenceTransformer: "var.tfe_instance_image" references: [] | |
2019/07/08 15:51:36 [DEBUG] ReferenceTransformer: "var.tfe_instance_network" references: [] | |
2019/07/08 15:51:36 [DEBUG] ReferenceTransformer: "output.tfe_instance_public_ip" references: [] | |
2019/07/08 15:51:36 [DEBUG] ReferenceTransformer: "var.tfe_instance_tags" references: [] | |
2019/07/08 15:51:36 [DEBUG] ReferenceTransformer: "var.tfe_instance_ssh_pub_key" references: [] | |
2019/07/08 15:51:36 [DEBUG] ReferenceTransformer: "var.tfe_instance_name" references: [] | |
2019/07/08 15:51:36 [DEBUG] ReferenceTransformer: "var.tfe_instance_zone" references: [] | |
2019/07/08 15:51:36 [DEBUG] ReferenceTransformer: "var.tfe_instance_ssh_username" references: [] | |
2019/07/08 15:51:36 [DEBUG] ReferenceTransformer: "var.gcp_project" references: [] | |
2019/07/08 15:51:36 [DEBUG] ReferenceTransformer: "var.tfe_firewall_ingress_ports" references: [] | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes) | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.TargetsTransformer | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes) | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.CloseProviderTransformer | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.CloseProviderTransformer (no changes) | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.RootTransformer | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.RootTransformer with new graph: | |
output.tfe_instance_public_ip - *terraform.NodeApplyableOutput | |
root - terraform.graphNodeRoot | |
output.tfe_instance_public_ip - *terraform.NodeApplyableOutput | |
var.gcp_project - *terraform.NodeRootVariable | |
var.gcp_region - *terraform.NodeRootVariable | |
var.tfe_firewall_ingress_ports - *terraform.NodeRootVariable | |
var.tfe_instance_boot_disk_size - *terraform.NodeRootVariable | |
var.tfe_instance_image - *terraform.NodeRootVariable | |
var.tfe_instance_name - *terraform.NodeRootVariable | |
var.tfe_instance_network - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_pub_key - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_username - *terraform.NodeRootVariable | |
var.tfe_instance_tags - *terraform.NodeRootVariable | |
var.tfe_instance_zone - *terraform.NodeRootVariable | |
var.tfe_machine_type - *terraform.NodeRootVariable | |
var.gcp_project - *terraform.NodeRootVariable | |
var.gcp_region - *terraform.NodeRootVariable | |
var.tfe_firewall_ingress_ports - *terraform.NodeRootVariable | |
var.tfe_instance_boot_disk_size - *terraform.NodeRootVariable | |
var.tfe_instance_image - *terraform.NodeRootVariable | |
var.tfe_instance_name - *terraform.NodeRootVariable | |
var.tfe_instance_network - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_pub_key - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_username - *terraform.NodeRootVariable | |
var.tfe_instance_tags - *terraform.NodeRootVariable | |
var.tfe_instance_zone - *terraform.NodeRootVariable | |
var.tfe_machine_type - *terraform.NodeRootVariable | |
------ | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer (no changes) | |
2019/07/08 15:51:36 [DEBUG] Starting graph walk: walkRefresh | |
2019/07/08 15:51:36 [TRACE] dag/walk: updating graph | |
2019/07/08 15:51:36 [TRACE] dag/walk: added new vertex: "var.tfe_instance_name" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added new vertex: "var.tfe_firewall_ingress_ports" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added new vertex: "var.tfe_instance_image" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added new vertex: "var.tfe_instance_boot_disk_size" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added new vertex: "var.tfe_instance_network" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added new vertex: "root" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added new vertex: "var.gcp_project" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added new vertex: "var.tfe_machine_type" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added new vertex: "var.tfe_instance_ssh_username" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added new vertex: "var.tfe_instance_ssh_pub_key" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added new vertex: "var.tfe_instance_zone" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added new vertex: "output.tfe_instance_public_ip" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added new vertex: "var.gcp_region" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added new vertex: "var.tfe_instance_tags" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added edge: "root" waiting on "var.gcp_project" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added edge: "root" waiting on "var.tfe_instance_tags" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added edge: "root" waiting on "var.tfe_instance_network" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added edge: "root" waiting on "var.tfe_instance_zone" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added edge: "root" waiting on "var.gcp_region" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added edge: "root" waiting on "var.tfe_machine_type" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added edge: "root" waiting on "var.tfe_instance_boot_disk_size" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added edge: "root" waiting on "var.tfe_instance_ssh_username" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added edge: "root" waiting on "var.tfe_instance_ssh_pub_key" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added edge: "root" waiting on "var.tfe_instance_name" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added edge: "root" waiting on "var.tfe_firewall_ingress_ports" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added edge: "root" waiting on "output.tfe_instance_public_ip" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added edge: "root" waiting on "var.tfe_instance_image" | |
2019/07/08 15:51:36 [TRACE] dag/walk: dependencies changed for "root", sending new deps | |
2019/07/08 15:51:36 [TRACE] dag/walk: visiting "output.tfe_instance_public_ip" | |
2019/07/08 15:51:36 [TRACE] vertex "output.tfe_instance_public_ip": starting visit (*terraform.NodeApplyableOutput) | |
2019/07/08 15:51:36 [TRACE] vertex "output.tfe_instance_public_ip": evaluating | |
2019/07/08 15:51:36 [TRACE] [walkRefresh] Entering eval tree: output.tfe_instance_public_ip | |
2019/07/08 15:51:36 [TRACE] <root>: eval: *terraform.EvalSequence | |
2019/07/08 15:51:36 [TRACE] <root>: eval: *terraform.EvalOpFilter | |
2019/07/08 15:51:36 [TRACE] <root>: eval: *terraform.EvalWriteOutput | |
2019/07/08 15:51:36 [TRACE] dag/walk: visiting "var.tfe_instance_zone" | |
2019/07/08 15:51:36 [TRACE] vertex "var.tfe_instance_zone": starting visit (*terraform.NodeRootVariable) | |
2019/07/08 15:51:36 [TRACE] vertex "var.tfe_instance_zone": visit complete | |
2019/07/08 15:51:36 [TRACE] EvalWriteOutput: Removing output.tfe_instance_public_ip from state (it is now null) | |
2019/07/08 15:51:36 [TRACE] EvalWriteOutput: Saving Create change for output.tfe_instance_public_ip in changeset | |
2019/07/08 15:51:36 [TRACE] [walkRefresh] Exiting eval tree: output.tfe_instance_public_ip | |
2019/07/08 15:51:36 [TRACE] vertex "output.tfe_instance_public_ip": visit complete | |
2019/07/08 15:51:36 [TRACE] dag/walk: visiting "var.tfe_instance_network" | |
2019/07/08 15:51:36 [TRACE] vertex "var.tfe_instance_network": starting visit (*terraform.NodeRootVariable) | |
2019/07/08 15:51:36 [TRACE] vertex "var.tfe_instance_network": visit complete | |
2019/07/08 15:51:36 [TRACE] dag/walk: visiting "var.gcp_region" | |
2019/07/08 15:51:36 [TRACE] vertex "var.gcp_region": starting visit (*terraform.NodeRootVariable) | |
2019/07/08 15:51:36 [TRACE] dag/walk: visiting "var.tfe_instance_tags" | |
2019/07/08 15:51:36 [TRACE] vertex "var.tfe_instance_tags": starting visit (*terraform.NodeRootVariable) | |
2019/07/08 15:51:36 [TRACE] dag/walk: visiting "var.tfe_instance_name" | |
2019/07/08 15:51:36 [TRACE] vertex "var.tfe_instance_tags": visit complete | |
2019/07/08 15:51:36 [TRACE] vertex "var.tfe_instance_name": starting visit (*terraform.NodeRootVariable) | |
2019/07/08 15:51:36 [TRACE] vertex "var.tfe_instance_name": visit complete | |
2019/07/08 15:51:36 [TRACE] dag/walk: visiting "var.tfe_firewall_ingress_ports" | |
2019/07/08 15:51:36 [TRACE] vertex "var.tfe_firewall_ingress_ports": starting visit (*terraform.NodeRootVariable) | |
2019/07/08 15:51:36 [TRACE] vertex "var.tfe_firewall_ingress_ports": visit complete | |
2019/07/08 15:51:36 [TRACE] dag/walk: visiting "var.tfe_instance_image" | |
2019/07/08 15:51:36 [TRACE] vertex "var.tfe_instance_image": starting visit (*terraform.NodeRootVariable) | |
2019/07/08 15:51:36 [TRACE] dag/walk: visiting "var.tfe_machine_type" | |
2019/07/08 15:51:36 [TRACE] vertex "var.tfe_machine_type": starting visit (*terraform.NodeRootVariable) | |
2019/07/08 15:51:36 [TRACE] dag/walk: visiting "var.tfe_instance_ssh_username" | |
2019/07/08 15:51:36 [TRACE] vertex "var.tfe_instance_ssh_username": starting visit (*terraform.NodeRootVariable) | |
2019/07/08 15:51:36 [TRACE] dag/walk: visiting "var.tfe_instance_boot_disk_size" | |
2019/07/08 15:51:36 [TRACE] vertex "var.tfe_instance_boot_disk_size": starting visit (*terraform.NodeRootVariable) | |
2019/07/08 15:51:36 [TRACE] vertex "var.tfe_instance_boot_disk_size": visit complete | |
2019/07/08 15:51:36 [TRACE] dag/walk: visiting "var.tfe_instance_ssh_pub_key" | |
2019/07/08 15:51:36 [TRACE] vertex "var.tfe_instance_ssh_pub_key": starting visit (*terraform.NodeRootVariable) | |
2019/07/08 15:51:36 [TRACE] vertex "var.gcp_region": visit complete | |
2019/07/08 15:51:36 [TRACE] dag/walk: visiting "var.gcp_project" | |
2019/07/08 15:51:36 [TRACE] vertex "var.tfe_instance_ssh_pub_key": visit complete | |
2019/07/08 15:51:36 [TRACE] vertex "var.gcp_project": starting visit (*terraform.NodeRootVariable) | |
2019/07/08 15:51:36 [TRACE] vertex "var.gcp_project": visit complete | |
2019/07/08 15:51:36 [TRACE] vertex "var.tfe_machine_type": visit complete | |
2019/07/08 15:51:36 [TRACE] vertex "var.tfe_instance_ssh_username": visit complete | |
2019/07/08 15:51:36 [TRACE] vertex "var.tfe_instance_image": visit complete | |
2019/07/08 15:51:36 [TRACE] dag/walk: visiting "root" | |
2019/07/08 15:51:36 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot) | |
2019/07/08 15:51:36 [TRACE] vertex "root": visit complete | |
2019/07/08 15:51:36 [INFO] backend/local: apply calling Plan | |
2019/07/08 15:51:36 [INFO] terraform: building graph: GraphTypePlan | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.ConfigTransformer | |
2019/07/08 15:51:36 [TRACE] ConfigTransformer: Starting for path: | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph: | |
google_compute_firewall.tfe_ingress - *terraform.NodePlannableResource | |
google_compute_instance.tfe - *terraform.NodePlannableResource | |
------ | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.LocalTransformer | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes) | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.OutputTransformer | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.OutputTransformer with new graph: | |
google_compute_firewall.tfe_ingress - *terraform.NodePlannableResource | |
google_compute_instance.tfe - *terraform.NodePlannableResource | |
output.tfe_instance_public_ip - *terraform.NodeApplyableOutput | |
------ | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes) | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.StateTransformer | |
2019/07/08 15:51:36 [TRACE] StateTransformer: state is empty, so nothing to do | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.StateTransformer (no changes) | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes) | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer | |
2019/07/08 15:51:36 [TRACE] AttachResourceConfigTransformer: attaching to "google_compute_instance.tfe" (*terraform.NodePlannableResource) config from main.tf:27,1-41 | |
2019/07/08 15:51:36 [TRACE] AttachResourceConfigTransformer: attaching to "google_compute_firewall.tfe_ingress" (*terraform.NodePlannableResource) config from main.tf:61,1-49 | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes) | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.AttachStateTransformer | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes) | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.RootVariableTransformer | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.RootVariableTransformer with new graph: | |
google_compute_firewall.tfe_ingress - *terraform.NodePlannableResource | |
google_compute_instance.tfe - *terraform.NodePlannableResource | |
output.tfe_instance_public_ip - *terraform.NodeApplyableOutput | |
var.gcp_project - *terraform.NodeRootVariable | |
var.gcp_region - *terraform.NodeRootVariable | |
var.tfe_firewall_ingress_ports - *terraform.NodeRootVariable | |
var.tfe_instance_boot_disk_size - *terraform.NodeRootVariable | |
var.tfe_instance_image - *terraform.NodeRootVariable | |
var.tfe_instance_name - *terraform.NodeRootVariable | |
var.tfe_instance_network - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_pub_key - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_username - *terraform.NodeRootVariable | |
var.tfe_instance_tags - *terraform.NodeRootVariable | |
var.tfe_instance_zone - *terraform.NodeRootVariable | |
var.tfe_machine_type - *terraform.NodeRootVariable | |
------ | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.MissingProvisionerTransformer | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.MissingProvisionerTransformer (no changes) | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.ProvisionerTransformer | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.ProvisionerTransformer (no changes) | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes) | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.graphTransformerMulti | |
2019/07/08 15:51:36 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer | |
2019/07/08 15:51:36 [TRACE] ProviderConfigTransformer: attaching to "provider.google" provider configuration from main.tf:17,1-18 | |
2019/07/08 15:51:36 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph: | |
google_compute_firewall.tfe_ingress - *terraform.NodePlannableResource | |
google_compute_instance.tfe - *terraform.NodePlannableResource | |
output.tfe_instance_public_ip - *terraform.NodeApplyableOutput | |
provider.google - *terraform.NodeApplyableProvider | |
var.gcp_project - *terraform.NodeRootVariable | |
var.gcp_region - *terraform.NodeRootVariable | |
var.tfe_firewall_ingress_ports - *terraform.NodeRootVariable | |
var.tfe_instance_boot_disk_size - *terraform.NodeRootVariable | |
var.tfe_instance_image - *terraform.NodeRootVariable | |
var.tfe_instance_name - *terraform.NodeRootVariable | |
var.tfe_instance_network - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_pub_key - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_username - *terraform.NodeRootVariable | |
var.tfe_instance_tags - *terraform.NodeRootVariable | |
var.tfe_instance_zone - *terraform.NodeRootVariable | |
var.tfe_machine_type - *terraform.NodeRootVariable | |
------ | |
2019/07/08 15:51:36 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer | |
2019/07/08 15:51:36 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes) | |
2019/07/08 15:51:36 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer | |
2019/07/08 15:51:36 [TRACE] ProviderTransformer: google_compute_instance.tfe is provided by provider.google or inherited equivalent | |
2019/07/08 15:51:36 [TRACE] ProviderTransformer: google_compute_firewall.tfe_ingress is provided by provider.google or inherited equivalent | |
2019/07/08 15:51:36 [TRACE] ProviderTransformer: exact match for provider.google serving google_compute_instance.tfe | |
2019/07/08 15:51:36 [DEBUG] ProviderTransformer: "google_compute_instance.tfe" (*terraform.NodePlannableResource) needs provider.google | |
2019/07/08 15:51:36 [TRACE] ProviderTransformer: exact match for provider.google serving google_compute_firewall.tfe_ingress | |
2019/07/08 15:51:36 [DEBUG] ProviderTransformer: "google_compute_firewall.tfe_ingress" (*terraform.NodePlannableResource) needs provider.google | |
2019/07/08 15:51:36 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph: | |
google_compute_firewall.tfe_ingress - *terraform.NodePlannableResource | |
provider.google - *terraform.NodeApplyableProvider | |
google_compute_instance.tfe - *terraform.NodePlannableResource | |
provider.google - *terraform.NodeApplyableProvider | |
output.tfe_instance_public_ip - *terraform.NodeApplyableOutput | |
provider.google - *terraform.NodeApplyableProvider | |
var.gcp_project - *terraform.NodeRootVariable | |
var.gcp_region - *terraform.NodeRootVariable | |
var.tfe_firewall_ingress_ports - *terraform.NodeRootVariable | |
var.tfe_instance_boot_disk_size - *terraform.NodeRootVariable | |
var.tfe_instance_image - *terraform.NodeRootVariable | |
var.tfe_instance_name - *terraform.NodeRootVariable | |
var.tfe_instance_network - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_pub_key - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_username - *terraform.NodeRootVariable | |
var.tfe_instance_tags - *terraform.NodeRootVariable | |
var.tfe_instance_zone - *terraform.NodeRootVariable | |
var.tfe_machine_type - *terraform.NodeRootVariable | |
------ | |
2019/07/08 15:51:36 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer | |
2019/07/08 15:51:36 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes) | |
2019/07/08 15:51:36 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer | |
2019/07/08 15:51:36 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes) | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph: | |
google_compute_firewall.tfe_ingress - *terraform.NodePlannableResource | |
provider.google - *terraform.NodeApplyableProvider | |
google_compute_instance.tfe - *terraform.NodePlannableResource | |
provider.google - *terraform.NodeApplyableProvider | |
output.tfe_instance_public_ip - *terraform.NodeApplyableOutput | |
provider.google - *terraform.NodeApplyableProvider | |
var.gcp_project - *terraform.NodeRootVariable | |
var.gcp_region - *terraform.NodeRootVariable | |
var.tfe_firewall_ingress_ports - *terraform.NodeRootVariable | |
var.tfe_instance_boot_disk_size - *terraform.NodeRootVariable | |
var.tfe_instance_image - *terraform.NodeRootVariable | |
var.tfe_instance_name - *terraform.NodeRootVariable | |
var.tfe_instance_network - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_pub_key - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_username - *terraform.NodeRootVariable | |
var.tfe_instance_tags - *terraform.NodeRootVariable | |
var.tfe_instance_zone - *terraform.NodeRootVariable | |
var.tfe_machine_type - *terraform.NodeRootVariable | |
------ | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes) | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer | |
2019/07/08 15:51:36 [TRACE] AttachSchemaTransformer: attaching resource schema to google_compute_firewall.tfe_ingress | |
2019/07/08 15:51:36 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider.google | |
2019/07/08 15:51:36 [TRACE] AttachSchemaTransformer: attaching resource schema to google_compute_instance.tfe | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes) | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.ReferenceTransformer | |
2019/07/08 15:51:36 [DEBUG] ReferenceTransformer: "var.tfe_instance_network" references: [] | |
2019/07/08 15:51:36 [DEBUG] ReferenceTransformer: "var.gcp_region" references: [] | |
2019/07/08 15:51:36 [DEBUG] ReferenceTransformer: "var.tfe_instance_ssh_username" references: [] | |
2019/07/08 15:51:36 [DEBUG] ReferenceTransformer: "var.tfe_instance_tags" references: [] | |
2019/07/08 15:51:36 [DEBUG] ReferenceTransformer: "var.tfe_instance_ssh_pub_key" references: [] | |
2019/07/08 15:51:36 [DEBUG] ReferenceTransformer: "var.tfe_instance_boot_disk_size" references: [] | |
2019/07/08 15:51:36 [DEBUG] ReferenceTransformer: "provider.google" references: [var.gcp_region var.gcp_project] | |
2019/07/08 15:51:36 [DEBUG] ReferenceTransformer: "google_compute_instance.tfe" references: [var.tfe_instance_ssh_username var.tfe_instance_ssh_pub_key var.tfe_machine_type var.tfe_instance_tags var.tfe_instance_name var.tfe_instance_zone var.tfe_instance_image var.tfe_instance_boot_disk_size var.tfe_instance_network] | |
2019/07/08 15:51:36 [DEBUG] ReferenceTransformer: "google_compute_firewall.tfe_ingress" references: [google_compute_instance.tfe google_compute_instance.tfe google_compute_instance.tfe var.tfe_firewall_ingress_ports] | |
2019/07/08 15:51:36 [DEBUG] ReferenceTransformer: "output.tfe_instance_public_ip" references: [google_compute_instance.tfe] | |
2019/07/08 15:51:36 [DEBUG] ReferenceTransformer: "var.tfe_instance_name" references: [] | |
2019/07/08 15:51:36 [DEBUG] ReferenceTransformer: "var.tfe_machine_type" references: [] | |
2019/07/08 15:51:36 [DEBUG] ReferenceTransformer: "var.tfe_firewall_ingress_ports" references: [] | |
2019/07/08 15:51:36 [DEBUG] ReferenceTransformer: "var.tfe_instance_zone" references: [] | |
2019/07/08 15:51:36 [DEBUG] ReferenceTransformer: "var.gcp_project" references: [] | |
2019/07/08 15:51:36 [DEBUG] ReferenceTransformer: "var.tfe_instance_image" references: [] | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph: | |
google_compute_firewall.tfe_ingress - *terraform.NodePlannableResource | |
google_compute_instance.tfe - *terraform.NodePlannableResource | |
provider.google - *terraform.NodeApplyableProvider | |
var.tfe_firewall_ingress_ports - *terraform.NodeRootVariable | |
google_compute_instance.tfe - *terraform.NodePlannableResource | |
provider.google - *terraform.NodeApplyableProvider | |
var.tfe_instance_boot_disk_size - *terraform.NodeRootVariable | |
var.tfe_instance_image - *terraform.NodeRootVariable | |
var.tfe_instance_name - *terraform.NodeRootVariable | |
var.tfe_instance_network - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_pub_key - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_username - *terraform.NodeRootVariable | |
var.tfe_instance_tags - *terraform.NodeRootVariable | |
var.tfe_instance_zone - *terraform.NodeRootVariable | |
var.tfe_machine_type - *terraform.NodeRootVariable | |
output.tfe_instance_public_ip - *terraform.NodeApplyableOutput | |
google_compute_instance.tfe - *terraform.NodePlannableResource | |
provider.google - *terraform.NodeApplyableProvider | |
var.gcp_project - *terraform.NodeRootVariable | |
var.gcp_region - *terraform.NodeRootVariable | |
var.gcp_project - *terraform.NodeRootVariable | |
var.gcp_region - *terraform.NodeRootVariable | |
var.tfe_firewall_ingress_ports - *terraform.NodeRootVariable | |
var.tfe_instance_boot_disk_size - *terraform.NodeRootVariable | |
var.tfe_instance_image - *terraform.NodeRootVariable | |
var.tfe_instance_name - *terraform.NodeRootVariable | |
var.tfe_instance_network - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_pub_key - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_username - *terraform.NodeRootVariable | |
var.tfe_instance_tags - *terraform.NodeRootVariable | |
var.tfe_instance_zone - *terraform.NodeRootVariable | |
var.tfe_machine_type - *terraform.NodeRootVariable | |
------ | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph: | |
google_compute_firewall.tfe_ingress - *terraform.NodePlannableResource | |
google_compute_instance.tfe - *terraform.NodePlannableResource | |
provider.google - *terraform.NodeApplyableProvider | |
var.tfe_firewall_ingress_ports - *terraform.NodeRootVariable | |
google_compute_instance.tfe - *terraform.NodePlannableResource | |
provider.google - *terraform.NodeApplyableProvider | |
var.tfe_instance_boot_disk_size - *terraform.NodeRootVariable | |
var.tfe_instance_image - *terraform.NodeRootVariable | |
var.tfe_instance_name - *terraform.NodeRootVariable | |
var.tfe_instance_network - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_pub_key - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_username - *terraform.NodeRootVariable | |
var.tfe_instance_tags - *terraform.NodeRootVariable | |
var.tfe_instance_zone - *terraform.NodeRootVariable | |
var.tfe_machine_type - *terraform.NodeRootVariable | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
google_compute_firewall.tfe_ingress - *terraform.NodePlannableResource | |
google_compute_instance.tfe - *terraform.NodePlannableResource | |
output.tfe_instance_public_ip - *terraform.NodeApplyableOutput | |
provider.google - *terraform.NodeApplyableProvider | |
var.gcp_project - *terraform.NodeRootVariable | |
var.gcp_region - *terraform.NodeRootVariable | |
var.tfe_firewall_ingress_ports - *terraform.NodeRootVariable | |
var.tfe_instance_boot_disk_size - *terraform.NodeRootVariable | |
var.tfe_instance_image - *terraform.NodeRootVariable | |
var.tfe_instance_name - *terraform.NodeRootVariable | |
var.tfe_instance_network - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_pub_key - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_username - *terraform.NodeRootVariable | |
var.tfe_instance_tags - *terraform.NodeRootVariable | |
var.tfe_instance_zone - *terraform.NodeRootVariable | |
var.tfe_machine_type - *terraform.NodeRootVariable | |
output.tfe_instance_public_ip - *terraform.NodeApplyableOutput | |
google_compute_instance.tfe - *terraform.NodePlannableResource | |
provider.google - *terraform.NodeApplyableProvider | |
var.gcp_project - *terraform.NodeRootVariable | |
var.gcp_region - *terraform.NodeRootVariable | |
var.gcp_project - *terraform.NodeRootVariable | |
var.gcp_region - *terraform.NodeRootVariable | |
var.tfe_firewall_ingress_ports - *terraform.NodeRootVariable | |
var.tfe_instance_boot_disk_size - *terraform.NodeRootVariable | |
var.tfe_instance_image - *terraform.NodeRootVariable | |
var.tfe_instance_name - *terraform.NodeRootVariable | |
var.tfe_instance_network - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_pub_key - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_username - *terraform.NodeRootVariable | |
var.tfe_instance_tags - *terraform.NodeRootVariable | |
var.tfe_instance_zone - *terraform.NodeRootVariable | |
var.tfe_machine_type - *terraform.NodeRootVariable | |
------ | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.TargetsTransformer | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes) | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer | |
2019/07/08 15:51:36 [TRACE] ForcedCBDTransformer: "google_compute_instance.tfe" (*terraform.NodePlannableResource) has no CBD descendent, so skipping | |
2019/07/08 15:51:36 [TRACE] ForcedCBDTransformer: "google_compute_firewall.tfe_ingress" (*terraform.NodePlannableResource) has no CBD descendent, so skipping | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes) | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.CloseProviderTransformer | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph: | |
google_compute_firewall.tfe_ingress - *terraform.NodePlannableResource | |
google_compute_instance.tfe - *terraform.NodePlannableResource | |
provider.google - *terraform.NodeApplyableProvider | |
var.tfe_firewall_ingress_ports - *terraform.NodeRootVariable | |
google_compute_instance.tfe - *terraform.NodePlannableResource | |
provider.google - *terraform.NodeApplyableProvider | |
var.tfe_instance_boot_disk_size - *terraform.NodeRootVariable | |
var.tfe_instance_image - *terraform.NodeRootVariable | |
var.tfe_instance_name - *terraform.NodeRootVariable | |
var.tfe_instance_network - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_pub_key - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_username - *terraform.NodeRootVariable | |
var.tfe_instance_tags - *terraform.NodeRootVariable | |
var.tfe_instance_zone - *terraform.NodeRootVariable | |
var.tfe_machine_type - *terraform.NodeRootVariable | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
google_compute_firewall.tfe_ingress - *terraform.NodePlannableResource | |
google_compute_instance.tfe - *terraform.NodePlannableResource | |
output.tfe_instance_public_ip - *terraform.NodeApplyableOutput | |
provider.google - *terraform.NodeApplyableProvider | |
var.gcp_project - *terraform.NodeRootVariable | |
var.gcp_region - *terraform.NodeRootVariable | |
var.tfe_firewall_ingress_ports - *terraform.NodeRootVariable | |
var.tfe_instance_boot_disk_size - *terraform.NodeRootVariable | |
var.tfe_instance_image - *terraform.NodeRootVariable | |
var.tfe_instance_name - *terraform.NodeRootVariable | |
var.tfe_instance_network - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_pub_key - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_username - *terraform.NodeRootVariable | |
var.tfe_instance_tags - *terraform.NodeRootVariable | |
var.tfe_instance_zone - *terraform.NodeRootVariable | |
var.tfe_machine_type - *terraform.NodeRootVariable | |
output.tfe_instance_public_ip - *terraform.NodeApplyableOutput | |
google_compute_instance.tfe - *terraform.NodePlannableResource | |
provider.google - *terraform.NodeApplyableProvider | |
var.gcp_project - *terraform.NodeRootVariable | |
var.gcp_region - *terraform.NodeRootVariable | |
provider.google (close) - *terraform.graphNodeCloseProvider | |
google_compute_firewall.tfe_ingress - *terraform.NodePlannableResource | |
google_compute_instance.tfe - *terraform.NodePlannableResource | |
provider.google - *terraform.NodeApplyableProvider | |
var.gcp_project - *terraform.NodeRootVariable | |
var.gcp_region - *terraform.NodeRootVariable | |
var.tfe_firewall_ingress_ports - *terraform.NodeRootVariable | |
var.tfe_instance_boot_disk_size - *terraform.NodeRootVariable | |
var.tfe_instance_image - *terraform.NodeRootVariable | |
var.tfe_instance_name - *terraform.NodeRootVariable | |
var.tfe_instance_network - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_pub_key - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_username - *terraform.NodeRootVariable | |
var.tfe_instance_tags - *terraform.NodeRootVariable | |
var.tfe_instance_zone - *terraform.NodeRootVariable | |
var.tfe_machine_type - *terraform.NodeRootVariable | |
------ | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.CloseProvisionerTransformer | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.CloseProvisionerTransformer (no changes) | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.RootTransformer | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.RootTransformer with new graph: | |
google_compute_firewall.tfe_ingress - *terraform.NodePlannableResource | |
google_compute_instance.tfe - *terraform.NodePlannableResource | |
provider.google - *terraform.NodeApplyableProvider | |
var.tfe_firewall_ingress_ports - *terraform.NodeRootVariable | |
google_compute_instance.tfe - *terraform.NodePlannableResource | |
provider.google - *terraform.NodeApplyableProvider | |
var.tfe_instance_boot_disk_size - *terraform.NodeRootVariable | |
var.tfe_instance_image - *terraform.NodeRootVariable | |
var.tfe_instance_name - *terraform.NodeRootVariable | |
var.tfe_instance_network - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_pub_key - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_username - *terraform.NodeRootVariable | |
var.tfe_instance_tags - *terraform.NodeRootVariable | |
var.tfe_instance_zone - *terraform.NodeRootVariable | |
var.tfe_machine_type - *terraform.NodeRootVariable | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
google_compute_firewall.tfe_ingress - *terraform.NodePlannableResource | |
google_compute_instance.tfe - *terraform.NodePlannableResource | |
output.tfe_instance_public_ip - *terraform.NodeApplyableOutput | |
provider.google - *terraform.NodeApplyableProvider | |
var.gcp_project - *terraform.NodeRootVariable | |
var.gcp_region - *terraform.NodeRootVariable | |
var.tfe_firewall_ingress_ports - *terraform.NodeRootVariable | |
var.tfe_instance_boot_disk_size - *terraform.NodeRootVariable | |
var.tfe_instance_image - *terraform.NodeRootVariable | |
var.tfe_instance_name - *terraform.NodeRootVariable | |
var.tfe_instance_network - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_pub_key - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_username - *terraform.NodeRootVariable | |
var.tfe_instance_tags - *terraform.NodeRootVariable | |
var.tfe_instance_zone - *terraform.NodeRootVariable | |
var.tfe_machine_type - *terraform.NodeRootVariable | |
output.tfe_instance_public_ip - *terraform.NodeApplyableOutput | |
google_compute_instance.tfe - *terraform.NodePlannableResource | |
provider.google - *terraform.NodeApplyableProvider | |
var.gcp_project - *terraform.NodeRootVariable | |
var.gcp_region - *terraform.NodeRootVariable | |
provider.google (close) - *terraform.graphNodeCloseProvider | |
google_compute_firewall.tfe_ingress - *terraform.NodePlannableResource | |
google_compute_instance.tfe - *terraform.NodePlannableResource | |
provider.google - *terraform.NodeApplyableProvider | |
root - terraform.graphNodeRoot | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
provider.google (close) - *terraform.graphNodeCloseProvider | |
var.gcp_project - *terraform.NodeRootVariable | |
var.gcp_region - *terraform.NodeRootVariable | |
var.tfe_firewall_ingress_ports - *terraform.NodeRootVariable | |
var.tfe_instance_boot_disk_size - *terraform.NodeRootVariable | |
var.tfe_instance_image - *terraform.NodeRootVariable | |
var.tfe_instance_name - *terraform.NodeRootVariable | |
var.tfe_instance_network - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_pub_key - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_username - *terraform.NodeRootVariable | |
var.tfe_instance_tags - *terraform.NodeRootVariable | |
var.tfe_instance_zone - *terraform.NodeRootVariable | |
var.tfe_machine_type - *terraform.NodeRootVariable | |
------ | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph: | |
google_compute_firewall.tfe_ingress - *terraform.NodePlannableResource | |
google_compute_instance.tfe - *terraform.NodePlannableResource | |
var.tfe_firewall_ingress_ports - *terraform.NodeRootVariable | |
google_compute_instance.tfe - *terraform.NodePlannableResource | |
provider.google - *terraform.NodeApplyableProvider | |
var.tfe_instance_boot_disk_size - *terraform.NodeRootVariable | |
var.tfe_instance_image - *terraform.NodeRootVariable | |
var.tfe_instance_name - *terraform.NodeRootVariable | |
var.tfe_instance_network - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_pub_key - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_username - *terraform.NodeRootVariable | |
var.tfe_instance_tags - *terraform.NodeRootVariable | |
var.tfe_instance_zone - *terraform.NodeRootVariable | |
var.tfe_machine_type - *terraform.NodeRootVariable | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
google_compute_firewall.tfe_ingress - *terraform.NodePlannableResource | |
output.tfe_instance_public_ip - *terraform.NodeApplyableOutput | |
output.tfe_instance_public_ip - *terraform.NodeApplyableOutput | |
google_compute_instance.tfe - *terraform.NodePlannableResource | |
provider.google - *terraform.NodeApplyableProvider | |
var.gcp_project - *terraform.NodeRootVariable | |
var.gcp_region - *terraform.NodeRootVariable | |
provider.google (close) - *terraform.graphNodeCloseProvider | |
google_compute_firewall.tfe_ingress - *terraform.NodePlannableResource | |
root - terraform.graphNodeRoot | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
provider.google (close) - *terraform.graphNodeCloseProvider | |
var.gcp_project - *terraform.NodeRootVariable | |
var.gcp_region - *terraform.NodeRootVariable | |
var.tfe_firewall_ingress_ports - *terraform.NodeRootVariable | |
var.tfe_instance_boot_disk_size - *terraform.NodeRootVariable | |
var.tfe_instance_image - *terraform.NodeRootVariable | |
var.tfe_instance_name - *terraform.NodeRootVariable | |
var.tfe_instance_network - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_pub_key - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_username - *terraform.NodeRootVariable | |
var.tfe_instance_tags - *terraform.NodeRootVariable | |
var.tfe_instance_zone - *terraform.NodeRootVariable | |
var.tfe_machine_type - *terraform.NodeRootVariable | |
------ | |
2019/07/08 15:51:36 [DEBUG] Starting graph walk: walkPlan | |
2019/07/08 15:51:36 [TRACE] dag/walk: updating graph | |
2019/07/08 15:51:36 [TRACE] dag/walk: added new vertex: "var.tfe_firewall_ingress_ports" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added new vertex: "var.gcp_project" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added new vertex: "var.tfe_instance_zone" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added new vertex: "var.tfe_instance_ssh_username" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added new vertex: "var.tfe_instance_tags" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added new vertex: "google_compute_firewall.tfe_ingress" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added new vertex: "var.tfe_machine_type" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added new vertex: "var.tfe_instance_image" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added new vertex: "provider.google (close)" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added new vertex: "google_compute_instance.tfe" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added new vertex: "var.tfe_instance_network" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added new vertex: "var.tfe_instance_name" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added new vertex: "provider.google" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added new vertex: "var.gcp_region" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added new vertex: "root" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added new vertex: "output.tfe_instance_public_ip" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added new vertex: "var.tfe_instance_ssh_pub_key" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added new vertex: "var.tfe_instance_boot_disk_size" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added new vertex: "meta.count-boundary (EachMode fixup)" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (EachMode fixup)" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added edge: "google_compute_instance.tfe" waiting on "var.tfe_instance_ssh_username" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added edge: "root" waiting on "provider.google (close)" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added edge: "google_compute_firewall.tfe_ingress" waiting on "var.tfe_firewall_ingress_ports" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added edge: "google_compute_instance.tfe" waiting on "var.tfe_instance_boot_disk_size" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added edge: "google_compute_instance.tfe" waiting on "provider.google" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added edge: "google_compute_instance.tfe" waiting on "var.tfe_instance_network" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added edge: "output.tfe_instance_public_ip" waiting on "google_compute_instance.tfe" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "google_compute_firewall.tfe_ingress" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added edge: "google_compute_instance.tfe" waiting on "var.tfe_instance_name" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added edge: "google_compute_instance.tfe" waiting on "var.tfe_instance_tags" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added edge: "provider.google" waiting on "var.gcp_project" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added edge: "google_compute_instance.tfe" waiting on "var.tfe_instance_ssh_pub_key" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added edge: "provider.google" waiting on "var.gcp_region" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added edge: "google_compute_firewall.tfe_ingress" waiting on "google_compute_instance.tfe" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added edge: "provider.google (close)" waiting on "google_compute_firewall.tfe_ingress" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added edge: "google_compute_instance.tfe" waiting on "var.tfe_machine_type" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added edge: "google_compute_instance.tfe" waiting on "var.tfe_instance_zone" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added edge: "google_compute_instance.tfe" waiting on "var.tfe_instance_image" | |
2019/07/08 15:51:36 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "output.tfe_instance_public_ip" | |
2019/07/08 15:51:36 [TRACE] dag/walk: dependencies changed for "root", sending new deps | |
2019/07/08 15:51:36 [TRACE] dag/walk: dependencies changed for "google_compute_instance.tfe", sending new deps | |
2019/07/08 15:51:36 [TRACE] dag/walk: dependencies changed for "google_compute_firewall.tfe_ingress", sending new deps | |
2019/07/08 15:51:36 [TRACE] dag/walk: dependencies changed for "output.tfe_instance_public_ip", sending new deps | |
2019/07/08 15:51:36 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (EachMode fixup)", sending new deps | |
2019/07/08 15:51:36 [TRACE] dag/walk: dependencies changed for "provider.google", sending new deps | |
2019/07/08 15:51:36 [TRACE] dag/walk: dependencies changed for "provider.google (close)", sending new deps | |
2019/07/08 15:51:36 [TRACE] dag/walk: visiting "var.gcp_region" | |
2019/07/08 15:51:36 [TRACE] vertex "var.gcp_region": starting visit (*terraform.NodeRootVariable) | |
2019/07/08 15:51:36 [TRACE] dag/walk: visiting "var.tfe_instance_ssh_pub_key" | |
2019/07/08 15:51:36 [TRACE] vertex "var.gcp_region": visit complete | |
2019/07/08 15:51:36 [TRACE] dag/walk: visiting "var.tfe_instance_boot_disk_size" | |
2019/07/08 15:51:36 [TRACE] vertex "var.tfe_instance_boot_disk_size": starting visit (*terraform.NodeRootVariable) | |
2019/07/08 15:51:36 [TRACE] vertex "var.tfe_instance_boot_disk_size": visit complete | |
2019/07/08 15:51:36 [TRACE] dag/walk: visiting "var.tfe_instance_zone" | |
2019/07/08 15:51:36 [TRACE] vertex "var.tfe_instance_zone": starting visit (*terraform.NodeRootVariable) | |
2019/07/08 15:51:36 [TRACE] dag/walk: visiting "var.tfe_instance_tags" | |
2019/07/08 15:51:36 [TRACE] vertex "var.tfe_instance_tags": starting visit (*terraform.NodeRootVariable) | |
2019/07/08 15:51:36 [TRACE] vertex "var.tfe_instance_tags": visit complete | |
2019/07/08 15:51:36 [TRACE] dag/walk: visiting "var.tfe_machine_type" | |
2019/07/08 15:51:36 [TRACE] vertex "var.tfe_machine_type": starting visit (*terraform.NodeRootVariable) | |
2019/07/08 15:51:36 [TRACE] vertex "var.tfe_machine_type": visit complete | |
2019/07/08 15:51:36 [TRACE] dag/walk: visiting "var.tfe_instance_ssh_username" | |
2019/07/08 15:51:36 [TRACE] vertex "var.tfe_instance_ssh_username": starting visit (*terraform.NodeRootVariable) | |
2019/07/08 15:51:36 [TRACE] vertex "var.tfe_instance_ssh_username": visit complete | |
2019/07/08 15:51:36 [TRACE] dag/walk: visiting "var.tfe_firewall_ingress_ports" | |
2019/07/08 15:51:36 [TRACE] vertex "var.tfe_firewall_ingress_ports": starting visit (*terraform.NodeRootVariable) | |
2019/07/08 15:51:36 [TRACE] vertex "var.tfe_firewall_ingress_ports": visit complete | |
2019/07/08 15:51:36 [TRACE] dag/walk: visiting "var.tfe_instance_image" | |
2019/07/08 15:51:36 [TRACE] vertex "var.tfe_instance_image": starting visit (*terraform.NodeRootVariable) | |
2019/07/08 15:51:36 [TRACE] vertex "var.tfe_instance_image": visit complete | |
2019/07/08 15:51:36 [TRACE] dag/walk: visiting "var.tfe_instance_network" | |
2019/07/08 15:51:36 [TRACE] vertex "var.tfe_instance_network": starting visit (*terraform.NodeRootVariable) | |
2019/07/08 15:51:36 [TRACE] vertex "var.tfe_instance_network": visit complete | |
2019/07/08 15:51:36 [TRACE] dag/walk: visiting "var.gcp_project" | |
2019/07/08 15:51:36 [TRACE] vertex "var.gcp_project": starting visit (*terraform.NodeRootVariable) | |
2019/07/08 15:51:36 [TRACE] vertex "var.gcp_project": visit complete | |
2019/07/08 15:51:36 [TRACE] dag/walk: visiting "var.tfe_instance_name" | |
2019/07/08 15:51:36 [TRACE] vertex "var.tfe_instance_name": starting visit (*terraform.NodeRootVariable) | |
2019/07/08 15:51:36 [TRACE] vertex "var.tfe_instance_name": visit complete | |
2019/07/08 15:51:36 [TRACE] dag/walk: visiting "provider.google" | |
2019/07/08 15:51:36 [TRACE] vertex "var.tfe_instance_ssh_pub_key": starting visit (*terraform.NodeRootVariable) | |
2019/07/08 15:51:36 [TRACE] vertex "provider.google": starting visit (*terraform.NodeApplyableProvider) | |
2019/07/08 15:51:36 [TRACE] vertex "var.tfe_instance_ssh_pub_key": visit complete | |
2019/07/08 15:51:36 [TRACE] vertex "provider.google": evaluating | |
2019/07/08 15:51:36 [TRACE] [walkPlan] Entering eval tree: provider.google | |
2019/07/08 15:51:36 [TRACE] <root>: eval: *terraform.EvalSequence | |
2019/07/08 15:51:36 [TRACE] <root>: eval: *terraform.EvalInitProvider | |
2019/07/08 15:51:36 [TRACE] vertex "var.tfe_instance_zone": visit complete | |
2019-07-08T15:51:36.276-0400 [INFO] plugin: configuring client automatic mTLS | |
2019-07-08T15:51:36.305-0400 [DEBUG] plugin: starting plugin: path=/Users/teddy/Dev/tdsacilowski/tfe-demo-modules/terraform-gcp/examples/root-example/.terraform/plugins/darwin_amd64/terraform-provider-google_v2.10.0_x4 args=[/Users/teddy/Dev/tdsacilowski/tfe-demo-modules/terraform-gcp/examples/root-example/.terraform/plugins/darwin_amd64/terraform-provider-google_v2.10.0_x4] | |
2019-07-08T15:51:36.312-0400 [DEBUG] plugin: plugin started: path=/Users/teddy/Dev/tdsacilowski/tfe-demo-modules/terraform-gcp/examples/root-example/.terraform/plugins/darwin_amd64/terraform-provider-google_v2.10.0_x4 pid=28657 | |
2019-07-08T15:51:36.312-0400 [DEBUG] plugin: waiting for RPC address: path=/Users/teddy/Dev/tdsacilowski/tfe-demo-modules/terraform-gcp/examples/root-example/.terraform/plugins/darwin_amd64/terraform-provider-google_v2.10.0_x4 | |
2019-07-08T15:51:36.331-0400 [INFO] plugin.terraform-provider-google_v2.10.0_x4: configuring server automatic mTLS: timestamp=2019-07-08T15:51:36.331-0400 | |
2019-07-08T15:51:36.366-0400 [DEBUG] plugin: using plugin: version=5 | |
2019-07-08T15:51:36.366-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: plugin address: address=/var/folders/xg/dbwp_gtn3zd23r3xd285xvqr0000gn/T/plugin504764132 network=unix timestamp=2019-07-08T15:51:36.365-0400 | |
2019/07/08 15:51:36 [TRACE] BuiltinEvalContext: Initialized "google" provider for provider.google | |
2019/07/08 15:51:36 [TRACE] <root>: eval: terraform.EvalNoop | |
2019/07/08 15:51:36 [TRACE] <root>: eval: terraform.EvalNoop | |
2019/07/08 15:51:36 [TRACE] <root>: eval: *terraform.EvalOpFilter | |
2019/07/08 15:51:36 [TRACE] <root>: eval: *terraform.EvalSequence | |
2019/07/08 15:51:36 [TRACE] <root>: eval: *terraform.EvalGetProvider | |
2019/07/08 15:51:36 [TRACE] <root>: eval: *terraform.EvalOpFilter | |
2019/07/08 15:51:36 [TRACE] <root>: eval: *terraform.EvalSequence | |
2019/07/08 15:51:36 [TRACE] <root>: eval: *terraform.EvalConfigProvider | |
2019/07/08 15:51:36 [TRACE] buildProviderConfig for provider.google: using explicit config only | |
2019/07/08 15:51:36 [TRACE] GRPCProvider: GetSchema | |
2019/07/08 15:51:36 [TRACE] GRPCProvider: Configure | |
2019-07-08T15:51:36.444-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:36 [INFO] Authenticating using configured Google JSON 'credentials'... | |
2019-07-08T15:51:36.444-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:36 [INFO] -- Scopes: [https://www.googleapis.com/auth/compute https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/ndev.clouddns.readwrite https://www.googleapis.com/auth/devstorage.full_control] | |
2019-07-08T15:51:36.444-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:36 [INFO] Instantiating GCE client for path https://www.googleapis.com/compute/v1/projects/ | |
2019-07-08T15:51:36.444-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:36 [INFO] Instantiating GCE Beta client for path https://www.googleapis.com/compute/beta/projects/ | |
2019-07-08T15:51:36.444-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:36 [INFO] Instantiating GKE client for path https://container.googleapis.com/ | |
2019-07-08T15:51:36.444-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:36 [INFO] Instantiating GKE Beta client for path https://container.googleapis.com/ | |
2019-07-08T15:51:36.444-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:36 [INFO] Instantiating Google Cloud DNS client for path https://www.googleapis.com/dns/v1/projects/ | |
2019-07-08T15:51:36.444-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:36 [INFO] Instantiating Google Cloud DNS Beta client for path https://www.googleapis.com/dns/v1beta2/projects/ | |
2019-07-08T15:51:36.444-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:36 [INFO] Instantiating Google Cloud KMS client for path https://cloudkms.googleapis.com/ | |
2019-07-08T15:51:36.444-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:36 [INFO] Instantiating Google Stackdriver Logging client for path https://logging.googleapis.com/ | |
2019-07-08T15:51:36.444-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:36 [INFO] Instantiating Google Storage client for path https://www.googleapis.com/storage/v1/ | |
2019-07-08T15:51:36.444-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:36 [INFO] Instantiating Google SqlAdmin client for path https://www.googleapis.com/sql/v1beta4/ | |
2019-07-08T15:51:36.444-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:36 [INFO] Instantiating Google Pubsub client for path https://pubsub.googleapis.com/ | |
2019-07-08T15:51:36.444-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:36 [INFO] Instantiating Google Dataflow client for path https://dataflow.googleapis.com/ | |
2019-07-08T15:51:36.444-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:36 [INFO] Instantiating Google Cloud ResourceManager client for path https://cloudresourcemanager.googleapis.com/ | |
2019-07-08T15:51:36.444-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:36 [INFO] Instantiating Google Cloud ResourceManager V client for path https://cloudresourcemanager.googleapis.com/ | |
2019-07-08T15:51:36.444-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:36 [INFO] Instantiating Google Cloud Runtimeconfig client for path https://runtimeconfig.googleapis.com/ | |
2019-07-08T15:51:36.445-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:36 [INFO] Instantiating Google Cloud IAM client for path https://iam.googleapis.com/ | |
2019-07-08T15:51:36.445-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:36 [INFO] Instantiating Google Cloud IAMCredentials client for path https://iamcredentials.googleapis.com/ | |
2019-07-08T15:51:36.445-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:36 [INFO] Instantiating Google Cloud Service Management client for path https://servicemanagement.googleapis.com/ | |
2019-07-08T15:51:36.445-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:36 [INFO] Instantiating Google Cloud Service Usage client for path https://serviceusage.googleapis.com/ | |
2019-07-08T15:51:36.445-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:36 [INFO] Instantiating Google Cloud Billing client for path https://cloudbilling.googleapis.com/ | |
2019-07-08T15:51:36.445-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:36 [INFO] Instantiating Google Cloud Build client for path https://cloudbuild.googleapis.com/ | |
2019-07-08T15:51:36.445-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:36 [INFO] Instantiating Google Cloud BigQuery client for path https://www.googleapis.com/bigquery/v2/ | |
2019-07-08T15:51:36.445-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:36 [INFO] Instantiating Google Cloud CloudFunctions Client for path https://cloudfunctions.googleapis.com/ | |
2019-07-08T15:51:36.445-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:36 [INFO] Instantiating Google Cloud Source Repo client for path https://sourcerepo.googleapis.com/ | |
2019-07-08T15:51:36.445-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:36 [INFO] Instantiating Google Cloud Spanner client for path https://spanner.googleapis.com/ | |
2019-07-08T15:51:36.445-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:36 [INFO] Instantiating Google Cloud Dataproc client for path https://dataproc.googleapis.com/ | |
2019-07-08T15:51:36.445-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:36 [INFO] Instantiating Google Cloud Dataproc Beta client for path https://dataproc.googleapis.com/ | |
2019-07-08T15:51:36.445-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:36 [INFO] Instantiating Filestore client for path https://file.googleapis.com/ | |
2019-07-08T15:51:36.445-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:36 [INFO] Instantiating Google Cloud IoT Core client for path https://cloudiot.googleapis.com/ | |
2019-07-08T15:51:36.445-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:36 [INFO] Instantiating App Engine client for path https://appengine.googleapis.com/ | |
2019-07-08T15:51:36.445-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:36 [INFO] Instantiating Cloud Composer client for path https://composer.googleapis.com/ | |
2019-07-08T15:51:36.445-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:36 [INFO] Instantiating Service Networking client for path https://servicenetworking.googleapis.com/ | |
2019-07-08T15:51:36.445-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:36 [INFO] Instantiating Google Cloud Storage Transfer client for path https://storagetransfer.googleapis.com/ | |
2019/07/08 15:51:36 [TRACE] [walkPlan] Exiting eval tree: provider.google | |
2019/07/08 15:51:36 [TRACE] vertex "provider.google": visit complete | |
2019/07/08 15:51:36 [TRACE] dag/walk: visiting "google_compute_instance.tfe" | |
2019/07/08 15:51:36 [TRACE] vertex "google_compute_instance.tfe": starting visit (*terraform.NodePlannableResource) | |
2019/07/08 15:51:36 [TRACE] vertex "google_compute_instance.tfe": evaluating | |
2019/07/08 15:51:36 [TRACE] [walkPlan] Entering eval tree: google_compute_instance.tfe | |
2019/07/08 15:51:36 [TRACE] <root>: eval: *terraform.EvalWriteResourceState | |
2019/07/08 15:51:36 [TRACE] [walkPlan] Exiting eval tree: google_compute_instance.tfe | |
2019/07/08 15:51:36 [TRACE] vertex "google_compute_instance.tfe": expanding dynamic subgraph | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.ResourceCountTransformer | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph: | |
google_compute_instance.tfe - *terraform.NodePlannableResourceInstance | |
------ | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes) | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.AttachStateTransformer | |
2019/07/08 15:51:36 [DEBUG] Resource instance state not found for node "google_compute_instance.tfe", instance google_compute_instance.tfe | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes) | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.TargetsTransformer | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes) | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.ReferenceTransformer | |
2019/07/08 15:51:36 [DEBUG] ReferenceTransformer: "google_compute_instance.tfe" references: [] | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes) | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.RootTransformer | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.RootTransformer (no changes) | |
2019/07/08 15:51:36 [TRACE] vertex "google_compute_instance.tfe": entering dynamic subgraph | |
2019/07/08 15:51:36 [TRACE] dag/walk: updating graph | |
2019/07/08 15:51:36 [TRACE] dag/walk: added new vertex: "google_compute_instance.tfe" | |
2019/07/08 15:51:36 [TRACE] dag/walk: visiting "google_compute_instance.tfe" | |
2019/07/08 15:51:36 [TRACE] vertex "google_compute_instance.tfe": starting visit (*terraform.NodePlannableResourceInstance) | |
2019/07/08 15:51:36 [TRACE] vertex "google_compute_instance.tfe": evaluating | |
2019/07/08 15:51:36 [TRACE] [walkPlan] Entering eval tree: google_compute_instance.tfe | |
2019/07/08 15:51:36 [TRACE] <root>: eval: *terraform.EvalSequence | |
2019/07/08 15:51:36 [TRACE] <root>: eval: *terraform.EvalGetProvider | |
2019/07/08 15:51:36 [TRACE] <root>: eval: *terraform.EvalReadState | |
2019/07/08 15:51:36 [TRACE] EvalReadState: reading state for google_compute_instance.tfe | |
2019/07/08 15:51:36 [TRACE] EvalReadState: no state present for google_compute_instance.tfe | |
2019/07/08 15:51:36 [TRACE] <root>: eval: *terraform.EvalValidateSelfRef | |
2019/07/08 15:51:36 [TRACE] <root>: eval: *terraform.EvalDiff | |
2019/07/08 15:51:36 [TRACE] Re-validating config for "google_compute_instance.tfe" | |
2019/07/08 15:51:36 [TRACE] GRPCProvider: ValidateResourceTypeConfig | |
2019/07/08 15:51:36 [TRACE] GRPCProvider: PlanResourceChange | |
2019/07/08 15:51:36 [WARN] Provider "google" produced an invalid plan for google_compute_instance.tfe, but we are tolerating it because it is using the legacy plugin SDK. | |
The following problems may be the cause of any confusing errors from downstream operations: | |
- .can_ip_forward: planned value cty.False does not match config value cty.NullVal(cty.Bool) | |
- .deletion_protection: planned value cty.False does not match config value cty.NullVal(cty.Bool) | |
- .boot_disk[0].auto_delete: planned value cty.True does not match config value cty.NullVal(cty.Bool) | |
- .scheduling: attribute representing nested block must not be unknown itself; set nested attribute values to unknown instead | |
2019/07/08 15:51:36 [TRACE] <root>: eval: *terraform.EvalCheckPreventDestroy | |
2019/07/08 15:51:36 [TRACE] <root>: eval: *terraform.EvalWriteState | |
2019/07/08 15:51:36 [TRACE] EvalWriteState: writing current state object for google_compute_instance.tfe | |
2019/07/08 15:51:36 [TRACE] <root>: eval: *terraform.EvalWriteDiff | |
2019/07/08 15:51:36 [TRACE] EvalWriteDiff: recorded Create change for google_compute_instance.tfe | |
2019/07/08 15:51:36 [TRACE] [walkPlan] Exiting eval tree: google_compute_instance.tfe | |
2019/07/08 15:51:36 [TRACE] vertex "google_compute_instance.tfe": visit complete | |
2019/07/08 15:51:36 [TRACE] vertex "google_compute_instance.tfe": dynamic subgraph completed successfully | |
2019/07/08 15:51:36 [TRACE] vertex "google_compute_instance.tfe": visit complete | |
2019/07/08 15:51:36 [TRACE] dag/walk: visiting "google_compute_firewall.tfe_ingress" | |
2019/07/08 15:51:36 [TRACE] vertex "google_compute_firewall.tfe_ingress": starting visit (*terraform.NodePlannableResource) | |
2019/07/08 15:51:36 [TRACE] vertex "google_compute_firewall.tfe_ingress": evaluating | |
2019/07/08 15:51:36 [TRACE] [walkPlan] Entering eval tree: google_compute_firewall.tfe_ingress | |
2019/07/08 15:51:36 [TRACE] dag/walk: visiting "output.tfe_instance_public_ip" | |
2019/07/08 15:51:36 [TRACE] vertex "output.tfe_instance_public_ip": starting visit (*terraform.NodeApplyableOutput) | |
2019/07/08 15:51:36 [TRACE] <root>: eval: *terraform.EvalWriteResourceState | |
2019/07/08 15:51:36 [TRACE] vertex "output.tfe_instance_public_ip": evaluating | |
2019/07/08 15:51:36 [TRACE] [walkPlan] Exiting eval tree: google_compute_firewall.tfe_ingress | |
2019/07/08 15:51:36 [TRACE] vertex "google_compute_firewall.tfe_ingress": expanding dynamic subgraph | |
2019/07/08 15:51:36 [TRACE] [walkPlan] Entering eval tree: output.tfe_instance_public_ip | |
2019/07/08 15:51:36 [TRACE] <root>: eval: *terraform.EvalSequence | |
2019/07/08 15:51:36 [TRACE] <root>: eval: *terraform.EvalOpFilter | |
2019/07/08 15:51:36 [TRACE] <root>: eval: *terraform.EvalWriteOutput | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.ResourceCountTransformer | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph: | |
google_compute_firewall.tfe_ingress - *terraform.NodePlannableResourceInstance | |
------ | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes) | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.AttachStateTransformer | |
2019/07/08 15:51:36 [DEBUG] Resource instance state not found for node "google_compute_firewall.tfe_ingress", instance google_compute_firewall.tfe_ingress | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes) | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.TargetsTransformer | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes) | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.ReferenceTransformer | |
2019/07/08 15:51:36 [DEBUG] ReferenceTransformer: "google_compute_firewall.tfe_ingress" references: [] | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes) | |
2019/07/08 15:51:36 [TRACE] Executing graph transform *terraform.RootTransformer | |
2019/07/08 15:51:36 [TRACE] Completed graph transform *terraform.RootTransformer (no changes) | |
2019/07/08 15:51:36 [TRACE] vertex "google_compute_firewall.tfe_ingress": entering dynamic subgraph | |
2019/07/08 15:51:36 [TRACE] dag/walk: updating graph | |
2019/07/08 15:51:36 [TRACE] dag/walk: added new vertex: "google_compute_firewall.tfe_ingress" | |
2019/07/08 15:51:36 [TRACE] GetResourceInstance: google_compute_instance.tfe is a single instance | |
2019/07/08 15:51:36 [TRACE] dag/walk: visiting "google_compute_firewall.tfe_ingress" | |
2019/07/08 15:51:36 [TRACE] vertex "google_compute_firewall.tfe_ingress": starting visit (*terraform.NodePlannableResourceInstance) | |
2019/07/08 15:51:36 [TRACE] vertex "google_compute_firewall.tfe_ingress": evaluating | |
2019/07/08 15:51:36 [TRACE] [walkPlan] Entering eval tree: google_compute_firewall.tfe_ingress | |
2019/07/08 15:51:36 [TRACE] <root>: eval: *terraform.EvalSequence | |
2019/07/08 15:51:36 [TRACE] <root>: eval: *terraform.EvalGetProvider | |
2019/07/08 15:51:36 [TRACE] <root>: eval: *terraform.EvalReadState | |
2019/07/08 15:51:36 [TRACE] EvalReadState: reading state for google_compute_firewall.tfe_ingress | |
2019/07/08 15:51:36 [TRACE] EvalReadState: no state present for google_compute_firewall.tfe_ingress | |
2019/07/08 15:51:36 [TRACE] <root>: eval: *terraform.EvalValidateSelfRef | |
2019/07/08 15:51:36 [TRACE] <root>: eval: *terraform.EvalDiff | |
2019/07/08 15:51:36 [TRACE] GetResourceInstance: google_compute_instance.tfe is a single instance | |
2019/07/08 15:51:36 [TRACE] EvalWriteOutput: Removing output.tfe_instance_public_ip from state (it is now null) | |
2019/07/08 15:51:36 [TRACE] EvalWriteOutput: Saving Create change for output.tfe_instance_public_ip in changeset | |
2019/07/08 15:51:36 [TRACE] [walkPlan] Exiting eval tree: output.tfe_instance_public_ip | |
2019/07/08 15:51:36 [TRACE] vertex "output.tfe_instance_public_ip": visit complete | |
2019/07/08 15:51:36 [TRACE] GetResourceInstance: google_compute_instance.tfe is a single instance | |
2019/07/08 15:51:36 [TRACE] GetResourceInstance: google_compute_instance.tfe is a single instance | |
2019/07/08 15:51:36 [TRACE] Re-validating config for "google_compute_firewall.tfe_ingress" | |
2019/07/08 15:51:36 [TRACE] GRPCProvider: ValidateResourceTypeConfig | |
2019/07/08 15:51:36 [TRACE] GRPCProvider: PlanResourceChange | |
2019/07/08 15:51:36 [WARN] Provider "google" produced an invalid plan for google_compute_firewall.tfe_ingress, but we are tolerating it because it is using the legacy plugin SDK. | |
The following problems may be the cause of any confusing errors from downstream operations: | |
- .priority: planned value cty.NumberIntVal(1000) does not match config value cty.NullVal(cty.Number) | |
2019/07/08 15:51:36 [TRACE] <root>: eval: *terraform.EvalCheckPreventDestroy | |
2019/07/08 15:51:36 [TRACE] <root>: eval: *terraform.EvalWriteState | |
2019/07/08 15:51:36 [TRACE] EvalWriteState: writing current state object for google_compute_firewall.tfe_ingress | |
2019/07/08 15:51:36 [TRACE] <root>: eval: *terraform.EvalWriteDiff | |
2019/07/08 15:51:36 [TRACE] EvalWriteDiff: recorded Create change for google_compute_firewall.tfe_ingress | |
2019/07/08 15:51:36 [TRACE] [walkPlan] Exiting eval tree: google_compute_firewall.tfe_ingress | |
2019/07/08 15:51:36 [TRACE] vertex "google_compute_firewall.tfe_ingress": visit complete | |
2019/07/08 15:51:36 [TRACE] vertex "google_compute_firewall.tfe_ingress": dynamic subgraph completed successfully | |
2019/07/08 15:51:36 [TRACE] vertex "google_compute_firewall.tfe_ingress": visit complete | |
2019/07/08 15:51:36 [TRACE] dag/walk: visiting "provider.google (close)" | |
2019/07/08 15:51:36 [TRACE] vertex "provider.google (close)": starting visit (*terraform.graphNodeCloseProvider) | |
2019/07/08 15:51:36 [TRACE] dag/walk: visiting "meta.count-boundary (EachMode fixup)" | |
2019/07/08 15:51:36 [TRACE] vertex "meta.count-boundary (EachMode fixup)": starting visit (*terraform.NodeCountBoundary) | |
2019/07/08 15:51:36 [TRACE] vertex "provider.google (close)": evaluating | |
2019/07/08 15:51:36 [TRACE] [walkPlan] Entering eval tree: provider.google (close) | |
2019/07/08 15:51:36 [TRACE] <root>: eval: *terraform.EvalCloseProvider | |
2019/07/08 15:51:36 [TRACE] GRPCProvider: Close | |
2019/07/08 15:51:36 [TRACE] vertex "meta.count-boundary (EachMode fixup)": evaluating | |
2019/07/08 15:51:36 [TRACE] [walkPlan] Entering eval tree: meta.count-boundary (EachMode fixup) | |
2019/07/08 15:51:36 [TRACE] <root>: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal | |
2019/07/08 15:51:36 [TRACE] [walkPlan] Exiting eval tree: meta.count-boundary (EachMode fixup) | |
2019/07/08 15:51:36 [TRACE] vertex "meta.count-boundary (EachMode fixup)": visit complete | |
2019-07-08T15:51:36.462-0400 [DEBUG] plugin: plugin process exited: path=/Users/teddy/Dev/tdsacilowski/tfe-demo-modules/terraform-gcp/examples/root-example/.terraform/plugins/darwin_amd64/terraform-provider-google_v2.10.0_x4 pid=28657 | |
2019-07-08T15:51:36.462-0400 [DEBUG] plugin: plugin exited | |
2019/07/08 15:51:36 [TRACE] [walkPlan] Exiting eval tree: provider.google (close) | |
2019/07/08 15:51:36 [TRACE] vertex "provider.google (close)": visit complete | |
2019/07/08 15:51:36 [TRACE] dag/walk: visiting "root" | |
2019/07/08 15:51:36 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot) | |
2019/07/08 15:51:36 [TRACE] vertex "root": visit complete | |
2019/07/08 15:51:36 [DEBUG] command: asking for input: "Do you want to perform these actions?" | |
2019/07/08 15:51:39 [INFO] backend/local: apply calling Apply | |
2019/07/08 15:51:39 [INFO] terraform: building graph: GraphTypeApply | |
2019/07/08 15:51:39 [TRACE] Executing graph transform *terraform.ConfigTransformer | |
2019/07/08 15:51:39 [TRACE] ConfigTransformer: Starting for path: | |
2019/07/08 15:51:39 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph: | |
google_compute_firewall.tfe_ingress (prepare state) - *terraform.NodeApplyableResource | |
google_compute_instance.tfe (prepare state) - *terraform.NodeApplyableResource | |
------ | |
2019/07/08 15:51:39 [TRACE] Executing graph transform *terraform.DiffTransformer | |
2019/07/08 15:51:39 [TRACE] DiffTransformer starting | |
2019/07/08 15:51:39 [TRACE] DiffTransformer: found Create change for google_compute_instance.tfe | |
2019/07/08 15:51:39 [TRACE] DiffTransformer: google_compute_instance.tfe will be represented by google_compute_instance.tfe | |
2019/07/08 15:51:39 [TRACE] DiffTransformer: found Create change for google_compute_firewall.tfe_ingress | |
2019/07/08 15:51:39 [TRACE] DiffTransformer: google_compute_firewall.tfe_ingress will be represented by google_compute_firewall.tfe_ingress | |
2019/07/08 15:51:39 [TRACE] DiffTransformer complete | |
2019/07/08 15:51:39 [TRACE] Completed graph transform *terraform.DiffTransformer with new graph: | |
google_compute_firewall.tfe_ingress - *terraform.NodeApplyableResourceInstance | |
google_compute_firewall.tfe_ingress (prepare state) - *terraform.NodeApplyableResource | |
google_compute_firewall.tfe_ingress (prepare state) - *terraform.NodeApplyableResource | |
google_compute_instance.tfe - *terraform.NodeApplyableResourceInstance | |
google_compute_instance.tfe (prepare state) - *terraform.NodeApplyableResource | |
google_compute_instance.tfe (prepare state) - *terraform.NodeApplyableResource | |
------ | |
2019/07/08 15:51:39 [TRACE] Executing graph transform *terraform.OrphanResourceTransformer | |
2019/07/08 15:51:39 [TRACE] Completed graph transform *terraform.OrphanResourceTransformer (no changes) | |
2019/07/08 15:51:39 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer | |
2019/07/08 15:51:39 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes) | |
2019/07/08 15:51:39 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer | |
2019/07/08 15:51:39 [TRACE] AttachResourceConfigTransformer: attaching to "google_compute_firewall.tfe_ingress" (*terraform.NodeApplyableResourceInstance) config from main.tf:61,1-49 | |
2019/07/08 15:51:39 [TRACE] AttachResourceConfigTransformer: attaching to "google_compute_instance.tfe (prepare state)" (*terraform.NodeApplyableResource) config from main.tf:27,1-41 | |
2019/07/08 15:51:39 [TRACE] AttachResourceConfigTransformer: attaching to "google_compute_firewall.tfe_ingress (prepare state)" (*terraform.NodeApplyableResource) config from main.tf:61,1-49 | |
2019/07/08 15:51:39 [TRACE] AttachResourceConfigTransformer: attaching to "google_compute_instance.tfe" (*terraform.NodeApplyableResourceInstance) config from main.tf:27,1-41 | |
2019/07/08 15:51:39 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes) | |
2019/07/08 15:51:39 [TRACE] Executing graph transform *terraform.AttachStateTransformer | |
2019/07/08 15:51:39 [DEBUG] Resource state not found for node "google_compute_instance.tfe", instance google_compute_instance.tfe | |
2019/07/08 15:51:39 [DEBUG] Resource state not found for node "google_compute_firewall.tfe_ingress", instance google_compute_firewall.tfe_ingress | |
2019/07/08 15:51:39 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes) | |
2019/07/08 15:51:39 [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer | |
2019/07/08 15:51:39 [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes) | |
2019/07/08 15:51:39 [TRACE] Executing graph transform *terraform.CBDEdgeTransformer | |
2019/07/08 15:51:39 [TRACE] Completed graph transform *terraform.CBDEdgeTransformer (no changes) | |
2019/07/08 15:51:39 [TRACE] Executing graph transform *terraform.MissingProvisionerTransformer | |
2019/07/08 15:51:39 [TRACE] Completed graph transform *terraform.MissingProvisionerTransformer (no changes) | |
2019/07/08 15:51:39 [TRACE] Executing graph transform *terraform.ProvisionerTransformer | |
2019/07/08 15:51:39 [TRACE] Completed graph transform *terraform.ProvisionerTransformer (no changes) | |
2019/07/08 15:51:39 [TRACE] Executing graph transform *terraform.RootVariableTransformer | |
2019/07/08 15:51:39 [TRACE] Completed graph transform *terraform.RootVariableTransformer with new graph: | |
google_compute_firewall.tfe_ingress - *terraform.NodeApplyableResourceInstance | |
google_compute_firewall.tfe_ingress (prepare state) - *terraform.NodeApplyableResource | |
google_compute_firewall.tfe_ingress (prepare state) - *terraform.NodeApplyableResource | |
google_compute_instance.tfe - *terraform.NodeApplyableResourceInstance | |
google_compute_instance.tfe (prepare state) - *terraform.NodeApplyableResource | |
google_compute_instance.tfe (prepare state) - *terraform.NodeApplyableResource | |
var.gcp_project - *terraform.NodeRootVariable | |
var.gcp_region - *terraform.NodeRootVariable | |
var.tfe_firewall_ingress_ports - *terraform.NodeRootVariable | |
var.tfe_instance_boot_disk_size - *terraform.NodeRootVariable | |
var.tfe_instance_image - *terraform.NodeRootVariable | |
var.tfe_instance_name - *terraform.NodeRootVariable | |
var.tfe_instance_network - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_pub_key - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_username - *terraform.NodeRootVariable | |
var.tfe_instance_tags - *terraform.NodeRootVariable | |
var.tfe_instance_zone - *terraform.NodeRootVariable | |
var.tfe_machine_type - *terraform.NodeRootVariable | |
------ | |
2019/07/08 15:51:39 [TRACE] Executing graph transform *terraform.LocalTransformer | |
2019/07/08 15:51:39 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes) | |
2019/07/08 15:51:39 [TRACE] Executing graph transform *terraform.OutputTransformer | |
2019/07/08 15:51:39 [TRACE] Completed graph transform *terraform.OutputTransformer with new graph: | |
google_compute_firewall.tfe_ingress - *terraform.NodeApplyableResourceInstance | |
google_compute_firewall.tfe_ingress (prepare state) - *terraform.NodeApplyableResource | |
google_compute_firewall.tfe_ingress (prepare state) - *terraform.NodeApplyableResource | |
google_compute_instance.tfe - *terraform.NodeApplyableResourceInstance | |
google_compute_instance.tfe (prepare state) - *terraform.NodeApplyableResource | |
google_compute_instance.tfe (prepare state) - *terraform.NodeApplyableResource | |
output.tfe_instance_public_ip - *terraform.NodeApplyableOutput | |
var.gcp_project - *terraform.NodeRootVariable | |
var.gcp_region - *terraform.NodeRootVariable | |
var.tfe_firewall_ingress_ports - *terraform.NodeRootVariable | |
var.tfe_instance_boot_disk_size - *terraform.NodeRootVariable | |
var.tfe_instance_image - *terraform.NodeRootVariable | |
var.tfe_instance_name - *terraform.NodeRootVariable | |
var.tfe_instance_network - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_pub_key - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_username - *terraform.NodeRootVariable | |
var.tfe_instance_tags - *terraform.NodeRootVariable | |
var.tfe_instance_zone - *terraform.NodeRootVariable | |
var.tfe_machine_type - *terraform.NodeRootVariable | |
------ | |
2019/07/08 15:51:39 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer | |
2019/07/08 15:51:39 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes) | |
2019/07/08 15:51:39 [TRACE] Executing graph transform *terraform.graphTransformerMulti | |
2019/07/08 15:51:39 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer | |
2019/07/08 15:51:39 [TRACE] ProviderConfigTransformer: attaching to "provider.google" provider configuration from main.tf:17,1-18 | |
2019/07/08 15:51:39 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph: | |
google_compute_firewall.tfe_ingress - *terraform.NodeApplyableResourceInstance | |
google_compute_firewall.tfe_ingress (prepare state) - *terraform.NodeApplyableResource | |
google_compute_firewall.tfe_ingress (prepare state) - *terraform.NodeApplyableResource | |
google_compute_instance.tfe - *terraform.NodeApplyableResourceInstance | |
google_compute_instance.tfe (prepare state) - *terraform.NodeApplyableResource | |
google_compute_instance.tfe (prepare state) - *terraform.NodeApplyableResource | |
output.tfe_instance_public_ip - *terraform.NodeApplyableOutput | |
provider.google - *terraform.NodeApplyableProvider | |
var.gcp_project - *terraform.NodeRootVariable | |
var.gcp_region - *terraform.NodeRootVariable | |
var.tfe_firewall_ingress_ports - *terraform.NodeRootVariable | |
var.tfe_instance_boot_disk_size - *terraform.NodeRootVariable | |
var.tfe_instance_image - *terraform.NodeRootVariable | |
var.tfe_instance_name - *terraform.NodeRootVariable | |
var.tfe_instance_network - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_pub_key - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_username - *terraform.NodeRootVariable | |
var.tfe_instance_tags - *terraform.NodeRootVariable | |
var.tfe_instance_zone - *terraform.NodeRootVariable | |
var.tfe_machine_type - *terraform.NodeRootVariable | |
------ | |
2019/07/08 15:51:39 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer | |
2019/07/08 15:51:39 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes) | |
2019/07/08 15:51:39 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer | |
2019/07/08 15:51:39 [TRACE] ProviderTransformer: google_compute_firewall.tfe_ingress is provided by provider.google or inherited equivalent | |
2019/07/08 15:51:39 [TRACE] ProviderTransformer: google_compute_instance.tfe (prepare state) is provided by provider.google or inherited equivalent | |
2019/07/08 15:51:39 [TRACE] ProviderTransformer: google_compute_instance.tfe is provided by provider.google or inherited equivalent | |
2019/07/08 15:51:39 [TRACE] ProviderTransformer: google_compute_firewall.tfe_ingress (prepare state) is provided by provider.google or inherited equivalent | |
2019/07/08 15:51:39 [TRACE] ProviderTransformer: exact match for provider.google serving google_compute_firewall.tfe_ingress | |
2019/07/08 15:51:39 [DEBUG] ProviderTransformer: "google_compute_firewall.tfe_ingress" (*terraform.NodeApplyableResourceInstance) needs provider.google | |
2019/07/08 15:51:39 [TRACE] ProviderTransformer: exact match for provider.google serving google_compute_instance.tfe (prepare state) | |
2019/07/08 15:51:39 [DEBUG] ProviderTransformer: "google_compute_instance.tfe (prepare state)" (*terraform.NodeApplyableResource) needs provider.google | |
2019/07/08 15:51:39 [TRACE] ProviderTransformer: exact match for provider.google serving google_compute_instance.tfe | |
2019/07/08 15:51:39 [DEBUG] ProviderTransformer: "google_compute_instance.tfe" (*terraform.NodeApplyableResourceInstance) needs provider.google | |
2019/07/08 15:51:39 [TRACE] ProviderTransformer: exact match for provider.google serving google_compute_firewall.tfe_ingress (prepare state) | |
2019/07/08 15:51:39 [DEBUG] ProviderTransformer: "google_compute_firewall.tfe_ingress (prepare state)" (*terraform.NodeApplyableResource) needs provider.google | |
2019/07/08 15:51:39 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph: | |
google_compute_firewall.tfe_ingress - *terraform.NodeApplyableResourceInstance | |
google_compute_firewall.tfe_ingress (prepare state) - *terraform.NodeApplyableResource | |
provider.google - *terraform.NodeApplyableProvider | |
google_compute_firewall.tfe_ingress (prepare state) - *terraform.NodeApplyableResource | |
provider.google - *terraform.NodeApplyableProvider | |
google_compute_instance.tfe - *terraform.NodeApplyableResourceInstance | |
google_compute_instance.tfe (prepare state) - *terraform.NodeApplyableResource | |
provider.google - *terraform.NodeApplyableProvider | |
google_compute_instance.tfe (prepare state) - *terraform.NodeApplyableResource | |
provider.google - *terraform.NodeApplyableProvider | |
output.tfe_instance_public_ip - *terraform.NodeApplyableOutput | |
provider.google - *terraform.NodeApplyableProvider | |
var.gcp_project - *terraform.NodeRootVariable | |
var.gcp_region - *terraform.NodeRootVariable | |
var.tfe_firewall_ingress_ports - *terraform.NodeRootVariable | |
var.tfe_instance_boot_disk_size - *terraform.NodeRootVariable | |
var.tfe_instance_image - *terraform.NodeRootVariable | |
var.tfe_instance_name - *terraform.NodeRootVariable | |
var.tfe_instance_network - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_pub_key - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_username - *terraform.NodeRootVariable | |
var.tfe_instance_tags - *terraform.NodeRootVariable | |
var.tfe_instance_zone - *terraform.NodeRootVariable | |
var.tfe_machine_type - *terraform.NodeRootVariable | |
------ | |
2019/07/08 15:51:39 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer | |
2019/07/08 15:51:39 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes) | |
2019/07/08 15:51:39 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer | |
2019/07/08 15:51:39 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes) | |
2019/07/08 15:51:39 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph: | |
google_compute_firewall.tfe_ingress - *terraform.NodeApplyableResourceInstance | |
google_compute_firewall.tfe_ingress (prepare state) - *terraform.NodeApplyableResource | |
provider.google - *terraform.NodeApplyableProvider | |
google_compute_firewall.tfe_ingress (prepare state) - *terraform.NodeApplyableResource | |
provider.google - *terraform.NodeApplyableProvider | |
google_compute_instance.tfe - *terraform.NodeApplyableResourceInstance | |
google_compute_instance.tfe (prepare state) - *terraform.NodeApplyableResource | |
provider.google - *terraform.NodeApplyableProvider | |
google_compute_instance.tfe (prepare state) - *terraform.NodeApplyableResource | |
provider.google - *terraform.NodeApplyableProvider | |
output.tfe_instance_public_ip - *terraform.NodeApplyableOutput | |
provider.google - *terraform.NodeApplyableProvider | |
var.gcp_project - *terraform.NodeRootVariable | |
var.gcp_region - *terraform.NodeRootVariable | |
var.tfe_firewall_ingress_ports - *terraform.NodeRootVariable | |
var.tfe_instance_boot_disk_size - *terraform.NodeRootVariable | |
var.tfe_instance_image - *terraform.NodeRootVariable | |
var.tfe_instance_name - *terraform.NodeRootVariable | |
var.tfe_instance_network - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_pub_key - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_username - *terraform.NodeRootVariable | |
var.tfe_instance_tags - *terraform.NodeRootVariable | |
var.tfe_instance_zone - *terraform.NodeRootVariable | |
var.tfe_machine_type - *terraform.NodeRootVariable | |
------ | |
2019/07/08 15:51:39 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer | |
2019/07/08 15:51:39 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes) | |
2019/07/08 15:51:39 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer | |
2019/07/08 15:51:39 [TRACE] AttachSchemaTransformer: attaching resource schema to google_compute_firewall.tfe_ingress | |
2019/07/08 15:51:39 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider.google | |
2019/07/08 15:51:39 [TRACE] AttachSchemaTransformer: attaching resource schema to google_compute_instance.tfe (prepare state) | |
2019/07/08 15:51:39 [TRACE] AttachSchemaTransformer: attaching resource schema to google_compute_instance.tfe | |
2019/07/08 15:51:39 [TRACE] AttachSchemaTransformer: attaching resource schema to google_compute_firewall.tfe_ingress (prepare state) | |
2019/07/08 15:51:39 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes) | |
2019/07/08 15:51:39 [TRACE] Executing graph transform *terraform.ReferenceTransformer | |
2019/07/08 15:51:39 [DEBUG] ReferenceTransformer: "google_compute_instance.tfe (prepare state)" references: [] | |
2019/07/08 15:51:39 [DEBUG] ReferenceTransformer: "google_compute_firewall.tfe_ingress" references: [google_compute_instance.tfe (prepare state) google_compute_instance.tfe google_compute_instance.tfe google_compute_instance.tfe (prepare state) google_compute_instance.tfe google_compute_instance.tfe google_compute_instance.tfe (prepare state) google_compute_instance.tfe google_compute_instance.tfe var.tfe_firewall_ingress_ports] | |
2019/07/08 15:51:39 [DEBUG] ReferenceTransformer: "var.tfe_machine_type" references: [] | |
2019/07/08 15:51:39 [DEBUG] ReferenceTransformer: "var.tfe_instance_ssh_username" references: [] | |
2019/07/08 15:51:39 [DEBUG] ReferenceTransformer: "var.tfe_instance_tags" references: [] | |
2019/07/08 15:51:39 [DEBUG] ReferenceTransformer: "provider.google" references: [var.gcp_project var.gcp_region] | |
2019/07/08 15:51:39 [DEBUG] ReferenceTransformer: "var.gcp_project" references: [] | |
2019/07/08 15:51:39 [DEBUG] ReferenceTransformer: "google_compute_firewall.tfe_ingress (prepare state)" references: [] | |
2019/07/08 15:51:39 [DEBUG] ReferenceTransformer: "google_compute_instance.tfe" references: [var.tfe_instance_tags var.tfe_machine_type var.tfe_instance_name var.tfe_instance_zone var.tfe_instance_ssh_username var.tfe_instance_ssh_pub_key var.tfe_instance_image var.tfe_instance_boot_disk_size var.tfe_instance_network] | |
2019/07/08 15:51:39 [DEBUG] ReferenceTransformer: "var.tfe_instance_name" references: [] | |
2019/07/08 15:51:39 [DEBUG] ReferenceTransformer: "var.tfe_instance_zone" references: [] | |
2019/07/08 15:51:39 [DEBUG] ReferenceTransformer: "var.gcp_region" references: [] | |
2019/07/08 15:51:39 [DEBUG] ReferenceTransformer: "var.tfe_instance_image" references: [] | |
2019/07/08 15:51:39 [DEBUG] ReferenceTransformer: "var.tfe_instance_network" references: [] | |
2019/07/08 15:51:39 [DEBUG] ReferenceTransformer: "var.tfe_instance_ssh_pub_key" references: [] | |
2019/07/08 15:51:39 [DEBUG] ReferenceTransformer: "var.tfe_instance_boot_disk_size" references: [] | |
2019/07/08 15:51:39 [DEBUG] ReferenceTransformer: "var.tfe_firewall_ingress_ports" references: [] | |
2019/07/08 15:51:39 [DEBUG] ReferenceTransformer: "output.tfe_instance_public_ip" references: [google_compute_instance.tfe (prepare state) google_compute_instance.tfe google_compute_instance.tfe] | |
2019/07/08 15:51:39 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph: | |
google_compute_firewall.tfe_ingress - *terraform.NodeApplyableResourceInstance | |
google_compute_firewall.tfe_ingress (prepare state) - *terraform.NodeApplyableResource | |
google_compute_instance.tfe - *terraform.NodeApplyableResourceInstance | |
google_compute_instance.tfe (prepare state) - *terraform.NodeApplyableResource | |
provider.google - *terraform.NodeApplyableProvider | |
var.tfe_firewall_ingress_ports - *terraform.NodeRootVariable | |
google_compute_firewall.tfe_ingress (prepare state) - *terraform.NodeApplyableResource | |
provider.google - *terraform.NodeApplyableProvider | |
google_compute_instance.tfe - *terraform.NodeApplyableResourceInstance | |
google_compute_instance.tfe (prepare state) - *terraform.NodeApplyableResource | |
provider.google - *terraform.NodeApplyableProvider | |
var.tfe_instance_boot_disk_size - *terraform.NodeRootVariable | |
var.tfe_instance_image - *terraform.NodeRootVariable | |
var.tfe_instance_name - *terraform.NodeRootVariable | |
var.tfe_instance_network - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_pub_key - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_username - *terraform.NodeRootVariable | |
var.tfe_instance_tags - *terraform.NodeRootVariable | |
var.tfe_instance_zone - *terraform.NodeRootVariable | |
var.tfe_machine_type - *terraform.NodeRootVariable | |
google_compute_instance.tfe (prepare state) - *terraform.NodeApplyableResource | |
provider.google - *terraform.NodeApplyableProvider | |
output.tfe_instance_public_ip - *terraform.NodeApplyableOutput | |
google_compute_instance.tfe - *terraform.NodeApplyableResourceInstance | |
google_compute_instance.tfe (prepare state) - *terraform.NodeApplyableResource | |
provider.google - *terraform.NodeApplyableProvider | |
var.gcp_project - *terraform.NodeRootVariable | |
var.gcp_region - *terraform.NodeRootVariable | |
var.gcp_project - *terraform.NodeRootVariable | |
var.gcp_region - *terraform.NodeRootVariable | |
var.tfe_firewall_ingress_ports - *terraform.NodeRootVariable | |
var.tfe_instance_boot_disk_size - *terraform.NodeRootVariable | |
var.tfe_instance_image - *terraform.NodeRootVariable | |
var.tfe_instance_name - *terraform.NodeRootVariable | |
var.tfe_instance_network - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_pub_key - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_username - *terraform.NodeRootVariable | |
var.tfe_instance_tags - *terraform.NodeRootVariable | |
var.tfe_instance_zone - *terraform.NodeRootVariable | |
var.tfe_machine_type - *terraform.NodeRootVariable | |
------ | |
2019/07/08 15:51:39 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer | |
2019/07/08 15:51:39 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph: | |
google_compute_firewall.tfe_ingress - *terraform.NodeApplyableResourceInstance | |
google_compute_firewall.tfe_ingress (prepare state) - *terraform.NodeApplyableResource | |
google_compute_instance.tfe - *terraform.NodeApplyableResourceInstance | |
google_compute_instance.tfe (prepare state) - *terraform.NodeApplyableResource | |
provider.google - *terraform.NodeApplyableProvider | |
var.tfe_firewall_ingress_ports - *terraform.NodeRootVariable | |
google_compute_firewall.tfe_ingress (prepare state) - *terraform.NodeApplyableResource | |
provider.google - *terraform.NodeApplyableProvider | |
google_compute_instance.tfe - *terraform.NodeApplyableResourceInstance | |
google_compute_instance.tfe (prepare state) - *terraform.NodeApplyableResource | |
provider.google - *terraform.NodeApplyableProvider | |
var.tfe_instance_boot_disk_size - *terraform.NodeRootVariable | |
var.tfe_instance_image - *terraform.NodeRootVariable | |
var.tfe_instance_name - *terraform.NodeRootVariable | |
var.tfe_instance_network - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_pub_key - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_username - *terraform.NodeRootVariable | |
var.tfe_instance_tags - *terraform.NodeRootVariable | |
var.tfe_instance_zone - *terraform.NodeRootVariable | |
var.tfe_machine_type - *terraform.NodeRootVariable | |
google_compute_instance.tfe (prepare state) - *terraform.NodeApplyableResource | |
provider.google - *terraform.NodeApplyableProvider | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
google_compute_firewall.tfe_ingress - *terraform.NodeApplyableResourceInstance | |
google_compute_firewall.tfe_ingress (prepare state) - *terraform.NodeApplyableResource | |
google_compute_instance.tfe - *terraform.NodeApplyableResourceInstance | |
google_compute_instance.tfe (prepare state) - *terraform.NodeApplyableResource | |
output.tfe_instance_public_ip - *terraform.NodeApplyableOutput | |
provider.google - *terraform.NodeApplyableProvider | |
var.gcp_project - *terraform.NodeRootVariable | |
var.gcp_region - *terraform.NodeRootVariable | |
var.tfe_firewall_ingress_ports - *terraform.NodeRootVariable | |
var.tfe_instance_boot_disk_size - *terraform.NodeRootVariable | |
var.tfe_instance_image - *terraform.NodeRootVariable | |
var.tfe_instance_name - *terraform.NodeRootVariable | |
var.tfe_instance_network - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_pub_key - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_username - *terraform.NodeRootVariable | |
var.tfe_instance_tags - *terraform.NodeRootVariable | |
var.tfe_instance_zone - *terraform.NodeRootVariable | |
var.tfe_machine_type - *terraform.NodeRootVariable | |
output.tfe_instance_public_ip - *terraform.NodeApplyableOutput | |
google_compute_instance.tfe - *terraform.NodeApplyableResourceInstance | |
google_compute_instance.tfe (prepare state) - *terraform.NodeApplyableResource | |
provider.google - *terraform.NodeApplyableProvider | |
var.gcp_project - *terraform.NodeRootVariable | |
var.gcp_region - *terraform.NodeRootVariable | |
var.gcp_project - *terraform.NodeRootVariable | |
var.gcp_region - *terraform.NodeRootVariable | |
var.tfe_firewall_ingress_ports - *terraform.NodeRootVariable | |
var.tfe_instance_boot_disk_size - *terraform.NodeRootVariable | |
var.tfe_instance_image - *terraform.NodeRootVariable | |
var.tfe_instance_name - *terraform.NodeRootVariable | |
var.tfe_instance_network - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_pub_key - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_username - *terraform.NodeRootVariable | |
var.tfe_instance_tags - *terraform.NodeRootVariable | |
var.tfe_instance_zone - *terraform.NodeRootVariable | |
var.tfe_machine_type - *terraform.NodeRootVariable | |
------ | |
2019/07/08 15:51:39 [TRACE] Executing graph transform *terraform.TargetsTransformer | |
2019/07/08 15:51:39 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes) | |
2019/07/08 15:51:39 [TRACE] Executing graph transform *terraform.CloseProviderTransformer | |
2019/07/08 15:51:39 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph: | |
google_compute_firewall.tfe_ingress - *terraform.NodeApplyableResourceInstance | |
google_compute_firewall.tfe_ingress (prepare state) - *terraform.NodeApplyableResource | |
google_compute_instance.tfe - *terraform.NodeApplyableResourceInstance | |
google_compute_instance.tfe (prepare state) - *terraform.NodeApplyableResource | |
provider.google - *terraform.NodeApplyableProvider | |
var.tfe_firewall_ingress_ports - *terraform.NodeRootVariable | |
google_compute_firewall.tfe_ingress (prepare state) - *terraform.NodeApplyableResource | |
provider.google - *terraform.NodeApplyableProvider | |
google_compute_instance.tfe - *terraform.NodeApplyableResourceInstance | |
google_compute_instance.tfe (prepare state) - *terraform.NodeApplyableResource | |
provider.google - *terraform.NodeApplyableProvider | |
var.tfe_instance_boot_disk_size - *terraform.NodeRootVariable | |
var.tfe_instance_image - *terraform.NodeRootVariable | |
var.tfe_instance_name - *terraform.NodeRootVariable | |
var.tfe_instance_network - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_pub_key - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_username - *terraform.NodeRootVariable | |
var.tfe_instance_tags - *terraform.NodeRootVariable | |
var.tfe_instance_zone - *terraform.NodeRootVariable | |
var.tfe_machine_type - *terraform.NodeRootVariable | |
google_compute_instance.tfe (prepare state) - *terraform.NodeApplyableResource | |
provider.google - *terraform.NodeApplyableProvider | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
google_compute_firewall.tfe_ingress - *terraform.NodeApplyableResourceInstance | |
google_compute_firewall.tfe_ingress (prepare state) - *terraform.NodeApplyableResource | |
google_compute_instance.tfe - *terraform.NodeApplyableResourceInstance | |
google_compute_instance.tfe (prepare state) - *terraform.NodeApplyableResource | |
output.tfe_instance_public_ip - *terraform.NodeApplyableOutput | |
provider.google - *terraform.NodeApplyableProvider | |
var.gcp_project - *terraform.NodeRootVariable | |
var.gcp_region - *terraform.NodeRootVariable | |
var.tfe_firewall_ingress_ports - *terraform.NodeRootVariable | |
var.tfe_instance_boot_disk_size - *terraform.NodeRootVariable | |
var.tfe_instance_image - *terraform.NodeRootVariable | |
var.tfe_instance_name - *terraform.NodeRootVariable | |
var.tfe_instance_network - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_pub_key - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_username - *terraform.NodeRootVariable | |
var.tfe_instance_tags - *terraform.NodeRootVariable | |
var.tfe_instance_zone - *terraform.NodeRootVariable | |
var.tfe_machine_type - *terraform.NodeRootVariable | |
output.tfe_instance_public_ip - *terraform.NodeApplyableOutput | |
google_compute_instance.tfe - *terraform.NodeApplyableResourceInstance | |
google_compute_instance.tfe (prepare state) - *terraform.NodeApplyableResource | |
provider.google - *terraform.NodeApplyableProvider | |
var.gcp_project - *terraform.NodeRootVariable | |
var.gcp_region - *terraform.NodeRootVariable | |
provider.google (close) - *terraform.graphNodeCloseProvider | |
google_compute_firewall.tfe_ingress - *terraform.NodeApplyableResourceInstance | |
google_compute_firewall.tfe_ingress (prepare state) - *terraform.NodeApplyableResource | |
google_compute_instance.tfe - *terraform.NodeApplyableResourceInstance | |
google_compute_instance.tfe (prepare state) - *terraform.NodeApplyableResource | |
provider.google - *terraform.NodeApplyableProvider | |
var.gcp_project - *terraform.NodeRootVariable | |
var.gcp_region - *terraform.NodeRootVariable | |
var.tfe_firewall_ingress_ports - *terraform.NodeRootVariable | |
var.tfe_instance_boot_disk_size - *terraform.NodeRootVariable | |
var.tfe_instance_image - *terraform.NodeRootVariable | |
var.tfe_instance_name - *terraform.NodeRootVariable | |
var.tfe_instance_network - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_pub_key - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_username - *terraform.NodeRootVariable | |
var.tfe_instance_tags - *terraform.NodeRootVariable | |
var.tfe_instance_zone - *terraform.NodeRootVariable | |
var.tfe_machine_type - *terraform.NodeRootVariable | |
------ | |
2019/07/08 15:51:39 [TRACE] Executing graph transform *terraform.CloseProvisionerTransformer | |
2019/07/08 15:51:39 [TRACE] Completed graph transform *terraform.CloseProvisionerTransformer (no changes) | |
2019/07/08 15:51:39 [TRACE] Executing graph transform *terraform.RootTransformer | |
2019/07/08 15:51:39 [TRACE] Completed graph transform *terraform.RootTransformer with new graph: | |
google_compute_firewall.tfe_ingress - *terraform.NodeApplyableResourceInstance | |
google_compute_firewall.tfe_ingress (prepare state) - *terraform.NodeApplyableResource | |
google_compute_instance.tfe - *terraform.NodeApplyableResourceInstance | |
google_compute_instance.tfe (prepare state) - *terraform.NodeApplyableResource | |
provider.google - *terraform.NodeApplyableProvider | |
var.tfe_firewall_ingress_ports - *terraform.NodeRootVariable | |
google_compute_firewall.tfe_ingress (prepare state) - *terraform.NodeApplyableResource | |
provider.google - *terraform.NodeApplyableProvider | |
google_compute_instance.tfe - *terraform.NodeApplyableResourceInstance | |
google_compute_instance.tfe (prepare state) - *terraform.NodeApplyableResource | |
provider.google - *terraform.NodeApplyableProvider | |
var.tfe_instance_boot_disk_size - *terraform.NodeRootVariable | |
var.tfe_instance_image - *terraform.NodeRootVariable | |
var.tfe_instance_name - *terraform.NodeRootVariable | |
var.tfe_instance_network - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_pub_key - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_username - *terraform.NodeRootVariable | |
var.tfe_instance_tags - *terraform.NodeRootVariable | |
var.tfe_instance_zone - *terraform.NodeRootVariable | |
var.tfe_machine_type - *terraform.NodeRootVariable | |
google_compute_instance.tfe (prepare state) - *terraform.NodeApplyableResource | |
provider.google - *terraform.NodeApplyableProvider | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
google_compute_firewall.tfe_ingress - *terraform.NodeApplyableResourceInstance | |
google_compute_firewall.tfe_ingress (prepare state) - *terraform.NodeApplyableResource | |
google_compute_instance.tfe - *terraform.NodeApplyableResourceInstance | |
google_compute_instance.tfe (prepare state) - *terraform.NodeApplyableResource | |
output.tfe_instance_public_ip - *terraform.NodeApplyableOutput | |
provider.google - *terraform.NodeApplyableProvider | |
var.gcp_project - *terraform.NodeRootVariable | |
var.gcp_region - *terraform.NodeRootVariable | |
var.tfe_firewall_ingress_ports - *terraform.NodeRootVariable | |
var.tfe_instance_boot_disk_size - *terraform.NodeRootVariable | |
var.tfe_instance_image - *terraform.NodeRootVariable | |
var.tfe_instance_name - *terraform.NodeRootVariable | |
var.tfe_instance_network - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_pub_key - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_username - *terraform.NodeRootVariable | |
var.tfe_instance_tags - *terraform.NodeRootVariable | |
var.tfe_instance_zone - *terraform.NodeRootVariable | |
var.tfe_machine_type - *terraform.NodeRootVariable | |
output.tfe_instance_public_ip - *terraform.NodeApplyableOutput | |
google_compute_instance.tfe - *terraform.NodeApplyableResourceInstance | |
google_compute_instance.tfe (prepare state) - *terraform.NodeApplyableResource | |
provider.google - *terraform.NodeApplyableProvider | |
var.gcp_project - *terraform.NodeRootVariable | |
var.gcp_region - *terraform.NodeRootVariable | |
provider.google (close) - *terraform.graphNodeCloseProvider | |
google_compute_firewall.tfe_ingress - *terraform.NodeApplyableResourceInstance | |
google_compute_firewall.tfe_ingress (prepare state) - *terraform.NodeApplyableResource | |
google_compute_instance.tfe - *terraform.NodeApplyableResourceInstance | |
google_compute_instance.tfe (prepare state) - *terraform.NodeApplyableResource | |
provider.google - *terraform.NodeApplyableProvider | |
root - terraform.graphNodeRoot | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
provider.google (close) - *terraform.graphNodeCloseProvider | |
var.gcp_project - *terraform.NodeRootVariable | |
var.gcp_region - *terraform.NodeRootVariable | |
var.tfe_firewall_ingress_ports - *terraform.NodeRootVariable | |
var.tfe_instance_boot_disk_size - *terraform.NodeRootVariable | |
var.tfe_instance_image - *terraform.NodeRootVariable | |
var.tfe_instance_name - *terraform.NodeRootVariable | |
var.tfe_instance_network - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_pub_key - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_username - *terraform.NodeRootVariable | |
var.tfe_instance_tags - *terraform.NodeRootVariable | |
var.tfe_instance_zone - *terraform.NodeRootVariable | |
var.tfe_machine_type - *terraform.NodeRootVariable | |
------ | |
2019/07/08 15:51:39 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer | |
2019/07/08 15:51:39 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph: | |
google_compute_firewall.tfe_ingress - *terraform.NodeApplyableResourceInstance | |
google_compute_firewall.tfe_ingress (prepare state) - *terraform.NodeApplyableResource | |
google_compute_instance.tfe - *terraform.NodeApplyableResourceInstance | |
var.tfe_firewall_ingress_ports - *terraform.NodeRootVariable | |
google_compute_firewall.tfe_ingress (prepare state) - *terraform.NodeApplyableResource | |
provider.google - *terraform.NodeApplyableProvider | |
google_compute_instance.tfe - *terraform.NodeApplyableResourceInstance | |
google_compute_instance.tfe (prepare state) - *terraform.NodeApplyableResource | |
var.tfe_instance_boot_disk_size - *terraform.NodeRootVariable | |
var.tfe_instance_image - *terraform.NodeRootVariable | |
var.tfe_instance_name - *terraform.NodeRootVariable | |
var.tfe_instance_network - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_pub_key - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_username - *terraform.NodeRootVariable | |
var.tfe_instance_tags - *terraform.NodeRootVariable | |
var.tfe_instance_zone - *terraform.NodeRootVariable | |
var.tfe_machine_type - *terraform.NodeRootVariable | |
google_compute_instance.tfe (prepare state) - *terraform.NodeApplyableResource | |
provider.google - *terraform.NodeApplyableProvider | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
google_compute_firewall.tfe_ingress - *terraform.NodeApplyableResourceInstance | |
output.tfe_instance_public_ip - *terraform.NodeApplyableOutput | |
output.tfe_instance_public_ip - *terraform.NodeApplyableOutput | |
google_compute_instance.tfe - *terraform.NodeApplyableResourceInstance | |
provider.google - *terraform.NodeApplyableProvider | |
var.gcp_project - *terraform.NodeRootVariable | |
var.gcp_region - *terraform.NodeRootVariable | |
provider.google (close) - *terraform.graphNodeCloseProvider | |
google_compute_firewall.tfe_ingress - *terraform.NodeApplyableResourceInstance | |
root - terraform.graphNodeRoot | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
provider.google (close) - *terraform.graphNodeCloseProvider | |
var.gcp_project - *terraform.NodeRootVariable | |
var.gcp_region - *terraform.NodeRootVariable | |
var.tfe_firewall_ingress_ports - *terraform.NodeRootVariable | |
var.tfe_instance_boot_disk_size - *terraform.NodeRootVariable | |
var.tfe_instance_image - *terraform.NodeRootVariable | |
var.tfe_instance_name - *terraform.NodeRootVariable | |
var.tfe_instance_network - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_pub_key - *terraform.NodeRootVariable | |
var.tfe_instance_ssh_username - *terraform.NodeRootVariable | |
var.tfe_instance_tags - *terraform.NodeRootVariable | |
var.tfe_instance_zone - *terraform.NodeRootVariable | |
var.tfe_machine_type - *terraform.NodeRootVariable | |
------ | |
2019/07/08 15:51:39 [DEBUG] Starting graph walk: walkApply | |
2019/07/08 15:51:39 [TRACE] dag/walk: updating graph | |
2019/07/08 15:51:39 [TRACE] dag/walk: added new vertex: "var.tfe_machine_type" | |
2019/07/08 15:51:39 [TRACE] dag/walk: added new vertex: "var.tfe_instance_tags" | |
2019/07/08 15:51:39 [TRACE] dag/walk: added new vertex: "var.tfe_instance_name" | |
2019/07/08 15:51:39 [TRACE] dag/walk: added new vertex: "var.gcp_region" | |
2019/07/08 15:51:39 [TRACE] dag/walk: added new vertex: "var.tfe_instance_ssh_pub_key" | |
2019/07/08 15:51:39 [TRACE] dag/walk: added new vertex: "var.tfe_instance_boot_disk_size" | |
2019/07/08 15:51:39 [TRACE] dag/walk: added new vertex: "provider.google (close)" | |
2019/07/08 15:51:39 [TRACE] dag/walk: added new vertex: "var.tfe_instance_ssh_username" | |
2019/07/08 15:51:39 [TRACE] dag/walk: added new vertex: "var.tfe_instance_image" | |
2019/07/08 15:51:39 [TRACE] dag/walk: added new vertex: "output.tfe_instance_public_ip" | |
2019/07/08 15:51:39 [TRACE] dag/walk: added new vertex: "meta.count-boundary (EachMode fixup)" | |
2019/07/08 15:51:39 [TRACE] dag/walk: added new vertex: "google_compute_instance.tfe (prepare state)" | |
2019/07/08 15:51:39 [TRACE] dag/walk: added new vertex: "provider.google" | |
2019/07/08 15:51:39 [TRACE] dag/walk: added new vertex: "var.tfe_instance_zone" | |
2019/07/08 15:51:39 [TRACE] dag/walk: added new vertex: "var.gcp_project" | |
2019/07/08 15:51:39 [TRACE] dag/walk: added new vertex: "var.tfe_instance_network" | |
2019/07/08 15:51:39 [TRACE] dag/walk: added new vertex: "var.tfe_firewall_ingress_ports" | |
2019/07/08 15:51:39 [TRACE] dag/walk: added new vertex: "google_compute_firewall.tfe_ingress" | |
2019/07/08 15:51:39 [TRACE] dag/walk: added new vertex: "root" | |
2019/07/08 15:51:39 [TRACE] dag/walk: added new vertex: "google_compute_firewall.tfe_ingress (prepare state)" | |
2019/07/08 15:51:39 [TRACE] dag/walk: added new vertex: "google_compute_instance.tfe" | |
2019/07/08 15:51:39 [TRACE] dag/walk: added edge: "google_compute_instance.tfe" waiting on "var.tfe_instance_ssh_pub_key" | |
2019/07/08 15:51:39 [TRACE] dag/walk: added edge: "google_compute_instance.tfe" waiting on "var.tfe_instance_zone" | |
2019/07/08 15:51:39 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "output.tfe_instance_public_ip" | |
2019/07/08 15:51:39 [TRACE] dag/walk: added edge: "google_compute_instance.tfe" waiting on "var.tfe_instance_image" | |
2019/07/08 15:51:39 [TRACE] dag/walk: added edge: "output.tfe_instance_public_ip" waiting on "google_compute_instance.tfe" | |
2019/07/08 15:51:39 [TRACE] dag/walk: added edge: "provider.google" waiting on "var.gcp_project" | |
2019/07/08 15:51:39 [TRACE] dag/walk: added edge: "root" waiting on "provider.google (close)" | |
2019/07/08 15:51:39 [TRACE] dag/walk: added edge: "google_compute_instance.tfe" waiting on "var.tfe_instance_name" | |
2019/07/08 15:51:39 [TRACE] dag/walk: added edge: "google_compute_instance.tfe" waiting on "var.tfe_instance_ssh_username" | |
2019/07/08 15:51:39 [TRACE] dag/walk: added edge: "provider.google (close)" waiting on "google_compute_firewall.tfe_ingress" | |
2019/07/08 15:51:39 [TRACE] dag/walk: added edge: "google_compute_firewall.tfe_ingress" waiting on "google_compute_firewall.tfe_ingress (prepare state)" | |
2019/07/08 15:51:39 [TRACE] dag/walk: added edge: "google_compute_firewall.tfe_ingress" waiting on "var.tfe_firewall_ingress_ports" | |
2019/07/08 15:51:39 [TRACE] dag/walk: added edge: "google_compute_instance.tfe" waiting on "var.tfe_instance_tags" | |
2019/07/08 15:51:39 [TRACE] dag/walk: added edge: "google_compute_instance.tfe" waiting on "var.tfe_instance_boot_disk_size" | |
2019/07/08 15:51:39 [TRACE] dag/walk: added edge: "google_compute_instance.tfe" waiting on "var.tfe_instance_network" | |
2019/07/08 15:51:39 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (EachMode fixup)" | |
2019/07/08 15:51:39 [TRACE] dag/walk: added edge: "google_compute_instance.tfe" waiting on "var.tfe_machine_type" | |
2019/07/08 15:51:39 [TRACE] dag/walk: added edge: "google_compute_instance.tfe (prepare state)" waiting on "provider.google" | |
2019/07/08 15:51:39 [TRACE] dag/walk: added edge: "google_compute_firewall.tfe_ingress" waiting on "google_compute_instance.tfe" | |
2019/07/08 15:51:39 [TRACE] dag/walk: added edge: "provider.google" waiting on "var.gcp_region" | |
2019/07/08 15:51:39 [TRACE] dag/walk: added edge: "google_compute_instance.tfe" waiting on "google_compute_instance.tfe (prepare state)" | |
2019/07/08 15:51:39 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "google_compute_firewall.tfe_ingress" | |
2019/07/08 15:51:39 [TRACE] dag/walk: added edge: "google_compute_firewall.tfe_ingress (prepare state)" waiting on "provider.google" | |
2019/07/08 15:51:39 [TRACE] dag/walk: dependencies changed for "google_compute_instance.tfe", sending new deps | |
2019/07/08 15:51:39 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (EachMode fixup)", sending new deps | |
2019/07/08 15:51:39 [TRACE] dag/walk: dependencies changed for "output.tfe_instance_public_ip", sending new deps | |
2019/07/08 15:51:39 [TRACE] dag/walk: dependencies changed for "provider.google", sending new deps | |
2019/07/08 15:51:39 [TRACE] dag/walk: dependencies changed for "root", sending new deps | |
2019/07/08 15:51:39 [TRACE] dag/walk: dependencies changed for "provider.google (close)", sending new deps | |
2019/07/08 15:51:39 [TRACE] dag/walk: dependencies changed for "google_compute_firewall.tfe_ingress", sending new deps | |
2019/07/08 15:51:39 [TRACE] dag/walk: dependencies changed for "google_compute_instance.tfe (prepare state)", sending new deps | |
2019/07/08 15:51:39 [TRACE] dag/walk: dependencies changed for "google_compute_firewall.tfe_ingress (prepare state)", sending new deps | |
2019/07/08 15:51:39 [TRACE] dag/walk: visiting "var.tfe_machine_type" | |
2019/07/08 15:51:39 [TRACE] dag/walk: visiting "var.tfe_instance_network" | |
2019/07/08 15:51:39 [TRACE] dag/walk: visiting "var.gcp_region" | |
2019/07/08 15:51:39 [TRACE] dag/walk: visiting "var.tfe_instance_tags" | |
2019/07/08 15:51:39 [TRACE] vertex "var.gcp_region": starting visit (*terraform.NodeRootVariable) | |
2019/07/08 15:51:39 [TRACE] vertex "var.gcp_region": visit complete | |
2019/07/08 15:51:39 [TRACE] vertex "var.tfe_machine_type": starting visit (*terraform.NodeRootVariable) | |
2019/07/08 15:51:39 [TRACE] vertex "var.tfe_machine_type": visit complete | |
2019/07/08 15:51:39 [TRACE] vertex "var.tfe_instance_network": starting visit (*terraform.NodeRootVariable) | |
2019/07/08 15:51:39 [TRACE] vertex "var.tfe_instance_network": visit complete | |
2019/07/08 15:51:39 [TRACE] dag/walk: visiting "var.tfe_instance_image" | |
2019/07/08 15:51:39 [TRACE] vertex "var.tfe_instance_image": starting visit (*terraform.NodeRootVariable) | |
2019/07/08 15:51:39 [TRACE] vertex "var.tfe_instance_image": visit complete | |
2019/07/08 15:51:39 [TRACE] dag/walk: visiting "var.tfe_instance_zone" | |
2019/07/08 15:51:39 [TRACE] vertex "var.tfe_instance_zone": starting visit (*terraform.NodeRootVariable) | |
2019/07/08 15:51:39 [TRACE] vertex "var.tfe_instance_zone": visit complete | |
2019/07/08 15:51:39 [TRACE] dag/walk: visiting "var.gcp_project" | |
2019/07/08 15:51:39 [TRACE] vertex "var.gcp_project": starting visit (*terraform.NodeRootVariable) | |
2019/07/08 15:51:39 [TRACE] dag/walk: visiting "var.tfe_firewall_ingress_ports" | |
2019/07/08 15:51:39 [TRACE] vertex "var.tfe_firewall_ingress_ports": starting visit (*terraform.NodeRootVariable) | |
2019/07/08 15:51:39 [TRACE] dag/walk: visiting "var.tfe_instance_boot_disk_size" | |
2019/07/08 15:51:39 [TRACE] vertex "var.tfe_firewall_ingress_ports": visit complete | |
2019/07/08 15:51:39 [TRACE] vertex "var.tfe_instance_boot_disk_size": starting visit (*terraform.NodeRootVariable) | |
2019/07/08 15:51:39 [TRACE] vertex "var.tfe_instance_boot_disk_size": visit complete | |
2019/07/08 15:51:39 [TRACE] dag/walk: visiting "var.tfe_instance_ssh_pub_key" | |
2019/07/08 15:51:39 [TRACE] vertex "var.tfe_instance_ssh_pub_key": starting visit (*terraform.NodeRootVariable) | |
2019/07/08 15:51:39 [TRACE] dag/walk: visiting "var.tfe_instance_ssh_username" | |
2019/07/08 15:51:39 [TRACE] vertex "var.tfe_instance_ssh_username": starting visit (*terraform.NodeRootVariable) | |
2019/07/08 15:51:39 [TRACE] dag/walk: visiting "var.tfe_instance_name" | |
2019/07/08 15:51:39 [TRACE] vertex "var.tfe_instance_ssh_username": visit complete | |
2019/07/08 15:51:39 [TRACE] vertex "var.tfe_instance_name": starting visit (*terraform.NodeRootVariable) | |
2019/07/08 15:51:39 [TRACE] vertex "var.tfe_instance_name": visit complete | |
2019/07/08 15:51:39 [TRACE] vertex "var.gcp_project": visit complete | |
2019/07/08 15:51:39 [TRACE] dag/walk: visiting "provider.google" | |
2019/07/08 15:51:39 [TRACE] vertex "provider.google": starting visit (*terraform.NodeApplyableProvider) | |
2019/07/08 15:51:39 [TRACE] vertex "var.tfe_instance_ssh_pub_key": visit complete | |
2019/07/08 15:51:39 [TRACE] vertex "var.tfe_instance_tags": starting visit (*terraform.NodeRootVariable) | |
2019/07/08 15:51:39 [TRACE] vertex "var.tfe_instance_tags": visit complete | |
2019/07/08 15:51:39 [TRACE] vertex "provider.google": evaluating | |
2019/07/08 15:51:39 [TRACE] [walkApply] Entering eval tree: provider.google | |
2019/07/08 15:51:39 [TRACE] <root>: eval: *terraform.EvalSequence | |
2019/07/08 15:51:39 [TRACE] <root>: eval: *terraform.EvalInitProvider | |
2019-07-08T15:51:39.813-0400 [INFO] plugin: configuring client automatic mTLS | |
2019-07-08T15:51:39.852-0400 [DEBUG] plugin: starting plugin: path=/Users/teddy/Dev/tdsacilowski/tfe-demo-modules/terraform-gcp/examples/root-example/.terraform/plugins/darwin_amd64/terraform-provider-google_v2.10.0_x4 args=[/Users/teddy/Dev/tdsacilowski/tfe-demo-modules/terraform-gcp/examples/root-example/.terraform/plugins/darwin_amd64/terraform-provider-google_v2.10.0_x4] | |
2019-07-08T15:51:39.861-0400 [DEBUG] plugin: plugin started: path=/Users/teddy/Dev/tdsacilowski/tfe-demo-modules/terraform-gcp/examples/root-example/.terraform/plugins/darwin_amd64/terraform-provider-google_v2.10.0_x4 pid=28658 | |
2019-07-08T15:51:39.861-0400 [DEBUG] plugin: waiting for RPC address: path=/Users/teddy/Dev/tdsacilowski/tfe-demo-modules/terraform-gcp/examples/root-example/.terraform/plugins/darwin_amd64/terraform-provider-google_v2.10.0_x4 | |
2019-07-08T15:51:39.881-0400 [INFO] plugin.terraform-provider-google_v2.10.0_x4: configuring server automatic mTLS: timestamp=2019-07-08T15:51:39.881-0400 | |
2019-07-08T15:51:39.916-0400 [DEBUG] plugin: using plugin: version=5 | |
2019-07-08T15:51:39.916-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: plugin address: address=/var/folders/xg/dbwp_gtn3zd23r3xd285xvqr0000gn/T/plugin166050233 network=unix timestamp=2019-07-08T15:51:39.916-0400 | |
2019/07/08 15:51:39 [TRACE] BuiltinEvalContext: Initialized "google" provider for provider.google | |
2019/07/08 15:51:39 [TRACE] <root>: eval: terraform.EvalNoop | |
2019/07/08 15:51:39 [TRACE] <root>: eval: terraform.EvalNoop | |
2019/07/08 15:51:39 [TRACE] <root>: eval: *terraform.EvalOpFilter | |
2019/07/08 15:51:39 [TRACE] <root>: eval: *terraform.EvalSequence | |
2019/07/08 15:51:39 [TRACE] <root>: eval: *terraform.EvalGetProvider | |
2019/07/08 15:51:39 [TRACE] <root>: eval: *terraform.EvalOpFilter | |
2019/07/08 15:51:39 [TRACE] <root>: eval: *terraform.EvalSequence | |
2019/07/08 15:51:39 [TRACE] <root>: eval: *terraform.EvalConfigProvider | |
2019/07/08 15:51:39 [TRACE] buildProviderConfig for provider.google: using explicit config only | |
2019/07/08 15:51:39 [TRACE] GRPCProvider: GetSchema | |
2019/07/08 15:51:39 [TRACE] GRPCProvider: Configure | |
2019-07-08T15:51:39.997-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:39 [INFO] Authenticating using configured Google JSON 'credentials'... | |
2019-07-08T15:51:39.997-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:39 [INFO] -- Scopes: [https://www.googleapis.com/auth/compute https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/ndev.clouddns.readwrite https://www.googleapis.com/auth/devstorage.full_control] | |
2019-07-08T15:51:39.997-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:39 [INFO] Instantiating GCE client for path https://www.googleapis.com/compute/v1/projects/ | |
2019-07-08T15:51:39.997-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:39 [INFO] Instantiating GCE Beta client for path https://www.googleapis.com/compute/beta/projects/ | |
2019-07-08T15:51:39.997-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:39 [INFO] Instantiating GKE client for path https://container.googleapis.com/ | |
2019-07-08T15:51:39.997-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:39 [INFO] Instantiating GKE Beta client for path https://container.googleapis.com/ | |
2019-07-08T15:51:39.997-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:39 [INFO] Instantiating Google Cloud DNS client for path https://www.googleapis.com/dns/v1/projects/ | |
2019-07-08T15:51:39.997-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:39 [INFO] Instantiating Google Cloud DNS Beta client for path https://www.googleapis.com/dns/v1beta2/projects/ | |
2019-07-08T15:51:39.997-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:39 [INFO] Instantiating Google Cloud KMS client for path https://cloudkms.googleapis.com/ | |
2019-07-08T15:51:39.997-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:39 [INFO] Instantiating Google Stackdriver Logging client for path https://logging.googleapis.com/ | |
2019-07-08T15:51:39.997-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:39 [INFO] Instantiating Google Storage client for path https://www.googleapis.com/storage/v1/ | |
2019-07-08T15:51:39.997-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:39 [INFO] Instantiating Google SqlAdmin client for path https://www.googleapis.com/sql/v1beta4/ | |
2019-07-08T15:51:39.997-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:39 [INFO] Instantiating Google Pubsub client for path https://pubsub.googleapis.com/ | |
2019-07-08T15:51:39.997-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:39 [INFO] Instantiating Google Dataflow client for path https://dataflow.googleapis.com/ | |
2019-07-08T15:51:39.997-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:39 [INFO] Instantiating Google Cloud ResourceManager client for path https://cloudresourcemanager.googleapis.com/ | |
2019-07-08T15:51:39.997-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:39 [INFO] Instantiating Google Cloud ResourceManager V client for path https://cloudresourcemanager.googleapis.com/ | |
2019-07-08T15:51:39.998-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:39 [INFO] Instantiating Google Cloud Runtimeconfig client for path https://runtimeconfig.googleapis.com/ | |
2019-07-08T15:51:39.998-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:39 [INFO] Instantiating Google Cloud IAM client for path https://iam.googleapis.com/ | |
2019-07-08T15:51:39.998-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:39 [INFO] Instantiating Google Cloud IAMCredentials client for path https://iamcredentials.googleapis.com/ | |
2019-07-08T15:51:39.998-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:39 [INFO] Instantiating Google Cloud Service Management client for path https://servicemanagement.googleapis.com/ | |
2019-07-08T15:51:39.998-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:39 [INFO] Instantiating Google Cloud Service Usage client for path https://serviceusage.googleapis.com/ | |
2019-07-08T15:51:39.998-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:39 [INFO] Instantiating Google Cloud Billing client for path https://cloudbilling.googleapis.com/ | |
2019-07-08T15:51:39.998-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:39 [INFO] Instantiating Google Cloud Build client for path https://cloudbuild.googleapis.com/ | |
2019-07-08T15:51:39.998-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:39 [INFO] Instantiating Google Cloud BigQuery client for path https://www.googleapis.com/bigquery/v2/ | |
2019-07-08T15:51:39.998-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:39 [INFO] Instantiating Google Cloud CloudFunctions Client for path https://cloudfunctions.googleapis.com/ | |
2019-07-08T15:51:39.998-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:39 [INFO] Instantiating Google Cloud Source Repo client for path https://sourcerepo.googleapis.com/ | |
2019-07-08T15:51:39.998-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:39 [INFO] Instantiating Google Cloud Spanner client for path https://spanner.googleapis.com/ | |
2019-07-08T15:51:39.998-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:39 [INFO] Instantiating Google Cloud Dataproc client for path https://dataproc.googleapis.com/ | |
2019-07-08T15:51:39.998-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:39 [INFO] Instantiating Google Cloud Dataproc Beta client for path https://dataproc.googleapis.com/ | |
2019-07-08T15:51:39.998-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:39 [INFO] Instantiating Filestore client for path https://file.googleapis.com/ | |
2019-07-08T15:51:39.998-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:39 [INFO] Instantiating Google Cloud IoT Core client for path https://cloudiot.googleapis.com/ | |
2019-07-08T15:51:39.998-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:39 [INFO] Instantiating App Engine client for path https://appengine.googleapis.com/ | |
2019-07-08T15:51:39.998-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:39 [INFO] Instantiating Cloud Composer client for path https://composer.googleapis.com/ | |
2019-07-08T15:51:39.998-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:39 [INFO] Instantiating Service Networking client for path https://servicenetworking.googleapis.com/ | |
2019-07-08T15:51:39.998-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:39 [INFO] Instantiating Google Cloud Storage Transfer client for path https://storagetransfer.googleapis.com/ | |
2019/07/08 15:51:39 [TRACE] [walkApply] Exiting eval tree: provider.google | |
2019/07/08 15:51:39 [TRACE] vertex "provider.google": visit complete | |
2019/07/08 15:51:39 [TRACE] dag/walk: visiting "google_compute_instance.tfe (prepare state)" | |
2019/07/08 15:51:39 [TRACE] vertex "google_compute_instance.tfe (prepare state)": starting visit (*terraform.NodeApplyableResource) | |
2019/07/08 15:51:39 [TRACE] vertex "google_compute_instance.tfe (prepare state)": evaluating | |
2019/07/08 15:51:39 [TRACE] [walkApply] Entering eval tree: google_compute_instance.tfe (prepare state) | |
2019/07/08 15:51:39 [TRACE] <root>: eval: *terraform.EvalWriteResourceState | |
2019/07/08 15:51:39 [TRACE] [walkApply] Exiting eval tree: google_compute_instance.tfe (prepare state) | |
2019/07/08 15:51:39 [TRACE] vertex "google_compute_instance.tfe (prepare state)": visit complete | |
2019/07/08 15:51:39 [TRACE] dag/walk: visiting "google_compute_firewall.tfe_ingress (prepare state)" | |
2019/07/08 15:51:39 [TRACE] vertex "google_compute_firewall.tfe_ingress (prepare state)": starting visit (*terraform.NodeApplyableResource) | |
2019/07/08 15:51:39 [TRACE] dag/walk: visiting "google_compute_instance.tfe" | |
2019/07/08 15:51:39 [TRACE] vertex "google_compute_instance.tfe": starting visit (*terraform.NodeApplyableResourceInstance) | |
2019/07/08 15:51:39 [TRACE] vertex "google_compute_firewall.tfe_ingress (prepare state)": evaluating | |
2019/07/08 15:51:39 [TRACE] [walkApply] Entering eval tree: google_compute_firewall.tfe_ingress (prepare state) | |
2019/07/08 15:51:39 [TRACE] <root>: eval: *terraform.EvalWriteResourceState | |
2019/07/08 15:51:39 [TRACE] [walkApply] Exiting eval tree: google_compute_firewall.tfe_ingress (prepare state) | |
2019/07/08 15:51:39 [TRACE] vertex "google_compute_firewall.tfe_ingress (prepare state)": visit complete | |
2019/07/08 15:51:39 [TRACE] vertex "google_compute_instance.tfe": evaluating | |
2019/07/08 15:51:39 [TRACE] [walkApply] Entering eval tree: google_compute_instance.tfe | |
2019/07/08 15:51:39 [TRACE] <root>: eval: *terraform.EvalSequence | |
2019/07/08 15:51:39 [TRACE] <root>: eval: *terraform.EvalGetProvider | |
2019/07/08 15:51:39 [TRACE] <root>: eval: *terraform.EvalReadDiff | |
2019/07/08 15:51:39 [TRACE] EvalReadDiff: Read Create change from plan for google_compute_instance.tfe | |
2019/07/08 15:51:39 [TRACE] <root>: eval: *terraform.EvalIf | |
2019/07/08 15:51:39 [TRACE] <root>: eval: terraform.EvalNoop | |
2019/07/08 15:51:39 [TRACE] <root>: eval: *terraform.EvalIf | |
2019/07/08 15:51:39 [TRACE] <root>: eval: *terraform.EvalReadState | |
2019/07/08 15:51:39 [TRACE] EvalReadState: reading state for google_compute_instance.tfe | |
2019/07/08 15:51:39 [TRACE] EvalReadState: no state present for google_compute_instance.tfe | |
2019/07/08 15:51:39 [TRACE] <root>: eval: *terraform.EvalReadDiff | |
2019/07/08 15:51:39 [TRACE] EvalReadDiff: Read Create change from plan for google_compute_instance.tfe | |
2019/07/08 15:51:39 [TRACE] <root>: eval: *terraform.EvalDiff | |
2019/07/08 15:51:40 [TRACE] Re-validating config for "google_compute_instance.tfe" | |
2019/07/08 15:51:40 [TRACE] GRPCProvider: ValidateResourceTypeConfig | |
2019/07/08 15:51:40 [TRACE] GRPCProvider: PlanResourceChange | |
2019/07/08 15:51:40 [WARN] Provider "google" produced an invalid plan for google_compute_instance.tfe, but we are tolerating it because it is using the legacy plugin SDK. | |
The following problems may be the cause of any confusing errors from downstream operations: | |
- .deletion_protection: planned value cty.False does not match config value cty.NullVal(cty.Bool) | |
- .can_ip_forward: planned value cty.False does not match config value cty.NullVal(cty.Bool) | |
- .boot_disk[0].auto_delete: planned value cty.True does not match config value cty.NullVal(cty.Bool) | |
- .scheduling: attribute representing nested block must not be unknown itself; set nested attribute values to unknown instead | |
2019/07/08 15:51:40 [TRACE] <root>: eval: *terraform.EvalCheckPlannedChange | |
2019/07/08 15:51:40 [TRACE] EvalCheckPlannedChange: Verifying that actual change (action Create) matches planned change (action Create) | |
2019/07/08 15:51:40 [TRACE] <root>: eval: *terraform.EvalGetProvider | |
2019/07/08 15:51:40 [TRACE] <root>: eval: *terraform.EvalReadState | |
2019/07/08 15:51:40 [TRACE] EvalReadState: reading state for google_compute_instance.tfe | |
2019/07/08 15:51:40 [TRACE] EvalReadState: no state present for google_compute_instance.tfe | |
2019/07/08 15:51:40 [TRACE] <root>: eval: *terraform.EvalReduceDiff | |
2019/07/08 15:51:40 [TRACE] <root>: eval: *terraform.EvalIf | |
2019/07/08 15:51:40 [TRACE] <root>: eval: terraform.EvalNoop | |
2019/07/08 15:51:40 [TRACE] <root>: eval: *terraform.EvalApplyPre | |
2019/07/08 15:51:40 [TRACE] <root>: eval: *terraform.EvalApply | |
2019/07/08 15:51:40 [DEBUG] google_compute_instance.tfe: applying the planned Create change | |
2019/07/08 15:51:40 [TRACE] GRPCProvider: ApplyResourceChange | |
2019-07-08T15:51:40.009-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:40 [DEBUG] setting computed for "guest_accelerator" from ComputedKeys | |
2019-07-08T15:51:40.009-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:40 [DEBUG] setting computed for "scheduling" from ComputedKeys | |
2019-07-08T15:51:40.009-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:40 [DEBUG] Loading zone: us-east4-a | |
2019-07-08T15:51:40.010-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:40 [DEBUG] Google API Request Details: | |
2019-07-08T15:51:40.010-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: ---[ REQUEST ]--------------------------------------- | |
2019-07-08T15:51:40.010-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: GET /compute/v1/projects/teddy-testing/zones/us-east4-a?alt=json&prettyPrint=false HTTP/1.1 | |
2019-07-08T15:51:40.010-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Host: www.googleapis.com | |
2019-07-08T15:51:40.010-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: User-Agent: google-api-go-client/0.5 Terraform/0.12.2 (+https://www.terraform.io) terraform-provider-google/2.10.0 | |
2019-07-08T15:51:40.010-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Accept-Encoding: gzip | |
2019-07-08T15:51:40.010-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: | |
2019-07-08T15:51:40.010-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: | |
2019-07-08T15:51:40.010-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: ----------------------------------------------------- | |
2019-07-08T15:51:40.520-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:40 [DEBUG] Google API Response Details: | |
2019-07-08T15:51:40.520-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2019-07-08T15:51:40.520-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: HTTP/2.0 200 OK | |
2019-07-08T15:51:40.520-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Alt-Svc: quic=":443"; ma=2592000; v="46,43,39" | |
2019-07-08T15:51:40.520-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Cache-Control: private, max-age=0, must-revalidate, no-transform | |
2019-07-08T15:51:40.520-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Content-Type: application/json; charset=UTF-8 | |
2019-07-08T15:51:40.520-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Date: Mon, 08 Jul 2019 19:51:40 GMT | |
2019-07-08T15:51:40.520-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Etag: "luijZ0_MBn7zqk0-GQD1ZxmS4uc=/Yy2j6jIx3sEaJX_m5wspAtY1jog=" | |
2019-07-08T15:51:40.520-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Expires: Mon, 08 Jul 2019 19:51:40 GMT | |
2019-07-08T15:51:40.520-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Server: GSE | |
2019-07-08T15:51:40.520-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Vary: Origin | |
2019-07-08T15:51:40.520-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Vary: X-Origin | |
2019-07-08T15:51:40.520-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: X-Content-Type-Options: nosniff | |
2019-07-08T15:51:40.520-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: X-Frame-Options: SAMEORIGIN | |
2019-07-08T15:51:40.520-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: X-Xss-Protection: 1; mode=block | |
2019-07-08T15:51:40.520-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: | |
2019-07-08T15:51:40.520-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: { | |
2019-07-08T15:51:40.520-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "kind": "compute#zone", | |
2019-07-08T15:51:40.520-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "id": "2270", | |
2019-07-08T15:51:40.520-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "creationTimestamp": "1969-12-31T16:00:00.000-08:00", | |
2019-07-08T15:51:40.520-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "name": "us-east4-a", | |
2019-07-08T15:51:40.520-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "description": "us-east4-a", | |
2019-07-08T15:51:40.520-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "status": "UP", | |
2019-07-08T15:51:40.520-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "region": "https://www.googleapis.com/compute/v1/projects/teddy-testing/regions/us-east4", | |
2019-07-08T15:51:40.520-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "selfLink": "https://www.googleapis.com/compute/v1/projects/teddy-testing/zones/us-east4-a", | |
2019-07-08T15:51:40.520-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "availableCpuPlatforms": [ | |
2019-07-08T15:51:40.520-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "Intel Skylake", | |
2019-07-08T15:51:40.520-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "Intel Broadwell" | |
2019-07-08T15:51:40.520-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: ] | |
2019-07-08T15:51:40.520-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: } | |
2019-07-08T15:51:40.520-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: ----------------------------------------------------- | |
2019-07-08T15:51:40.520-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:40 [DEBUG] Loading machine type: n1-standard-4 | |
2019-07-08T15:51:40.521-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:40 [DEBUG] Google API Request Details: | |
2019-07-08T15:51:40.521-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: ---[ REQUEST ]--------------------------------------- | |
2019-07-08T15:51:40.521-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: GET /compute/v1/projects/teddy-testing/zones/us-east4-a/machineTypes/n1-standard-4?alt=json&prettyPrint=false HTTP/1.1 | |
2019-07-08T15:51:40.521-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Host: www.googleapis.com | |
2019-07-08T15:51:40.521-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: User-Agent: google-api-go-client/0.5 Terraform/0.12.2 (+https://www.terraform.io) terraform-provider-google/2.10.0 | |
2019-07-08T15:51:40.521-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Accept-Encoding: gzip | |
2019-07-08T15:51:40.521-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: | |
2019-07-08T15:51:40.521-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: | |
2019-07-08T15:51:40.521-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: ----------------------------------------------------- | |
2019-07-08T15:51:40.695-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:40 [DEBUG] Google API Response Details: | |
2019-07-08T15:51:40.695-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2019-07-08T15:51:40.696-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: HTTP/2.0 200 OK | |
2019-07-08T15:51:40.696-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Alt-Svc: quic=":443"; ma=2592000; v="46,43,39" | |
2019-07-08T15:51:40.696-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Cache-Control: private, max-age=0, must-revalidate, no-transform | |
2019-07-08T15:51:40.696-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Content-Type: application/json; charset=UTF-8 | |
2019-07-08T15:51:40.696-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Date: Mon, 08 Jul 2019 19:51:40 GMT | |
2019-07-08T15:51:40.696-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Etag: "8TTD8HutiZrwzzjM0SP2JjmvuDM=/bI5ANXI10EVLHPTjGLX2jlgD8wc=" | |
2019-07-08T15:51:40.696-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Expires: Mon, 08 Jul 2019 19:51:40 GMT | |
2019-07-08T15:51:40.696-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Server: GSE | |
2019-07-08T15:51:40.696-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Vary: Origin | |
2019-07-08T15:51:40.696-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Vary: X-Origin | |
2019-07-08T15:51:40.696-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: X-Content-Type-Options: nosniff | |
2019-07-08T15:51:40.696-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: X-Frame-Options: SAMEORIGIN | |
2019-07-08T15:51:40.696-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: X-Xss-Protection: 1; mode=block | |
2019-07-08T15:51:40.696-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: | |
2019-07-08T15:51:40.696-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: { | |
2019-07-08T15:51:40.696-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "kind": "compute#machineType", | |
2019-07-08T15:51:40.696-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "id": "3004", | |
2019-07-08T15:51:40.696-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "creationTimestamp": "1969-12-31T16:00:00.000-08:00", | |
2019-07-08T15:51:40.696-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "name": "n1-standard-4", | |
2019-07-08T15:51:40.696-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "description": "4 vCPUs, 15 GB RAM", | |
2019-07-08T15:51:40.696-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "guestCpus": 4, | |
2019-07-08T15:51:40.696-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "memoryMb": 15360, | |
2019-07-08T15:51:40.696-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "imageSpaceGb": 10, | |
2019-07-08T15:51:40.696-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "maximumPersistentDisks": 128, | |
2019-07-08T15:51:40.696-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "maximumPersistentDisksSizeGb": "65536", | |
2019-07-08T15:51:40.696-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "zone": "us-east4-a", | |
2019-07-08T15:51:40.696-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "selfLink": "https://www.googleapis.com/compute/v1/projects/teddy-testing/zones/us-east4-a/machineTypes/n1-standard-4", | |
2019-07-08T15:51:40.696-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "isSharedCpu": false | |
2019-07-08T15:51:40.696-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: } | |
2019-07-08T15:51:40.696-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: ----------------------------------------------------- | |
2019-07-08T15:51:40.697-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:40 [INFO] Requesting instance creation | |
2019-07-08T15:51:40.698-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:40 [DEBUG] Google API Request Details: | |
2019-07-08T15:51:40.698-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: ---[ REQUEST ]--------------------------------------- | |
2019-07-08T15:51:40.698-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: POST /compute/beta/projects/teddy-testing/zones/us-east4-a/instances?alt=json&prettyPrint=false HTTP/1.1 | |
2019-07-08T15:51:40.698-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Host: www.googleapis.com | |
2019-07-08T15:51:40.698-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: User-Agent: google-api-go-client/0.5 Terraform/0.12.2 (+https://www.terraform.io) terraform-provider-google/2.10.0 | |
2019-07-08T15:51:40.698-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Content-Length: 1085 | |
2019-07-08T15:51:40.698-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Content-Type: application/json | |
2019-07-08T15:51:40.698-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Accept-Encoding: gzip | |
2019-07-08T15:51:40.698-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: | |
2019-07-08T15:51:40.698-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: { | |
2019-07-08T15:51:40.698-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "canIpForward": false, | |
2019-07-08T15:51:40.698-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "deletionProtection": false, | |
2019-07-08T15:51:40.698-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "disks": [ | |
2019-07-08T15:51:40.698-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: { | |
2019-07-08T15:51:40.698-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "autoDelete": true, | |
2019-07-08T15:51:40.699-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "boot": true, | |
2019-07-08T15:51:40.699-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "initializeParams": { | |
2019-07-08T15:51:40.699-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "diskSizeGb": "50", | |
2019-07-08T15:51:40.699-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "sourceImage": "projects/cis-public/global/images/cis-centos-linux-7-benchmark-v-2-2-1-5-level-1" | |
2019-07-08T15:51:40.699-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: } | |
2019-07-08T15:51:40.699-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: } | |
2019-07-08T15:51:40.699-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: ], | |
2019-07-08T15:51:40.699-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "machineType": "https://www.googleapis.com/compute/v1/projects/teddy-testing/zones/us-east4-a/machineTypes/n1-standard-4", | |
2019-07-08T15:51:40.699-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "metadata": { | |
2019-07-08T15:51:40.699-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "items": [ | |
2019-07-08T15:51:40.699-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: { | |
2019-07-08T15:51:40.699-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "key": "sshKeys", | |
2019-07-08T15:51:40.699-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "value": "tfe-admin:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCHEYGrXALbWaN+M4gIoB8KTyuOxh4zQEtBhNU7qTZiJv3ho41tfKbpBJQrikNabs0CxaGChaxD7S9Jz39czRbaIwX8GWecFT2JWmS8QOr9emOKpIFC2ga6oCL6L8yz0b9HDRGR2mdiAcnat5PZhb4Cf6iNtwLwTugz6dpsBBej1XxRf00WCHh7MKQJU8iNhg/SFGIyk+OVLwAQr7iXrJ21bplRiMp1qCCiRXDJabywHGA/Q5KfwjXHW1YBF7O5dqJ9OdXdW3FkGWPaMqAeMxA3TVfBeEpBpIu5Rk9UM7w8XeKCaD+mIM3h6vPCYF7KnAXDWCjAbmN2ZnySTD48oGVV" | |
2019-07-08T15:51:40.699-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: }, | |
2019-07-08T15:51:40.699-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: { | |
2019-07-08T15:51:40.699-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "key": "startup-script", | |
2019-07-08T15:51:40.699-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "value": "echo 'TFE install script will go here' \u003e test.txt" | |
2019-07-08T15:51:40.699-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: } | |
2019-07-08T15:51:40.699-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: ] | |
2019-07-08T15:51:40.699-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: }, | |
2019-07-08T15:51:40.699-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "name": "tfe", | |
2019-07-08T15:51:40.699-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "networkInterfaces": [ | |
2019-07-08T15:51:40.699-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: { | |
2019-07-08T15:51:40.699-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "accessConfigs": [ | |
2019-07-08T15:51:40.699-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: { | |
2019-07-08T15:51:40.699-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "type": "ONE_TO_ONE_NAT" | |
2019-07-08T15:51:40.699-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: } | |
2019-07-08T15:51:40.699-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: ], | |
2019-07-08T15:51:40.699-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "network": "projects/teddy-testing/global/networks/default" | |
2019-07-08T15:51:40.699-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: } | |
2019-07-08T15:51:40.699-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: ], | |
2019-07-08T15:51:40.699-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "scheduling": { | |
2019-07-08T15:51:40.699-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "automaticRestart": true | |
2019-07-08T15:51:40.699-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: }, | |
2019-07-08T15:51:40.699-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "tags": { | |
2019-07-08T15:51:40.699-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "items": [ | |
2019-07-08T15:51:40.700-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "tfe" | |
2019-07-08T15:51:40.700-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: ] | |
2019-07-08T15:51:40.700-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: } | |
2019-07-08T15:51:40.700-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: } | |
2019-07-08T15:51:40.700-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: | |
2019-07-08T15:51:40.700-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: ----------------------------------------------------- | |
2019-07-08T15:51:42.566-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:42 [DEBUG] Google API Response Details: | |
2019-07-08T15:51:42.566-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2019-07-08T15:51:42.566-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: HTTP/2.0 200 OK | |
2019-07-08T15:51:42.566-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Alt-Svc: quic=":443"; ma=2592000; v="46,43,39" | |
2019-07-08T15:51:42.566-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Cache-Control: no-cache, no-store, max-age=0, must-revalidate | |
2019-07-08T15:51:42.566-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Content-Type: application/json; charset=UTF-8 | |
2019-07-08T15:51:42.566-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Date: Mon, 08 Jul 2019 19:51:42 GMT | |
2019-07-08T15:51:42.567-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Expires: Mon, 01 Jan 1990 00:00:00 GMT | |
2019-07-08T15:51:42.567-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Pragma: no-cache | |
2019-07-08T15:51:42.567-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Server: GSE | |
2019-07-08T15:51:42.567-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Vary: Origin | |
2019-07-08T15:51:42.567-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Vary: X-Origin | |
2019-07-08T15:51:42.567-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: X-Content-Type-Options: nosniff | |
2019-07-08T15:51:42.567-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: X-Frame-Options: SAMEORIGIN | |
2019-07-08T15:51:42.567-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: X-Xss-Protection: 1; mode=block | |
2019-07-08T15:51:42.567-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: | |
2019-07-08T15:51:42.567-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: { | |
2019-07-08T15:51:42.567-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "kind": "compute#operation", | |
2019-07-08T15:51:42.567-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "id": "2330755591264149538", | |
2019-07-08T15:51:42.567-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "name": "operation-1562615500710-58d30c5d720cc-02b73e1b-0c2e7eab", | |
2019-07-08T15:51:42.567-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "zone": "https://www.googleapis.com/compute/beta/projects/teddy-testing/zones/us-east4-a", | |
2019-07-08T15:51:42.567-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "operationType": "insert", | |
2019-07-08T15:51:42.567-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "targetLink": "https://www.googleapis.com/compute/beta/projects/teddy-testing/zones/us-east4-a/instances/tfe", | |
2019-07-08T15:51:42.567-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "targetId": "2614593276728975394", | |
2019-07-08T15:51:42.567-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "status": "RUNNING", | |
2019-07-08T15:51:42.567-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "user": "[email protected]", | |
2019-07-08T15:51:42.567-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "progress": 0, | |
2019-07-08T15:51:42.567-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "insertTime": "2019-07-08T12:51:42.164-07:00", | |
2019-07-08T15:51:42.567-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "startTime": "2019-07-08T12:51:42.166-07:00", | |
2019-07-08T15:51:42.567-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "selfLink": "https://www.googleapis.com/compute/beta/projects/teddy-testing/zones/us-east4-a/operations/operation-1562615500710-58d30c5d720cc-02b73e1b-0c2e7eab" | |
2019-07-08T15:51:42.567-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: } | |
2019-07-08T15:51:42.567-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: ----------------------------------------------------- | |
2019-07-08T15:51:42.568-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:42 [DEBUG] Waiting for state to become: [DONE] | |
2019-07-08T15:51:42.568-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:42 [DEBUG] Google API Request Details: | |
2019-07-08T15:51:42.568-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: ---[ REQUEST ]--------------------------------------- | |
2019-07-08T15:51:42.568-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: GET /compute/v1/projects/teddy-testing/zones/us-east4-a/operations/operation-1562615500710-58d30c5d720cc-02b73e1b-0c2e7eab?alt=json&prettyPrint=false HTTP/1.1 | |
2019-07-08T15:51:42.568-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Host: www.googleapis.com | |
2019-07-08T15:51:42.568-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: User-Agent: google-api-go-client/0.5 Terraform/0.12.2 (+https://www.terraform.io) terraform-provider-google/2.10.0 | |
2019-07-08T15:51:42.568-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Accept-Encoding: gzip | |
2019-07-08T15:51:42.568-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: | |
2019-07-08T15:51:42.568-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: | |
2019-07-08T15:51:42.568-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: ----------------------------------------------------- | |
2019-07-08T15:51:43.048-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:43 [DEBUG] Google API Response Details: | |
2019-07-08T15:51:43.048-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2019-07-08T15:51:43.048-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: HTTP/2.0 200 OK | |
2019-07-08T15:51:43.048-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Alt-Svc: quic=":443"; ma=2592000; v="46,43,39" | |
2019-07-08T15:51:43.048-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Cache-Control: private, max-age=0, must-revalidate, no-transform | |
2019-07-08T15:51:43.048-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Content-Type: application/json; charset=UTF-8 | |
2019-07-08T15:51:43.048-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Date: Mon, 08 Jul 2019 19:51:42 GMT | |
2019-07-08T15:51:43.048-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Etag: "yCmqEYxKtYNZEWup98S7-fDfftw=/g6saSPEVC8e_uff-EQoMtUHk4ss=" | |
2019-07-08T15:51:43.048-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Expires: Mon, 08 Jul 2019 19:51:42 GMT | |
2019-07-08T15:51:43.048-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Server: GSE | |
2019-07-08T15:51:43.048-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Vary: Origin | |
2019-07-08T15:51:43.048-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Vary: X-Origin | |
2019-07-08T15:51:43.048-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: X-Content-Type-Options: nosniff | |
2019-07-08T15:51:43.048-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: X-Frame-Options: SAMEORIGIN | |
2019-07-08T15:51:43.048-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: X-Xss-Protection: 1; mode=block | |
2019-07-08T15:51:43.048-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: | |
2019-07-08T15:51:43.048-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: { | |
2019-07-08T15:51:43.048-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "kind": "compute#operation", | |
2019-07-08T15:51:43.048-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "id": "2330755591264149538", | |
2019-07-08T15:51:43.048-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "name": "operation-1562615500710-58d30c5d720cc-02b73e1b-0c2e7eab", | |
2019-07-08T15:51:43.048-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "zone": "https://www.googleapis.com/compute/v1/projects/teddy-testing/zones/us-east4-a", | |
2019-07-08T15:51:43.048-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "operationType": "insert", | |
2019-07-08T15:51:43.048-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "targetLink": "https://www.googleapis.com/compute/v1/projects/teddy-testing/zones/us-east4-a/instances/tfe", | |
2019-07-08T15:51:43.048-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "targetId": "2614593276728975394", | |
2019-07-08T15:51:43.048-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "status": "RUNNING", | |
2019-07-08T15:51:43.048-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "user": "[email protected]", | |
2019-07-08T15:51:43.048-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "progress": 0, | |
2019-07-08T15:51:43.048-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "insertTime": "2019-07-08T12:51:42.164-07:00", | |
2019-07-08T15:51:43.048-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "startTime": "2019-07-08T12:51:42.166-07:00", | |
2019-07-08T15:51:43.048-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "selfLink": "https://www.googleapis.com/compute/v1/projects/teddy-testing/zones/us-east4-a/operations/operation-1562615500710-58d30c5d720cc-02b73e1b-0c2e7eab" | |
2019-07-08T15:51:43.048-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: } | |
2019-07-08T15:51:43.048-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: ----------------------------------------------------- | |
2019-07-08T15:51:43.048-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:43 [DEBUG] Got RUNNING while polling for operation operation-1562615500710-58d30c5d720cc-02b73e1b-0c2e7eab's status | |
2019-07-08T15:51:43.048-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:43 [TRACE] Waiting 2s before next try | |
2019/07/08 15:51:44 [TRACE] dag/walk: vertex "output.tfe_instance_public_ip" is waiting for "google_compute_instance.tfe" | |
2019/07/08 15:51:44 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.tfe_instance_public_ip" | |
2019/07/08 15:51:44 [TRACE] dag/walk: vertex "provider.google (close)" is waiting for "google_compute_firewall.tfe_ingress" | |
2019/07/08 15:51:44 [TRACE] dag/walk: vertex "root" is waiting for "provider.google (close)" | |
2019/07/08 15:51:45 [TRACE] dag/walk: vertex "google_compute_firewall.tfe_ingress" is waiting for "google_compute_instance.tfe" | |
2019-07-08T15:51:45.053-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:45 [DEBUG] Google API Request Details: | |
2019-07-08T15:51:45.053-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: ---[ REQUEST ]--------------------------------------- | |
2019-07-08T15:51:45.053-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: GET /compute/v1/projects/teddy-testing/zones/us-east4-a/operations/operation-1562615500710-58d30c5d720cc-02b73e1b-0c2e7eab?alt=json&prettyPrint=false HTTP/1.1 | |
2019-07-08T15:51:45.053-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Host: www.googleapis.com | |
2019-07-08T15:51:45.053-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: User-Agent: google-api-go-client/0.5 Terraform/0.12.2 (+https://www.terraform.io) terraform-provider-google/2.10.0 | |
2019-07-08T15:51:45.053-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Accept-Encoding: gzip | |
2019-07-08T15:51:45.053-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: | |
2019-07-08T15:51:45.053-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: | |
2019-07-08T15:51:45.053-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: ----------------------------------------------------- | |
2019-07-08T15:51:45.497-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:45 [DEBUG] Google API Response Details: | |
2019-07-08T15:51:45.497-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2019-07-08T15:51:45.497-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: HTTP/2.0 200 OK | |
2019-07-08T15:51:45.497-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Alt-Svc: quic=":443"; ma=2592000; v="46,43,39" | |
2019-07-08T15:51:45.497-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Cache-Control: private | |
2019-07-08T15:51:45.497-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Content-Type: application/json; charset=UTF-8 | |
2019-07-08T15:51:45.497-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Date: Mon, 08 Jul 2019 19:51:45 GMT | |
2019-07-08T15:51:45.497-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Etag: K8KKi2EF6YuNFR9Ml3syDvweCbI=/6HuI-tLInURDL0omqYUpJWTNN5E= | |
2019-07-08T15:51:45.497-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Server: ESF | |
2019-07-08T15:51:45.497-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Vary: Origin | |
2019-07-08T15:51:45.497-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Vary: X-Origin | |
2019-07-08T15:51:45.497-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Vary: Referer | |
2019-07-08T15:51:45.497-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: X-Content-Type-Options: nosniff | |
2019-07-08T15:51:45.497-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: X-Frame-Options: SAMEORIGIN | |
2019-07-08T15:51:45.497-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: X-Xss-Protection: 0 | |
2019-07-08T15:51:45.497-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: | |
2019-07-08T15:51:45.497-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: { | |
2019-07-08T15:51:45.497-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "id": "2330755591264149538", | |
2019-07-08T15:51:45.497-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "name": "operation-1562615500710-58d30c5d720cc-02b73e1b-0c2e7eab", | |
2019-07-08T15:51:45.497-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "zone": "https://www.googleapis.com/compute/v1/projects/teddy-testing/zones/us-east4-a", | |
2019-07-08T15:51:45.497-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "operationType": "insert", | |
2019-07-08T15:51:45.497-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "targetLink": "https://www.googleapis.com/compute/v1/projects/teddy-testing/zones/us-east4-a/instances/tfe", | |
2019-07-08T15:51:45.497-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "targetId": "2614593276728975394", | |
2019-07-08T15:51:45.497-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "status": "RUNNING", | |
2019-07-08T15:51:45.497-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "user": "[email protected]", | |
2019-07-08T15:51:45.497-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "progress": 0, | |
2019-07-08T15:51:45.497-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "insertTime": "2019-07-08T12:51:42.164-07:00", | |
2019-07-08T15:51:45.497-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "startTime": "2019-07-08T12:51:42.166-07:00", | |
2019-07-08T15:51:45.497-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "warnings": [ | |
2019-07-08T15:51:45.497-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: { | |
2019-07-08T15:51:45.497-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "code": "DISK_SIZE_LARGER_THAN_IMAGE_SIZE", | |
2019-07-08T15:51:45.498-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "message": "Disk size: '50 GB' is larger than image size: '10 GB'. You might need to resize the root repartition manually if the operating system does not support automatic resizing. See https://cloud.google.com/compute/docs/disks/add-persistent-disk#resize_pd for details.", | |
2019-07-08T15:51:45.498-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "data": [ | |
2019-07-08T15:51:45.498-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: { | |
2019-07-08T15:51:45.498-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "key": "disk_size_gb", | |
2019-07-08T15:51:45.498-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "value": "50" | |
2019-07-08T15:51:45.498-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: }, | |
2019-07-08T15:51:45.498-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: { | |
2019-07-08T15:51:45.498-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "key": "image_size_gb", | |
2019-07-08T15:51:45.498-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "value": "10" | |
2019-07-08T15:51:45.498-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: } | |
2019-07-08T15:51:45.498-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: ] | |
2019-07-08T15:51:45.498-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: } | |
2019-07-08T15:51:45.498-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: ], | |
2019-07-08T15:51:45.498-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "selfLink": "https://www.googleapis.com/compute/v1/projects/teddy-testing/zones/us-east4-a/operations/operation-1562615500710-58d30c5d720cc-02b73e1b-0c2e7eab", | |
2019-07-08T15:51:45.498-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "kind": "compute#operation" | |
2019-07-08T15:51:45.498-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: } | |
2019-07-08T15:51:45.498-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: ----------------------------------------------------- | |
2019-07-08T15:51:45.498-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:45 [DEBUG] Got RUNNING while polling for operation operation-1562615500710-58d30c5d720cc-02b73e1b-0c2e7eab's status | |
2019-07-08T15:51:45.498-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:45 [TRACE] Waiting 4s before next try | |
2019-07-08T15:51:49.503-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:49 [DEBUG] Google API Request Details: | |
2019-07-08T15:51:49.503-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: ---[ REQUEST ]--------------------------------------- | |
2019-07-08T15:51:49.503-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: GET /compute/v1/projects/teddy-testing/zones/us-east4-a/operations/operation-1562615500710-58d30c5d720cc-02b73e1b-0c2e7eab?alt=json&prettyPrint=false HTTP/1.1 | |
2019-07-08T15:51:49.503-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Host: www.googleapis.com | |
2019-07-08T15:51:49.503-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: User-Agent: google-api-go-client/0.5 Terraform/0.12.2 (+https://www.terraform.io) terraform-provider-google/2.10.0 | |
2019-07-08T15:51:49.503-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Accept-Encoding: gzip | |
2019-07-08T15:51:49.503-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: | |
2019-07-08T15:51:49.503-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: | |
2019-07-08T15:51:49.503-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: ----------------------------------------------------- | |
2019-07-08T15:51:49.772-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:49 [DEBUG] Google API Response Details: | |
2019-07-08T15:51:49.772-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2019-07-08T15:51:49.772-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: HTTP/2.0 200 OK | |
2019-07-08T15:51:49.772-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Alt-Svc: quic=":443"; ma=2592000; v="46,43,39" | |
2019-07-08T15:51:49.772-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Cache-Control: private, max-age=0, must-revalidate, no-transform | |
2019-07-08T15:51:49.772-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Content-Type: application/json; charset=UTF-8 | |
2019-07-08T15:51:49.772-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Date: Mon, 08 Jul 2019 19:51:49 GMT | |
2019-07-08T15:51:49.772-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Etag: "GkA0BrJipbYttVSxlLwLKtOavmA=/0HoBBDmRo5z0uqU0kBIX_ue_f94=" | |
2019-07-08T15:51:49.772-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Expires: Mon, 08 Jul 2019 19:51:49 GMT | |
2019-07-08T15:51:49.772-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Server: GSE | |
2019-07-08T15:51:49.772-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Vary: Origin | |
2019-07-08T15:51:49.772-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Vary: X-Origin | |
2019-07-08T15:51:49.772-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: X-Content-Type-Options: nosniff | |
2019-07-08T15:51:49.772-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: X-Frame-Options: SAMEORIGIN | |
2019-07-08T15:51:49.772-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: X-Xss-Protection: 1; mode=block | |
2019-07-08T15:51:49.772-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: | |
2019-07-08T15:51:49.772-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: { | |
2019-07-08T15:51:49.772-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "kind": "compute#operation", | |
2019-07-08T15:51:49.772-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "id": "2330755591264149538", | |
2019-07-08T15:51:49.772-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "name": "operation-1562615500710-58d30c5d720cc-02b73e1b-0c2e7eab", | |
2019-07-08T15:51:49.772-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "zone": "https://www.googleapis.com/compute/v1/projects/teddy-testing/zones/us-east4-a", | |
2019-07-08T15:51:49.772-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "operationType": "insert", | |
2019-07-08T15:51:49.772-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "targetLink": "https://www.googleapis.com/compute/v1/projects/teddy-testing/zones/us-east4-a/instances/tfe", | |
2019-07-08T15:51:49.772-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "targetId": "2614593276728975394", | |
2019-07-08T15:51:49.772-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "status": "DONE", | |
2019-07-08T15:51:49.772-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "user": "[email protected]", | |
2019-07-08T15:51:49.772-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "progress": 100, | |
2019-07-08T15:51:49.772-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "insertTime": "2019-07-08T12:51:42.164-07:00", | |
2019-07-08T15:51:49.772-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "startTime": "2019-07-08T12:51:42.166-07:00", | |
2019-07-08T15:51:49.772-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "endTime": "2019-07-08T12:51:47.979-07:00", | |
2019-07-08T15:51:49.772-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "warnings": [ | |
2019-07-08T15:51:49.772-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: { | |
2019-07-08T15:51:49.772-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "code": "DISK_SIZE_LARGER_THAN_IMAGE_SIZE", | |
2019-07-08T15:51:49.772-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "message": "Disk size: '50 GB' is larger than image size: '10 GB'. You might need to resize the root repartition manually if the operating system does not support automatic resizing. See https://cloud.google.com/compute/docs/disks/add-persistent-disk#resize_pd for details.", | |
2019-07-08T15:51:49.772-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "data": [ | |
2019-07-08T15:51:49.772-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: { | |
2019-07-08T15:51:49.772-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "key": "disk_size_gb", | |
2019-07-08T15:51:49.772-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "value": "50" | |
2019-07-08T15:51:49.772-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: }, | |
2019-07-08T15:51:49.772-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: { | |
2019-07-08T15:51:49.772-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "key": "image_size_gb", | |
2019-07-08T15:51:49.772-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "value": "10" | |
2019-07-08T15:51:49.772-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: } | |
2019-07-08T15:51:49.772-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: ] | |
2019-07-08T15:51:49.772-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: } | |
2019-07-08T15:51:49.772-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: ], | |
2019-07-08T15:51:49.772-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "selfLink": "https://www.googleapis.com/compute/v1/projects/teddy-testing/zones/us-east4-a/operations/operation-1562615500710-58d30c5d720cc-02b73e1b-0c2e7eab" | |
2019-07-08T15:51:49.772-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: } | |
2019-07-08T15:51:49.772-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: ----------------------------------------------------- | |
2019-07-08T15:51:49.772-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:49 [DEBUG] Got DONE while polling for operation operation-1562615500710-58d30c5d720cc-02b73e1b-0c2e7eab's status | |
2019-07-08T15:51:49.773-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:49 [DEBUG] Google API Request Details: | |
2019-07-08T15:51:49.773-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: ---[ REQUEST ]--------------------------------------- | |
2019-07-08T15:51:49.773-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: GET /compute/beta/projects/teddy-testing/zones/us-east4-a/instances/tfe?alt=json&prettyPrint=false HTTP/1.1 | |
2019-07-08T15:51:49.773-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Host: www.googleapis.com | |
2019-07-08T15:51:49.773-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: User-Agent: google-api-go-client/0.5 Terraform/0.12.2 (+https://www.terraform.io) terraform-provider-google/2.10.0 | |
2019-07-08T15:51:49.773-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Accept-Encoding: gzip | |
2019-07-08T15:51:49.773-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: | |
2019-07-08T15:51:49.773-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: | |
2019-07-08T15:51:49.773-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: ----------------------------------------------------- | |
2019/07/08 15:51:49 [TRACE] dag/walk: vertex "root" is waiting for "provider.google (close)" | |
2019/07/08 15:51:49 [TRACE] dag/walk: vertex "provider.google (close)" is waiting for "google_compute_firewall.tfe_ingress" | |
2019/07/08 15:51:49 [TRACE] dag/walk: vertex "output.tfe_instance_public_ip" is waiting for "google_compute_instance.tfe" | |
2019/07/08 15:51:49 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.tfe_instance_public_ip" | |
2019-07-08T15:51:50.004-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:50 [DEBUG] Google API Response Details: | |
2019-07-08T15:51:50.004-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2019-07-08T15:51:50.004-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: HTTP/2.0 200 OK | |
2019-07-08T15:51:50.004-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Alt-Svc: quic=":443"; ma=2592000; v="46,43,39" | |
2019-07-08T15:51:50.004-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Cache-Control: private | |
2019-07-08T15:51:50.004-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Content-Type: application/json; charset=UTF-8 | |
2019-07-08T15:51:50.004-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Date: Mon, 08 Jul 2019 19:51:49 GMT | |
2019-07-08T15:51:50.004-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Etag: 6oFSbjR0hF6BqF5lBmqsNGM9FQw=/begW7N2PK_zbZGV4H4z6xcf6Crw= | |
2019-07-08T15:51:50.004-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Server: ESF | |
2019-07-08T15:51:50.004-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Vary: Origin | |
2019-07-08T15:51:50.004-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Vary: X-Origin | |
2019-07-08T15:51:50.004-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Vary: Referer | |
2019-07-08T15:51:50.004-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: X-Content-Type-Options: nosniff | |
2019-07-08T15:51:50.004-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: X-Frame-Options: SAMEORIGIN | |
2019-07-08T15:51:50.004-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: X-Xss-Protection: 0 | |
2019-07-08T15:51:50.004-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: | |
2019-07-08T15:51:50.004-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: { | |
2019-07-08T15:51:50.004-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "id": "2614593276728975394", | |
2019-07-08T15:51:50.004-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "creationTimestamp": "2019-07-08T12:51:42.003-07:00", | |
2019-07-08T15:51:50.004-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "name": "tfe", | |
2019-07-08T15:51:50.004-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "tags": { | |
2019-07-08T15:51:50.004-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "items": [ | |
2019-07-08T15:51:50.004-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "tfe" | |
2019-07-08T15:51:50.004-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: ], | |
2019-07-08T15:51:50.004-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "fingerprint": "0ZP8fVYSil0=" | |
2019-07-08T15:51:50.004-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: }, | |
2019-07-08T15:51:50.004-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "machineType": "https://www.googleapis.com/compute/beta/projects/teddy-testing/zones/us-east4-a/machineTypes/n1-standard-4", | |
2019-07-08T15:51:50.004-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "status": "RUNNING", | |
2019-07-08T15:51:50.004-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "zone": "https://www.googleapis.com/compute/beta/projects/teddy-testing/zones/us-east4-a", | |
2019-07-08T15:51:50.004-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "canIpForward": false, | |
2019-07-08T15:51:50.004-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "networkInterfaces": [ | |
2019-07-08T15:51:50.005-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: { | |
2019-07-08T15:51:50.005-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "network": "https://www.googleapis.com/compute/beta/projects/teddy-testing/global/networks/default", | |
2019-07-08T15:51:50.005-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "subnetwork": "https://www.googleapis.com/compute/beta/projects/teddy-testing/regions/us-east4/subnetworks/default", | |
2019-07-08T15:51:50.005-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "networkIP": "10.150.0.35", | |
2019-07-08T15:51:50.005-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "name": "nic0", | |
2019-07-08T15:51:50.005-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "accessConfigs": [ | |
2019-07-08T15:51:50.005-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: { | |
2019-07-08T15:51:50.005-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "type": "ONE_TO_ONE_NAT", | |
2019-07-08T15:51:50.005-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "name": "external-nat", | |
2019-07-08T15:51:50.005-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "natIP": "35.245.244.18", | |
2019-07-08T15:51:50.005-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "networkTier": "PREMIUM", | |
2019-07-08T15:51:50.005-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "kind": "compute#accessConfig" | |
2019-07-08T15:51:50.005-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: } | |
2019-07-08T15:51:50.005-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: ], | |
2019-07-08T15:51:50.005-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "fingerprint": "RiMkHOo-g0E=", | |
2019-07-08T15:51:50.005-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "kind": "compute#networkInterface" | |
2019-07-08T15:51:50.005-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: } | |
2019-07-08T15:51:50.005-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: ], | |
2019-07-08T15:51:50.005-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "disks": [ | |
2019-07-08T15:51:50.005-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: { | |
2019-07-08T15:51:50.005-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "type": "PERSISTENT", | |
2019-07-08T15:51:50.005-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "mode": "READ_WRITE", | |
2019-07-08T15:51:50.005-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "source": "https://www.googleapis.com/compute/beta/projects/teddy-testing/zones/us-east4-a/disks/tfe", | |
2019-07-08T15:51:50.005-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "deviceName": "persistent-disk-0", | |
2019-07-08T15:51:50.005-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "index": 0, | |
2019-07-08T15:51:50.005-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "boot": true, | |
2019-07-08T15:51:50.005-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "autoDelete": true, | |
2019-07-08T15:51:50.005-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "licenses": [ | |
2019-07-08T15:51:50.005-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "https://www.googleapis.com/compute/beta/projects/cis-public/global/licenses/cis-centos-linux-7-benchmark-v-2-2-1-level-1", | |
2019-07-08T15:51:50.005-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "https://www.googleapis.com/compute/beta/projects/centos-cloud/global/licenses/centos-7" | |
2019-07-08T15:51:50.005-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: ], | |
2019-07-08T15:51:50.005-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "interface": "SCSI", | |
2019-07-08T15:51:50.005-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "kind": "compute#attachedDisk" | |
2019-07-08T15:51:50.005-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: } | |
2019-07-08T15:51:50.005-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: ], | |
2019-07-08T15:51:50.005-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "metadata": { | |
2019-07-08T15:51:50.005-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "fingerprint": "YWIEdepD0U4=", | |
2019-07-08T15:51:50.005-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "items": [ | |
2019-07-08T15:51:50.005-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: { | |
2019-07-08T15:51:50.005-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "key": "sshKeys", | |
2019-07-08T15:51:50.005-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "value": "tfe-admin:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCHEYGrXALbWaN+M4gIoB8KTyuOxh4zQEtBhNU7qTZiJv3ho41tfKbpBJQrikNabs0CxaGChaxD7S9Jz39czRbaIwX8GWecFT2JWmS8QOr9emOKpIFC2ga6oCL6L8yz0b9HDRGR2mdiAcnat5PZhb4Cf6iNtwLwTugz6dpsBBej1XxRf00WCHh7MKQJU8iNhg/SFGIyk+OVLwAQr7iXrJ21bplRiMp1qCCiRXDJabywHGA/Q5KfwjXHW1YBF7O5dqJ9OdXdW3FkGWPaMqAeMxA3TVfBeEpBpIu5Rk9UM7w8XeKCaD+mIM3h6vPCYF7KnAXDWCjAbmN2ZnySTD48oGVV" | |
2019-07-08T15:51:50.005-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: }, | |
2019-07-08T15:51:50.005-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: { | |
2019-07-08T15:51:50.005-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "key": "startup-script", | |
2019-07-08T15:51:50.005-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "value": "echo 'TFE install script will go here' \u003e test.txt" | |
2019-07-08T15:51:50.005-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: } | |
2019-07-08T15:51:50.005-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: ], | |
2019-07-08T15:51:50.005-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "kind": "compute#metadata" | |
2019-07-08T15:51:50.005-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: }, | |
2019-07-08T15:51:50.005-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "selfLink": "https://www.googleapis.com/compute/beta/projects/teddy-testing/zones/us-east4-a/instances/tfe", | |
2019-07-08T15:51:50.005-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "scheduling": { | |
2019-07-08T15:51:50.005-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "onHostMaintenance": "MIGRATE", | |
2019-07-08T15:51:50.005-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "automaticRestart": true, | |
2019-07-08T15:51:50.006-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "preemptible": false | |
2019-07-08T15:51:50.006-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: }, | |
2019-07-08T15:51:50.006-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "cpuPlatform": "Intel Broadwell", | |
2019-07-08T15:51:50.006-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "labelFingerprint": "42WmSpB8rSM=", | |
2019-07-08T15:51:50.006-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "startRestricted": false, | |
2019-07-08T15:51:50.006-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "deletionProtection": false, | |
2019-07-08T15:51:50.006-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "kind": "compute#instance" | |
2019-07-08T15:51:50.006-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: } | |
2019-07-08T15:51:50.006-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: ----------------------------------------------------- | |
2019/07/08 15:51:50 [TRACE] dag/walk: vertex "google_compute_firewall.tfe_ingress" is waiting for "google_compute_instance.tfe" | |
2019-07-08T15:51:50.006-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:50 [DEBUG] Google API Request Details: | |
2019-07-08T15:51:50.006-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: ---[ REQUEST ]--------------------------------------- | |
2019-07-08T15:51:50.006-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: GET /compute/v1/projects/teddy-testing/zones/us-east4-a/disks/tfe?alt=json&prettyPrint=false HTTP/1.1 | |
2019-07-08T15:51:50.006-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Host: www.googleapis.com | |
2019-07-08T15:51:50.006-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: User-Agent: google-api-go-client/0.5 Terraform/0.12.2 (+https://www.terraform.io) terraform-provider-google/2.10.0 | |
2019-07-08T15:51:50.006-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Accept-Encoding: gzip | |
2019-07-08T15:51:50.006-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: | |
2019-07-08T15:51:50.006-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: | |
2019-07-08T15:51:50.006-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: ----------------------------------------------------- | |
2019-07-08T15:51:50.416-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/07/08 15:51:50 [DEBUG] Google API Response Details: | |
2019-07-08T15:51:50.416-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2019-07-08T15:51:50.416-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: HTTP/2.0 200 OK | |
2019-07-08T15:51:50.416-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Alt-Svc: quic=":443"; ma=2592000; v="46,43,39" | |
2019-07-08T15:51:50.416-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Cache-Control: private, max-age=0, must-revalidate, no-transform | |
2019-07-08T15:51:50.416-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Content-Type: application/json; charset=UTF-8 | |
2019-07-08T15:51:50.416-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Date: Mon, 08 Jul 2019 19:51:50 GMT | |
2019-07-08T15:51:50.416-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Etag: "nW95uqD8UMtBAgtdXJNERHTPI58=/3YO4j3LS0mpgHTD-ubFg7KoVM5M=" | |
2019-07-08T15:51:50.416-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Expires: Mon, 08 Jul 2019 19:51:50 GMT | |
2019-07-08T15:51:50.416-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Server: GSE | |
2019-07-08T15:51:50.416-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Vary: Origin | |
2019-07-08T15:51:50.416-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: Vary: X-Origin | |
2019-07-08T15:51:50.416-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: X-Content-Type-Options: nosniff | |
2019-07-08T15:51:50.416-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: X-Frame-Options: SAMEORIGIN | |
2019-07-08T15:51:50.416-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: X-Xss-Protection: 1; mode=block | |
2019-07-08T15:51:50.416-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: | |
2019-07-08T15:51:50.416-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: { | |
2019-07-08T15:51:50.416-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "kind": "compute#disk", | |
2019-07-08T15:51:50.416-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "id": "7646828701640695842", | |
2019-07-08T15:51:50.416-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "creationTimestamp": "2019-07-08T12:51:42.050-07:00", | |
2019-07-08T15:51:50.416-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "name": "tfe", | |
2019-07-08T15:51:50.416-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "sizeGb": "50", | |
2019-07-08T15:51:50.416-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "zone": "https://www.googleapis.com/compute/v1/projects/teddy-testing/zones/us-east4-a", | |
2019-07-08T15:51:50.416-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "status": "READY", | |
2019-07-08T15:51:50.416-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "selfLink": "https://www.googleapis.com/compute/v1/projects/teddy-testing/zones/us-east4-a/disks/tfe", | |
2019-07-08T15:51:50.417-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "sourceImage": "https://www.googleapis.com/compute/v1/projects/cis-public/global/images/cis-centos-linux-7-benchmark-v-2-2-1-5-level-1", | |
2019-07-08T15:51:50.417-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "sourceImageId": "53109656567326904", | |
2019-07-08T15:51:50.417-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "type": "https://www.googleapis.com/compute/v1/projects/teddy-testing/zones/us-east4-a/diskTypes/pd-standard", | |
2019-07-08T15:51:50.417-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "licenses": [ | |
2019-07-08T15:51:50.417-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "https://www.googleapis.com/compute/v1/projects/cis-public/global/licenses/cis-centos-linux-7-benchmark-v-2-2-1-level-1", | |
2019-07-08T15:51:50.417-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "https://www.googleapis.com/compute/v1/projects/centos-cloud/global/licenses/centos-7" | |
2019-07-08T15:51:50.417-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: ], | |
2019-07-08T15:51:50.417-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "lastAttachTimestamp": "2019-07-08T12:51:42.051-07:00", | |
2019-07-08T15:51:50.417-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "users": [ | |
2019-07-08T15:51:50.417-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "https://www.googleapis.com/compute/v1/projects/teddy-testing/zones/us-east4-a/instances/tfe" | |
2019-07-08T15:51:50.417-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: ], | |
2019-07-08T15:51:50.417-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "labelFingerprint": "42WmSpB8rSM=", | |
2019-07-08T15:51:50.417-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "licenseCodes": [ | |
2019-07-08T15:51:50.417-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "1795508438968432024", | |
2019-07-08T15:51:50.417-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "1000207" | |
2019-07-08T15:51:50.417-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: ], | |
2019-07-08T15:51:50.417-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: "physicalBlockSizeBytes": "4096" | |
2019-07-08T15:51:50.417-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: } | |
2019-07-08T15:51:50.417-0400 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: ----------------------------------------------------- | |
2019/07/08 15:51:50 [WARN] Provider "google" produced an unexpected new value for google_compute_instance.tfe, but we are tolerating it because it is using the legacy plugin SDK. | |
The following problems may be the cause of any confusing errors from downstream operations: | |
- .hostname: was null, but now cty.StringVal("") | |
- .min_cpu_platform: was null, but now cty.StringVal("") | |
- .boot_disk[0].kms_key_self_link: was null, but now cty.StringVal("") | |
- .boot_disk[0].disk_encryption_key_raw: inconsistent values for sensitive attribute | |
- .boot_disk[0].initialize_params[0].image: was cty.StringVal("projects/cis-public/global/images/cis-centos-linux-7-benchmark-v-2-2-1-5-level-1"), but now cty.StringVal("https://www.googleapis.com/compute/v1/projects/cis-public/global/images/cis-centos-linux-7-benchmark-v-2-2-1-5-level-1") | |
- .network_interface[0].network: was cty.StringVal("default"), but now cty.StringVal("https://www.googleapis.com/compute/v1/projects/teddy-testing/global/networks/default") | |
2019/07/08 15:51:50 [TRACE] <root>: eval: *terraform.EvalMaybeTainted | |
2019/07/08 15:51:50 [TRACE] <root>: eval: *terraform.EvalWriteState | |
2019/07/08 15:51:50 [TRACE] EvalWriteState: writing current state object for google_compute_instance.tfe | |
2019/07/08 15:51:50 [TRACE] <root>: eval: *terraform.EvalApplyProvisioners | |
2019/07/08 15:51:50 [TRACE] <root>: eval: *terraform.EvalMaybeTainted | |
2019/07/08 15:51:50 [TRACE] <root>: eval: *terraform.EvalWriteState | |
2019/07/08 15:51:50 [TRACE] EvalWriteState: writing current state object for google_compute_instance.tfe | |
2019/07/08 15:51:50 [TRACE] <root>: eval: *terraform.EvalIf | |
2019/07/08 15:51:50 [TRACE] <root>: eval: *terraform.EvalIf | |
2019/07/08 15:51:50 [TRACE] <root>: eval: *terraform.EvalWriteDiff | |
2019/07/08 15:51:50 [TRACE] <root>: eval: *terraform.EvalApplyPost | |
2019/07/08 15:51:50 [TRACE] <root>: eval: *terraform.EvalUpdateStateHook | |
2019/07/08 15:51:50 [TRACE] statemgr.Filesystem: creating backup snapshot at terraform.tfstate.backup | |
2019/07/08 15:51:50 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 5 | |
2019/07/08 15:51:50 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate | |
2019/07/08 15:51:50 [TRACE] [walkApply] Exiting eval tree: google_compute_instance.tfe | |
2019/07/08 15:51:50 [TRACE] vertex "google_compute_instance.tfe": visit complete | |
2019/07/08 15:51:50 [TRACE] dag/walk: visiting "output.tfe_instance_public_ip" | |
2019/07/08 15:51:50 [TRACE] vertex "output.tfe_instance_public_ip": starting visit (*terraform.NodeApplyableOutput) | |
2019/07/08 15:51:50 [TRACE] vertex "output.tfe_instance_public_ip": evaluating | |
2019/07/08 15:51:50 [TRACE] dag/walk: visiting "google_compute_firewall.tfe_ingress" | |
2019/07/08 15:51:50 [TRACE] vertex "google_compute_firewall.tfe_ingress": starting visit (*terraform.NodeApplyableResourceInstance) | |
2019/07/08 15:51:50 [TRACE] [walkApply] Entering eval tree: output.tfe_instance_public_ip | |
2019/07/08 15:51:50 [TRACE] <root>: eval: *terraform.EvalSequence | |
2019/07/08 15:51:50 [TRACE] <root>: eval: *terraform.EvalOpFilter | |
2019/07/08 15:51:50 [TRACE] <root>: eval: *terraform.EvalWriteOutput | |
2019/07/08 15:51:50 [TRACE] GetResourceInstance: google_compute_instance.tfe is a single instance | |
2019/07/08 15:51:50 [TRACE] vertex "google_compute_firewall.tfe_ingress": evaluating | |
2019/07/08 15:51:50 [TRACE] [walkApply] Entering eval tree: google_compute_firewall.tfe_ingress | |
2019/07/08 15:51:50 [TRACE] <root>: eval: *terraform.EvalSequence | |
2019/07/08 15:51:50 [TRACE] <root>: eval: *terraform.EvalGetProvider | |
2019/07/08 15:51:50 [TRACE] <root>: eval: *terraform.EvalReadDiff | |
2019/07/08 15:51:50 [TRACE] EvalReadDiff: Read Create change from plan for google_compute_firewall.tfe_ingress | |
2019/07/08 15:51:50 [TRACE] <root>: eval: *terraform.EvalIf | |
2019/07/08 15:51:50 [TRACE] <root>: eval: terraform.EvalNoop | |
2019/07/08 15:51:50 [TRACE] <root>: eval: *terraform.EvalIf | |
2019/07/08 15:51:50 [TRACE] <root>: eval: *terraform.EvalReadState | |
2019/07/08 15:51:50 [TRACE] EvalReadState: reading state for google_compute_firewall.tfe_ingress | |
2019/07/08 15:51:50 [TRACE] EvalReadState: no state present for google_compute_firewall.tfe_ingress | |
2019/07/08 15:51:50 [TRACE] <root>: eval: *terraform.EvalReadDiff | |
2019/07/08 15:51:50 [TRACE] EvalReadDiff: Read Create change from plan for google_compute_firewall.tfe_ingress | |
2019/07/08 15:51:50 [TRACE] <root>: eval: *terraform.EvalDiff | |
2019/07/08 15:51:50 [TRACE] GetResourceInstance: google_compute_instance.tfe is a single instance | |
2019/07/08 15:51:50 [TRACE] EvalWriteOutput: Saving value for output.tfe_instance_public_ip in state | |
2019/07/08 15:51:50 [TRACE] EvalWriteOutput: Saving Create change for output.tfe_instance_public_ip in changeset | |
2019/07/08 15:51:50 [TRACE] [walkApply] Exiting eval tree: output.tfe_instance_public_ip | |
2019/07/08 15:51:50 [TRACE] vertex "output.tfe_instance_public_ip": visit complete | |
2019/07/08 15:51:50 [TRACE] GetResourceInstance: google_compute_instance.tfe is a single instance | |
2019/07/08 15:51:50 [TRACE] GetResourceInstance: google_compute_instance.tfe is a single instance | |
2019/07/08 15:51:50 [TRACE] Re-validating config for "google_compute_firewall.tfe_ingress" | |
2019/07/08 15:51:50 [TRACE] GRPCProvider: ValidateResourceTypeConfig | |
2019/07/08 15:51:50 [TRACE] GRPCProvider: PlanResourceChange | |
2019/07/08 15:51:50 [WARN] Provider "google" produced an invalid plan for google_compute_firewall.tfe_ingress, but we are tolerating it because it is using the legacy plugin SDK. | |
The following problems may be the cause of any confusing errors from downstream operations: | |
- .priority: planned value cty.NumberIntVal(1000) does not match config value cty.NullVal(cty.Number) | |
2019/07/08 15:51:50 [TRACE] <root>: eval: *terraform.EvalCheckPlannedChange | |
2019/07/08 15:51:50 [TRACE] EvalCheckPlannedChange: Verifying that actual change (action Create) matches planned change (action Create) | |
2019/07/08 15:51:50 [ERROR] <root>: eval: *terraform.EvalCheckPlannedChange, err: Provider produced inconsistent final plan: When expanding the plan for google_compute_firewall.tfe_ingress to include new values learned so far during apply, provider "google" produced an invalid new value for .network: was cty.StringVal("default"), but now cty.StringVal("https://www.googleapis.com/compute/v1/projects/teddy-testing/global/networks/default"). | |
This is a bug in the provider, which should be reported in the provider's own issue tracker. | |
2019/07/08 15:51:50 [ERROR] <root>: eval: *terraform.EvalSequence, err: Provider produced inconsistent final plan: When expanding the plan for google_compute_firewall.tfe_ingress to include new values learned so far during apply, provider "google" produced an invalid new value for .network: was cty.StringVal("default"), but now cty.StringVal("https://www.googleapis.com/compute/v1/projects/teddy-testing/global/networks/default"). | |
This is a bug in the provider, which should be reported in the provider's own issue tracker. | |
2019/07/08 15:51:50 [TRACE] [walkApply] Exiting eval tree: google_compute_firewall.tfe_ingress | |
2019/07/08 15:51:50 [TRACE] vertex "google_compute_firewall.tfe_ingress": visit complete | |
2019/07/08 15:51:50 [TRACE] dag/walk: upstream of "provider.google (close)" errored, so skipping | |
2019/07/08 15:51:50 [TRACE] dag/walk: upstream of "meta.count-boundary (EachMode fixup)" errored, so skipping | |
2019/07/08 15:51:50 [TRACE] dag/walk: upstream of "root" errored, so skipping | |
2019/07/08 15:51:50 [TRACE] statemgr.Filesystem: have already backed up original terraform.tfstate to terraform.tfstate.backup on a previous write | |
2019/07/08 15:51:50 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 6 | |
2019/07/08 15:51:50 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate | |
2019/07/08 15:51:50 [TRACE] statemgr.Filesystem: removing lock metadata file .terraform.tfstate.lock.info | |
2019/07/08 15:51:50 [TRACE] statemgr.Filesystem: unlocking terraform.tfstate using fcntl flock | |
2019-07-08T15:51:50.457-0400 [DEBUG] plugin: plugin process exited: path=/Users/teddy/Dev/tdsacilowski/tfe-demo-modules/terraform-gcp/examples/root-example/.terraform/plugins/darwin_amd64/terraform-provider-google_v2.10.0_x4 pid=28658 | |
2019-07-08T15:51:50.457-0400 [DEBUG] plugin: plugin exited | |
2019/07/08 16:01:58 [INFO] Terraform version: 0.12.3 | |
2019/07/08 16:01:58 [INFO] Go runtime version: go1.12.6 | |
2019/07/08 16:01:58 [INFO] CLI args: []string{"/usr/local/bin/terraform", "-v"} | |
2019/07/08 16:01:58 [DEBUG] Attempting to open CLI config file: /Users/teddy/.terraformrc | |
2019/07/08 16:01:58 Loading CLI configuration from /Users/teddy/.terraformrc | |
2019/07/08 16:01:58 [INFO] CLI command args: []string{"version", "-v"} | |
2019/07/08 16:01:58 [DEBUG] checking for provider in "." | |
2019/07/08 16:01:58 [DEBUG] checking for provider in "/usr/local/bin" | |
2019/07/08 16:01:58 [DEBUG] checking for provider in ".terraform/plugins/darwin_amd64" | |
2019/07/08 16:01:58 [DEBUG] found provider "terraform-provider-google_v2.10.0_x4" | |
2019/07/08 16:01:58 [DEBUG] found valid plugin: "google", "2.10.0", "/Users/teddy/Dev/tdsacilowski/tfe-demo-modules/terraform-gcp/examples/root-example/.terraform/plugins/darwin_amd64/terraform-provider-google_v2.10.0_x4" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment