Skip to content

Instantly share code, notes, and snippets.

@jgeorgeson
Created April 13, 2018 00:40
Show Gist options
  • Save jgeorgeson/8d34d655040acecd5b9049b061d70dbc to your computer and use it in GitHub Desktop.
Save jgeorgeson/8d34d655040acecd5b9049b061d70dbc to your computer and use it in GitHub Desktop.
2018/04/12 19:35:18 [INFO] Terraform version: 0.11.7 41e50bd32a8825a84535e353c3674af8ce799161
2018/04/12 19:35:18 [INFO] Go runtime version: go1.10.1
2018/04/12 19:35:18 [INFO] CLI args: []string{"/usr/local/bin/terraform", "apply", "-var", "project_id=b459f7c692d04b2793568ca7cb5160db", "-var", "project_name=terraform-test", "-var", "subnet_cidr=10.0.70.0/23", "-target", "openstack_networking_router_v2.tenant_router"}
2018/04/12 19:35:18 [DEBUG] Attempting to open CLI config file: /home/jgeorgeson/.terraformrc
2018/04/12 19:35:18 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2018/04/12 19:35:18 [INFO] CLI command args: []string{"apply", "-var", "project_id=b459f7c692d04b2793568ca7cb5160db", "-var", "project_name=terraform-test", "-var", "subnet_cidr=10.0.70.0/23", "-target", "openstack_networking_router_v2.tenant_router"}
2018/04/12 19:35:18 [INFO] command: backend initialized: *legacy.Backend
2018/04/12 19:35:18 [DEBUG] checking for provider in "."
2018/04/12 19:35:18 [DEBUG] checking for provider in "/usr/local/bin"
2018/04/12 19:35:18 [DEBUG] checking for provider in ".terraform/plugins/linux_amd64"
2018/04/12 19:35:18 [DEBUG] found provider "terraform-provider-openstack_v1.3.0_x4"
2018/04/12 19:35:18 [DEBUG] found valid plugin: "openstack", "1.3.0", "/mnt/c/Users/jgeorgeson/Code/Dev-Engineering/openstack/network/.terraform/plugins/linux_amd64/terraform-provider-openstack_v1.3.0_x4"
2018/04/12 19:35:18 [DEBUG] checking for provisioner in "."
2018/04/12 19:35:18 [DEBUG] checking for provisioner in "/usr/local/bin"
2018/04/12 19:35:18 [DEBUG] checking for provisioner in ".terraform/plugins/linux_amd64"
2018/04/12 19:35:18 [INFO] command: backend *legacy.Backend is not enhanced, wrapping in local
2018/04/12 19:35:18 [INFO] backend/local: starting Apply operation
2018/04/12 19:35:19 [INFO] terraform: building graph: GraphTypeInput
2018/04/12 19:35:19 [DEBUG] Attaching resource state to "data.openstack_networking_network_v2.transit_network": &terraform.ResourceState{Type:"openstack_networking_network_v2", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4201611d0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.openstack", mu:sync.Mutex{state:0, sema:0x0}}
2018/04/12 19:35:19 [DEBUG] Attaching resource state to "openstack_networking_router_v2.tenant_router": &terraform.ResourceState{Type:"openstack_networking_router_v2", Dependencies:[]string{"data.openstack_networking_network_v2.transit_network"}, Primary:(*terraform.InstanceState)(0xc420161220), Deposed:[]*terraform.InstanceState{}, Provider:"provider.openstack", mu:sync.Mutex{state:0, sema:0x0}}
2018/04/12 19:35:19 [DEBUG] Resource state not found for "openstack_networking_router_interface_v2.router_interface": openstack_networking_router_interface_v2.router_interface
2018/04/12 19:35:19 [DEBUG] Resource state not found for "data.openstack_networking_subnetpool_v2.pool23": data.openstack_networking_subnetpool_v2.pool23
2018/04/12 19:35:19 [DEBUG] Resource state not found for "openstack_networking_network_v2.tenant_network": openstack_networking_network_v2.tenant_network
2018/04/12 19:35:19 [DEBUG] Resource state not found for "openstack_networking_subnet_v2.tenant_subnet": openstack_networking_subnet_v2.tenant_subnet
2018/04/12 19:35:19 [DEBUG] resource openstack_networking_subnet_v2.tenant_subnet using provider provider.openstack
2018/04/12 19:35:19 [DEBUG] resource openstack_networking_router_v2.tenant_router using provider provider.openstack
2018/04/12 19:35:19 [DEBUG] resource openstack_networking_network_v2.tenant_network using provider provider.openstack
2018/04/12 19:35:19 [DEBUG] resource data.openstack_networking_network_v2.transit_network using provider provider.openstack
2018/04/12 19:35:19 [DEBUG] resource openstack_networking_router_interface_v2.router_interface using provider provider.openstack
iable
var.openstack_auth_url - *terraform.NodeRootVariable
var.openstack_az - *terraform.NodeRootVariable
var.openstack_insecure - *terraform.NodeRootVariable
var.openstack_region - *terraform.NodeRootVariable
var.openstack_subnet_pool - *terraform.NodeRootVariable
var.openstack_transit_network - *terraform.NodeRootVariable
var.project_domain_name - *terraform.NodeRootVariable
var.project_id - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.subnet_cidr - *terraform.NodeRootVariable
2018/04/12 19:35:19 [DEBUG] ReferenceTransformer: "openstack_networking_router_v2.tenant_router" references: [data.openstack_networking_network_v2.transit_network var.project_id var.project_name]
2018/04/12 19:35:19 [DEBUG] ReferenceTransformer: "output.network_name" references: [openstack_networking_network_v2.tenant_network]
2018/04/12 19:35:19 [DEBUG] ReferenceTransformer: "output.subnet_name" references: [openstack_networking_subnet_v2.tenant_subnet]
2018/04/12 19:35:19 [DEBUG] ReferenceTransformer: "output.subnet_cidr" references: [openstack_networking_subnet_v2.tenant_subnet]
2018/04/12 19:35:19 [DEBUG] ReferenceTransformer: "var.openstack_insecure" references: []
2018/04/12 19:35:19 [DEBUG] ReferenceTransformer: "var.openstack_region" references: []
2018/04/12 19:35:19 [DEBUG] ReferenceTransformer: "var.openstack_transit_network" references: []
2018/04/12 19:35:19 [DEBUG] ReferenceTransformer: "openstack_networking_network_v2.tenant_network" references: [var.openstack_region var.project_name]
2018/04/12 19:35:19 [DEBUG] ReferenceTransformer: "var.project_domain_name" references: []
2018/04/12 19:35:19 [DEBUG] ReferenceTransformer: "provider.openstack" references: [var.openstack_auth_url var.openstack_insecure var.project_domain_name var.project_name]
2018/04/12 19:35:19 [DEBUG] ReferenceTransformer: "data.openstack_networking_network_v2.transit_network" references: [var.openstack_transit_network]
2018/04/12 19:35:19 [DEBUG] ReferenceTransformer: "openstack_networking_router_interface_v2.router_interface" references: [openstack_networking_router_v2.tenant_router openstack_networking_subnet_v2.tenant_subnet openstack_networking_subnet_v2.tenant_subnet var.openstack_region]
2018/04/12 19:35:19 [DEBUG] ReferenceTransformer: "output.subnet_gateway" references: [openstack_networking_subnet_v2.tenant_subnet]
2018/04/12 19:35:19 [DEBUG] ReferenceTransformer: "var.openstack_az" references: []
2018/04/12 19:35:19 [DEBUG] ReferenceTransformer: "var.project_id" references: []
2018/04/12 19:35:19 [DEBUG] ReferenceTransformer: "data.openstack_networking_subnetpool_v2.pool23" references: [var.openstack_subnet_pool]
2018/04/12 19:35:19 [DEBUG] ReferenceTransformer: "openstack_networking_subnet_v2.tenant_subnet" references: [data.openstack_networking_subnetpool_v2.pool23 openstack_networking_network_v2.tenant_network var.name_server var.openstack_region var.project_id var.project_name var.subnet_cidr]
2018/04/12 19:35:19 [DEBUG] ReferenceTransformer: "output.router_name" references: [openstack_networking_router_v2.tenant_router]
2018/04/12 19:35:19 [DEBUG] ReferenceTransformer: "var.openstack_auth_url" references: []
2018/04/12 19:35:19 [DEBUG] ReferenceTransformer: "var.openstack_subnet_pool" references: []
2018/04/12 19:35:19 [DEBUG] ReferenceTransformer: "var.project_name" references: []
2018/04/12 19:35:19 [DEBUG] ReferenceTransformer: "var.subnet_cidr" references: []
2018/04/12 19:35:19 [DEBUG] ReferenceTransformer: "var.name_server" references: []
- *terraform.NodeAbstractResource
output.router_name - *terraform.NodeApplyableOutput
openstack_networking_router_v2.tenant_router - *terraform.NodeAbstractResource
output.subnet_cidr - *terraform.NodeApplyableOutput
openstack_networking_subnet_v2.tenant_subnet - *terraform.NodeAbstractResource
output.subnet_gateway - *terraform.NodeApplyableOutput
openstack_networking_subnet_v2.tenant_subnet - *terraform.NodeAbstractResource
output.subnet_name - *terraform.NodeApplyableOutput
openstack_networking_subnet_v2.tenant_subnet - *terraform.NodeAbstractResource
provider.openstack - *terraform.NodeApplyableProvider
var.openstack_auth_url - *terraform.NodeRootVariable
var.openstack_insecure - *terraform.NodeRootVariable
var.project_domain_name - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.name_server - *terraform.NodeRootVariable
var.openstack_auth_url - *terraform.NodeRootVariable
var.openstack_az - *terraform.NodeRootVariable
var.openstack_insecure - *terraform.NodeRootVariable
var.openstack_region - *terraform.NodeRootVariable
var.openstack_subnet_pool - *terraform.NodeRootVariable
var.openstack_transit_network - *terraform.NodeRootVariable
var.project_domain_name - *terraform.NodeRootVariable
var.project_id - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.subnet_cidr - *terraform.NodeRootVariable
ctResource
provider.openstack - *terraform.NodeApplyableProvider
var.openstack_region - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
openstack_networking_router_interface_v2.router_interface - *terraform.NodeAbstractResource
openstack_networking_router_v2.tenant_router - *terraform.NodeAbstractResource
openstack_networking_subnet_v2.tenant_subnet - *terraform.NodeAbstractResource
provider.openstack - *terraform.NodeApplyableProvider
var.openstack_region - *terraform.NodeRootVariable
openstack_networking_router_v2.tenant_router - *terraform.NodeAbstractResource
data.openstack_networking_network_v2.transit_network - *terraform.NodeAbstractResource
provider.openstack - *terraform.NodeApplyableProvider
var.project_id - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
openstack_networking_subnet_v2.tenant_subnet - *terraform.NodeAbstractResource
data.openstack_networking_subnetpool_v2.pool23 - *terraform.NodeAbstractResource
openstack_networking_network_v2.tenant_network - *terraform.NodeAbstractResource
provider.openstack - *terraform.NodeApplyableProvider
var.name_server - *terraform.NodeRootVariable
var.openstack_region - *terraform.NodeRootVariable
var.project_id - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.subnet_cidr - *terraform.NodeRootVariable
output.network_name - *terraform.NodeApplyableOutput
openstack_networking_network_v2.tenant_network - *terraform.NodeAbstractResource
output.router_name - *terraform.NodeApplyableOutput
openstack_networking_router_v2.tenant_router - *terraform.NodeAbstractResource
output.subnet_cidr - *terraform.NodeApplyableOutput
openstack_networking_subnet_v2.tenant_subnet - *terraform.NodeAbstractResource
output.subnet_gateway - *terraform.NodeApplyableOutput
openstack_networking_subnet_v2.tenant_subnet - *terraform.NodeAbstractResource
output.subnet_name - *terraform.NodeApplyableOutput
openstack_networking_subnet_v2.tenant_subnet - *terraform.NodeAbstractResource
provider.openstack - *terraform.NodeApplyableProvider
var.openstack_auth_url - *terraform.NodeRootVariable
var.openstack_insecure - *terraform.NodeRootVariable
var.project_domain_name - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.name_server - *terraform.NodeRootVariable
var.openstack_auth_url - *terraform.NodeRootVariable
var.openstack_az - *terraform.NodeRootVariable
var.openstack_insecure - *terraform.NodeRootVariable
var.openstack_region - *terraform.NodeRootVariable
var.openstack_subnet_pool - *terraform.NodeRootVariable
var.openstack_transit_network - *terraform.NodeRootVariable
var.project_domain_name - *terraform.NodeRootVariable
var.project_id - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.subnet_cidr - *terraform.NodeRootVariable
2018/04/12 19:35:19 [DEBUG] Removing "openstack_networking_router_interface_v2.router_interface", filtered by targeting.
2018/04/12 19:35:19 [DEBUG] Removing "output.subnet_gateway", filtered by targeting.
2018/04/12 19:35:19 [DEBUG] Removing "data.openstack_networking_subnetpool_v2.pool23", filtered by targeting.
2018/04/12 19:35:19 [DEBUG] Removing "openstack_networking_subnet_v2.tenant_subnet", filtered by targeting.
2018/04/12 19:35:19 [DEBUG] Removing "output.network_name", filtered by targeting.
2018/04/12 19:35:19 [DEBUG] Removing "output.subnet_name", filtered by targeting.
2018/04/12 19:35:19 [DEBUG] Removing "output.subnet_cidr", filtered by targeting.
2018/04/12 19:35:19 [DEBUG] Removing "openstack_networking_network_v2.tenant_network", filtered by targeting.
ck_az - *terraform.NodeRootVariable
var.openstack_insecure - *terraform.NodeRootVariable
var.openstack_region - *terraform.NodeRootVariable
var.openstack_subnet_pool - *terraform.NodeRootVariable
var.openstack_transit_network - *terraform.NodeRootVariable
var.project_domain_name - *terraform.NodeRootVariable
var.project_id - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.subnet_cidr - *terraform.NodeRootVariable
ansit_network - *terraform.NodeAbstractResource
openstack_networking_router_v2.tenant_router - *terraform.NodeAbstractResource
provider.openstack - *terraform.NodeApplyableProvider
var.name_server - *terraform.NodeRootVariable
var.openstack_auth_url - *terraform.NodeRootVariable
var.openstack_az - *terraform.NodeRootVariable
var.openstack_insecure - *terraform.NodeRootVariable
var.openstack_region - *terraform.NodeRootVariable
var.openstack_subnet_pool - *terraform.NodeRootVariable
var.openstack_transit_network - *terraform.NodeRootVariable
var.project_domain_name - *terraform.NodeRootVariable
var.project_id - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.subnet_cidr - *terraform.NodeRootVariable
nstack_networking_network_v2.transit_network - *terraform.NodeAbstractResource
provider.openstack - *terraform.NodeApplyableProvider
var.project_id - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
output.router_name - *terraform.NodeApplyableOutput
openstack_networking_router_v2.tenant_router - *terraform.NodeAbstractResource
provider.openstack - *terraform.NodeApplyableProvider
var.openstack_auth_url - *terraform.NodeRootVariable
var.openstack_insecure - *terraform.NodeRootVariable
var.project_domain_name - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
provider.openstack (close) - *terraform.graphNodeCloseProvider
data.openstack_networking_network_v2.transit_network - *terraform.NodeAbstractResource
openstack_networking_router_v2.tenant_router - *terraform.NodeAbstractResource
provider.openstack - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.openstack (close) - *terraform.graphNodeCloseProvider
var.name_server - *terraform.NodeRootVariable
var.openstack_auth_url - *terraform.NodeRootVariable
var.openstack_az - *terraform.NodeRootVariable
var.openstack_insecure - *terraform.NodeRootVariable
var.openstack_region - *terraform.NodeRootVariable
var.openstack_subnet_pool - *terraform.NodeRootVariable
var.openstack_transit_network - *terraform.NodeRootVariable
var.project_domain_name - *terraform.NodeRootVariable
var.project_id - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.subnet_cidr - *terraform.NodeRootVariable
*terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.subnet_cidr - *terraform.NodeRootVariable
2018/04/12 19:35:19 [DEBUG] Starting graph walk: walkInput
2018/04/12 19:35:19 [TRACE] dag/walk: added new vertex: "provider.openstack"
2018/04/12 19:35:19 [TRACE] dag/walk: added new vertex: "var.openstack_auth_url"
2018/04/12 19:35:19 [TRACE] dag/walk: added new vertex: "var.subnet_cidr"
2018/04/12 19:35:19 [TRACE] dag/walk: added new vertex: "var.project_domain_name"
2018/04/12 19:35:19 [TRACE] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)"
2018/04/12 19:35:19 [TRACE] dag/walk: added new vertex: "var.openstack_az"
2018/04/12 19:35:19 [TRACE] dag/walk: added new vertex: "var.project_id"
2018/04/12 19:35:19 [TRACE] dag/walk: added new vertex: "var.project_name"
2018/04/12 19:35:19 [TRACE] dag/walk: added new vertex: "openstack_networking_router_v2.tenant_router"
2018/04/12 19:35:19 [TRACE] dag/walk: added new vertex: "root"
2018/04/12 19:35:19 [TRACE] dag/walk: added new vertex: "var.openstack_region"
2018/04/12 19:35:19 [TRACE] dag/walk: added new vertex: "provider.openstack (close)"
2018/04/12 19:35:19 [TRACE] dag/walk: added new vertex: "output.router_name"
2018/04/12 19:35:19 [TRACE] dag/walk: added new vertex: "var.name_server"
2018-04-12T19:35:19.603-0500 [DEBUG] plugin: starting plugin: path=/mnt/c/Users/jgeorgeson/Code/Dev-Engineering/openstack/network/.terraform/plugins/linux_amd64/terraform-provider-openstack_v1.3.0_x4 args=[/mnt/c/Users/jgeorgeson/Code/Dev-Engineering/openstack/network/.terraform/plugins/linux_amd64/terraform-provider-openstack_v1.3.0_x4]
2018-04-12T19:35:19.653-0500 [DEBUG] plugin: waiting for RPC address: path=/mnt/c/Users/jgeorgeson/Code/Dev-Engineering/openstack/network/.terraform/plugins/linux_amd64/terraform-provider-openstack_v1.3.0_x4
2018-04-12T19:35:19.671-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: 2018/04/12 19:35:19 [DEBUG] plugin: plugin address: unix /tmp/plugin849424778
v2", RawCount:(*config.RawConfig)(0xc4203b71f0), RawConfig:(*config.RawConfig)(0xc4203b6f50), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/04/12 19:35:19 [TRACE] AttachResourceConfigTransformer: Attach resource config request: openstack_networking_router_interface_v2.router_interface
2018/04/12 19:35:19 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"router_interface", Type:"openstack_networking_router_interface_v2", RawCount:(*config.RawConfig)(0xc4203b7500), RawConfig:(*config.RawConfig)(0xc4203b7420), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string{"openstack_networking_subnet_v2.tenant_subnet"}, Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/04/12 19:35:19 [TRACE] AttachResourceConfigTransformer: Attach resource config request: data.openstack_networking_network_v2.transit_network
2018/04/12 19:35:19 [TRACE] Attaching resource config: &config.Resource{Mode:1, Name:"transit_network", Type:"openstack_networking_network_v2", RawCount:(*config.RawConfig)(0xc4203b7650), RawConfig:(*config.RawConfig)(0xc4203b7570), Provisioners:[]*config.Provisioner{}, Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/04/12 19:35:19 [TRACE] AttachResourceConfigTransformer: Attach resource config request: openstack_networking_router_v2.tenant_router
2018/04/12 19:35:19 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"tenant_router", Type:"openstack_networking_router_v2", RawCount:(*config.RawConfig)(0xc4203b73b0), RawConfig:(*config.RawConfig)(0xc4203b7260), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2networking_subnet_v2.tenant_subnet
2018/04/12 19:35:19 [DEBUG] Resource state not found for "openstack_networking_router_interface_v2.router_interface": openstack_networking_router_interface_v2.router_interface
2018/04/12 19:35:19 [TRACE] Graph after step *terraform.AttachStateTransformer:
data.openstack_networking_network_v2.transit_network - *terraform.NodeValidatableResource
data.openstack_networking_subnetpool_v2.pool23 - *terraform.NodeValidatableResource
openstack_networking_network_v2.tenant_network - *terraform.NodeValidatableResource
openstack_networking_router_interface_v2.router_interface - *terraform.NodeValidatableResource
openstack_networking_router_v2.tenant_router - *terraform.NodeValidatableResource
openstack_networking_subnet_v2.tenant_subnet - *terraform.NodeValidatableResource
output.network_name - *terraform.NodeApplyableOutput
output.router_name - *terraform.NodeApplyableOutput
output.subnet_cidr - *terraform.NodeApplyableOutput
output.subnet_gateway - *terraform.NodeApplyableOutput
output.subnet_name - *terraform.NodeApplyableOutput
2018/04/12 19:35:19 [TRACE] Graph after step *terraform.RootVariableTransformer:
data.openstack_networking_network_v2.transit_network - *terraform.NodeValidatableResource
data.openstack_networking_subnetpool_v2.pool23 - *terraform.NodeValidatableResource
openstack_networking_network_v2.tenant_network - *terraform.NodeValidatableResource
openstack_networking_router_interface_v2.router_interface - *terraform.NodeValidatableResource
openstack_networking_router_v2.tenant_router - *terraform.NodeValidatableResource
openstack_networking_subnet_v2.tenant_subnet - *terraform.NodeValidatableResource
output.network_name - *terraform.NodeApplyableOutput
output.router_name - *terraform.NodeApplyableOutput
output.subnet_cidr - *terraform.NodeApplyableOutput
output.subnet_gateway - *terraform.NodeApplyableOutput
output.subnet_name - *terraform.NodeApplyableOutput
var.name_server - *terraform.NodeRootVariable
var.openstack_auth_url - *terraform.NodeRootVariable
var.openstack2018/04/12 19:35:19 [DEBUG] resource openstack_networking_router_v2.tenant_router using provider provider.openstack
2018/04/12 19:35:19 [DEBUG] resource openstack_networking_router_interface_v2.router_interface using provider provider.openstack
2018/04/12 19:35:19 [DEBUG] resource data.openstack_networking_network_v2.transit_network using provider provider.openstack
2018/04/12 19:35:19 [TRACE] Graph after step *terraform.ProviderTransformer:
data.openstack_networking_network_v2.transit_network - *terraform.NodeValidatableResource
provider.openstack - *terraform.NodeApplyableProvider
data.openstack_networking_subnetpool_v2.pool23 - *terraform.NodeValidatableResource
provider.openstack - *terraform.NodeApplyableProvider
openstack_networking_network_v2.tenant_network - *terraform.NodeValidatableResource
provider.openstack - *terraform.NodeApplyableProvider
openstack_networking_router_interface_v2.router_interface - *terraform.NodeValidatableResource
provider.openstack - *terraform.NodeApplyableProvider
openstack_networking_router_v2.tenant_router - *terraform.NodeValidatableResource
provider.openstack - *terraform.NodeApplyableProvider
openstack_networking_subnet_v2.tenant_subnet - *terraform.NodeValidatableResource
provider.openstack - *terraform.NodeApplyableProvider
output.network_name - *terraform.NodeApplyableOutput
output.router_name - *terraform.NodeApplyableOutput
output.subnet_cidr - *terraform.NodeApplyableOutput
output.subnet_gateway - *terraform.NodeApplyableOutput
output.subnet_name - *terraform.NodeApplyableOutput
provider.openstack - *terraform.NodeApplyableProvider
var.name_server - *terraform.NodeRootVariable
var.openstack_auth_url - *terraform.NodeRootVariable
var.openstack_az - *terraform.NodeRootVariable
var.openstack_insecure - *terraform.NodeRootVariable
var.openstack_region - *terraform.NodeRootVariable
var.openstack_subnet_pool - *terraform.NodeRootVariable
var.openstack_transit_network - *terraform.NodeRootVariable
var.project_domain_name - *terraform.NodeRootVariable
var.projecrm.NodeValidatableResource
provider.openstack - *terraform.NodeApplyableProvider
openstack_networking_router_v2.tenant_router - *terraform.NodeValidatableResource
provider.openstack - *terraform.NodeApplyableProvider
openstack_networking_subnet_v2.tenant_subnet - *terraform.NodeValidatableResource
provider.openstack - *terraform.NodeApplyableProvider
output.network_name - *terraform.NodeApplyableOutput
output.router_name - *terraform.NodeApplyableOutput
output.subnet_cidr - *terraform.NodeApplyableOutput
output.subnet_gateway - *terraform.NodeApplyableOutput
output.subnet_name - *terraform.NodeApplyableOutput
provider.openstack - *terraform.NodeApplyableProvider
var.name_server - *terraform.NodeRootVariable
var.openstack_auth_url - *terraform.NodeRootVariable
var.openstack_az - *terraform.NodeRootVariable
var.openstack_insecure - *terraform.NodeRootVariable
var.openstack_region - *terraform.NodeRootVariable
var.openstack_subnet_pool - *terraform.NodeRootVariable
var.openstack_transit_network - *terraform.NodeRootVariable
var.project_domain_name - *terraform.NodeRootVariable
var.project_id - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.subnet_cidr - *terraform.NodeRootVariable
*terraform.NodeApplyableProvider
openstack_networking_router_interface_v2.router_interface - *terraform.NodeValidatableResource
provider.openstack - *terraform.NodeApplyableProvider
openstack_networking_router_v2.tenant_router - *terraform.NodeValidatableResource
provider.openstack - *terraform.NodeApplyableProvider
openstack_networking_subnet_v2.tenant_subnet - *terraform.NodeValidatableResource
provider.openstack - *terraform.NodeApplyableProvider
output.network_name - *terraform.NodeApplyableOutput
output.router_name - *terraform.NodeApplyableOutput
output.subnet_cidr - *terraform.NodeApplyableOutput
output.subnet_gateway - *terraform.NodeApplyableOutput
output.subnet_name - *terraform.NodeApplyableOutput
provider.openstack - *terraform.NodeApplyableProvider
var.name_server - *terraform.NodeRootVariable
var.openstack_auth_url - *terraform.NodeRootVariable
var.openstack_az - *terraform.NodeRootVariable
var.openstack_insecure - *terraform.NodeRootVariable
var.openstack_region - *terraform.NodeRootVariable
var.openstack_subnet_pool - *terraform.NodeRootVariable
var.openstack_transit_network - *terraform.NodeRootVariable
var.project_domain_name - *terraform.NodeRootVariable
var.project_id - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.subnet_cidr - *terraform.NodeRootVariable
" references: [var.openstack_region var.project_name]
2018/04/12 19:35:19 [DEBUG] ReferenceTransformer: "openstack_networking_subnet_v2.tenant_subnet" references: [data.openstack_networking_subnetpool_v2.pool23 openstack_networking_network_v2.tenant_network var.name_server var.openstack_region var.project_id var.project_name var.subnet_cidr]
2018/04/12 19:35:19 [DEBUG] ReferenceTransformer: "provider.openstack" references: [var.openstack_insecure var.project_domain_name var.project_name var.openstack_auth_url]
2018/04/12 19:35:19 [DEBUG] ReferenceTransformer: "var.openstack_insecure" references: []
2018/04/12 19:35:19 [DEBUG] ReferenceTransformer: "var.openstack_transit_network" references: []
2018/04/12 19:35:19 [DEBUG] ReferenceTransformer: "var.openstack_subnet_pool" references: []
2018/04/12 19:35:19 [DEBUG] ReferenceTransformer: "var.project_domain_name" references: []
2018/04/12 19:35:19 [DEBUG] ReferenceTransformer: "openstack_networking_router_v2.tenant_router" references: [data.openstack_networking_network_v2.transit_network var.project_id var.project_name]
2018/04/12 19:35:19 [DEBUG] ReferenceTransformer: "output.router_name" references: [openstack_networking_router_v2.tenant_router]
2018/04/12 19:35:19 [DEBUG] ReferenceTransformer: "output.subnet_name" references: [openstack_networking_subnet_v2.tenant_subnet]
2018/04/12 19:35:19 [DEBUG] ReferenceTransformer: "var.openstack_auth_url" references: []
2018/04/12 19:35:19 [DEBUG] ReferenceTransformer: "var.project_name" references: []
2018/04/12 19:35:19 [DEBUG] ReferenceTransformer: "var.project_id" references: []
2018/04/12 19:35:19 [DEBUG] ReferenceTransformer: "data.openstack_networking_network_v2.transit_network" references: [var.openstack_transit_network]
2018/04/12 19:35:19 [DEBUG] ReferenceTransformer: "openstack_networking_router_interface_v2.router_interface" references: [openstack_networking_router_v2.tenant_router openstack_networking_subnet_v2.tenant_subnet openstack_networking_subnet_v2.tenant_subnet var.openstack_region]
2018/04/12 19:35:19 [DEBUG] ReferenceTransformer: "var.openstack_region" references: []
2018/04/12 19:35:19 [DEBUG] ReferenceTransformer: "var.name_server" references: []
2018/04/12 19:35:19 [DEBUG] ReferenceTransformer: "var.subnet_cidr" references: []
2018/04/12 19:35:19 [DEBUG] ReferenceTransformer: "output.network_name" references: [openstack_networking_network_v2.tenant_network]
2018/04/12 19:35:19 [DEBUG] ReferenceTransformer: "output.subnet_gateway" references: [openstack_networking_subnet_v2.tenant_subnet]
2018/04/12 19:35:19 [DEBUG] ReferenceTransformer: "output.subnet_cidr" references: [openstack_networking_subnet_v2.tenant_subnet]
2018/04/12 19:35:19 [DEBUG] ReferenceTransformer: "var.openstack_az" references: []
working_network_v2.tenant_network - *terraform.NodeValidatableResource
output.router_name - *terraform.NodeApplyableOutput
openstack_networking_router_v2.tenant_router - *terraform.NodeValidatableResource
output.subnet_cidr - *terraform.NodeApplyableOutput
openstack_networking_subnet_v2.tenant_subnet - *terraform.NodeValidatableResource
output.subnet_gateway - *terraform.NodeApplyableOutput
openstack_networking_subnet_v2.tenant_subnet - *terraform.NodeValidatableResource
output.subnet_name - *terraform.NodeApplyableOutput
openstack_networking_subnet_v2.tenant_subnet - *terraform.NodeValidatableResource
provider.openstack - *terraform.NodeApplyableProvider
var.openstack_auth_url - *terraform.NodeRootVariable
var.openstack_insecure - *terraform.NodeRootVariable
var.project_domain_name - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.name_server - *terraform.NodeRootVariable
var.openstack_auth_url - *terraform.NodeRootVariable
var.openstack_az - *terraform.NodeRootVariable
var.openstack_insecure - *terraform.NodeRootVariable
var.openstack_region - *terraform.NodeRootVariable
var.openstack_subnet_pool - *terraform.NodeRootVariable
var.openstack_transit_network - *terraform.NodeRootVariable
var.project_domain_name - *terraform.NodeRootVariable
var.project_id - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.subnet_cidr - *terraform.NodeRootVariable
- *terraform.NodeValidatableResource
provider.openstack - *terraform.NodeApplyableProvider
var.openstack_region - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
openstack_networking_router_interface_v2.router_interface - *terraform.NodeValidatableResource
openstack_networking_router_v2.tenant_router - *terraform.NodeValidatableResource
openstack_networking_subnet_v2.tenant_subnet - *terraform.NodeValidatableResource
provider.openstack - *terraform.NodeApplyableProvider
var.openstack_region - *terraform.NodeRootVariable
openstack_networking_router_v2.tenant_router - *terraform.NodeValidatableResource
data.openstack_networking_network_v2.transit_network - *terraform.NodeValidatableResource
provider.openstack - *terraform.NodeApplyableProvider
var.project_id - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
openstack_networking_subnet_v2.tenant_subnet - *terraform.NodeValidatableResource
data.openstack_networking_subnetpool_v2.pool23 - *terraform.NodeValidatableResource
openstack_networking_network_v2.tenant_network - *terraform.NodeValidatableResource
provider.openstack - *terraform.NodeApplyableProvider
var.name_server - *terraform.NodeRootVariable
var.openstack_region - *terraform.NodeRootVariable
var.project_id - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.subnet_cidr - *terraform.NodeRootVariable
output.network_name - *terraform.NodeApplyableOutput
openstack_networking_network_v2.tenant_network - *terraform.NodeValidatableResource
output.router_name - *terraform.NodeApplyableOutput
openstack_networking_router_v2.tenant_router - *terraform.NodeValidatableResource
output.subnet_cidr - *terraform.NodeApplyableOutput
openstack_networking_subnet_v2.tenant_subnet - *terraform.NodeValidatableResource
output.subnet_gateway - *terraform.NodeApplyableOutput
openstack_networking_subnet_v2.tenant_subnet - *terraform.NodeValidatableResource
output.subnet_name - *terraform.NodeApplyableOutput
openstack_networking_subnet_v2.tenant_subnet - *terraform.NodeValidatableResource
provider.openstack - *terraform.NodeApplyableProvider
var.openstack_auth_url - *terraform.NodeRootVariable
var.openstack_insecure - *terraform.NodeRootVariable
var.project_domain_name - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.name_server - *terraform.NodeRootVariable
var.openstack_auth_url - *terraform.NodeRootVariable
var.openstack_az - *terraform.NodeRootVariable
var.openstack_insecure - *terraform.NodeRootVariable
var.openstack_region - *terraform.NodeRootVariable
var.openstack_subnet_pool - *terraform.NodeRootVariable
var.openstack_transit_network - *terraform.NodeRootVariable
var.project_domain_name - *terraform.NodeRootVariable
var.project_id - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.subnet_cidr - *terraform.NodeRootVariable
2018/04/12 19:35:19 [DEBUG] Removing "output.subnet_gateway", filtered by targeting.
2018/04/12 19:35:19 [DEBUG] Removing "output.subnet_cidr", filtered by targeting.
2018/04/12 19:35:19 [DEBUG] Removing "output.network_name", filtered by targeting.
2018/04/12 19:35:19 [DEBUG] Removing "openstack_networking_network_v2.tenant_network", filtered by targeting.
2018/04/12 19:35:19 [DEBUG] Removing "openstack_networking_subnet_v2.tenant_subnet", filtered by targeting.
2018/04/12 19:35:19 [DEBUG] Removing "data.openstack_networking_subnetpool_v2.pool23", filtered by targeting.
2018/04/12 19:35:19 [DEBUG] Removing "output.subnet_name", filtered by targeting.
2018/04/12 19:35:19 [DEBUG] Removing "openstack_networking_router_interface_v2.router_interface", filtered by targeting.
2018/04/12 19:35:19 [TRACE] Graph after step *terraform.TargetsTransformer:
data.openstack_networking_network_v2.transit_network - *terraform.NodeValidatableResource
provider.openstack - *terraform.NodeApplyableProvider
var.openstack_transit_network - *terraform.NodeRootVariable
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
data.openstack_networking_network_v2.transit_network - *terraform.NodeValidatableResource
openstack_networking_router_v2.tenant_router - *terraform.NodeValidatableResource
output.router_name - *terraform.NodeApplyableOutput
provider.openstack - *terraform.NodeApplyableProvider
var.name_server - *terraform.NodeRootVariable
var.openstack_auth_url - *terraform.NodeRootVariable
var.openstack_az - *terraform.NodeRootVariable
var.openstack_insecure - *terraform.NodeRootVariable
var.openstack_region - *terraform.NodeRootVariable
var.openstack_subnet_pool - *terraform.NodeRootVariable
var.openstack_transit_network - *terraform.NodeRootVariable
var.project_domain_name - *terraform.NodeRootVariable
var.project_id - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.subnet_cidr - *terraform.NodeRootVariable
openstack_networking_router_v2.tenant_router - *terraform.NodeValidatableResource
data.openstack_networking_network_v2.transit_network - *terraform.NodeValidatableResource
provider.openstack - *terraform.NodeApplyableProvider
var.project_id - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
output.router_name - *terraform.NodeApplyableOutput
openstack_networking_router_v2.tenant_router - *terraform.NodeValidatableResource
provider.openstack - *terraform.NodeApplyableProvider
var.openstack_auth_url - *terraform.NodeRootVariable
var.openstack_insecure - *terraform.NodeRootVariable
var.project_domain_name - *terraform.NodeRootVariable
var.project_name -ariable
var.openstack_auth_url - *terraform.NodeRootVariable
var.openstack_az - *terraform.NodeRootVariable
var.openstack_insecure - *terraform.NodeRootVariable
var.openstack_region - *terraform.NodeRootVariable
var.openstack_subnet_pool - *terraform.NodeRootVariable
var.openstack_transit_network - *terraform.NodeRootVariable
var.project_domain_name - *terraform.NodeRootVariable
var.project_id - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.subnet_cidr - *terraform.NodeRootVariable
openstack_networking_router_v2.tenant_router - *terraform.NodeValidatableResource
data.openstack_networking_network_v2.transit_network - *terraform.NodeValidatableResource
provider.openstack - *terraform.NodeApplyableProvider
var.project_id - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
output.router_name - *terraform.NodeApplyableOutput
openstack_networking_router_v2.tenant_router - *terraform.NodeValidatableResource
provider.openstack - *terraform.NodeApplyableProvider
var.openstack_auth_url - *terraform.NodeRootVariable
var.openstack_insecure - *terraform.NodeRootVariable
var.project_domain_name - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
provider.openstack (close) - *terraform.graphNodeCloseProvider
data.openstack_networking_network_v2.transit_network - *terraform.NodeValidatableResource
openstack_networking_router_v2.tenant_router - *terraform.NodeValidatableResource
provider.openstack - *terraform.NodeApplyableProvider
var.name_server - *terraform.NodeRootVariable
var.openstack_auth_url - *terraform.NodeRootVariable
var.openstack_az - *terraform.NodeRootVariable
var.openstack_insecure - *terraform.NodeRootVariable
var.openstack_region - *terraform.NodeRootVariable
var.openstack_subnet_pool - *terraform.NodeRootVariable
var.openstack_transit_network - *terraform.NodeRootVariable
var.project_domain_name - *terraform.NodeRootVariable
var.project_id - *terraform.NodeRootVariable
var.project_name ider.openstack - *terraform.NodeApplyableProvider
var.openstack_auth_url - *terraform.NodeRootVariable
var.openstack_insecure - *terraform.NodeRootVariable
var.project_domain_name - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
provider.openstack (close) - *terraform.graphNodeCloseProvider
openstack_networking_router_v2.tenant_router - *terraform.NodeValidatableResource
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.openstack (close) - *terraform.graphNodeCloseProvider
var.name_server - *terraform.NodeRootVariable
var.openstack_auth_url - *terraform.NodeRootVariable
var.openstack_az - *terraform.NodeRootVariable
var.openstack_insecure - *terraform.NodeRootVariable
var.openstack_region - *terraform.NodeRootVariable
var.openstack_subnet_pool - *terraform.NodeRootVariable
var.openstack_transit_network - *terraform.NodeRootVariable
var.project_domain_name - *terraform.NodeRootVariable
var.project_id - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.subnet_cidr - *terraform.NodeRootVariable
2018/04/12 19:35:19 [DEBUG] Starting graph walk: walkValidate
2018/04/12 19:35:19 [TRACE] dag/walk: added new vertex: "provider.openstack (close)"
2018/04/12 19:35:19 [TRACE] dag/walk: added new vertex: "output.router_name"
2018/04/12 19:35:19 [TRACE] dag/walk: added new vertex: "var.openstack_auth_url"
2018/04/12 19:35:19 [TRACE] dag/walk: added new vertex: "var.openstack_insecure"
2018/04/12 19:35:19 [TRACE] dag/walk: added new vertex: "data.openstack_networking_network_v2.transit_network"
2018/04/12 19:35:19 [TRACE] dag/walk: added new vertex: "var.name_server"
2018/04/12 19:35:19 [TRACE] dag/walk: added new vertex: "var.openstack_az"
2018/04/12 19:35:19 [TRACE] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)"
2018/04/12 19:35:19 [TRACE] dag/walk: added new vertex: "provider.openstack"
2018/04/12 19:35:19 [TRACE] dag/walk: added new vertex: "var.openstack_subnet_pool"
etwork - *terraform.NodeValidatableResourceInstance
2018/04/12 19:35:19 [DEBUG] ReferenceTransformer: "data.openstack_networking_network_v2.transit_network" references: []
2018/04/12 19:35:19 [TRACE] Graph after step *terraform.ReferenceTransformer:
data.openstack_networking_network_v2.transit_network - *terraform.NodeValidatableResourceInstance
2018/04/12 19:35:19 [TRACE] Graph after step *terraform.RootTransformer:
data.openstack_networking_network_v2.transit_network - *terraform.NodeValidatableResourceInstance
2018/04/12 19:35:19 [TRACE] dag/walk: added new vertex: "data.openstack_networking_network_v2.transit_network"
2018/04/12 19:35:19 [TRACE] dag/walk: walking "data.openstack_networking_network_v2.transit_network"
2018/04/12 19:35:19 [TRACE] vertex 'root.data.openstack_networking_network_v2.transit_network': walking
2018/04/12 19:35:19 [TRACE] vertex 'root.data.openstack_networking_network_v2.transit_network': evaluating
2018/04/12 19:35:19 [TRACE] [walkValidate] Entering eval tree: data.openstack_networking_network_v2.transit_network
2018/04/12 19:35:19 [TRACE] root: eval: *terraform.EvalSequence
2018/04/12 19:35:19 [TRACE] root: eval: *terraform.EvalValidateResourceSelfRef
2018/04/12 19:35:19 [TRACE] root: eval: *terraform.EvalGetProvider
2018/04/12 19:35:19 [TRACE] root: eval: *terraform.EvalInterpolate
2018/04/12 19:35:19 [TRACE] root: eval: *terraform.EvalValidateResource
penstack_networking_router_v2.tenant_router - *terraform.NodeRefreshableManagedResource
openstack_networking_subnet_v2.tenant_subnet - *terraform.NodeRefreshableManagedResource
2018/04/12 19:35:19 [DEBUG] Resource state not found for "openstack_networking_network_v2.tenant_network": openstack_networking_network_v2.tenant_network
2018/04/12 19:35:19 [DEBUG] Resource state not found for "openstack_networking_subnet_v2.tenant_subnet": openstack_networking_subnet_v2.tenant_subnet
2018/04/12 19:35:19 [DEBUG] Attaching resource state to "openstack_networking_router_v2.tenant_router": &terraform.ResourceState{Type:"openstack_networking_router_v2", Dependencies:[]string{"data.openstack_networking_network_v2.transit_network"}, Primary:(*terraform.InstanceState)(0xc42022ccd0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.openstack", mu:sync.Mutex{state:0, sema:0x0}}
2018/04/12 19:35:19 [DEBUG] Resource state not found for "openstack_networking_router_interface_v2.router_interface": openstack_networking_router_interface_v2.router_interface
2018/04/12 19:35:19 [DEBUG] Attaching resource state to "data.openstack_networking_network_v2.transit_network": &terraform.ResourceState{Type:"openstack_networking_network_v2", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc42022cc80), Deposed:[]*terraform.InstanceState{}, Provider:"provider.openstack", mu:sync.Mutex{state:0, sema:0x0}}
2018/04/12 19:35:19 [DEBUG] Resource state not found for "data.openstack_networking_subnetpool_v2.pool23": data.openstack_networking_subnetpool_v2.pool23
2018/04/12 19:35:19 [TRACE] Graph after step *terraform.AttachStateTransformer:
data.openstack_networking_network_v2.transit_network - *terraform.NodeRefreshableDataResource
data.openstack_networking_subnetpool_v2.pool23 - *terraform.NodeRefreshableDataResource
openstack_networking_network_v2.tenant_network - *terraform.NodeRefreshableManagedResource
openstack_networking_router_interface_v2.router_interface - *terraform.NodeRefreshableManagedResource
openstack_networking_routeid - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.subnet_cidr - *terraform.NodeRootVariable
2018/04/12 19:35:19 [DEBUG] resource openstack_networking_router_v2.tenant_router using provider provider.openstack
2018/04/12 19:35:19 [DEBUG] resource data.openstack_networking_network_v2.transit_network using provider provider.openstack
2018/04/12 19:35:19 [DEBUG] resource openstack_networking_network_v2.tenant_network using provider provider.openstack
2018/04/12 19:35:19 [DEBUG] resource openstack_networking_subnet_v2.tenant_subnet using provider provider.openstack
2018/04/12 19:35:19 [DEBUG] resource openstack_networking_router_interface_v2.router_interface using provider provider.openstack
2018/04/12 19:35:19 [DEBUG] resource data.openstack_networking_subnetpool_v2.pool23 using provider provider.openstack
2018/04/12 19:35:19 [TRACE] Graph after step *terraform.ProviderTransformer:
data.openstack_networking_network_v2.transit_network - *terraform.NodeRefreshableDataResource
provider.openstack - *terraform.NodeApplyableProvider
data.openstack_networking_subnetpool_v2.pool23 - *terraform.NodeRefreshableDataResource
provider.openstack - *terraform.NodeApplyableProvider
openstack_networking_network_v2.tenant_network - *terraform.NodeRefreshableManagedResource
provider.openstack - *terraform.NodeApplyableProvider
openstack_networking_router_interface_v2.router_interface - *terraform.NodeRefreshableManagedResource
provider.openstack - *terraform.NodeApplyableProvider
openstack_networking_router_v2.tenant_router - *terraform.NodeRefreshableManagedResource
provider.openstack - *terraform.NodeApplyableProvider
openstack_networking_subnet_v2.tenant_subnet - *terraform.NodeRefreshableManagedResource
provider.openstack - *terraform.NodeApplyableProvider
provider.openstack - *terraform.NodeApplyableProvider
var.name_server - *terraform.NodeRootVariable
var.openstack_auth_url - *terraform.NodeRootVariable
var.openstack_az - *terraform.NodeRootVariable
var.openstack_insecure - *terraforodeRootVariable
var.project_id - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.subnet_cidr - *terraform.NodeRootVariable
2018/04/12 19:35:19 [DEBUG] ReferenceTransformer: "output.subnet_name" references: [openstack_networking_subnet_v2.tenant_subnet]
2018/04/12 19:35:19 [DEBUG] ReferenceTransformer: "openstack_networking_router_v2.tenant_router" references: [data.openstack_networking_network_v2.transit_network var.project_id var.project_name]
2018/04/12 19:35:19 [DEBUG] ReferenceTransformer: "var.openstack_auth_url" references: []
2018/04/12 19:35:19 [DEBUG] ReferenceTransformer: "var.openstack_region" references: []
2018/04/12 19:35:19 [DEBUG] ReferenceTransformer: "var.project_id" references: []
2018/04/12 19:35:19 [DEBUG] ReferenceTransformer: "var.subnet_cidr" references: []
2018/04/12 19:35:19 [DEBUG] ReferenceTransformer: "output.router_name" references: [openstack_networking_router_v2.tenant_router]
2018/04/12 19:35:19 [DEBUG] ReferenceTransformer: "data.openstack_networking_network_v2.transit_network" references: [var.openstack_transit_network]
2018/04/12 19:35:19 [DEBUG] ReferenceTransformer: "var.openstack_insecure" references: []
2018/04/12 19:35:19 [DEBUG] ReferenceTransformer: "var.project_domain_name" references: []
2018/04/12 19:35:19 [DEBUG] ReferenceTransformer: "var.project_name" references: []
2018/04/12 19:35:19 [DEBUG] ReferenceTransformer: "var.name_server" references: []
2018/04/12 19:35:19 [DEBUG] ReferenceTransformer: "provider.openstack" references: [var.openstack_auth_url var.openstack_insecure var.project_domain_name var.project_name]
2018/04/12 19:35:19 [DEBUG] ReferenceTransformer: "openstack_networking_network_v2.tenant_network" references: [var.openstack_region var.project_name]
2018/04/12 19:35:19 [DEBUG] ReferenceTransformer: "openstack_networking_subnet_v2.tenant_subnet" references: [data.openstack_networking_subnetpool_v2.pool23 openstack_networking_network_v2.tenant_network var.name_server var.openstack_region var.project_id var.project_name var.subnet_cidr]
2018/04/12 19:35:19 [DEBUG] ReferenceTransformer: "var.openstack_az" references: []
2018/04/12 19:35:19 [DEBUG] ReferenceTransformer: "output.network_name" references: [openstack_networking_network_v2.tenant_network]
2018/04/12 19:35:19 [DEBUG] ReferenceTransformer: "output.subnet_cidr" references: [openstack_networking_subnet_v2.tenant_subnet]
2018/04/12 19:35:19 [DEBUG] ReferenceTransformer: "openstack_networking_router_interface_v2.router_interface" references: [openstack_networking_router_v2.tenant_router openstack_networking_subnet_v2.tenant_subnet openstack_networking_subnet_v2.tenant_subnet var.openstack_region]
2018/04/12 19:35:19 [DEBUG] ReferenceTransformer: "data.openstack_networking_subnetpool_v2.pool23" references: [var.openstack_subnet_pool]
2018/04/12 19:35:19 [DEBUG] ReferenceTransformer: "var.openstack_transit_network" references: []
2018/04/12 19:35:19 [DEBUG] ReferenceTransformer: "var.openstack_subnet_pool" references: []
2018/04/12 19:35:19 [DEBUG] ReferenceTransformer: "output.subnet_gateway" references: [openstack_networking_subnet_v2.tenant_subnet]
2018/04/12 19:35:19 [TRACE] Graph after step *terraform.ReferenceTransformer:
data.openstack_networking_network_v2.transit_network - *terraform.NodeRefreshableDataResource
provider.openstack - *terraform.NodeApplyableProvider
var.openstack_transit_network - *terraform.NodeRootVariable
data.openstack_networking_subnetpool_v2.pool23 - *terraform.NodeRefreshableDataResource
provider.openstack - *terraform.NodeApplyableProvider
var.openstack_subnet_pool - *terraform.NodeRootVariable
openstack_networking_network_v2.tenant_network - *terraform.NodeRefreshableManagedResource
provider.openstack - *terraform.NodeApplyableProvider
var.openstack_region - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
openstack_networking_router_interface_v2.router_interface - *terraform.NodeRefreshableManagedResource
openstack_networking_router_v2.tenant_router - *terraform.NodeRefreshableManagedResource
openstack_networking_subnet_v2.tenant_subnet - *terraform.NodeRefreshableManagedResource
provider.openstack - *terraform.NodeApplyableProvider
var.openstack_region - *terraform.NodeRootVariable
openstack_networking_router_v2.tenant_router - *terraform.NodeRefreshableManagedResource
data.openstack_networking_network_v2.transit_network - *terraform.NodeRefreshableDataResource
provider.openstack - *terraform.NodeApplyableProvider
var.project_id - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
openstack_networking_subnet_v2.tenant_subnet - *terraform.NodeRefreshableManagedResource
data.openstack_networking_subnetpool_v2.pool23 - *terraform.NodeRefreshableDataResource
openstack_networking_network_v2.tenant_network - *terraform.NodeRefreshableManagedResource
provider.openstack - *terraform.NodeApplyableProvider
var.name_server - *terraform.NodeRootVariable
var.openstack_region - *terraform.NodeRootVariable
var.project_id - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.subnet_cidr - *terraform.NodeRootVariable
output.network_name - *terraform.NodeApplyableOutput
openstack_networking_network_v2.tenant_network - *terraform.NodeRefreshableManagedResource
output.router_name - *terraform.NodeApplyableOutput
openstack_networking_router_v2.tenant_router - *terraform.NodeRefreshableManagedResource
output.subnet_cidr - *terraform.NodeApplyableOutput
openstack_networking_subnet_v2.tenant_subnet - *terraform.NodeRefreshableManagedResource
output.subnet_gateway - *terraform.NodeApplyableOutput
openstack_networking_subnet_v2.tenant_subnet - *terraform.NodeRefreshableManagedResource
output.subnet_name - *terraform.NodeApplyableOutput
openstack_networking_subnet_v2.tenant_subnet - *terraform.NodeRefreshableManagedResource
provider.openstack - *terraform.NodeApplyableProvider
var.openstack_auth_url - *terraform.NodeRootVariable
var.openstack_insecure - *terraform.NodeRootVariable
var.project_domain_name - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.name_server - *terraform.NodeRootVariable
var.openstack_auth_url - *terraform.NodeRootVariable
var.openstack_az - *terraform.NodeRootVariable
var.openstack_insecure - *terraform.NodeRootVariable
var.openstack_region - *terraform.NodeRootVariable
var.openstack_subnet_pool - *terraform.NodeRootVariable
var.openstack_transit_network - *terraform.NodeRootVariable
var.project_domain_name - *terraform.NodeRootVariable
var.project_id - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.subnet_cidr - *terraform.NodeRootVariable
2018/04/12 19:35:19 [DEBUG] Removing "output.network_name", filtered by targeting.
2018/04/12 19:35:19 [DEBUG] Removing "output.subnet_cidr", filtered by targeting.
2018/04/12 19:35:19 [DEBUG] Removing "openstack_networking_network_v2.tenant_network", filtered by targeting.
2018/04/12 19:35:19 [DEBUG] Removing "openstack_networking_subnet_v2.tenant_subnet", filtered by targeting.
2018/04/12 19:35:19 [DEBUG] Removing "output.subnet_gateway", filtered by targeting.
2018/04/12 19:35:19 [DEBUG] Removing "openstack_networking_router_interface_v2.router_interface", filtered by targeting.
2018/04/12 19:35:19 [DEBUG] Removing "data.openstack_networking_subnetpool_v2.pool23", filtered by targeting.
2018/04/12 19:35:19 [DEBUG] Removing "output.subnet_name", filtered by targeting.
2018/04/12 19:35:19 [TRACE] Graph after step *terraform.TargetsTransformer:
data.openstack_networking_network_v2.transit_network - *terraform.NodeRefreshableDataResource
provider.openstack - *terraform.NodeApplyableProvider
var.openstack_transit_network - *terraform.NodeRootVariable
openstack_networking_router_v2.tenant_router - *terraform.NodeRefreshableManagedResource
data.openstack_networking_network_v2.transit_network - *terraform.NodeRefreshableDataResource
provider.openstack - *terraform.NodeApplyableProvider
var.project_id - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
output.router_name - *terraform.NodeApplyableOutput
openstack_networking_router_v2.tenant_router - *terraform.NodeRefreshableManagedResource
provider.openstack - *terraform.NodeApplyableProvider
var.openstack_auth_url - *terraform.NodeRootVariable
var.openstack_insecure - *terraform.NodeRootVariable
var.project_domain_name - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.name_server - *terraform.NodeRootVariable
var.openstack_auth_url - *terraform.NodeRootVariable
var.openstack_az - *terraform.NodeRootVariable
var.openstack_insecure - *terraform.NodeRootVariable
var.openstack_region - *terraform.NodeRootVariable
var.openstack_subnet_pool - *terraform.NodeRootVariable
var.opm.NodeRootVariable
var.openstack_region - *terraform.NodeRootVariable
var.openstack_subnet_pool - *terraform.NodeRootVariable
var.openstack_transit_network - *terraform.NodeRootVariable
var.project_domain_name - *terraform.NodeRootVariable
var.project_id - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.subnet_cidr - *terraform.NodeRootVariable
2018/04/12 19:35:19 [DEBUG] Starting graph walk: walkRefresh
2018/04/12 19:35:19 [TRACE] dag/walk: added new vertex: "data.openstack_networking_network_v2.transit_network"
2018/04/12 19:35:19 [TRACE] dag/walk: added new vertex: "openstack_networking_router_v2.tenant_router"
2018/04/12 19:35:19 [TRACE] dag/walk: added new vertex: "var.openstack_region"
2018/04/12 19:35:19 [TRACE] dag/walk: added new vertex: "var.project_name"
2018/04/12 19:35:19 [TRACE] dag/walk: added new vertex: "var.openstack_az"
2018/04/12 19:35:19 [TRACE] dag/walk: added new vertex: "var.openstack_subnet_pool"
2018/04/12 19:35:19 [TRACE] dag/walk: added new vertex: "var.subnet_cidr"
2018/04/12 19:35:19 [TRACE] dag/walk: added new vertex: "provider.openstack (close)"
2018/04/12 19:35:19 [TRACE] dag/walk: added new vertex: "var.openstack_transit_network"
2018/04/12 19:35:19 [TRACE] dag/walk: added new vertex: "var.name_server"
2018/04/12 19:35:19 [TRACE] dag/walk: added new vertex: "root"
2018/04/12 19:35:19 [TRACE] dag/walk: added new vertex: "var.project_domain_name"
2018/04/12 19:35:19 [TRACE] dag/walk: added new vertex: "var.openstack_insecure"
2018/04/12 19:35:19 [TRACE] dag/walk: added new vertex: "var.project_id"
2018/04/12 19:35:19 [TRACE] dag/walk: added new vertex: "output.router_name"
2018/04/12 19:35:19 [TRACE] dag/walk: added new vertex: "var.openstack_auth_url"
2018/04/12 19:35:19 [TRACE] dag/walk: added new vertex: "provider.openstack"
2018/04/12 19:35:19 [TRACE] dag/walk: added edge: "provider.openstack" waiting on "var.project_name"
2018/04/12 19:35:19 [TRACE] dag/walk: added edge: "root" waiting on "var.name_server"
2018/04/12 19:35:19 [TRACE] dag/walk: ad2018-04-12T19:35:19.772-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: 2018/04/12 19:35:19 [DEBUG] OpenStack Request URL: POST https://openstack.example.com:5000/v3/auth/tokens
2018-04-12T19:35:19.772-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: 2018/04/12 19:35:19 [DEBUG] Openstack Request Headers:
2018-04-12T19:35:19.772-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: Accept: application/json
2018-04-12T19:35:19.773-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: Content-Type: application/json
2018-04-12T19:35:19.773-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: User-Agent: Terraform 0.10.0-dev (go1.9.2) gophercloud/2.0.0
2018-04-12T19:35:19.773-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: 2018/04/12 19:35:19 [DEBUG] OpenStack Request Body: {
2018-04-12T19:35:19.773-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "auth": {
2018-04-12T19:35:19.773-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "identity": {
2018-04-12T19:35:19.773-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "methods": [
2018-04-12T19:35:19.773-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "password"
2018-04-12T19:35:19.773-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: ],
2018-04-12T19:35:19.773-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "password": {
2018-04-12T19:35:19.773-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "user": {
2018-04-12T19:35:19.773-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "domain": {
2018-04-12T19:35:19.773-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "name": "default"
2018-04-12T19:35:19.773-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: },
2018-04-12T19:35:19.773-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "name": "jgeorgeson",
2018-04-12T19:35:19.773-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "password": "***"
2018-04-12T19:35:19.773-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: }
2018-04-12T19:35:19.773-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: }
2018-04-12T19:35:19.773-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: },
2018-04-12T19:35:19.773-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "scope": {
2018-04-12T19:35:19.773-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "project": {
2018-04-12T19:35:19.773-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "id": "b459f7c692d04b2793568ca7cb5160db"
2018-04-12T19:35:19.773-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: }
2018-04-12T19:35:19.773-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: }
2018-04-12T19:35:19.773-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: }
2018-04-12T19:35:19.773-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: }
2018-04-12T19:35:20.206-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: 2018/04/12 19:35:20 [DEBUG] Openstack Response Code: 201
2018-04-12T19:35:20.206-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: 2018/04/12 19:35:20 [DEBUG] Openstack Response Headers:
2018-04-12T19:35:20.206-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: Content-Length: 7525
2018-04-12T19:35:20.206-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: Content-Type: application/json
2018-04-12T19:35:20.206-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: Date: Fri, 13 Apr 2018 00:35:19 GMT
2018-04-12T19:35:20.206-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: Server: Apache/2.4.18 (Ubuntu)
2018-04-12T19:35:20.206-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: Vary: X-Auth-Token,Accept-Encoding
2018-04-12T19:35:20.206-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: X-Distribution: Ubuntu
2018-04-12T19:35:20.206-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: X-Openstack-Request-Id: req-869649bb-4035-43ec-a417-b9143a8b74d2
2018-04-12T19:35:20.206-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: X-Subject-Token: ***
2018/04/12 19:35:20 [DEBUG] Attaching resource state to "data.openstack_networking_network_v2.transit_network": &terraform.ResourceState{Type:"openstack_networking_network_v2", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc42022cc80), Deposed:[]*terraform.InstanceState{}, Provider:"provider.openstack", mu:sync.Mutex{state:0, sema:0x0}}
2018/04/12 19:35:20 [TRACE] Graph after step *terraform.AttachStateTransformer:
data.openstack_networking_network_v2.transit_network - *terraform.NodeRefreshableDataResourceInstance
2018/04/12 19:35:20 [TRACE] Graph after step *terraform.TargetsTransformer:
data.openstack_networking_network_v2.transit_network - *terraform.NodeRefreshableDataResourceInstance
2018/04/12 19:35:20 [DEBUG] ReferenceTransformer: "data.openstack_networking_network_v2.transit_network" references: []
2018/04/12 19:35:20 [TRACE] Graph after step *terraform.ReferenceTransformer:
data.openstack_networking_network_v2.transit_network - *terraform.NodeRefreshableDataResourceInstance
2018/04/12 19:35:20 [TRACE] Graph after step *terraform.RootTransformer:
data.openstack_networking_network_v2.transit_network - *terraform.NodeRefreshableDataResourceInstance
2018/04/12 19:35:20 [TRACE] dag/walk: added new vertex: "data.openstack_networking_network_v2.transit_network"
2018/04/12 19:35:20 [TRACE] dag/walk: walking "data.openstack_networking_network_v2.transit_network"
2018/04/12 19:35:20 [TRACE] vertex 'root.data.openstack_networking_network_v2.transit_network': walking
2018/04/12 19:35:20 [TRACE] vertex 'root.data.openstack_networking_network_v2.transit_network': evaluating
2018/04/12 19:35:20 [TRACE] [walkRefresh] Entering eval tree: data.openstack_networking_network_v2.transit_network
2018/04/12 19:35:20 [TRACE] root: eval: *terraform.EvalSequence
2018/04/12 19:35:20 [TRACE] root: eval: *terraform.EvalWriteState
2018/04/12 19:35:20 [TRACE] root: eval: *terraform.EvalInterpolate
2018/04/12 19:35:20 [TRACE] root: eval: *terraform.EvalIf
2018/04/12 19:35:20 [TRACE] root: eval: terraform.EvalNoop
20data.openstack_networking_network_v2.transit_network: Refreshing state...
2018-04-12T19:35:20.246-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: 2018/04/12 19:35:20 [DEBUG] OpenStack Region is: nova
2018-04-12T19:35:20.246-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: 2018/04/12 19:35:20 [DEBUG] OpenStack Request URL: GET https://openstack.example.com:9696/v2.0/networks?name=VIOINT_Transit_Network
2018-04-12T19:35:20.246-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: 2018/04/12 19:35:20 [DEBUG] Openstack Request Headers:
2018-04-12T19:35:20.246-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: Accept: application/json
2018-04-12T19:35:20.246-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: User-Agent: Terraform 0.10.0-dev (go1.9.2) gophercloud/2.0.0
2018-04-12T19:35:20.246-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: X-Auth-Token: ***
2018-04-12T19:35:20.803-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: 2018/04/12 19:35:20 [DEBUG] Openstack Response Code: 200
2018-04-12T19:35:20.803-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: 2018/04/12 19:35:20 [DEBUG] Openstack Response Headers:
2018-04-12T19:35:20.803-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: Content-Length: 775
2018-04-12T19:35:20.803-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: Content-Type: application/json
2018-04-12T19:35:20.803-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: Date: Fri, 13 Apr 2018 00:35:20 GMT
2018-04-12T19:35:20.803-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: X-Openstack-Request-Id: req-957952ea-1f0b-43f0-ab3a-fc9e5f7fc73e
2018-04-12T19:35:20.803-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: 2018/04/12 19:35:20 [DEBUG] OpenStack Response Body: {
2018-04-12T19:35:20.803-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "networks": [
2018-04-12T19:35:20.803-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: {
2018-04-12T19:35:20.803-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "admin_state_up": true,
2018-04-12T19:35:20.803-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "availability_zone_hints": [],
2018-04-12T19:35:20.803-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "availability_zones": [],
2018-04-12T19:35:20.803-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "created_at": "2018-03-26T22:00:05Z",
2018-04-12T19:35:20.803-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "description": "",
2018-04-12T19:35:20.803-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "id": "358e0d37-cce7-48bf-85b1-52045362d396",
2018-04-12T19:35:20.803-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "ipv4_address_scope": "c6ce0843-41f8-4671-9dfb-a3483a0568be",
2018-04-12T19:35:20.803-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "ipv6_address_scope": null,
2018-04-12T19:35:20.803-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "is_default": false,
2018-04-12T19:35:20.803-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "name": "VIOINT_Transit_Network",
2018-04-12T19:35:20.803-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "port_security_enabled": true,
2018-04-12T19:35:20.803-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "project_id": "585c7fe06df24170b814d43e633a5e14",
2018-04-12T19:35:20.804-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "provider:network_type": "vxlan",
2018-04-12T19:35:20.804-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "provider:physical_network": "virtualwire-104",
2018-04-12T19:35:20.804-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "provider:segmentation_id": 0,
2018-04-12T19:35:20.804-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "revision_number": 6,
2018-04-12T19:35:20.804-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "router:external": true,
2018-04-12T19:35:20.804-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "shared": false,
2018-04-12T19:35:20.804-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "status": "ACTIVE",
2018-04-12T19:35:20.804-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "subnets": [
2018-04-12T19:35:20.804-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "24353f9a-847e-4106-b3bf-1a7be376066d"
2018-04-12T19:35:20.804-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: ],
2018-04-12T19:35:20.804-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "tags": [],
2018-04-12T19:35:20.804-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "tenant_id": "585c7fe06df24170b814d43e633a5e14",
2018-04-12T19:35:20.804-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "updated_at": "2018-03-26T22:00:14Z"
2018-04-12T19:35:20.804-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: }
2018-04-12T19:35:20.804-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: ]
2018-04-12T19:35:20.804-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: }
2018-04-12T19:35:20.804-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: 2018/04/12 19:35:20 [DEBUG] OpenStack Request URL: GET https://openstack.example.com:9696/v2.0/networks?name=VIOINT_Transit_Network
2018-04-12T19:35:20.804-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: 2018/04/12 19:35:20 [DEBUG] Openstack Request Headers:
2018-04-12T19:35:20.804-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: Accept: application/json
2018-04-12T19:35:20.804-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: User-Agent: Terraform 0.10.0-dev (go1.9.2) gophercloud/2.0.0
2018-04-12T19:35:20.804-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: X-Auth-Token: ***
2018-04-12T19:35:21.379-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: 2018/04/12 19:35:21 [DEBUG] Openstack Response Code: 200
2018-04-12T19:35:21.379-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: 2018/04/12 19:35:21 [DEBUG] Openstack Response Headers:
2018-04-12T19:35:21.379-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: Content-Length: 775
2018-04-12T19:35:21.379-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: Content-Type: application/json
2018-04-12T19:35:21.379-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: Date: Fri, 13 Apr 2018 00:35:21 GMT
2018-04-12T19:35:21.379-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: X-Openstack-Request-Id: req-28a71e93-c713-47d5-a6b9-70fe2a83c317
2018-04-12T19:35:21.380-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: 2018/04/12 19:35:21 [DEBUG] OpenStack Response Body: {
2018-04-12T19:35:21.380-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "networks": [
2018-04-12T19:35:21.380-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: {
2018-04-12T19:35:21.380-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "admin_state_up": true,
2018-04-12T19:35:21.380-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "availability_zone_hints": [],
2018-04-12T19:35:21.380-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "availability_zones": [],
2018-04-12T19:35:21.380-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "created_at": "2018-03-26T22:00:05Z",
2018-04-12T19:35:21.380-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "description": "",
2018-04-12T19:35:21.380-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "id": "358e0d37-cce7-48bf-85b1-52045362d396",
2018-04-12T19:35:21.380-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "ipv4_address_scope": "c6ce0843-41f8-4671-9dfb-a3483a0568be",
2018-04-12T19:35:21.380-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "ipv6_address_scope": null,
2018-04-12T19:35:21.380-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "is_default": false,
2018-04-12T19:35:21.380-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "name": "VIOINT_Transit_Network",
2018-04-12T19:35:21.380-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "port_security_enabled": true,
2018-04-12T19:35:21.380-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "project_id": "585c7fe06df24170b814d43e633a5e14",
2018-04-12T19:35:21.380-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "provider:network_type": "vxlan",
2018-04-12T19:35:21.380-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "provider:physical_network": "virtualwire-104",
2018-04-12T19:35:21.380-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "provider:segmentation_id": 0,
2018-04-12T19:35:21.380-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "revision_number": 6,
2018-04-12T19:35:21.380-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "router:external": true,
2018-04-12T19:35:21.380-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "shared": false,
2018-04-12T19:35:21.380-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "status": "ACTIVE",
2018-04-12T19:35:21.380-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "subnets": [
2018-04-12T19:35:21.380-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "24353f9a-847e-4106-b3bf-1a7be376066d"
2018-04-12T19:35:21.380-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: ],
2018-04-12T19:35:21.380-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "tags": [],
2018-04-12T19:35:21.380-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "tenant_id": "585c7fe06df24170b814d43e633a5e14",
2018-04-12T19:35:21.380-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "updated_at": "2018-03-26T22:00:14Z"
2018-04-12T19:35:21.380-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: }
2018-04-12T19:35:21.381-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: ]
2018-04-12T19:35:21.381-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: }
2018-04-12T19:35:21.381-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: 2018/04/12 19:35:21 [DEBUG] Retrieved Network 358e0d37-cce7-48bf-85b1-52045362d396: {ID:358e0d37-cce7-48bf-85b1-52045362d396 Name:VIOINT_Transit_Network AdminStateUp:true Status:ACTIVE Subnets:[24353f9a-847e-4106-b3bf-1a7be376066d] TenantID:585c7fe06df24170b814d43e633a5e14 Shared:false AvailabilityZoneHints:[]}
2018/04/12 19:35:21 [DEBUG] ReferenceTransformer: "openstack_networking_router_v2.tenant_router" references: []
2018/04/12 19:35:21 [TRACE] Graph after step *terraform.ReferenceTransformer:
openstack_networking_router_v2.tenant_router - *terraform.NodeRefreshableManagedResourceInstance
openstack_networking_router_v2.tenant_router: Refreshing state... (ID: 17b2e516-1d7e-4f60-92f3-3ec17af44a03)
2018-04-12T19:35:21.384-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: 2018/04/12 19:35:21 [DEBUG] OpenStack Region is: nova
2018-04-12T19:35:21.384-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: 2018/04/12 19:35:21 [DEBUG] OpenStack Request URL: GET https://openstack.example.com:9696/v2.0/routers/17b2e516-1d7e-4f60-92f3-3ec17af44a03
2018-04-12T19:35:21.384-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: 2018/04/12 19:35:21 [DEBUG] Openstack Request Headers:
2018-04-12T19:35:21.384-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: Accept: application/json
2018-04-12T19:35:21.384-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: User-Agent: Terraform 0.10.0-dev (go1.9.2) gophercloud/2.0.0
2018-04-12T19:35:21.384-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: X-Auth-Token: ***
2018-04-12T19:35:21.617-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: 2018/04/12 19:35:21 [DEBUG] Openstack Response Code: 200
2018-04-12T19:35:21.617-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: 2018/04/12 19:35:21 [DEBUG] Openstack Response Headers:
2018-04-12T19:35:21.617-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: Content-Length: 695
2018-04-12T19:35:21.617-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: Content-Type: application/json
2018-04-12T19:35:21.617-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: Date: Fri, 13 Apr 2018 00:35:21 GMT
2018-04-12T19:35:21.617-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: X-Openstack-Request-Id: req-50880170-54f1-4c5e-bc0f-46be74e0c111
2018-04-12T19:35:21.617-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: 2018/04/12 19:35:21 [DEBUG] OpenStack Response Body: {
2018-04-12T19:35:21.617-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "router": {
2018-04-12T19:35:21.617-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "admin_state_up": true,
2018-04-12T19:35:21.617-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "availability_zone_hints": [],
2018-04-12T19:35:21.617-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "availability_zones": [
2018-04-12T19:35:21.617-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "default"
2018-04-12T19:35:21.617-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: ],
2018-04-12T19:35:21.617-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "created_at": "2018-04-13T00:31:10Z",
2018-04-12T19:35:21.617-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "description": "",
2018-04-12T19:35:21.617-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "distributed": true,
2018-04-12T19:35:21.617-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "external_gateway_info": {
2018-04-12T19:35:21.617-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "enable_snat": true,
2018-04-12T19:35:21.617-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "external_fixed_ips": [
2018-04-12T19:35:21.617-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: {
2018-04-12T19:35:21.617-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "ip_address": "10.0.50.21",
2018-04-12T19:35:21.617-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "subnet_id": "24353f9a-847e-4106-b3bf-1a7be376066d"
2018-04-12T19:35:21.617-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: }
2018-04-12T19:35:21.617-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: ],
2018-04-12T19:35:21.617-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "network_id": "358e0d37-cce7-48bf-85b1-52045362d396"
2018-04-12T19:35:21.617-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: },
2018-04-12T19:35:21.617-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "flavor_id": null,
2018-04-12T19:35:21.617-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "id": "17b2e516-1d7e-4f60-92f3-3ec17af44a03",
2018-04-12T19:35:21.618-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "name": "default-terraform-test",
2018-04-12T19:35:21.618-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "project_id": "b459f7c692d04b2793568ca7cb5160db",
2018-04-12T19:35:21.618-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "revision_number": 7,
2018-04-12T19:35:21.618-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "routes": [],
2018-04-12T19:35:21.618-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "status": "ACTIVE",
2018-04-12T19:35:21.618-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "tags": [],
2018-04-12T19:35:21.618-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "tenant_id": "b459f7c692d04b2793568ca7cb5160db",
2018-04-12T19:35:21.618-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "updated_at": "2018-04-13T00:31:14Z"
2018-04-12T19:35:21.618-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: }
2018-04-12T19:35:21.618-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: }
2018-04-12T19:35:21.618-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: 2018/04/12 19:35:21 [DEBUG] Retrieved Router 17b2e516-1d7e-4f60-92f3-3ec17af44a03: &{Status:ACTIVE GatewayInfo:{NetworkID:358e0d37-cce7-48bf-85b1-52045362d396 EnableSNAT:0xc42048aa20 ExternalFixedIPs:[{IPAddress:10.0.50.21 SubnetID:24353f9a-847e-4106-b3bf-1a7be376066d}]} AdminStateUp:true Distributed:true Name:default-terraform-test ID:17b2e516-1d7e-4f60-92f3-3ec17af44a03 TenantID:b459f7c692d04b2793568ca7cb5160db Routes:[] AvailabilityZoneHints:[]}
2018/04/12 19:35:21 [INFO] backend/local: apply calling Plan
2018/04/12 19:35:21 [INFO] terraform: building graph: GraphTypePlan
2018/04/12 19:35:21 [DEBUG] Resource state not found for "openstack_networking_network_v2.tenant_network": openstack_networking_network_v2.tenant_network
2018/04/12 19:35:21 [DEBUG] Resource state not found for "openstack_networking_subnet_v2.tenant_subnet": openstack_networking_subnet_v2.tenant_subnet
2018/04/12 19:35:21 [DEBUG] Attaching resource state to "openstack_networking_router_v2.tenant_router": &terraform.ResourceState{Type:"openstack_networking_router_v2", Dependencies:[]string{"data.openstack_networking_network_v2.transit_network"}, Primary:(*terraform.InstanceState)(0xc4203e4a00), Deposed:[]*terraform.InstanceState{}, Provider:"provider.openstack", mu:sync.Mutex{state:0, sema:0x0}}
2018/04/12 19:35:21 [DEBUG] Attaching resource state to "data.openstack_networking_network_v2.transit_network": &terraform.ResourceState{Type:"openstack_networking_network_v2", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4203e49b0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.openstack", mu:sync.Mutex{state:0, sema:0x0}}
2018/04/12 19:35:21 [DEBUG] Resource state not found for "data.openstack_networking_subnetpool_v2.pool23": data.openstack_networking_subnetpool_v2.pool23
2018/04/12 19:35:21 [DEBUG] Resource state not found for "openstack_networking_router_interface_v2.router_interface": openstack_networking_router_interface_v2.router_interface
2018/04/12 19:35:21 [TRACE] Graph after step *terraform.AttachStateTransformer:
data.openstack_networking_network_v2.transit_network - *terraform.NodePlannableResource
data.openstack_networking_subnetpool_v2.pool23 - *terraform.NodePlannableResource
openstack_networking_network_v2.tenant_network - *terraform.NodePlannableResource
openstack_networking_router_interface_v2.router_interface - *terraform.NodePlannableResource
openstack_networking_router_v2.tenant_router - *terraform.NodePlannableResource
openstack_networking_subnet_v2.tenant_subnet - *terraform.NodePlannableResource
output.network_name - *terraform.NodeApplyableOutput
output.router_name - *terraform.NodeApplyableOutput
output.subnet_cidr - *terraform.NodeApplyableOutput
output.subnet_gateway - *terraform.NodeApplyableOutput
output.subnet_name - *terraform.NodeApplyableOutput
2018/04/12 19:35:21 [DEBUG] resource openstack_networking_subnet_v2.tenant_subnet using provider provider.openstack
2018/04/12 19:35:21 [DEBUG] resource data.openstack_networking_network_v2.transit_network using provider provider.openstack
2018/04/12 19:35:21 [DEBUG] resource data.openstack_networking_subnetpool_v2.pool23 using provider provider.openstack
2018/04/12 19:35:21 [DEBUG] resource openstack_networking_router_interface_v2.router_interface using provider provider.openstack
2018/04/12 19:35:21 [DEBUG] resource openstack_networking_network_v2.tenant_network using provider provider.openstack
2018/04/12 19:35:21 [DEBUG] resource openstack_networking_router_v2.tenant_router using provider provider.openstack
2018/04/12 19:35:21 [TRACE] Graph after step *terraform.ProviderTransformer:
data.openstack_networking_network_v2.transit_network - *terraform.NodePlannableResource
provider.openstack - *terraform.NodeApplyableProvider
data.openstack_networking_subnetpool_v2.pool23 - *terraform.NodePlannableResource
provider.openstack - *terraform.NodeApplyableProvider
openstack_networking_network_v2.tenant_network - *terraform.NodePlannableResource
provider.openstack - *terraform.NodeApplyableProvider
openstack_networking_router_interface_v2.router_interface - *terraform.NodePlannableResource
provider.openstack - *terraform.NodeApplyableProvider
openstack_networking_router_v2.tenant_router - *terraform.NodePlannableResource
provider.openstack - *terraform.NodeApplyableProvider
openstack_networking_subnet_v2.tenant_subnet - *terraform.NodePlannableResource
provider.openstack - *terraform.NodeApplyableProvider
output.network_name - *terraform.NodeApplyableOutput
output.router_name - *terraform.NodeApplyableOutput
output.subnet_cidr - *terraform.NodeApplyableOutput
output.subnet_gateway - *terraform.NodeApplyableOutput
output.subnet_name - *terraform.NodeApplyableOutput
provider.openstack - *terraform.NodeApplyableProvider
var.name_server - *terraform.NodeRootVariable
var.openstack_auth_url - *terraform.NodeRootVariable
var.openstack_az - *terraform.NodeRootVariable
var.openstack_insecure - *terraform.NodeRootVariable
var.openstack_region - *terraform.NodeRootVariable
var.openstack_subnet_pool - *terraform.NodeRootVariable
var.openstack_transit_network - *terraform.NodeRootVariable
var.project_domain_name - *terraform.NodeRootVariable
var.project_id - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.subnet_cidr - *terraform.NodeRootVariable
ng_subnetpool_v2.pool23 - *terraform.NodePlannableResource
provider.openstack - *terraform.NodeApplyableProvider
openstack_networking_network_v2.tenant_network - *terraform.NodePlannableResource
provider.openstack - *terraform.NodeApplyableProvider
openstack_networking_router_interface_v2.router_interface - *terraform.NodePlannableResource
provider.openstack - *terraform.NodeApplyableProvider
openstack_networking_router_v2.tenant_router - *terraform.NodePlannableResource
provider.openstack - *terraform.NodeApplyableProvider
openstack_networking_subnet_v2.tenant_subnet - *terraform.NodePlannableResource
provider.openstack - *terraform.NodeApplyableProvider
output.network_name - *terraform.NodeApplyableOutput
output.router_name - *terraform.NodeApplyableOutput
output.subnet_cidr - *terraform.NodeApplyableOutput
output.subnet_gateway - *terraform.NodeApplyableOutput
output.subnet_name - *terraform.NodeApplyableOutput
provider.openstack - *terraform.NodeApplyableProvider
var.name_server - *terraform.NodeRootVariable
var.openstack_auth_url - *terraform.NodeRootVariable
var.openstack_az - *terraform.NodeRootVariable
var.openstack_insecure - *terraform.NodeRootVariable
var.openstack_region - *terraform.NodeRootVariable
var.openstack_subnet_pool - *terraform.NodeRootVariable
var.openstack_transit_network - *terraform.NodeRootVariable
var.project_domain_name - *terraform.NodeRootVariable
var.project_id - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.subnet_cidr - *terraform.NodeRootVariable
rking_subnetpool_v2.pool23 - *terraform.NodePlannableResource
provider.openstack - *terraform.NodeApplyableProvider
openstack_networking_network_v2.tenant_network - *terraform.NodePlannableResource
provider.openstack - *terraform.NodeApplyableProvider
openstack_networking_router_interface_v2.router_interface - *terraform.NodePlannableResource
provider.openstack - *terraform.NodeApplyableProvider
openstack_networking_router_v2.tenant_router - *terraform.NodePlannableResource
provider.openstack - *terraform.NodeApplyableProvider
openstack_networking_subnet_v2.tenant_subnet - *terraform.NodePlannableResource
provider.openstack - *terraform.NodeApplyableProvider
output.network_name - *terraform.NodeApplyableOutput
output.router_name - *terraform.NodeApplyableOutput
output.subnet_cidr - *terraform.NodeApplyableOutput
output.subnet_gateway - *terraform.NodeApplyableOutput
output.subnet_name - *terraform.NodeApplyableOutput
provider.openstack - *terraform.NodeApplyableProvider
var.name_server - *terraform.NodeRootVariable
var.openstack_auth_url - *terraform.NodeRootVariable
var.openstack_az - *terraform.NodeRootVariable
var.openstack_insecure - *terraform.NodeRootVariable
var.openstack_region - *terraform.NodeRootVariable
var.openstack_subnet_pool - *terraform.NodeRootVariable
var.openstack_transit_network - *terraform.NodeRootVariable
var.project_domain_name - *terraform.NodeRootVariable
var.project_id - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.subnet_cidr - *terraform.NodeRootVariable
2018/04/12 19:35:21 [DEBUG] ReferenceTransformer: "openstack_networking_subnet_v2.tenant_subnet" references: [data.openstack_networking_subnetpool_v2.pool23 openstack_networking_network_v2.tenant_network var.name_server var.openstack_region var.project_id var.project_name var.subnet_cidr]
2018/04/12 19:35:21 [DEBUG] ReferenceTransformer: "output.subnet_name" references: [openstack_networking_subnet_v2.tenant_subnet]
2018/04/12 19:35:21 [DEBUG] ReferenceTransformer: "output.subnet_gateway" references: [openstack_networking_subnet_v2.tenant_subnet]
2018/04/12 19:35:21 [DEBUG] ReferenceTransformer: "var.openstack_insecure" references: []
2018/04/12 19:35:21 [DEBUG] ReferenceTransformer: "var.openstack_transit_network" references: []
2018/04/12 19:35:21 [DEBUG] ReferenceTransformer: "var.project_domain_name" references: []
2018/04/12 19:35:21 [DEBUG] ReferenceTransformer: "data.openstack_networking_network_v2.transit_network" references: [var.openstack_transit_network]
2018/04/12 19:35:21 [DEBUG] ReferenceTransformer: "data.openstack_networking_subnetpool_v2.pool23" references: [var.openstack_subnet_pool]
2018/04/12 19:35:21 [DEBUG] ReferenceTransformer: "openstack_networking_router_interface_v2.router_interface" references: [openstack_networking_router_v2.tenant_router openstack_networking_subnet_v2.tenant_subnet openstack_networking_subnet_v2.tenant_subnet var.openstack_region]
2018/04/12 19:35:21 [DEBUG] ReferenceTransformer: "var.openstack_auth_url" references: []
2018/04/12 19:35:21 [DEBUG] ReferenceTransformer: "var.project_name" references: []
2018/04/12 19:35:21 [DEBUG] ReferenceTransformer: "var.project_id" references: []
2018/04/12 19:35:21 [DEBUG] ReferenceTransformer: "openstack_networking_network_v2.tenant_network" references: [var.openstack_region var.project_name]
2018/04/12 19:35:21 [DEBUG] ReferenceTransformer: "openstack_networking_router_v2.tenant_router" references: [data.openstack_networking_network_v2.transit_network var.project_id var.project_name]
2018/04/12 19:35:21 [DEBUG] ReferenceTransformer: "var.openstack_region" references: []
2018/04/12 19:35:21 [DEBUG] ReferenceTransformer: "var.openstack_az" references: []
2018/04/12 19:35:21 [DEBUG] ReferenceTransformer: "var.openstack_subnet_pool" references: []
2018/04/12 19:35:21 [DEBUG] ReferenceTransformer: "var.name_server" references: []
2018/04/12 19:35:21 [DEBUG] ReferenceTransformer: "output.router_name" references: [openstack_networking_router_v2.tenant_router]
2018/04/12 19:35:21 [DEBUG] ReferenceTransformer: "output.network_name" references: [openstack_networking_network_v2.tenant_network]
2018/04/12 19:35:21 [DEBUG] ReferenceTransformer: "output.subnet_cidr" references: [openstack_networking_subnet_v2.tenant_subnet]
2018/04/12 19:35:21 [DEBUG] ReferenceTransformer: "var.subnet_cidr" references: []
2018/04/12 19:35:21 [DEBUG] ReferenceTransformer: "provider.openstack" references: [var.openstack_auth_url var.openstack_insecure var.project_domain_name var.project_name]
nableResource
data.openstack_networking_subnetpool_v2.pool23 - *terraform.NodePlannableResource
openstack_networking_network_v2.tenant_network - *terraform.NodePlannableResource
openstack_networking_router_interface_v2.router_interface - *terraform.NodePlannableResource
openstack_networking_router_v2.tenant_router - *terraform.NodePlannableResource
openstack_networking_subnet_v2.tenant_subnet - *terraform.NodePlannableResource
output.network_name - *terraform.NodeApplyableOutput
output.router_name - *terraform.NodeApplyableOutput
output.subnet_cidr - *terraform.NodeApplyableOutput
output.subnet_gateway - *terraform.NodeApplyableOutput
output.subnet_name - *terraform.NodeApplyableOutput
provider.openstack - *terraform.NodeApplyableProvider
var.name_server - *terraform.NodeRootVariable
var.openstack_auth_url - *terraform.NodeRootVariable
var.openstack_az - *terraform.NodeRootVariable
var.openstack_insecure - *terraform.NodeRootVariable
var.openstack_region - *terraform.NodeRootVariable
var.openstack_subnet_pool - *terraform.NodeRootVariable
var.openstack_transit_network - *terraform.NodeRootVariable
var.project_domain_name - *terraform.NodeRootVariable
var.project_id - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.subnet_cidr - *terraform.NodeRootVariable
openstack_networking_network_v2.tenant_network - *terraform.NodePlannableResource
provider.openstack - *terraform.NodeApplyableProvider
var.openstack_region - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
openstack_networking_router_interface_v2.router_interface - *terraform.NodePlannableResource
openstack_networking_router_v2.tenant_router - *terraform.NodePlannableResource
openstack_networking_subnet_v2.tenant_subnet - *terraform.NodePlannableResource
provider.openstack - *terraform.NodeApplyableProvider
var.openstack_region - *terraform.NodeRootVariable
openstack_networking_router_v2.tenant_router - *terraform.NodePlannableResource
data.openstack_networking_network_v2.transit_network - *terraform.NodePlannableResource
provider.openstack - *terraform.NodeApplyableProvider
var.project_id - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
openstack_networking_subnet_v2.tenant_subnet - *terraform.NodePlannableResource
data.openstack_networking_subnetpool_v2.pool23 - *terraform.NodePlannableResource
openstack_networking_network_v2.tenant_network - *terraform.NodePlannableResource
provider.openstack - *terraform.NodeApplyableProvider
var.name_server - *terraform.NodeRootVariable
var.openstack_region - *terraform.NodeRootVariable
var.project_id - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.subnet_cidr - *terraform.NodeRootVariable
output.network_name - *terraform.NodeApplyableOutput
openstack_networking_network_v2.tenant_network - *terraform.NodePlannableResource
output.router_name - *terraform.NodeApplyableOutput
openstack_networking_router_v2.tenant_router - *terraform.NodePlannableResource
output.subnet_cidr - *terraform.NodeApplyableOutput
openstack_networking_subnet_v2.tenant_subnet - *terraform.NodePlannableResource
output.subnet_gateway - *terraform.NodeApplyableOutput
openstack_networking_subnet_v2.tenant_subnet - *terraform.NodePlannableResource
output.subnet_name - *terraform.NodeApplyableOutput
openstack_networking_subnet_v2.tenant_subnet - *terraform.NodePlannableResource
provider.openstack - *terraform.NodeApplyableProvider
var.openstack_auth_url - *terraform.NodeRootVariable
var.openstack_insecure - *terraform.NodeRootVariable
var.project_domain_name - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.name_server - *terraform.NodeRootVariable
var.openstack_auth_url - *terraform.NodeRootVariable
var.openstack_az - *terraform.NodeRootVariable
var.openstack_insecure - *terraform.NodeRootVariable
var.openstack_region - *terraform.NodeRootVariable
var.openstack_subnet_pool - *terraform.NodeRootVariable
var.openstack_transit_network - *terraform.NodeRootVariable
var.project_domain_name - *terraform.NodeRootVariable
var.project_id - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.subnet_cidr - *terraform.NodeRootVariable
2018/04/12 19:35:21 [DEBUG] Removing "openstack_networking_network_v2.tenant_network", filtered by targeting.
2018/04/12 19:35:21 [DEBUG] Removing "output.network_name", filtered by targeting.
2018/04/12 19:35:21 [DEBUG] Removing "output.subnet_cidr", filtered by targeting.
2018/04/12 19:35:21 [DEBUG] Removing "output.subnet_name", filtered by targeting.
2018/04/12 19:35:21 [DEBUG] Removing "output.subnet_gateway", filtered by targeting.
2018/04/12 19:35:21 [DEBUG] Removing "openstack_networking_subnet_v2.tenant_subnet", filtered by targeting.
2018/04/12 19:35:21 [DEBUG] Removing "data.openstack_networking_subnetpool_v2.pool23", filtered by targeting.
2018/04/12 19:35:21 [DEBUG] Removing "openstack_networking_router_interface_v2.router_interface", filtered by targeting.
2018/04/12 19:35:21 [TRACE] Graph after step *terraform.TargetsTransformer:
data.openstack_networking_network_v2.transit_network - *terraform.NodePlannableResource
provider.openstack - *terraform.NodeApplyableProvider
var.openstack_transit_network - *terraform.NodeRootVariable
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
data.openstack_networking_network_v2.transit_network - *terraform.NodePlannableResource
openstack_networking_router_v2.tenant_router - *terraform.NodePlannableResource
output.router_name - *terraform.NodeApplyableOutput
provider.openstack - *terraform.NodeApplyableProvider
var.name_server - *terraform.NodeRootVariable
var.openstack_auth_url - *terraform.NodeRootVariable
var.openstack_az - *terraform.NodeRootVariable
var.openstack_insecure - *terraform.NodeRootVariable
var.openstack_region - *terraform.NodeRootVariable
var.openstack_subnet_pool - *terraform.NodeRootVariable
var.openstack_transit_network - *terraform.NodeRootVariable
var.projectableOutput
provider.openstack - *terraform.NodeApplyableProvider
var.name_server - *terraform.NodeRootVariable
var.openstack_auth_url - *terraform.NodeRootVariable
var.openstack_az - *terraform.NodeRootVariable
var.openstack_insecure - *terraform.NodeRootVariable
var.openstack_region - *terraform.NodeRootVariable
var.openstack_subnet_pool - *terraform.NodeRootVariable
var.openstack_transit_network - *terraform.NodeRootVariable
var.project_domain_name - *terraform.NodeRootVariable
var.project_id - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.subnet_cidr - *terraform.NodeRootVariable
openstack_networking_router_v2.tenant_router - *terraform.NodePlannableResource
data.openstack_networking_network_v2.transit_network - *terraform.NodePlannableResource
provider.openstack - *terraform.NodeApplyableProvider
var.project_id - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
output.router_name - *terraform.NodeApplyableOutput
openstack_networking_router_v2.tenant_router - *terraform.NodePlannableResource
provider.openstack - *terraform.NodeApplyableProvider
var.openstack_auth_url - *terraform.NodeRootVariable
var.openstack_insecure - *terraform.NodeRootVariable
var.project_domain_name - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
provider.openstack (close) - *terraform.graphNodeCloseProvider
data.openstack_networking_network_v2.transit_network - *terraform.NodePlannableResource
openstack_networking_router_v2.tenant_router - *terraform.NodePlannableResource
provider.openstack - *terraform.NodeApplyableProvider
var.name_server - *terraform.NodeRootVariable
var.openstack_auth_url - *terraform.NodeRootVariable
var.openstack_az - *terraform.NodeRootVariable
var.openstack_insecure - *terraform.NodeRootVariable
var.openstack_region - *terraform.NodeRootVariable
var.openstack_subnet_pool - *terraform.NodeRootVariable
var.openstack_transit_network - *terraform.NodeRootVariable
var.project_domain_orm.NodeApplyableProvider
var.openstack_transit_network - *terraform.NodeRootVariable
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
output.router_name - *terraform.NodeApplyableOutput
var.name_server - *terraform.NodeRootVariable
var.openstack_az - *terraform.NodeRootVariable
var.openstack_region - *terraform.NodeRootVariable
var.openstack_subnet_pool - *terraform.NodeRootVariable
var.subnet_cidr - *terraform.NodeRootVariable
openstack_networking_router_v2.tenant_router - *terraform.NodePlannableResource
data.openstack_networking_network_v2.transit_network - *terraform.NodePlannableResource
var.project_id - *terraform.NodeRootVariable
output.router_name - *terraform.NodeApplyableOutput
openstack_networking_router_v2.tenant_router - *terraform.NodePlannableResource
provider.openstack - *terraform.NodeApplyableProvider
var.openstack_auth_url - *terraform.NodeRootVariable
var.openstack_insecure - *terraform.NodeRootVariable
var.project_domain_name - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
provider.openstack (close) - *terraform.graphNodeCloseProvider
openstack_networking_router_v2.tenant_router - *terraform.NodePlannableResource
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.openstack (close) - *terraform.graphNodeCloseProvider
var.name_server - *terraform.NodeRootVariable
var.openstack_auth_url - *terraform.NodeRootVariable
var.openstack_az - *terraform.NodeRootVariable
var.openstack_insecure - *terraform.NodeRootVariable
var.openstack_region - *terraform.NodeRootVariable
var.openstack_subnet_pool - *terraform.NodeRootVariable
var.openstack_transit_network - *terraform.NodeRootVariable
var.project_domain_name - *terraform.NodeRootVariable
var.project_id - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.subnet_cidr - *terraform.NodeRootVariable
2018/04/12 19:35:21 [DEBUG] Starting graph walk: walkPlan
2018/04/12 19:35:21 [TR2018-04-12T19:35:21.638-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: 2018/04/12 19:35:21 [DEBUG] OpenStack Request URL: POST https://openstack.example.com:5000/v3/auth/tokens
2018-04-12T19:35:21.638-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: 2018/04/12 19:35:21 [DEBUG] Openstack Request Headers:
2018-04-12T19:35:21.639-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: Accept: application/json
2018-04-12T19:35:21.639-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: Content-Type: application/json
2018-04-12T19:35:21.639-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: User-Agent: Terraform 0.10.0-dev (go1.9.2) gophercloud/2.0.0
2018-04-12T19:35:21.639-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: 2018/04/12 19:35:21 [DEBUG] OpenStack Request Body: {
2018-04-12T19:35:21.639-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "auth": {
2018-04-12T19:35:21.639-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "identity": {
2018-04-12T19:35:21.639-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "methods": [
2018-04-12T19:35:21.639-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "password"
2018-04-12T19:35:21.639-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: ],
2018-04-12T19:35:21.639-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "password": {
2018-04-12T19:35:21.639-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "user": {
2018-04-12T19:35:21.639-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "domain": {
2018-04-12T19:35:21.639-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "name": "default"
2018-04-12T19:35:21.639-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: },
2018-04-12T19:35:21.639-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "name": "jgeorgeson",
2018-04-12T19:35:21.639-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "password": "***"
2018-04-12T19:35:21.639-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: }
2018-04-12T19:35:21.639-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: }
2018-04-12T19:35:21.639-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: },
2018-04-12T19:35:21.639-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "scope": {
2018-04-12T19:35:21.639-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "project": {
2018-04-12T19:35:21.639-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "id": "b459f7c692d04b2793568ca7cb5160db"
2018-04-12T19:35:21.639-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: }
2018-04-12T19:35:21.639-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: }
2018-04-12T19:35:21.639-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: }
2018-04-12T19:35:21.639-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: }
2018-04-12T19:35:21.979-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: 2018/04/12 19:35:21 [DEBUG] Openstack Response Code: 201
2018-04-12T19:35:21.979-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: 2018/04/12 19:35:21 [DEBUG] Openstack Response Headers:
2018-04-12T19:35:21.979-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: Content-Length: 7525
2018-04-12T19:35:21.979-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: Content-Type: application/json
2018-04-12T19:35:21.979-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: Date: Fri, 13 Apr 2018 00:35:21 GMT
2018-04-12T19:35:21.979-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: Server: Apache/2.4.18 (Ubuntu)
2018-04-12T19:35:21.979-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: Vary: X-Auth-Token,Accept-Encoding
2018-04-12T19:35:21.979-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: X-Distribution: Ubuntu
2018-04-12T19:35:21.979-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: X-Openstack-Request-Id: req-d710724f-570a-486f-965f-377833853e96
2018-04-12T19:35:21.979-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: X-Subject-Token: ***
2018/04/12 19:35:21 [DEBUG] Attaching resource state to "data.openstack_networking_network_v2.transit_network": &terraform.ResourceState{Type:"openstack_networking_network_v2", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4203e49b0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.openstack", mu:sync.Mutex{state:0, sema:0x0}}
2018/04/12 19:35:21 [TRACE] Graph after step *terraform.AttachStateTransformer:
data.openstack_networking_network_v2.transit_network - *terraform.NodePlannableResourceInstance
2018/04/12 19:35:21 [TRACE] Graph after step *terraform.TargetsTransformer:
data.openstack_networking_network_v2.transit_network - *terraform.NodePlannableResourceInstance
2018/04/12 19:35:21 [DEBUG] ReferenceTransformer: "data.openstack_networking_network_v2.transit_network" references: []
2018/04/12 19:35:21 [TRACE] Graph after step *terraform.ReferenceTransformer:
data.openstack_networking_network_v2.transit_network - *terraform.NodePlannableResourceInstance
2018/04/12 19:35:21 [TRACE] Graph after step *terraform.RootTransformer:
data.openstack_networking_network_v2.transit_network - *terraform.NodePlannableResourceInstance
2018/04/12 19:35:21 [TRACE] dag/walk: added new vertex: "data.openstack_networking_network_v2.transit_network"
2018/04/12 19:35:21 [TRACE] dag/walk: walking "data.openstack_networking_network_v2.transit_network"
2018/04/12 19:35:21 [TRACE] vertex 'root.data.openstack_networking_network_v2.transit_network': walking
mary:(*terraform.InstanceState)(0xc4203e4a00), Deposed:[]*terraform.InstanceState{}, Provider:"provider.openstack", mu:sync.Mutex{state:0, sema:0x0}}
2018/04/12 19:35:21 [TRACE] Graph after step *terraform.AttachStateTransformer:
openstack_networking_router_v2.tenant_router - *terraform.NodePlannableResourceInstance
2018/04/12 19:35:21 [TRACE] Graph after step *terraform.TargetsTransformer:
openstack_networking_router_v2.tenant_router - *terraform.NodePlannableResourceInstance
2018/04/12 19:35:21 [DEBUG] ReferenceTransformer: "openstack_networking_router_v2.tenant_router" references: []
2018/04/12 19:35:21 [TRACE] Graph after step *terraform.ReferenceTransformer:
openstack_networking_router_v2.tenant_router - *terraform.NodePlannableResourceInstance
2018/04/12 19:35:21 [TRACE] Graph after step *terraform.RootTransformer:
openstack_networking_router_v2.tenant_router - *terraform.NodePlannableResourceInstance
2018/04/12 19:35:21 [TRACE] dag/walk: added new vertex: "openstack_networking_router_v2.tenant_router"
An execution plan has been generated and is shown below.
2018/04/12 19:35:21 [DEBUG] command: asking for input: "Do you want to perform these actions?"
Resource actions are indicated with the following symbols:
~ update in-place

Terraform will perform the following actions:
 ~ openstack_networking_router_v2.tenant_router
 enable_snat: "true" => "false"


Plan: 0 to add, 1 to change, 0 to destroy.
Do you want to perform these actions?
Terraform will perform the actions described above.
Only 'yes' will be accepted to approve.
Enter a value: 
2018/04/12 19:35:24 [INFO] terraform: building graph: GraphTypeApply
2018/04/12 19:35:24 [DEBUG] Attaching resource state to "openstack_networking_router_v2.tenant_router": &terraform.ResourceState{Type:"openstack_networking_router_v2", Dependencies:[]string{"data.openstack_networking_network_v2.transit_network"}, Primary:(*terraform.InstanceState)(0xc420400aa0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.openstack", mu:sync.Mutex{state:0, sema:0x0}}
2018/04/12 19:35:24 [TRACE] Graph after step *terraform.AttachStateTransformer:
openstack_networking_router_v2.tenant_router - *terraform.NodeApplyableResource
2018/04/12 19:35:24 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/04/12 19:35:24 [DEBUG] ReferenceTransformer: "provider.openstack" references: [var.openstack_insecure var.project_domain_name var.project_name var.openstack_auth_url]
2018/04/12 19:35:24 [DEBUG] ReferenceTransformer: "var.openstack_insecure" references: []
2018/04/12 19:35:24 [DEBUG] ReferenceTransformer: "var.project_name" references: []
2018/04/12 19:35:24 [DEBUG] ReferenceTransformer: "output.subnet_name" references: []
2018/04/12 19:35:24 [DEBUG] ReferenceTransformer: "openstack_networking_router_v2.tenant_router" references: [var.project_id var.project_name]
2018/04/12 19:35:24 [DEBUG] ReferenceTransformer: "var.openstack_auth_url" references: []
2018/04/12 19:35:24 [DEBUG] ReferenceTransformer: "var.openstack_transit_network" references: []
2018/04/12 19:35:24 [DEBUG] ReferenceTransformer: "var.openstack_region" references: []
2018/04/12 19:35:24 [DEBUG] ReferenceTransformer: "var.openstack_az" references: []
2018/04/12 19:35:24 [DEBUG] ReferenceTransformer: "var.project_domain_name" references: []
2018/04/12 19:35:24 [DEBUG] ReferenceTransformer: "output.router_name" references: [openstack_networking_router_v2.tenant_router]
2018/04/12 19:35:24 [DEBUG] ReferenceTransformer: "output.network_name" references: []
2018/04/12 19:35:24 [DEBUG] ReferenceTransformer: "output.subnet_cidr" references: []
2018/04/12 19:35:24 [DEBUG] ReferenceTransformer: "var.openstack_subnet_pool" references: []
2018/04/12 19:35:24 [DEBUG] ReferenceTransformer: "var.project_id" references: []
2018/04/12 19:35:24 [DEBUG] ReferenceTransformer: "var.subnet_cidr" references: []
2018/04/12 19:35:24 [DEBUG] ReferenceTransformer: "var.name_server" references: []
2018/04/12 19:35:24 [DEBUG] ReferenceTransformer: "output.subnet_gateway" references: []
ider
var.name_server - *terraform.NodeRootVariable
var.openstack_auth_url - *terraform.NodeRootVariable
var.openstack_az - *terraform.NodeRootVariable
var.openstack_insecure - *terraform.NodeRootVariable
var.openstack_region - *terraform.NodeRootVariable
var.openstack_subnet_pool - *terraform.NodeRootVariable
var.openstack_transit_network - *terraform.NodeRootVariable
var.project_domain_name - *terraform.NodeRootVariable
var.project_id - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.subnet_cidr - *terraform.NodeRootVariable
openstack_networking_router_v2.tenant_router - *terraform.NodeApplyableResource
provider.openstack - *terraform.NodeApplyableProvider
var.project_id - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
output.network_name - *terraform.NodeApplyableOutput
output.router_name - *terraform.NodeApplyableOutput
openstack_networking_router_v2.tenant_router - *terraform.NodeApplyableResource
output.subnet_cidr - *terraform.NodeApplyableOutput
output.subnet_gateway - *terraform.NodeApplyableOutput
output.subnet_name - *terraform.NodeApplyableOutput
provider.openstack - *terraform.NodeApplyableProvider
var.openstack_auth_url - *terraform.NodeRootVariable
var.openstack_insecure - *terraform.NodeRootVariable
var.project_domain_name - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.name_server - *terraform.NodeRootVariable
var.openstack_auth_url - *terraform.NodeRootVariable
var.openstack_az - *terraform.NodeRootVariable
var.openstack_insecure - *terraform.NodeRootVariable
var.openstack_region - *terraform.NodeRootVariable
var.openstack_subnet_pool - *terraform.NodeRootVariable
var.openstack_transit_network - *terraform.NodeRootVariable
var.project_domain_name - *terraform.NodeRootVariable
var.project_id - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.subnet_cidr - *terraform.NodeRootVariable
2018/04/12 19:35:24 [DEBUG] Removing "output.network_name", filtered by targeting.
2018/04/12 19:35:24 [DEBUG] Removing "output.subnet_cidr", filtered by targeting.
2018/04/12 19:35:24 [DEBUG] Removing "output.subnet_gateway", filtered by targeting.
2018/04/12 19:35:24 [DEBUG] Removing "output.subnet_name", filtered by targeting.
form.NodeRootVariable
var.subnet_cidr - *terraform.NodeRootVariable
aform.NodeRootVariable
var.openstack_transit_network - *terraform.NodeRootVariable
var.project_domain_name - *terraform.NodeRootVariable
var.project_id - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.subnet_cidr - *terraform.NodeRootVariable
rm.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.openstack (close) - *terraform.graphNodeCloseProvider
var.name_server - *terraform.NodeRootVariable
var.openstack_auth_url - *terraform.NodeRootVariable
var.openstack_az - *terraform.NodeRootVariable
var.openstack_insecure - *terraform.NodeRootVariable
var.openstack_region - *terraform.NodeRootVariable
var.openstack_subnet_pool - *terraform.NodeRootVariable
var.openstack_transit_network - *terraform.NodeRootVariable
var.project_domain_name - *terraform.NodeRootVariable
var.project_id - *terraform.NodeRootVariable
var.project_name - *terraform.NodeRootVariable
var.subnet_cidr - *terraform.NodeRootVariable
kApply
2018-04-12T19:35:24.531-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: 2018/04/12 19:35:24 [DEBUG] OpenStack Request URL: POST https://openstack.example.com:5000/v3/auth/tokens
2018-04-12T19:35:24.531-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: 2018/04/12 19:35:24 [DEBUG] Openstack Request Headers:
2018-04-12T19:35:24.531-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: Accept: application/json
2018-04-12T19:35:24.531-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: Content-Type: application/json
2018-04-12T19:35:24.531-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: User-Agent: Terraform 0.10.0-dev (go1.9.2) gophercloud/2.0.0
2018-04-12T19:35:24.531-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: 2018/04/12 19:35:24 [DEBUG] OpenStack Request Body: {
2018-04-12T19:35:24.532-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "auth": {
2018-04-12T19:35:24.532-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "identity": {
2018-04-12T19:35:24.532-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "methods": [
2018-04-12T19:35:24.532-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "password"
2018-04-12T19:35:24.532-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: ],
2018-04-12T19:35:24.532-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "password": {
2018-04-12T19:35:24.532-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "user": {
2018-04-12T19:35:24.532-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "domain": {
2018-04-12T19:35:24.532-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "name": "default"
2018-04-12T19:35:24.532-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: },
2018-04-12T19:35:24.532-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "name": "jgeorgeson",
2018-04-12T19:35:24.532-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "password": "***"
2018-04-12T19:35:24.532-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: }
2018-04-12T19:35:24.532-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: }
2018-04-12T19:35:24.532-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: },
2018-04-12T19:35:24.532-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "scope": {
2018-04-12T19:35:24.532-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "project": {
2018-04-12T19:35:24.532-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "id": "b459f7c692d04b2793568ca7cb5160db"
2018-04-12T19:35:24.532-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: }
2018-04-12T19:35:24.532-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: }
2018-04-12T19:35:24.532-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: }
2018-04-12T19:35:24.532-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: }
2018-04-12T19:35:24.913-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: 2018/04/12 19:35:24 [DEBUG] Openstack Response Code: 201
2018-04-12T19:35:24.913-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: 2018/04/12 19:35:24 [DEBUG] Openstack Response Headers:
2018-04-12T19:35:24.913-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: Content-Length: 7525
2018-04-12T19:35:24.913-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: Content-Type: application/json
2018-04-12T19:35:24.913-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: Date: Fri, 13 Apr 2018 00:35:24 GMT
2018-04-12T19:35:24.913-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: Server: Apache/2.4.18 (Ubuntu)
2018-04-12T19:35:24.914-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: Vary: X-Auth-Token,Accept-Encoding
2018-04-12T19:35:24.914-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: X-Distribution: Ubuntu
2018-04-12T19:35:24.914-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: X-Openstack-Request-Id: req-227333a4-18af-43fb-aad2-8a42b9e99d5f
2018-04-12T19:35:24.914-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: X-Subject-Token: ***
openstack_networking_router_v2.tenant_router: Modifying... (ID: 17b2e516-1d7e-4f60-92f3-3ec17af44a03)
enable_snat: "true" => "false"
2018-04-12T19:35:24.923-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: 2018/04/12 19:35:24 [DEBUG] Locking "17b2e516-1d7e-4f60-92f3-3ec17af44a03"
2018-04-12T19:35:24.923-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: 2018/04/12 19:35:24 [DEBUG] Locked "17b2e516-1d7e-4f60-92f3-3ec17af44a03"
2018-04-12T19:35:24.923-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: 2018/04/12 19:35:24 [DEBUG] OpenStack Region is: nova
2018-04-12T19:35:24.923-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: 2018/04/12 19:35:24 [DEBUG] Updating Router 17b2e516-1d7e-4f60-92f3-3ec17af44a03 with options: {Name: AdminStateUp:<nil> Distributed:<nil> GatewayInfo:0xc4205eb1d0 Routes:[]}
2018-04-12T19:35:24.923-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: 2018/04/12 19:35:24 [DEBUG] OpenStack Request URL: PUT https://openstack.example.com:9696/v2.0/routers/17b2e516-1d7e-4f60-92f3-3ec17af44a03
2018-04-12T19:35:24.923-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: 2018/04/12 19:35:24 [DEBUG] Openstack Request Headers:
2018-04-12T19:35:24.923-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: Accept: application/json
2018-04-12T19:35:24.923-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: Content-Type: application/json
2018-04-12T19:35:24.923-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: User-Agent: Terraform 0.10.0-dev (go1.9.2) gophercloud/2.0.0
2018-04-12T19:35:24.923-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: X-Auth-Token: ***
2018-04-12T19:35:24.923-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: 2018/04/12 19:35:24 [DEBUG] OpenStack Request Body: {
2018-04-12T19:35:24.923-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "router": {
2018-04-12T19:35:24.923-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "external_gateway_info": {
2018-04-12T19:35:24.923-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "enable_snat": false,
2018-04-12T19:35:24.923-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "network_id": "358e0d37-cce7-48bf-85b1-52045362d396"
2018-04-12T19:35:24.923-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: },
2018-04-12T19:35:24.923-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "routes": null
2018-04-12T19:35:24.923-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: }
2018-04-12T19:35:24.923-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: }
2018-04-12T19:35:32.504-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: 2018/04/12 19:35:32 [DEBUG] Openstack Response Code: 200
2018-04-12T19:35:32.504-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: 2018/04/12 19:35:32 [DEBUG] Openstack Response Headers:
2018-04-12T19:35:32.504-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: Content-Length: 696
2018-04-12T19:35:32.504-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: Content-Type: application/json
2018-04-12T19:35:32.504-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: Date: Fri, 13 Apr 2018 00:35:32 GMT
2018-04-12T19:35:32.504-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: X-Openstack-Request-Id: req-48ab3c4a-c443-484b-a2ed-0fbc49a2c068
2018-04-12T19:35:32.504-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: 2018/04/12 19:35:32 [DEBUG] OpenStack Response Body: {
2018-04-12T19:35:32.505-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "router": {
2018-04-12T19:35:32.505-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "admin_state_up": true,
2018-04-12T19:35:32.505-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "availability_zone_hints": [],
2018-04-12T19:35:32.505-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "availability_zones": [
2018-04-12T19:35:32.505-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "default"
2018-04-12T19:35:32.505-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: ],
2018-04-12T19:35:32.505-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "created_at": "2018-04-13T00:31:10Z",
2018-04-12T19:35:32.505-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "description": "",
2018-04-12T19:35:32.505-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "distributed": true,
2018-04-12T19:35:32.505-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "external_gateway_info": {
2018-04-12T19:35:32.505-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "enable_snat": false,
2018-04-12T19:35:32.505-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "external_fixed_ips": [
2018-04-12T19:35:32.505-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: {
2018-04-12T19:35:32.505-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "ip_address": "10.0.50.21",
2018-04-12T19:35:32.505-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "subnet_id": "24353f9a-847e-4106-b3bf-1a7be376066d"
2018-04-12T19:35:32.505-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: }
2018-04-12T19:35:32.505-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: ],
2018-04-12T19:35:32.505-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "network_id": "358e0d37-cce7-48bf-85b1-52045362d396"
2018-04-12T19:35:32.505-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: },
2018-04-12T19:35:32.505-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "flavor_id": null,
2018-04-12T19:35:32.505-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "id": "17b2e516-1d7e-4f60-92f3-3ec17af44a03",
2018-04-12T19:35:32.505-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "name": "default-terraform-test",
2018-04-12T19:35:32.505-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "project_id": "b459f7c692d04b2793568ca7cb5160db",
2018-04-12T19:35:32.505-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "revision_number": 8,
2018-04-12T19:35:32.505-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "routes": [],
2018-04-12T19:35:32.505-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "status": "ACTIVE",
2018-04-12T19:35:32.505-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "tags": [],
2018-04-12T19:35:32.505-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "tenant_id": "b459f7c692d04b2793568ca7cb5160db",
2018-04-12T19:35:32.505-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "updated_at": "2018-04-13T00:35:27Z"
2018-04-12T19:35:32.505-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: }
2018-04-12T19:35:32.505-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: }
2018-04-12T19:35:32.505-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: 2018/04/12 19:35:32 [DEBUG] OpenStack Region is: nova
2018-04-12T19:35:32.506-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: 2018/04/12 19:35:32 [DEBUG] OpenStack Request URL: GET https://openstack.example.com:9696/v2.0/routers/17b2e516-1d7e-4f60-92f3-3ec17af44a03
2018-04-12T19:35:32.506-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: 2018/04/12 19:35:32 [DEBUG] Openstack Request Headers:
2018-04-12T19:35:32.506-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: Accept: application/json
2018-04-12T19:35:32.506-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: User-Agent: Terraform 0.10.0-dev (go1.9.2) gophercloud/2.0.0
2018-04-12T19:35:32.506-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: X-Auth-Token: ***
2018-04-12T19:35:33.113-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: 2018/04/12 19:35:33 [DEBUG] Openstack Response Code: 200
2018-04-12T19:35:33.113-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: 2018/04/12 19:35:33 [DEBUG] Openstack Response Headers:
2018-04-12T19:35:33.113-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: Content-Length: 696
2018-04-12T19:35:33.113-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: Content-Type: application/json
2018-04-12T19:35:33.113-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: Date: Fri, 13 Apr 2018 00:35:33 GMT
2018-04-12T19:35:33.113-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: X-Openstack-Request-Id: req-fb4a5f1d-3826-40ee-93ea-0011c569031e
2018-04-12T19:35:33.114-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: 2018/04/12 19:35:33 [DEBUG] OpenStack Response Body: {
2018-04-12T19:35:33.114-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "router": {
2018-04-12T19:35:33.114-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "admin_state_up": true,
2018-04-12T19:35:33.114-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "availability_zone_hints": [],
2018-04-12T19:35:33.114-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "availability_zones": [
2018-04-12T19:35:33.114-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "default"
2018-04-12T19:35:33.114-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: ],
2018-04-12T19:35:33.114-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "created_at": "2018-04-13T00:31:10Z",
2018-04-12T19:35:33.114-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "description": "",
2018-04-12T19:35:33.114-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "distributed": true,
2018-04-12T19:35:33.114-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "external_gateway_info": {
2018-04-12T19:35:33.114-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "enable_snat": false,
2018-04-12T19:35:33.114-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "external_fixed_ips": [
2018-04-12T19:35:33.114-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: {
2018-04-12T19:35:33.114-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "ip_address": "10.0.50.21",
2018-04-12T19:35:33.114-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "subnet_id": "24353f9a-847e-4106-b3bf-1a7be376066d"
2018-04-12T19:35:33.114-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: }
2018-04-12T19:35:33.114-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: ],
2018-04-12T19:35:33.114-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "network_id": "358e0d37-cce7-48bf-85b1-52045362d396"
2018-04-12T19:35:33.114-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: },
2018-04-12T19:35:33.114-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "flavor_id": null,
2018-04-12T19:35:33.114-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "id": "17b2e516-1d7e-4f60-92f3-3ec17af44a03",
2018-04-12T19:35:33.114-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "name": "default-terraform-test",
2018-04-12T19:35:33.114-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "project_id": "b459f7c692d04b2793568ca7cb5160db",
2018-04-12T19:35:33.114-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "revision_number": 8,
2018-04-12T19:35:33.114-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "routes": [],
2018-04-12T19:35:33.115-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "status": "ACTIVE",
2018-04-12T19:35:33.115-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "tags": [],
2018-04-12T19:35:33.115-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "tenant_id": "b459f7c692d04b2793568ca7cb5160db",
2018-04-12T19:35:33.115-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: "updated_at": "2018-04-13T00:35:27Z"
2018-04-12T19:35:33.115-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: }
2018-04-12T19:35:33.115-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: }
2018-04-12T19:35:33.115-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: 2018/04/12 19:35:33 [DEBUG] Retrieved Router 17b2e516-1d7e-4f60-92f3-3ec17af44a03: &{Status:ACTIVE GatewayInfo:{NetworkID:358e0d37-cce7-48bf-85b1-52045362d396 EnableSNAT:0xc42048a1d6 ExternalFixedIPs:[{IPAddress:10.0.50.21 SubnetID:24353f9a-847e-4106-b3bf-1a7be376066d}]} AdminStateUp:true Distributed:true Name:default-terraform-test ID:17b2e516-1d7e-4f60-92f3-3ec17af44a03 TenantID:b459f7c692d04b2793568ca7cb5160db Routes:[] AvailabilityZoneHints:[]}
2018-04-12T19:35:33.115-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: 2018/04/12 19:35:33 [DEBUG] Unlocking "17b2e516-1d7e-4f60-92f3-3ec17af44a03"
2018-04-12T19:35:33.115-0500 [DEBUG] plugin.terraform-provider-openstack_v1.3.0_x4: 2018/04/12 19:35:33 [DEBUG] Unlocked "17b2e516-1d7e-4f60-92f3-3ec17af44a03"
2018/04/12 19:35:33 [TRACE] root: eval: *terraform.EvalWriteState
2018/04/12 19:35:33 [TRACE] root: eval: *terraform.EvalApplyProvisioners
openstack_networking_router_v2.tenant_router: Modifications complete after 8s (ID: 17b2e516-1d7e-4f60-92f3-3ec17af44a03)

Apply complete! Resources: 0 added, 1 changed, 0 destroyed.
2018/04/12 19:35:33 [DEBUG] plugin: waiting for all plugin processes to complete...

Outputs:
router_name = [
default-terraform-test
]
2018-04-12T19:35:33.283-0500 [DEBUG] plugin: plugin process exited: path=/mnt/c/Users/jgeorgeson/Code/Dev-Engineering/openstack/network/.terraform/plugins/linux_amd64/terraform-provider-openstack_v1.3.0_x4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment