Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save martijndwars/4d9ef71f59fbc9c273dcb60dcc17cae2 to your computer and use it in GitHub Desktop.
Save martijndwars/4d9ef71f59fbc9c273dcb60dcc17cae2 to your computer and use it in GitHub Desktop.
Terraform bug
2022-05-18T14:52:33.868+0200 [INFO] Terraform version: 1.1.9
2022-05-18T14:52:33.868+0200 [INFO] Go runtime version: go1.17.2
2022-05-18T14:52:33.868+0200 [INFO] CLI args: []string{"/usr/local/Cellar/tfenv/2.2.2/versions/1.1.9/terraform", "plan"}
2022-05-18T14:52:33.868+0200 [TRACE] Stdout is not a terminal
2022-05-18T14:52:33.868+0200 [TRACE] Stderr is not a terminal
2022-05-18T14:52:33.868+0200 [TRACE] Stdin is a terminal
2022-05-18T14:52:33.868+0200 [DEBUG] Attempting to open CLI config file: /Users/martijn/.terraformrc
2022-05-18T14:52:33.868+0200 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2022-05-18T14:52:33.868+0200 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins
2022-05-18T14:52:33.868+0200 [DEBUG] ignoring non-existing provider search directory /Users/martijn/.terraform.d/plugins
2022-05-18T14:52:33.868+0200 [DEBUG] ignoring non-existing provider search directory /Users/martijn/Library/Application Support/io.terraform/plugins
2022-05-18T14:52:33.868+0200 [DEBUG] ignoring non-existing provider search directory /Library/Application Support/io.terraform/plugins
2022-05-18T14:52:33.868+0200 [INFO] CLI command args: []string{"plan"}
2022-05-18T14:52:33.869+0200 [TRACE] Meta.Backend: no config given or present on disk, so returning nil config
2022-05-18T14:52:33.869+0200 [TRACE] Meta.Backend: backend has not previously been initialized in this working directory
2022-05-18T14:52:33.869+0200 [DEBUG] New state was assigned lineage "1b9b8629-8c18-3691-06c1-02aa9c269092"
2022-05-18T14:52:33.869+0200 [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend)
2022-05-18T14:52:33.869+0200 [TRACE] Meta.Backend: instantiated backend of type <nil>
2022-05-18T14:52:33.869+0200 [TRACE] providercache.fillMetaCache: scanning directory .terraform/providers
2022-05-18T14:52:33.870+0200 [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/hashicorp/oci v4.75.0 for darwin_amd64 at .terraform/providers/registry.terraform.io/hashicorp/oci/4.75.0/darwin_amd64
2022-05-18T14:52:33.870+0200 [TRACE] providercache.fillMetaCache: including .terraform/providers/registry.terraform.io/hashicorp/oci/4.75.0/darwin_amd64 as a candidate package for registry.terraform.io/hashicorp/oci 4.75.0
2022-05-18T14:52:34.299+0200 [DEBUG] checking for provisioner in "."
2022-05-18T14:52:34.299+0200 [DEBUG] checking for provisioner in "/usr/local/Cellar/tfenv/2.2.2/versions/1.1.9"
2022-05-18T14:52:34.299+0200 [TRACE] Meta.Backend: backend <nil> does not support operations, so wrapping it in a local backend
2022-05-18T14:52:34.300+0200 [INFO] backend/local: starting Plan operation
2022-05-18T14:52:34.300+0200 [TRACE] backend/local: requesting state manager for workspace "default"
2022-05-18T14:52:34.300+0200 [TRACE] backend/local: state manager for workspace "default" will:
- read initial snapshot from terraform.tfstate
- write new snapshots to terraform.tfstate
- create any backup at terraform.tfstate.backup
2022-05-18T14:52:34.300+0200 [TRACE] backend/local: requesting state lock for workspace "default"
2022-05-18T14:52:34.304+0200 [TRACE] statemgr.Filesystem: preparing to manage state snapshots at terraform.tfstate
2022-05-18T14:52:34.304+0200 [TRACE] statemgr.Filesystem: existing snapshot has lineage "34147b3c-f3ff-7ed7-d768-9259e66aa8cd" serial 9
2022-05-18T14:52:34.304+0200 [TRACE] statemgr.Filesystem: locking terraform.tfstate using fcntl flock
2022-05-18T14:52:34.304+0200 [TRACE] statemgr.Filesystem: writing lock metadata to .terraform.tfstate.lock.info
2022-05-18T14:52:34.389+0200 [TRACE] backend/local: reading remote state for workspace "default"
2022-05-18T14:52:34.389+0200 [TRACE] statemgr.Filesystem: reading latest snapshot from terraform.tfstate
2022-05-18T14:52:34.389+0200 [TRACE] statemgr.Filesystem: read snapshot with lineage "34147b3c-f3ff-7ed7-d768-9259e66aa8cd" serial 9
2022-05-18T14:52:34.389+0200 [TRACE] backend/local: populating backend.LocalRun for current working directory
2022-05-18T14:52:34.390+0200 [TRACE] Config.VerifyDependencySelections: provider registry.terraform.io/hashicorp/oci has 4.75.0 to satisfy ""
2022-05-18T14:52:34.390+0200 [TRACE] terraform.NewContext: starting
2022-05-18T14:52:34.390+0200 [TRACE] terraform.NewContext: complete
2022-05-18T14:52:34.390+0200 [TRACE] backend/local: requesting interactive input, if necessary
2022-05-18T14:52:34.390+0200 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/hashicorp/oci"
2022-05-18T14:52:34.390+0200 [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/hashicorp/oci" to read its schema
2022-05-18T14:52:34.390+0200 [DEBUG] created provider logger: level=trace
2022-05-18T14:52:34.390+0200 [INFO] provider: configuring client automatic mTLS
2022-05-18T14:52:34.406+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/oci/4.75.0/darwin_amd64/terraform-provider-oci_v4.75.0 args=[.terraform/providers/registry.terraform.io/hashicorp/oci/4.75.0/darwin_amd64/terraform-provider-oci_v4.75.0]
2022-05-18T14:52:34.426+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/oci/4.75.0/darwin_amd64/terraform-provider-oci_v4.75.0 pid=22327
2022-05-18T14:52:34.426+0200 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/oci/4.75.0/darwin_amd64/terraform-provider-oci_v4.75.0
2022-05-18T14:52:34.495+0200 [DEBUG] provider.terraform-provider-oci_v4.75.0: 2022/05/18 14:52:34 [INFO] terraform-provider-oci 4.75.0
2022-05-18T14:52:34.495+0200 [DEBUG] provider.terraform-provider-oci_v4.75.0: 2022/05/18 14:52:34 Executable runs in Terraform plugin mode by default. For additional usage options, please run with the '-help' flag.
2022-05-18T14:52:34.495+0200 [INFO] provider.terraform-provider-oci_v4.75.0: configuring server automatic mTLS: timestamp=2022-05-18T14:52:34.495+0200
2022-05-18T14:52:34.506+0200 [DEBUG] provider.terraform-provider-oci_v4.75.0: plugin address: address=/var/folders/m6/g30tdd9s2fj_nnztslsv9dpr0000gn/T/plugin722041414 network=unix timestamp=2022-05-18T14:52:34.506+0200
2022-05-18T14:52:34.506+0200 [DEBUG] provider: using plugin: version=5
2022-05-18T14:52:34.525+0200 [TRACE] GRPCProvider: GetProviderSchema
2022-05-18T14:52:34.525+0200 [TRACE] provider.stdio: waiting for stdio data
2022-05-18T14:52:34.767+0200 [TRACE] GRPCProvider: Close
2022-05-18T14:52:34.767+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2022-05-18T14:52:34.774+0200 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/oci/4.75.0/darwin_amd64/terraform-provider-oci_v4.75.0 pid=22327
2022-05-18T14:52:34.774+0200 [DEBUG] provider: plugin exited
2022-05-18T14:52:34.774+0200 [TRACE] Context.Input: Prompting for provider arguments
2022-05-18T14:52:34.774+0200 [TRACE] Context.Input: Provider provider.oci declared at main.tf:5,1-15
2022-05-18T14:52:34.774+0200 [TRACE] Context.Input: Input for provider.oci: map[string]cty.Value{}
2022-05-18T14:52:34.774+0200 [TRACE] backend/local: running validation operation
2022-05-18T14:52:34.774+0200 [DEBUG] Building and walking validate graph
2022-05-18T14:52:34.774+0200 [TRACE] Executing graph transform *terraform.ConfigTransformer
2022-05-18T14:52:34.774+0200 [TRACE] ConfigTransformer: Starting for path:
2022-05-18T14:52:34.774+0200 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
oci_core_subnet.main_subnet - *terraform.NodeValidatableResource
oci_core_vcn.main_vcn - *terraform.NodeValidatableResource
------
2022-05-18T14:52:34.774+0200 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2022-05-18T14:52:34.774+0200 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2022-05-18T14:52:34.774+0200 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2022-05-18T14:52:34.774+0200 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2022-05-18T14:52:34.774+0200 [TRACE] Executing graph transform *terraform.LocalTransformer
2022-05-18T14:52:34.774+0200 [TRACE] Completed graph transform *terraform.LocalTransformer with new graph:
local.tenancy_id (expand) - *terraform.nodeExpandLocal
oci_core_subnet.main_subnet - *terraform.NodeValidatableResource
oci_core_vcn.main_vcn - *terraform.NodeValidatableResource
------
2022-05-18T14:52:34.774+0200 [TRACE] Executing graph transform *terraform.OutputTransformer
2022-05-18T14:52:34.774+0200 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2022-05-18T14:52:34.774+0200 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2022-05-18T14:52:34.774+0200 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2022-05-18T14:52:34.774+0200 [TRACE] Executing graph transform *terraform.StateTransformer
2022-05-18T14:52:34.774+0200 [TRACE] StateTransformer: creating nodes for deposed instance objects only
2022-05-18T14:52:34.774+0200 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2022-05-18T14:52:34.774+0200 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2022-05-18T14:52:34.774+0200 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2022-05-18T14:52:34.774+0200 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2022-05-18T14:52:34.774+0200 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2022-05-18T14:52:34.774+0200 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2022-05-18T14:52:34.774+0200 [TRACE] AttachResourceConfigTransformer: attaching to "oci_core_vcn.main_vcn" (*terraform.NodeValidatableResource) config from main.tf:9,1-35
2022-05-18T14:52:34.774+0200 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to oci_core_vcn.main_vcn
2022-05-18T14:52:34.774+0200 [TRACE] AttachResourceConfigTransformer: attaching to "oci_core_subnet.main_subnet" (*terraform.NodeValidatableResource) config from main.tf:21,1-41
2022-05-18T14:52:34.774+0200 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to oci_core_subnet.main_subnet
2022-05-18T14:52:34.774+0200 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2022-05-18T14:52:34.774+0200 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2022-05-18T14:52:34.774+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2022-05-18T14:52:34.774+0200 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/hashicorp/oci\"]" provider configuration from main.tf:5,1-15
2022-05-18T14:52:34.774+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
local.tenancy_id (expand) - *terraform.nodeExpandLocal
oci_core_subnet.main_subnet - *terraform.NodeValidatableResource
oci_core_vcn.main_vcn - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/oci"] - *terraform.NodeApplyableProvider
------
2022-05-18T14:52:34.774+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2022-05-18T14:52:34.774+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2022-05-18T14:52:34.774+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2022-05-18T14:52:34.774+0200 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/oci"] serving oci_core_vcn.main_vcn
2022-05-18T14:52:34.774+0200 [DEBUG] ProviderTransformer: "oci_core_vcn.main_vcn" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/oci"]
2022-05-18T14:52:34.774+0200 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/oci"] serving oci_core_subnet.main_subnet
2022-05-18T14:52:34.774+0200 [DEBUG] ProviderTransformer: "oci_core_subnet.main_subnet" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/oci"]
2022-05-18T14:52:34.774+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
local.tenancy_id (expand) - *terraform.nodeExpandLocal
oci_core_subnet.main_subnet - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/oci"] - *terraform.NodeApplyableProvider
oci_core_vcn.main_vcn - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/oci"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/oci"] - *terraform.NodeApplyableProvider
------
2022-05-18T14:52:34.774+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2022-05-18T14:52:34.774+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2022-05-18T14:52:34.774+0200 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
local.tenancy_id (expand) - *terraform.nodeExpandLocal
oci_core_subnet.main_subnet - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/oci"] - *terraform.NodeApplyableProvider
oci_core_vcn.main_vcn - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/oci"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/oci"] - *terraform.NodeApplyableProvider
------
2022-05-18T14:52:34.774+0200 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2022-05-18T14:52:34.774+0200 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2022-05-18T14:52:34.774+0200 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2022-05-18T14:52:34.774+0200 [TRACE] AttachSchemaTransformer: attaching resource schema to oci_core_vcn.main_vcn
2022-05-18T14:52:34.774+0200 [TRACE] AttachSchemaTransformer: attaching resource schema to oci_core_subnet.main_subnet
2022-05-18T14:52:34.774+0200 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/oci"]
2022-05-18T14:52:34.774+0200 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2022-05-18T14:52:34.774+0200 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2022-05-18T14:52:34.774+0200 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2022-05-18T14:52:34.774+0200 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2022-05-18T14:52:34.774+0200 [DEBUG] ReferenceTransformer: "oci_core_subnet.main_subnet" references: [local.tenancy_id (expand) oci_core_vcn.main_vcn]
2022-05-18T14:52:34.774+0200 [DEBUG] ReferenceTransformer: "local.tenancy_id (expand)" references: []
2022-05-18T14:52:34.775+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/oci\"]" references: []
2022-05-18T14:52:34.775+0200 [DEBUG] ReferenceTransformer: "oci_core_vcn.main_vcn" references: [local.tenancy_id (expand)]
2022-05-18T14:52:34.775+0200 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
local.tenancy_id (expand) - *terraform.nodeExpandLocal
oci_core_subnet.main_subnet - *terraform.NodeValidatableResource
local.tenancy_id (expand) - *terraform.nodeExpandLocal
oci_core_vcn.main_vcn - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/oci"] - *terraform.NodeApplyableProvider
oci_core_vcn.main_vcn - *terraform.NodeValidatableResource
local.tenancy_id (expand) - *terraform.nodeExpandLocal
provider["registry.terraform.io/hashicorp/oci"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/oci"] - *terraform.NodeApplyableProvider
------
2022-05-18T14:52:34.775+0200 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2022-05-18T14:52:34.775+0200 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2022-05-18T14:52:34.775+0200 [TRACE] Executing graph transform *terraform.attachDataResourceDependsOnTransformer
2022-05-18T14:52:34.775+0200 [TRACE] Completed graph transform *terraform.attachDataResourceDependsOnTransformer (no changes)
2022-05-18T14:52:34.775+0200 [TRACE] Executing graph transform *terraform.TargetsTransformer
2022-05-18T14:52:34.775+0200 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2022-05-18T14:52:34.775+0200 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2022-05-18T14:52:34.775+0200 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2022-05-18T14:52:34.775+0200 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2022-05-18T14:52:34.775+0200 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
local.tenancy_id (expand) - *terraform.nodeExpandLocal
oci_core_subnet.main_subnet - *terraform.NodeValidatableResource
local.tenancy_id (expand) - *terraform.nodeExpandLocal
oci_core_vcn.main_vcn - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/oci"] - *terraform.NodeApplyableProvider
oci_core_vcn.main_vcn - *terraform.NodeValidatableResource
local.tenancy_id (expand) - *terraform.nodeExpandLocal
provider["registry.terraform.io/hashicorp/oci"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/oci"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/oci"] (close) - *terraform.graphNodeCloseProvider
oci_core_subnet.main_subnet - *terraform.NodeValidatableResource
oci_core_vcn.main_vcn - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/oci"] - *terraform.NodeApplyableProvider
------
2022-05-18T14:52:34.775+0200 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2022-05-18T14:52:34.775+0200 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
local.tenancy_id (expand) - *terraform.nodeExpandLocal
oci_core_subnet.main_subnet - *terraform.NodeValidatableResource
local.tenancy_id (expand) - *terraform.nodeExpandLocal
oci_core_vcn.main_vcn - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/oci"] - *terraform.NodeApplyableProvider
oci_core_vcn.main_vcn - *terraform.NodeValidatableResource
local.tenancy_id (expand) - *terraform.nodeExpandLocal
provider["registry.terraform.io/hashicorp/oci"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/oci"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/oci"] (close) - *terraform.graphNodeCloseProvider
oci_core_subnet.main_subnet - *terraform.NodeValidatableResource
oci_core_vcn.main_vcn - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/oci"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
provider["registry.terraform.io/hashicorp/oci"] (close) - *terraform.graphNodeCloseProvider
------
2022-05-18T14:52:34.775+0200 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2022-05-18T14:52:34.775+0200 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
local.tenancy_id (expand) - *terraform.nodeExpandLocal
oci_core_subnet.main_subnet - *terraform.NodeValidatableResource
oci_core_vcn.main_vcn - *terraform.NodeValidatableResource
oci_core_vcn.main_vcn - *terraform.NodeValidatableResource
local.tenancy_id (expand) - *terraform.nodeExpandLocal
provider["registry.terraform.io/hashicorp/oci"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/oci"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/oci"] (close) - *terraform.graphNodeCloseProvider
oci_core_subnet.main_subnet - *terraform.NodeValidatableResource
root - *terraform.nodeCloseModule
provider["registry.terraform.io/hashicorp/oci"] (close) - *terraform.graphNodeCloseProvider
------
2022-05-18T14:52:34.775+0200 [DEBUG] Starting graph walk: walkValidate
2022-05-18T14:52:34.775+0200 [TRACE] vertex "local.tenancy_id (expand)": starting visit (*terraform.nodeExpandLocal)
2022-05-18T14:52:34.775+0200 [TRACE] vertex "local.tenancy_id (expand)": expanding dynamic subgraph
2022-05-18T14:52:34.775+0200 [TRACE] Expanding local: adding local.tenancy_id as *terraform.NodeLocal
2022-05-18T14:52:34.775+0200 [TRACE] vertex "local.tenancy_id (expand)": entering dynamic subgraph
2022-05-18T14:52:34.775+0200 [TRACE] vertex "local.tenancy_id": starting visit (*terraform.NodeLocal)
2022-05-18T14:52:34.775+0200 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/oci\"]": starting visit (*terraform.NodeApplyableProvider)
2022-05-18T14:52:34.775+0200 [TRACE] vertex "local.tenancy_id": visit complete
2022-05-18T14:52:34.775+0200 [TRACE] vertex "local.tenancy_id (expand)": dynamic subgraph completed successfully
2022-05-18T14:52:34.775+0200 [TRACE] vertex "local.tenancy_id (expand)": visit complete
2022-05-18T14:52:34.775+0200 [DEBUG] created provider logger: level=trace
2022-05-18T14:52:34.775+0200 [INFO] provider: configuring client automatic mTLS
2022-05-18T14:52:34.786+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/oci/4.75.0/darwin_amd64/terraform-provider-oci_v4.75.0 args=[.terraform/providers/registry.terraform.io/hashicorp/oci/4.75.0/darwin_amd64/terraform-provider-oci_v4.75.0]
2022-05-18T14:52:34.801+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/oci/4.75.0/darwin_amd64/terraform-provider-oci_v4.75.0 pid=22328
2022-05-18T14:52:34.801+0200 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/oci/4.75.0/darwin_amd64/terraform-provider-oci_v4.75.0
2022-05-18T14:52:34.854+0200 [DEBUG] provider.terraform-provider-oci_v4.75.0: 2022/05/18 14:52:34 [INFO] terraform-provider-oci 4.75.0
2022-05-18T14:52:34.854+0200 [DEBUG] provider.terraform-provider-oci_v4.75.0: 2022/05/18 14:52:34 Executable runs in Terraform plugin mode by default. For additional usage options, please run with the '-help' flag.
2022-05-18T14:52:34.856+0200 [INFO] provider.terraform-provider-oci_v4.75.0: configuring server automatic mTLS: timestamp=2022-05-18T14:52:34.854+0200
2022-05-18T14:52:34.866+0200 [DEBUG] provider: using plugin: version=5
2022-05-18T14:52:34.866+0200 [DEBUG] provider.terraform-provider-oci_v4.75.0: plugin address: address=/var/folders/m6/g30tdd9s2fj_nnztslsv9dpr0000gn/T/plugin722730454 network=unix timestamp=2022-05-18T14:52:34.865+0200
2022-05-18T14:52:34.878+0200 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/hashicorp/oci\"]" provider for provider["registry.terraform.io/hashicorp/oci"]
2022-05-18T14:52:34.878+0200 [TRACE] provider.stdio: waiting for stdio data
2022-05-18T14:52:34.878+0200 [TRACE] NodeApplyableProvider: validating configuration for provider["registry.terraform.io/hashicorp/oci"]
2022-05-18T14:52:34.878+0200 [TRACE] buildProviderConfig for provider["registry.terraform.io/hashicorp/oci"]: using explicit config only
2022-05-18T14:52:34.878+0200 [TRACE] GRPCProvider: GetProviderSchema
2022-05-18T14:52:35.111+0200 [TRACE] GRPCProvider: ValidateProviderConfig
2022-05-18T14:52:35.268+0200 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/oci\"]": visit complete
2022-05-18T14:52:35.268+0200 [TRACE] vertex "oci_core_vcn.main_vcn": starting visit (*terraform.NodeValidatableResource)
2022-05-18T14:52:35.268+0200 [TRACE] GRPCProvider: ValidateResourceConfig
2022-05-18T14:52:35.269+0200 [TRACE] vertex "oci_core_vcn.main_vcn": visit complete
2022-05-18T14:52:35.269+0200 [TRACE] vertex "oci_core_subnet.main_subnet": starting visit (*terraform.NodeValidatableResource)
2022-05-18T14:52:35.269+0200 [TRACE] GRPCProvider: ValidateResourceConfig
2022-05-18T14:52:35.270+0200 [INFO] provider.terraform-provider-oci_v4.75.0: 2022/05/18 14:52:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2022-05-18T14:52:35.269+0200
2022-05-18T14:52:35.270+0200 [TRACE] vertex "oci_core_subnet.main_subnet": visit complete
2022-05-18T14:52:35.270+0200 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/oci\"] (close)": starting visit (*terraform.graphNodeCloseProvider)
2022-05-18T14:52:35.270+0200 [TRACE] GRPCProvider: Close
2022-05-18T14:52:35.271+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2022-05-18T14:52:35.278+0200 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/oci/4.75.0/darwin_amd64/terraform-provider-oci_v4.75.0 pid=22328
2022-05-18T14:52:35.278+0200 [DEBUG] provider: plugin exited
2022-05-18T14:52:35.278+0200 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/oci\"] (close)": visit complete
2022-05-18T14:52:35.278+0200 [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule)
2022-05-18T14:52:35.279+0200 [TRACE] vertex "root": visit complete
2022-05-18T14:52:35.279+0200 [INFO] backend/local: plan calling Plan
2022-05-18T14:52:35.279+0200 [DEBUG] Building and walking plan graph for NormalMode
2022-05-18T14:52:35.279+0200 [TRACE] Executing graph transform *terraform.ConfigTransformer
2022-05-18T14:52:35.279+0200 [TRACE] ConfigTransformer: Starting for path:
2022-05-18T14:52:35.279+0200 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
oci_core_subnet.main_subnet (expand) - *terraform.nodeExpandPlannableResource
oci_core_vcn.main_vcn (expand) - *terraform.nodeExpandPlannableResource
------
2022-05-18T14:52:35.279+0200 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2022-05-18T14:52:35.279+0200 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2022-05-18T14:52:35.279+0200 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2022-05-18T14:52:35.279+0200 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2022-05-18T14:52:35.279+0200 [TRACE] Executing graph transform *terraform.LocalTransformer
2022-05-18T14:52:35.279+0200 [TRACE] Completed graph transform *terraform.LocalTransformer with new graph:
local.tenancy_id (expand) - *terraform.nodeExpandLocal
oci_core_subnet.main_subnet (expand) - *terraform.nodeExpandPlannableResource
oci_core_vcn.main_vcn (expand) - *terraform.nodeExpandPlannableResource
------
2022-05-18T14:52:35.279+0200 [TRACE] Executing graph transform *terraform.OutputTransformer
2022-05-18T14:52:35.279+0200 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2022-05-18T14:52:35.279+0200 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2022-05-18T14:52:35.279+0200 [TRACE] OrphanResourceInstanceTransformer: adding single-instance orphan node for oci_core_security_list.main_security_list
2022-05-18T14:52:35.279+0200 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer with new graph:
local.tenancy_id (expand) - *terraform.nodeExpandLocal
oci_core_security_list.main_security_list (orphan) - *terraform.NodePlannableResourceInstanceOrphan
oci_core_subnet.main_subnet (expand) - *terraform.nodeExpandPlannableResource
oci_core_vcn.main_vcn (expand) - *terraform.nodeExpandPlannableResource
------
2022-05-18T14:52:35.279+0200 [TRACE] Executing graph transform *terraform.StateTransformer
2022-05-18T14:52:35.279+0200 [TRACE] StateTransformer: creating nodes for deposed instance objects only
2022-05-18T14:52:35.279+0200 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2022-05-18T14:52:35.279+0200 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2022-05-18T14:52:35.279+0200 [TRACE] NodeAbstractResourceInstance.AttachResourceState for oci_core_security_list.main_security_list
2022-05-18T14:52:35.279+0200 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2022-05-18T14:52:35.279+0200 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2022-05-18T14:52:35.279+0200 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2022-05-18T14:52:35.279+0200 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2022-05-18T14:52:35.279+0200 [TRACE] AttachResourceConfigTransformer: attaching to "oci_core_vcn.main_vcn (expand)" (*terraform.nodeExpandPlannableResource) config from main.tf:9,1-35
2022-05-18T14:52:35.279+0200 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to oci_core_vcn.main_vcn (expand)
2022-05-18T14:52:35.279+0200 [TRACE] AttachResourceConfigTransformer: attaching to "oci_core_subnet.main_subnet (expand)" (*terraform.nodeExpandPlannableResource) config from main.tf:21,1-41
2022-05-18T14:52:35.279+0200 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to oci_core_subnet.main_subnet (expand)
2022-05-18T14:52:35.279+0200 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2022-05-18T14:52:35.279+0200 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2022-05-18T14:52:35.279+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2022-05-18T14:52:35.279+0200 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/hashicorp/oci\"]" provider configuration from main.tf:5,1-15
2022-05-18T14:52:35.279+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
local.tenancy_id (expand) - *terraform.nodeExpandLocal
oci_core_security_list.main_security_list (orphan) - *terraform.NodePlannableResourceInstanceOrphan
oci_core_subnet.main_subnet (expand) - *terraform.nodeExpandPlannableResource
oci_core_vcn.main_vcn (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/oci"] - *terraform.NodeApplyableProvider
------
2022-05-18T14:52:35.279+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2022-05-18T14:52:35.279+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2022-05-18T14:52:35.279+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2022-05-18T14:52:35.279+0200 [TRACE] ProviderTransformer: oci_core_security_list.main_security_list (orphan) is provided by provider["registry.terraform.io/hashicorp/oci"] exactly
2022-05-18T14:52:35.279+0200 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/oci"] serving oci_core_vcn.main_vcn (expand)
2022-05-18T14:52:35.279+0200 [DEBUG] ProviderTransformer: "oci_core_vcn.main_vcn (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/oci"]
2022-05-18T14:52:35.279+0200 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/oci"] serving oci_core_subnet.main_subnet (expand)
2022-05-18T14:52:35.279+0200 [DEBUG] ProviderTransformer: "oci_core_subnet.main_subnet (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/oci"]
2022-05-18T14:52:35.279+0200 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/oci"] serving oci_core_security_list.main_security_list (orphan)
2022-05-18T14:52:35.279+0200 [DEBUG] ProviderTransformer: "oci_core_security_list.main_security_list (orphan)" (*terraform.NodePlannableResourceInstanceOrphan) needs provider["registry.terraform.io/hashicorp/oci"]
2022-05-18T14:52:35.279+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
local.tenancy_id (expand) - *terraform.nodeExpandLocal
oci_core_security_list.main_security_list (orphan) - *terraform.NodePlannableResourceInstanceOrphan
provider["registry.terraform.io/hashicorp/oci"] - *terraform.NodeApplyableProvider
oci_core_subnet.main_subnet (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/oci"] - *terraform.NodeApplyableProvider
oci_core_vcn.main_vcn (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/oci"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/oci"] - *terraform.NodeApplyableProvider
------
2022-05-18T14:52:35.279+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2022-05-18T14:52:35.279+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2022-05-18T14:52:35.279+0200 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
local.tenancy_id (expand) - *terraform.nodeExpandLocal
oci_core_security_list.main_security_list (orphan) - *terraform.NodePlannableResourceInstanceOrphan
provider["registry.terraform.io/hashicorp/oci"] - *terraform.NodeApplyableProvider
oci_core_subnet.main_subnet (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/oci"] - *terraform.NodeApplyableProvider
oci_core_vcn.main_vcn (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/oci"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/oci"] - *terraform.NodeApplyableProvider
------
2022-05-18T14:52:35.279+0200 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2022-05-18T14:52:35.279+0200 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2022-05-18T14:52:35.279+0200 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2022-05-18T14:52:35.279+0200 [TRACE] AttachSchemaTransformer: attaching resource schema to oci_core_security_list.main_security_list (orphan)
2022-05-18T14:52:35.279+0200 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/oci"]
2022-05-18T14:52:35.279+0200 [TRACE] AttachSchemaTransformer: attaching resource schema to oci_core_vcn.main_vcn (expand)
2022-05-18T14:52:35.280+0200 [TRACE] AttachSchemaTransformer: attaching resource schema to oci_core_subnet.main_subnet (expand)
2022-05-18T14:52:35.280+0200 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2022-05-18T14:52:35.280+0200 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2022-05-18T14:52:35.280+0200 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2022-05-18T14:52:35.280+0200 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2022-05-18T14:52:35.280+0200 [DEBUG] ReferenceTransformer: "local.tenancy_id (expand)" references: []
2022-05-18T14:52:35.280+0200 [DEBUG] ReferenceTransformer: "oci_core_security_list.main_security_list (orphan)" references: []
2022-05-18T14:52:35.280+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/oci\"]" references: []
2022-05-18T14:52:35.280+0200 [DEBUG] ReferenceTransformer: "oci_core_vcn.main_vcn (expand)" references: [local.tenancy_id (expand)]
2022-05-18T14:52:35.280+0200 [DEBUG] ReferenceTransformer: "oci_core_subnet.main_subnet (expand)" references: [local.tenancy_id (expand) oci_core_vcn.main_vcn (expand)]
2022-05-18T14:52:35.280+0200 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
local.tenancy_id (expand) - *terraform.nodeExpandLocal
oci_core_security_list.main_security_list (orphan) - *terraform.NodePlannableResourceInstanceOrphan
provider["registry.terraform.io/hashicorp/oci"] - *terraform.NodeApplyableProvider
oci_core_subnet.main_subnet (expand) - *terraform.nodeExpandPlannableResource
local.tenancy_id (expand) - *terraform.nodeExpandLocal
oci_core_vcn.main_vcn (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/oci"] - *terraform.NodeApplyableProvider
oci_core_vcn.main_vcn (expand) - *terraform.nodeExpandPlannableResource
local.tenancy_id (expand) - *terraform.nodeExpandLocal
provider["registry.terraform.io/hashicorp/oci"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/oci"] - *terraform.NodeApplyableProvider
------
2022-05-18T14:52:35.280+0200 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2022-05-18T14:52:35.280+0200 [TRACE] AttachDependenciesTransformer: oci_core_vcn.main_vcn depends on []
2022-05-18T14:52:35.280+0200 [TRACE] AttachDependenciesTransformer: oci_core_subnet.main_subnet depends on [oci_core_vcn.main_vcn]
2022-05-18T14:52:35.280+0200 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2022-05-18T14:52:35.280+0200 [TRACE] Executing graph transform *terraform.attachDataResourceDependsOnTransformer
2022-05-18T14:52:35.280+0200 [TRACE] Completed graph transform *terraform.attachDataResourceDependsOnTransformer (no changes)
2022-05-18T14:52:35.280+0200 [TRACE] Executing graph transform *terraform.TargetsTransformer
2022-05-18T14:52:35.280+0200 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2022-05-18T14:52:35.280+0200 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2022-05-18T14:52:35.280+0200 [TRACE] ForcedCBDTransformer: "oci_core_vcn.main_vcn (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2022-05-18T14:52:35.280+0200 [TRACE] ForcedCBDTransformer: "oci_core_subnet.main_subnet (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2022-05-18T14:52:35.280+0200 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2022-05-18T14:52:35.280+0200 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2022-05-18T14:52:35.280+0200 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
local.tenancy_id (expand) - *terraform.nodeExpandLocal
oci_core_security_list.main_security_list (orphan) - *terraform.NodePlannableResourceInstanceOrphan
provider["registry.terraform.io/hashicorp/oci"] - *terraform.NodeApplyableProvider
oci_core_subnet.main_subnet (expand) - *terraform.nodeExpandPlannableResource
local.tenancy_id (expand) - *terraform.nodeExpandLocal
oci_core_vcn.main_vcn (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/oci"] - *terraform.NodeApplyableProvider
oci_core_vcn.main_vcn (expand) - *terraform.nodeExpandPlannableResource
local.tenancy_id (expand) - *terraform.nodeExpandLocal
provider["registry.terraform.io/hashicorp/oci"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/oci"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/oci"] (close) - *terraform.graphNodeCloseProvider
oci_core_security_list.main_security_list (orphan) - *terraform.NodePlannableResourceInstanceOrphan
oci_core_subnet.main_subnet (expand) - *terraform.nodeExpandPlannableResource
oci_core_vcn.main_vcn (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/oci"] - *terraform.NodeApplyableProvider
------
2022-05-18T14:52:35.280+0200 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2022-05-18T14:52:35.280+0200 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
local.tenancy_id (expand) - *terraform.nodeExpandLocal
oci_core_security_list.main_security_list (orphan) - *terraform.NodePlannableResourceInstanceOrphan
provider["registry.terraform.io/hashicorp/oci"] - *terraform.NodeApplyableProvider
oci_core_subnet.main_subnet (expand) - *terraform.nodeExpandPlannableResource
local.tenancy_id (expand) - *terraform.nodeExpandLocal
oci_core_vcn.main_vcn (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/oci"] - *terraform.NodeApplyableProvider
oci_core_vcn.main_vcn (expand) - *terraform.nodeExpandPlannableResource
local.tenancy_id (expand) - *terraform.nodeExpandLocal
provider["registry.terraform.io/hashicorp/oci"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/oci"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/oci"] (close) - *terraform.graphNodeCloseProvider
oci_core_security_list.main_security_list (orphan) - *terraform.NodePlannableResourceInstanceOrphan
oci_core_subnet.main_subnet (expand) - *terraform.nodeExpandPlannableResource
oci_core_vcn.main_vcn (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/oci"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
provider["registry.terraform.io/hashicorp/oci"] (close) - *terraform.graphNodeCloseProvider
------
2022-05-18T14:52:35.280+0200 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2022-05-18T14:52:35.280+0200 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
local.tenancy_id (expand) - *terraform.nodeExpandLocal
oci_core_security_list.main_security_list (orphan) - *terraform.NodePlannableResourceInstanceOrphan
provider["registry.terraform.io/hashicorp/oci"] - *terraform.NodeApplyableProvider
oci_core_subnet.main_subnet (expand) - *terraform.nodeExpandPlannableResource
oci_core_vcn.main_vcn (expand) - *terraform.nodeExpandPlannableResource
oci_core_vcn.main_vcn (expand) - *terraform.nodeExpandPlannableResource
local.tenancy_id (expand) - *terraform.nodeExpandLocal
provider["registry.terraform.io/hashicorp/oci"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/oci"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/oci"] (close) - *terraform.graphNodeCloseProvider
oci_core_security_list.main_security_list (orphan) - *terraform.NodePlannableResourceInstanceOrphan
oci_core_subnet.main_subnet (expand) - *terraform.nodeExpandPlannableResource
root - *terraform.nodeCloseModule
provider["registry.terraform.io/hashicorp/oci"] (close) - *terraform.graphNodeCloseProvider
------
2022-05-18T14:52:35.280+0200 [DEBUG] Starting graph walk: walkPlan
2022-05-18T14:52:35.280+0200 [TRACE] vertex "local.tenancy_id (expand)": starting visit (*terraform.nodeExpandLocal)
2022-05-18T14:52:35.280+0200 [TRACE] vertex "local.tenancy_id (expand)": expanding dynamic subgraph
2022-05-18T14:52:35.280+0200 [TRACE] Expanding local: adding local.tenancy_id as *terraform.NodeLocal
2022-05-18T14:52:35.280+0200 [TRACE] vertex "local.tenancy_id (expand)": entering dynamic subgraph
2022-05-18T14:52:35.281+0200 [TRACE] vertex "local.tenancy_id": starting visit (*terraform.NodeLocal)
2022-05-18T14:52:35.281+0200 [TRACE] vertex "local.tenancy_id": visit complete
2022-05-18T14:52:35.281+0200 [TRACE] vertex "local.tenancy_id (expand)": dynamic subgraph completed successfully
2022-05-18T14:52:35.281+0200 [TRACE] vertex "local.tenancy_id (expand)": visit complete
2022-05-18T14:52:35.281+0200 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/oci\"]": starting visit (*terraform.NodeApplyableProvider)
2022-05-18T14:52:35.281+0200 [DEBUG] created provider logger: level=trace
2022-05-18T14:52:35.281+0200 [INFO] provider: configuring client automatic mTLS
2022-05-18T14:52:35.293+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/oci/4.75.0/darwin_amd64/terraform-provider-oci_v4.75.0 args=[.terraform/providers/registry.terraform.io/hashicorp/oci/4.75.0/darwin_amd64/terraform-provider-oci_v4.75.0]
2022-05-18T14:52:35.307+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/oci/4.75.0/darwin_amd64/terraform-provider-oci_v4.75.0 pid=22330
2022-05-18T14:52:35.307+0200 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/oci/4.75.0/darwin_amd64/terraform-provider-oci_v4.75.0
2022-05-18T14:52:35.360+0200 [DEBUG] provider.terraform-provider-oci_v4.75.0: 2022/05/18 14:52:35 [INFO] terraform-provider-oci 4.75.0
2022-05-18T14:52:35.360+0200 [DEBUG] provider.terraform-provider-oci_v4.75.0: 2022/05/18 14:52:35 Executable runs in Terraform plugin mode by default. For additional usage options, please run with the '-help' flag.
2022-05-18T14:52:35.361+0200 [INFO] provider.terraform-provider-oci_v4.75.0: configuring server automatic mTLS: timestamp=2022-05-18T14:52:35.360+0200
2022-05-18T14:52:35.371+0200 [DEBUG] provider: using plugin: version=5
2022-05-18T14:52:35.371+0200 [DEBUG] provider.terraform-provider-oci_v4.75.0: plugin address: address=/var/folders/m6/g30tdd9s2fj_nnztslsv9dpr0000gn/T/plugin1761421520 network=unix timestamp=2022-05-18T14:52:35.371+0200
2022-05-18T14:52:35.387+0200 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/hashicorp/oci\"]" provider for provider["registry.terraform.io/hashicorp/oci"]
2022-05-18T14:52:35.387+0200 [TRACE] NodeApplyableProvider: configuring provider["registry.terraform.io/hashicorp/oci"]
2022-05-18T14:52:35.387+0200 [TRACE] buildProviderConfig for provider["registry.terraform.io/hashicorp/oci"]: using explicit config only
2022-05-18T14:52:35.387+0200 [TRACE] GRPCProvider: GetProviderSchema
2022-05-18T14:52:35.387+0200 [TRACE] provider.stdio: waiting for stdio data
2022-05-18T14:52:35.694+0200 [TRACE] GRPCProvider: ValidateProviderConfig
2022-05-18T14:52:35.856+0200 [WARN] ValidateProviderConfig from "provider[\"registry.terraform.io/hashicorp/oci\"]" changed the config value, but that value is unused
2022-05-18T14:52:35.856+0200 [TRACE] GRPCProvider: ConfigureProvider
2022-05-18T14:52:35.947+0200 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/oci\"]": visit complete
2022-05-18T14:52:35.947+0200 [TRACE] vertex "oci_core_vcn.main_vcn (expand)": starting visit (*terraform.nodeExpandPlannableResource)
2022-05-18T14:52:35.947+0200 [TRACE] vertex "oci_core_security_list.main_security_list (orphan)": starting visit (*terraform.NodePlannableResourceInstanceOrphan)
2022-05-18T14:52:35.949+0200 [TRACE] readResourceInstanceState: reading state for oci_core_security_list.main_security_list
2022-05-18T14:52:35.950+0200 [TRACE] upgradeResourceState: schema version of oci_core_security_list.main_security_list is still 0; calling provider "oci" for any other minor fixups
2022-05-18T14:52:35.950+0200 [TRACE] GRPCProvider: UpgradeResourceState
2022-05-18T14:52:35.950+0200 [TRACE] vertex "oci_core_vcn.main_vcn (expand)": expanding dynamic subgraph
2022-05-18T14:52:35.950+0200 [TRACE] vertex "oci_core_vcn.main_vcn (expand)": entering dynamic subgraph
2022-05-18T14:52:35.950+0200 [TRACE] vertex "oci_core_vcn.main_vcn": starting visit (*terraform.NodePlannableResource)
2022-05-18T14:52:35.950+0200 [TRACE] vertex "oci_core_vcn.main_vcn": expanding dynamic subgraph
2022-05-18T14:52:35.950+0200 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2022-05-18T14:52:35.950+0200 [TRACE] ResourceCountTransformer: adding oci_core_vcn.main_vcn as *terraform.NodePlannableResourceInstance
2022-05-18T14:52:35.950+0200 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
oci_core_vcn.main_vcn - *terraform.NodePlannableResourceInstance
------
2022-05-18T14:52:35.950+0200 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2022-05-18T14:52:35.950+0200 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2022-05-18T14:52:35.950+0200 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2022-05-18T14:52:35.950+0200 [TRACE] NodeAbstractResourceInstance.AttachResourceState for oci_core_vcn.main_vcn
2022-05-18T14:52:35.950+0200 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2022-05-18T14:52:35.950+0200 [TRACE] Executing graph transform *terraform.TargetsTransformer
2022-05-18T14:52:35.950+0200 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2022-05-18T14:52:35.950+0200 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2022-05-18T14:52:35.950+0200 [INFO] ReferenceTransformer: reference not found: "local.tenancy_id"
2022-05-18T14:52:35.950+0200 [DEBUG] ReferenceTransformer: "oci_core_vcn.main_vcn" references: []
2022-05-18T14:52:35.950+0200 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2022-05-18T14:52:35.950+0200 [TRACE] Executing graph transform *terraform.RootTransformer
2022-05-18T14:52:35.950+0200 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2022-05-18T14:52:35.950+0200 [TRACE] vertex "oci_core_vcn.main_vcn": entering dynamic subgraph
2022-05-18T14:52:35.950+0200 [TRACE] vertex "oci_core_vcn.main_vcn": starting visit (*terraform.NodePlannableResourceInstance)
2022-05-18T14:52:35.950+0200 [TRACE] readResourceInstanceState: reading state for oci_core_vcn.main_vcn
2022-05-18T14:52:35.950+0200 [TRACE] upgradeResourceState: schema version of oci_core_vcn.main_vcn is still 0; calling provider "oci" for any other minor fixups
2022-05-18T14:52:35.950+0200 [TRACE] GRPCProvider: UpgradeResourceState
2022-05-18T14:52:35.951+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to prevRunState for oci_core_security_list.main_security_list
2022-05-18T14:52:35.951+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for oci_core_security_list.main_security_list
2022-05-18T14:52:35.951+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for oci_core_security_list.main_security_list
2022-05-18T14:52:35.951+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for oci_core_security_list.main_security_list
2022-05-18T14:52:35.951+0200 [TRACE] NodeAbstractResourceInstance.refresh for oci_core_security_list.main_security_list
oci_core_security_list.main_security_list: Refreshing state... [id=ocid1.securitylist.oc1.eu-zurich-1.aaaaaaaanhjyvuu6uw45jag7vtn6ehcurs4pdpb3x7kljog5hrkg7vl6hjha]
2022-05-18T14:52:35.951+0200 [TRACE] GRPCProvider: ReadResource
2022-05-18T14:52:35.952+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to prevRunState for oci_core_vcn.main_vcn
2022-05-18T14:52:35.952+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for oci_core_vcn.main_vcn
2022-05-18T14:52:35.952+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for oci_core_vcn.main_vcn
2022-05-18T14:52:35.952+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for oci_core_vcn.main_vcn
2022-05-18T14:52:35.952+0200 [TRACE] NodeAbstractResourceInstance.refresh for oci_core_vcn.main_vcn
oci_core_vcn.main_vcn: Refreshing state... [id=ocid1.vcn.oc1.eu-zurich-1.amaaaaaaoma2o6iayouiaizwudf47mp25sh7ayoj73s6nbohp7jd432rkyfa]
2022-05-18T14:52:35.952+0200 [TRACE] GRPCProvider: ReadResource
2022-05-18T14:52:36.796+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for oci_core_vcn.main_vcn
2022-05-18T14:52:36.796+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for oci_core_vcn.main_vcn
2022-05-18T14:52:36.796+0200 [TRACE] Re-validating config for "oci_core_vcn.main_vcn"
2022-05-18T14:52:36.796+0200 [TRACE] GRPCProvider: ValidateResourceConfig
2022-05-18T14:52:36.797+0200 [TRACE] GRPCProvider: PlanResourceChange
2022-05-18T14:52:36.798+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for oci_core_vcn.main_vcn
2022-05-18T14:52:36.798+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for oci_core_vcn.main_vcn
2022-05-18T14:52:36.799+0200 [TRACE] writeChange: recorded NoOp change for oci_core_vcn.main_vcn
2022-05-18T14:52:36.799+0200 [TRACE] vertex "oci_core_vcn.main_vcn": visit complete
2022-05-18T14:52:36.799+0200 [TRACE] vertex "oci_core_vcn.main_vcn": dynamic subgraph completed successfully
2022-05-18T14:52:36.799+0200 [TRACE] vertex "oci_core_vcn.main_vcn": visit complete
2022-05-18T14:52:36.799+0200 [TRACE] vertex "oci_core_vcn.main_vcn (expand)": dynamic subgraph completed successfully
2022-05-18T14:52:36.799+0200 [TRACE] vertex "oci_core_vcn.main_vcn (expand)": visit complete
2022-05-18T14:52:36.799+0200 [TRACE] vertex "oci_core_subnet.main_subnet (expand)": starting visit (*terraform.nodeExpandPlannableResource)
2022-05-18T14:52:36.799+0200 [TRACE] vertex "oci_core_subnet.main_subnet (expand)": expanding dynamic subgraph
2022-05-18T14:52:36.799+0200 [TRACE] vertex "oci_core_subnet.main_subnet (expand)": entering dynamic subgraph
2022-05-18T14:52:36.799+0200 [TRACE] vertex "oci_core_subnet.main_subnet": starting visit (*terraform.NodePlannableResource)
2022-05-18T14:52:36.799+0200 [TRACE] vertex "oci_core_subnet.main_subnet": expanding dynamic subgraph
2022-05-18T14:52:36.799+0200 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2022-05-18T14:52:36.799+0200 [TRACE] ResourceCountTransformer: adding oci_core_subnet.main_subnet as *terraform.NodePlannableResourceInstance
2022-05-18T14:52:36.799+0200 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
oci_core_subnet.main_subnet - *terraform.NodePlannableResourceInstance
------
2022-05-18T14:52:36.799+0200 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2022-05-18T14:52:36.799+0200 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2022-05-18T14:52:36.799+0200 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2022-05-18T14:52:36.799+0200 [TRACE] NodeAbstractResourceInstance.AttachResourceState for oci_core_subnet.main_subnet
2022-05-18T14:52:36.799+0200 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2022-05-18T14:52:36.799+0200 [TRACE] Executing graph transform *terraform.TargetsTransformer
2022-05-18T14:52:36.799+0200 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2022-05-18T14:52:36.799+0200 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2022-05-18T14:52:36.799+0200 [INFO] ReferenceTransformer: reference not found: "local.tenancy_id"
2022-05-18T14:52:36.799+0200 [DEBUG] ReferenceTransformer: "oci_core_subnet.main_subnet" references: []
2022-05-18T14:52:36.799+0200 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2022-05-18T14:52:36.799+0200 [TRACE] Executing graph transform *terraform.RootTransformer
2022-05-18T14:52:36.799+0200 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2022-05-18T14:52:36.799+0200 [TRACE] vertex "oci_core_subnet.main_subnet": entering dynamic subgraph
2022-05-18T14:52:36.799+0200 [TRACE] vertex "oci_core_subnet.main_subnet": starting visit (*terraform.NodePlannableResourceInstance)
2022-05-18T14:52:36.799+0200 [TRACE] readResourceInstanceState: reading state for oci_core_subnet.main_subnet
2022-05-18T14:52:36.799+0200 [TRACE] upgradeResourceState: schema version of oci_core_subnet.main_subnet is still 0; calling provider "oci" for any other minor fixups
2022-05-18T14:52:36.799+0200 [TRACE] GRPCProvider: UpgradeResourceState
2022-05-18T14:52:36.801+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to prevRunState for oci_core_subnet.main_subnet
2022-05-18T14:52:36.801+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for oci_core_subnet.main_subnet
2022-05-18T14:52:36.801+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for oci_core_subnet.main_subnet
2022-05-18T14:52:36.801+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for oci_core_subnet.main_subnet
2022-05-18T14:52:36.801+0200 [TRACE] NodeAbstractResourceInstance.refresh for oci_core_subnet.main_subnet
oci_core_subnet.main_subnet: Refreshing state... [id=ocid1.subnet.oc1.eu-zurich-1.aaaaaaaaprazpyewkbunmi6c6hx5rsnyrwkzmdb5gezbdoq5p26ctgy7hofa]
2022-05-18T14:52:36.801+0200 [TRACE] GRPCProvider: ReadResource
2022-05-18T14:52:36.813+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for oci_core_security_list.main_security_list
2022-05-18T14:52:36.813+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for oci_core_security_list.main_security_list
2022-05-18T14:52:36.814+0200 [TRACE] writeChange: recorded Delete change for oci_core_security_list.main_security_list
2022-05-18T14:52:36.814+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for oci_core_security_list.main_security_list
2022-05-18T14:52:36.814+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for oci_core_security_list.main_security_list
2022-05-18T14:52:36.814+0200 [TRACE] vertex "oci_core_security_list.main_security_list (orphan)": visit complete
2022-05-18T14:52:36.990+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for oci_core_subnet.main_subnet
2022-05-18T14:52:36.990+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for oci_core_subnet.main_subnet
2022-05-18T14:52:36.991+0200 [TRACE] Re-validating config for "oci_core_subnet.main_subnet"
2022-05-18T14:52:36.991+0200 [TRACE] GRPCProvider: ValidateResourceConfig
2022-05-18T14:52:36.991+0200 [INFO] provider.terraform-provider-oci_v4.75.0: 2022/05/18 14:52:36 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2022-05-18T14:52:36.991+0200
2022-05-18T14:52:36.991+0200 [TRACE] GRPCProvider: PlanResourceChange
2022-05-18T14:52:37.017+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for oci_core_subnet.main_subnet
2022-05-18T14:52:37.017+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for oci_core_subnet.main_subnet
2022-05-18T14:52:37.018+0200 [TRACE] writeChange: recorded Update change for oci_core_subnet.main_subnet
2022-05-18T14:52:37.018+0200 [TRACE] vertex "oci_core_subnet.main_subnet": visit complete
2022-05-18T14:52:37.018+0200 [TRACE] vertex "oci_core_subnet.main_subnet": dynamic subgraph completed successfully
2022-05-18T14:52:37.018+0200 [TRACE] vertex "oci_core_subnet.main_subnet": visit complete
2022-05-18T14:52:37.018+0200 [TRACE] vertex "oci_core_subnet.main_subnet (expand)": dynamic subgraph completed successfully
2022-05-18T14:52:37.018+0200 [TRACE] vertex "oci_core_subnet.main_subnet (expand)": visit complete
2022-05-18T14:52:37.018+0200 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/oci\"] (close)": starting visit (*terraform.graphNodeCloseProvider)
2022-05-18T14:52:37.018+0200 [TRACE] GRPCProvider: Close
2022-05-18T14:52:37.020+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2022-05-18T14:52:37.027+0200 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/oci/4.75.0/darwin_amd64/terraform-provider-oci_v4.75.0 pid=22330
2022-05-18T14:52:37.027+0200 [DEBUG] provider: plugin exited
2022-05-18T14:52:37.027+0200 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/oci\"] (close)": visit complete
2022-05-18T14:52:37.027+0200 [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule)
2022-05-18T14:52:37.027+0200 [TRACE] vertex "root": visit complete
2022-05-18T14:52:37.027+0200 [INFO] backend/local: plan operation completed
2022-05-18T14:52:37.027+0200 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/hashicorp/oci"
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
~ update in-place
- destroy
Terraform will perform the following actions:
# oci_core_security_list.main_security_list will be destroyed
# (because oci_core_security_list.main_security_list is not in configuration)
- resource "oci_core_security_list" "main_security_list" {
- compartment_id = "ocid1.tenancy.oc1..aaaaaaaai2u6rtfadkxu6hcejqeopdreavdrtapp6lixzfzfqohiiz3v3mga" -> null
- defined_tags = {} -> null
- display_name = "main_security_list" -> null
- freeform_tags = {} -> null
- id = "ocid1.securitylist.oc1.eu-zurich-1.aaaaaaaanhjyvuu6uw45jag7vtn6ehcurs4pdpb3x7kljog5hrkg7vl6hjha" -> null
- state = "AVAILABLE" -> null
- time_created = "2022-05-16 07:47:22.409 +0000 UTC" -> null
- vcn_id = "ocid1.vcn.oc1.eu-zurich-1.amaaaaaaoma2o6iayouiaizwudf47mp25sh7ayoj73s6nbohp7jd432rkyfa" -> null
}
# oci_core_subnet.main_subnet will be updated in-place
~ resource "oci_core_subnet" "main_subnet" {
id = "ocid1.subnet.oc1.eu-zurich-1.aaaaaaaaprazpyewkbunmi6c6hx5rsnyrwkzmdb5gezbdoq5p26ctgy7hofa"
~ security_list_ids = [
- "ocid1.securitylist.oc1.eu-zurich-1.aaaaaaaanhjyvuu6uw45jag7vtn6ehcurs4pdpb3x7kljog5hrkg7vl6hjha",
]
# (15 unchanged attributes hidden)
}
Plan: 0 to add, 1 to change, 1 to destroy.
─────────────────────────────────────────────────────────────────────────────
Note: You didn't use the -out option to save this plan, so Terraform can't
guarantee to take exactly these actions if you run "terraform apply" now.
2022-05-18T14:52:37.029+0200 [TRACE] statemgr.Filesystem: removing lock metadata file .terraform.tfstate.lock.info
2022-05-18T14:52:37.029+0200 [TRACE] statemgr.Filesystem: unlocking terraform.tfstate using fcntl flock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment