Skip to content

Comments

Update terragrunt.hcl#81

Open
RLRabinowitz wants to merge 4 commits intomasterfrom
RLRabinowitz-patch-13
Open

Update terragrunt.hcl#81
RLRabinowitz wants to merge 4 commits intomasterfrom
RLRabinowitz-patch-13

Conversation

@RLRabinowitz
Copy link
Owner

No description provided.

@env0-dev
Copy link

env0-dev bot commented Dec 25, 2024

env0
🚀  env0 had composed a PR Plan for environment My Prodject / tg rule all-58358 :

Plan: 1 to add, 0 to change, 0 to destroy.
Plan: 1 to add, 0 to change, 0 to destroy.
Plan Details
OpenTofu will perform the following actions:

  # null_resource.null2 will be created
+   resource "null_resource" "null2" {
+       id = (known after apply)
    }

Plan: 1 to add, 0 to change, 0 to destroy.

Changes to Outputs:
+   a = "6848843084770183397"


OpenTofu used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
+   create

OpenTofu will perform the following actions:

  # null_resource.null2 will be created
+   resource "null_resource" "null2" {
+       id = (known after apply)
    }

Plan: 1 to add, 0 to change, 0 to destroy.

Changes to Outputs:
+   a = "6173865667893489036"

time=2024-12-25T15:21:34Z level=info msg=2024-12-25T15:21:34.145Z [INFO]  OpenTofu version: 1.8.7
2024-12-25T15:21:34.145Z [DEBUG] using github.com/hashicorp/go-tfe v1.36.0
2024-12-25T15:21:34.145Z [DEBUG] using github.com/opentofu/hcl/v2 v2.0.0-20240416130056-03228b26f391
2024-12-25T15:21:34.145Z [DEBUG] using github.com/hashicorp/terraform-svchost v0.1.1
2024-12-25T15:21:34.145Z [DEBUG] using github.com/zclconf/go-cty v1.14.4
2024-12-25T15:21:34.145Z [INFO]  Go runtime version: go1.22.8
2024-12-25T15:21:34.145Z [INFO]  CLI args: []string{"/tmp/tofuenv/versions/1.8.7/tofu", "plan", "-input=false", "-out=.tf-plan", "-lock=false"}
2024-12-25T15:21:34.145Z [DEBUG] Attempting to open CLI config file: /home/node/.terraformrc
2024-12-25T15:21:34.145Z [INFO]  Loading CLI configuration from /home/node/.terraformrc
2024-12-25T15:21:34.146Z [DEBUG] Explicit provider installation configuration is set
2024-12-25T15:21:34.147Z [DEBUG] Found the config directory: /home/node/.terraform.d
2024-12-25T15:21:34.147Z [INFO]  CLI command args: []string{"plan", "-input=false", "-out=.tf-plan", "-lock=false"}
2024-12-25T15:21:34.148Z [DEBUG] New state was assigned lineage "0b4c15ad-657f-b61b-f19d-68270cff055b"
2024-12-25T15:21:34.165Z [DEBUG] checking for provisioner in "."
2024-12-25T15:21:34.165Z [DEBUG] checking for provisioner in "/tmp/tofuenv/versions/1.8.7"
2024-12-25T15:21:34.166Z [INFO]  backend/local: starting Plan operation
2024-12-25T15:21:34.167Z [DEBUG] backend/local: Skipping interactive prompts for variables because input is disabled
2024-12-25T15:21:34.167Z [DEBUG] Building and walking validate graph
2024-12-25T15:21:34.168Z [DEBUG] adding implicit provider configuration provider["registry.opentofu.org/hashicorp/null"], implied first by null_resource.null
2024-12-25T15:21:34.168Z [DEBUG] ProviderTransformer: "null_resource.null" (*tofu.NodeValidatableResource) needs provider["registry.opentofu.org/hashicorp/null"]
2024-12-25T15:21:34.168Z [DEBUG] ProviderTransformer: "null_resource.null2" (*tofu.NodeValidatableResource) needs provider["registry.opentofu.org/hashicorp/null"]
2024-12-25T15:21:34.169Z [DEBUG] created provider logger: level=debug
2024-12-25T15:21:34.169Z [INFO]  provider: configuring client automatic mTLS
2024-12-25T15:21:34.197Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.opentofu.org/hashicorp/null/3.2.3/linux_amd64/terraform-provider-null args=[".terraform/providers/registry.opentofu.org/hashicorp/null/3.2.3/linux_amd64/terraform-provider-null"]
2024-12-25T15:21:34.199Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.opentofu.org/hashicorp/null/3.2.3/linux_amd64/terraform-provider-null pid=3182
2024-12-25T15:21:34.199Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.opentofu.org/hashicorp/null/3.2.3/linux_amd64/terraform-provider-null
2024-12-25T15:21:34.209Z [INFO]  provider.terraform-provider-null: configuring server automatic mTLS: timestamp=2024-12-25T15:21:34.208Z
2024-12-25T15:21:34.237Z [DEBUG] provider: using plugin: version=5
2024-12-25T15:21:34.237Z [DEBUG] provider.terraform-provider-null: plugin address: address=/tmp/plugin2574411307 network=unix timestamp=2024-12-25T15:21:34.237Z
2024-12-25T15:21:34.262Z [DEBUG] No provider meta schema returned
2024-12-25T15:21:34.263Z [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2024-12-25T15:21:34.269Z [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.opentofu.org/hashicorp/null/3.2.3/linux_amd64/terraform-provider-null pid=3182
2024-12-25T15:21:34.269Z [DEBUG] provider: plugin exited
2024-12-25T15:21:34.270Z [DEBUG] ReferenceTransformer: "null_resource.null" references: []
2024-12-25T15:21:34.270Z [DEBUG] ReferenceTransformer: "null_resource.null2" references: []
2024-12-25T15:21:34.270Z [DEBUG] ReferenceTransformer: "output.a (expand)" references: [null_resource.null]
2024-12-25T15:21:34.270Z [DEBUG] ReferenceTransformer: "provider[\"registry.opentofu.org/hashicorp/null\"]" references: []
2024-12-25T15:21:34.270Z [DEBUG] Starting graph walk: walkValidate
2024-12-25T15:21:34.271Z [DEBUG] created provider logger: level=debug
2024-12-25T15:21:34.271Z [INFO]  provider: configuring client automatic mTLS
2024-12-25T15:21:34.282Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.opentofu.org/hashicorp/null/3.2.3/linux_amd64/terraform-provider-null args=[".terraform/providers/registry.opentofu.org/hashicorp/null/3.2.3/linux_amd64/terraform-provider-null"]
2024-12-25T15:21:34.283Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.opentofu.org/hashicorp/null/3.2.3/linux_amd64/terraform-provider-null pid=3200
2024-12-25T15:21:34.283Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.opentofu.org/hashicorp/null/3.2.3/linux_amd64/terraform-provider-null
2024-12-25T15:21:34.291Z [INFO]  provider.terraform-provider-null: configuring server automatic mTLS: timestamp=2024-12-25T15:21:34.291Z
2024-12-25T15:21:34.314Z [DEBUG] provider: using plugin: version=5
2024-12-25T15:21:34.314Z [DEBUG] provider.terraform-provider-null: plugin address: address=/tmp/plugin1114592066 network=unix timestamp=2024-12-25T15:21:34.314Z
2024-12-25T15:21:34.339Z [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2024-12-25T15:21:34.341Z [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.opentofu.org/hashicorp/null/3.2.3/linux_amd64/terraform-provider-null pid=3200
2024-12-25T15:21:34.342Z [DEBUG] provider: plugin exited
2024-12-25T15:21:34.342Z [INFO]  backend/local: plan calling Plan
2024-12-25T15:21:34.342Z [DEBUG] Building and walking plan graph for NormalMode
2024-12-25T15:21:34.342Z [DEBUG] adding implicit provider configuration provider["registry.opentofu.org/hashicorp/null"], implied first by null_resource.null (expand)
2024-12-25T15:21:34.342Z [DEBUG] ProviderTransformer: "null_resource.null (expand)" (*tofu.nodeExpandPlannableResource) needs provider["registry.opentofu.org/hashicorp/null"]
2024-12-25T15:21:34.342Z [DEBUG] ProviderTransformer: "null_resource.null2 (expand)" (*tofu.nodeExpandPlannableResource) needs provider["registry.opentofu.org/hashicorp/null"]
2024-12-25T15:21:34.343Z [DEBUG] ReferenceTransformer: "null_resource.null (expand)" references: []
2024-12-25T15:21:34.343Z [DEBUG] ReferenceTransformer: "null_resource.null2 (expand)" references: []
2024-12-25T15:21:34.343Z [DEBUG] ReferenceTransformer: "output.a (expand)" references: [null_resource.null (expand)]
2024-12-25T15:21:34.343Z [DEBUG] ReferenceTransformer: "provider[\"registry.opentofu.org/hashicorp/null\"]" references: []
2024-12-25T15:21:34.343Z [DEBUG] Starting graph walk: walkPlan
2024-12-25T15:21:34.344Z [DEBUG] created provider logger: level=debug
2024-12-25T15:21:34.344Z [INFO]  provider: configuring client automatic mTLS
2024-12-25T15:21:34.354Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.opentofu.org/hashicorp/null/3.2.3/linux_amd64/terraform-provider-null args=[".terraform/providers/registry.opentofu.org/hashicorp/null/3.2.3/linux_amd64/terraform-provider-null"]
2024-12-25T15:21:34.354Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.opentofu.org/hashicorp/null/3.2.3/linux_amd64/terraform-provider-null pid=3219
2024-12-25T15:21:34.354Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.opentofu.org/hashicorp/null/3.2.3/linux_amd64/terraform-provider-null
2024-12-25T15:21:34.360Z [INFO]  provider.terraform-provider-null: configuring server automatic mTLS: timestamp=2024-12-25T15:21:34.360Z
2024-12-25T15:21:34.383Z [DEBUG] provider.terraform-provider-null: plugin address: address=/tmp/plugin1324321727 network=unix timestamp=2024-12-25T15:21:34.383Z
2024-12-25T15:21:34.383Z [DEBUG] provider: using plugin: version=5
2024-12-25T15:21:34.406Z [DEBUG] Resource instance state not found for node "null_resource.null2", instance null_resource.null2
2024-12-25T15:21:34.406Z [DEBUG] ReferenceTransformer: "null_resource.null2" references: []
2024-12-25T15:21:34.406Z [DEBUG] ReferenceTransformer: "null_resource.null" references: []
2024-12-25T15:21:34.407Z [DEBUG] refresh: null_resource.null2: no state, so not refreshing
2024-12-25T15:21:34.415Z [DEBUG] provider.terraform-provider-null: Value switched to prior value due to semantic equality logic: @caller=/home/runner/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.11.0/internal/fwschemadata/value_semantic_equality.go:91 tf_resource_type=null_resource tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=id tf_provider_addr=registry.terraform.io/hashicorp/null tf_req_id=e4b1c44f-f97e-e22f-39bb-d0141dfd75d9 timestamp=2024-12-25T15:21:34.414Z
2024-12-25T15:21:34.415Z [DEBUG] provider.terraform-provider-null: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_req_id=53ab7c05-3543-94cb-94a1-03f2e06ce09c tf_resource_type=null_resource @caller=/home/runner/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.11.0/internal/fwserver/server_planresourcechange.go:217 @module=sdk.framework tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/hashicorp/null timestamp=2024-12-25T15:21:34.414Z
2024-12-25T15:21:34.415Z [DEBUG] provider.terraform-provider-null: marking computed attribute that is null in the config as unknown: @caller=/home/runner/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.11.0/internal/fwserver/server_planresourcechange.go:467 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/null tf_req_id=53ab7c05-3543-94cb-94a1-03f2e06ce09c tf_resource_type=null_resource tf_rpc=PlanResourceChange tf_attribute_path="AttributeName(\"id\")" timestamp=2024-12-25T15:21:34.414Z
2024-12-25T15:21:34.421Z [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2024-12-25T15:21:34.423Z [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.opentofu.org/hashicorp/null/3.2.3/linux_amd64/terraform-provider-null pid=3219
2024-12-25T15:21:34.423Z [DEBUG] provider: plugin exited
2024-12-25T15:21:34.423Z [DEBUG] building apply graph to check for errors
2024-12-25T15:21:34.423Z [DEBUG] Resource state not found for node "null_resource.null2", instance null_resource.null2
2024-12-25T15:21:34.423Z [DEBUG] adding implicit provider configuration provider["registry.opentofu.org/hashicorp/null"], implied first by null_resource.null (expand)
2024-12-25T15:21:34.424Z [DEBUG] ProviderTransformer: "null_resource.null (expand)" (*tofu.nodeExpandApplyableResource) needs provider["registry.opentofu.org/hashicorp/null"]
2024-12-25T15:21:34.424Z [DEBUG] ProviderTransformer: "null_resource.null2 (expand)" (*tofu.nodeExpandApplyableResource) needs provider["registry.opentofu.org/hashicorp/null"]
2024-12-25T15:21:34.424Z [DEBUG] ProviderTransformer: "null_resource.null2" (*tofu.NodeApplyableResourceInstance) needs provider["registry.opentofu.org/hashicorp/null"]
2024-12-25T15:21:34.424Z [DEBUG] ReferenceTransformer: "null_resource.null (expand)" references: []
2024-12-25T15:21:34.424Z [DEBUG] ReferenceTransformer: "null_resource.null2 (expand)" references: []
2024-12-25T15:21:34.424Z [DEBUG] ReferenceTransformer: "output.a (expand)" references: [null_resource.null (expand)]
2024-12-25T15:21:34.424Z [DEBUG] ReferenceTransformer: "null_resource.null2" references: []
2024-12-25T15:21:34.424Z [DEBUG] ReferenceTransformer: "provider[\"registry.opentofu.org/hashicorp/null\"]" references: []
2024-12-25T15:21:34.424Z [DEBUG] pruneUnusedNodes: null_resource.null (expand) is no longer needed, removing
2024-12-25T15:21:34.425Z [INFO]  backend/local: plan operation completed
2024-12-25T15:21:34.425Z [INFO]  backend/local: writing plan output to: .tf-plan

time=2024-12-25T15:21:34Z level=info msg=2024-12-25T15:21:34.141Z [INFO]  OpenTofu version: 1.8.7
2024-12-25T15:21:34.141Z [DEBUG] using github.com/hashicorp/go-tfe v1.36.0
2024-12-25T15:21:34.141Z [DEBUG] using github.com/opentofu/hcl/v2 v2.0.0-20240416130056-03228b26f391
2024-12-25T15:21:34.141Z [DEBUG] using github.com/hashicorp/terraform-svchost v0.1.1
2024-12-25T15:21:34.141Z [DEBUG] using github.com/zclconf/go-cty v1.14.4
2024-12-25T15:21:34.141Z [INFO]  Go runtime version: go1.22.8
2024-12-25T15:21:34.141Z [INFO]  CLI args: []string{"/tmp/tofuenv/versions/1.8.7/tofu", "plan", "-input=false", "-out=.tf-plan", "-lock=false"}
2024-12-25T15:21:34.141Z [DEBUG] Attempting to open CLI config file: /home/node/.terraformrc
2024-12-25T15:21:34.141Z [INFO]  Loading CLI configuration from /home/node/.terraformrc
2024-12-25T15:21:34.145Z [DEBUG] Explicit provider installation configuration is set
2024-12-25T15:21:34.145Z [DEBUG] Found the config directory: /home/node/.terraform.d
2024-12-25T15:21:34.145Z [INFO]  CLI command args: []string{"plan", "-input=false", "-out=.tf-plan", "-lock=false"}
2024-12-25T15:21:34.146Z [DEBUG] New state was assigned lineage "0cbffd25-a548-4ddd-3a96-20b3f4bd061f"
2024-12-25T15:21:34.163Z [DEBUG] checking for provisioner in "."
2024-12-25T15:21:34.163Z [DEBUG] checking for provisioner in "/tmp/tofuenv/versions/1.8.7"
2024-12-25T15:21:34.164Z [INFO]  backend/local: starting Plan operation
2024-12-25T15:21:34.165Z [DEBUG] backend/local: Skipping interactive prompts for variables because input is disabled
2024-12-25T15:21:34.165Z [DEBUG] Building and walking validate graph
2024-12-25T15:21:34.165Z [DEBUG] adding implicit provider configuration provider["registry.opentofu.org/hashicorp/null"], implied first by null_resource.null2
2024-12-25T15:21:34.165Z [DEBUG] ProviderTransformer: "null_resource.null2" (*tofu.NodeValidatableResource) needs provider["registry.opentofu.org/hashicorp/null"]
2024-12-25T15:21:34.165Z [DEBUG] ProviderTransformer: "null_resource.null" (*tofu.NodeValidatableResource) needs provider["registry.opentofu.org/hashicorp/null"]
2024-12-25T15:21:34.165Z [DEBUG] created provider logger: level=debug
2024-12-25T15:21:34.165Z [INFO]  provider: configuring client automatic mTLS
2024-12-25T15:21:34.191Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.opentofu.org/hashicorp/null/3.2.3/linux_amd64/terraform-provider-null args=[".terraform/providers/registry.opentofu.org/hashicorp/null/3.2.3/linux_amd64/terraform-provider-null"]
2024-12-25T15:21:34.197Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.opentofu.org/hashicorp/null/3.2.3/linux_amd64/terraform-provider-null pid=3177
2024-12-25T15:21:34.198Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.opentofu.org/hashicorp/null/3.2.3/linux_amd64/terraform-provider-null
2024-12-25T15:21:34.203Z [INFO]  provider.terraform-provider-null: configuring server automatic mTLS: timestamp=2024-12-25T15:21:34.203Z
2024-12-25T15:21:34.234Z [DEBUG] provider: using plugin: version=5
2024-12-25T15:21:34.234Z [DEBUG] provider.terraform-provider-null: plugin address: address=/tmp/plugin1881986138 network=unix timestamp=2024-12-25T15:21:34.234Z
2024-12-25T15:21:34.255Z [DEBUG] No provider meta schema returned
2024-12-25T15:21:34.257Z [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2024-12-25T15:21:34.259Z [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.opentofu.org/hashicorp/null/3.2.3/linux_amd64/terraform-provider-null pid=3177
2024-12-25T15:21:34.259Z [DEBUG] provider: plugin exited
2024-12-25T15:21:34.259Z [DEBUG] ReferenceTransformer: "output.a (expand)" references: [null_resource.null]
2024-12-25T15:21:34.259Z [DEBUG] ReferenceTransformer: "provider[\"registry.opentofu.org/hashicorp/null\"]" references: []
2024-12-25T15:21:34.259Z [DEBUG] ReferenceTransformer: "null_resource.null2" references: []
2024-12-25T15:21:34.259Z [DEBUG] ReferenceTransformer: "null_resource.null" references: []
2024-12-25T15:21:34.260Z [DEBUG] Starting graph walk: walkValidate
2024-12-25T15:21:34.260Z [DEBUG] created provider logger: level=debug
2024-12-25T15:21:34.260Z [INFO]  provider: configuring client automatic mTLS
2024-12-25T15:21:34.270Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.opentofu.org/hashicorp/null/3.2.3/linux_amd64/terraform-provider-null args=[".terraform/providers/registry.opentofu.org/hashicorp/null/3.2.3/linux_amd64/terraform-provider-null"]
2024-12-25T15:21:34.270Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.opentofu.org/hashicorp/null/3.2.3/linux_amd64/terraform-provider-null pid=3195
2024-12-25T15:21:34.270Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.opentofu.org/hashicorp/null/3.2.3/linux_amd64/terraform-provider-null
2024-12-25T15:21:34.276Z [INFO]  provider.terraform-provider-null: configuring server automatic mTLS: timestamp=2024-12-25T15:21:34.276Z
2024-12-25T15:21:34.299Z [DEBUG] provider: using plugin: version=5
2024-12-25T15:21:34.300Z [DEBUG] provider.terraform-provider-null: plugin address: address=/tmp/plugin3189100413 network=unix timestamp=2024-12-25T15:21:34.299Z
2024-12-25T15:21:34.321Z [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2024-12-25T15:21:34.322Z [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.opentofu.org/hashicorp/null/3.2.3/linux_amd64/terraform-provider-null pid=3195
2024-12-25T15:21:34.323Z [DEBUG] provider: plugin exited
2024-12-25T15:21:34.323Z [INFO]  backend/local: plan calling Plan
2024-12-25T15:21:34.323Z [DEBUG] Building and walking plan graph for NormalMode
2024-12-25T15:21:34.323Z [DEBUG] adding implicit provider configuration provider["registry.opentofu.org/hashicorp/null"], implied first by null_resource.null (expand)
2024-12-25T15:21:34.323Z [DEBUG] ProviderTransformer: "null_resource.null (expand)" (*tofu.nodeExpandPlannableResource) needs provider["registry.opentofu.org/hashicorp/null"]
2024-12-25T15:21:34.323Z [DEBUG] ProviderTransformer: "null_resource.null2 (expand)" (*tofu.nodeExpandPlannableResource) needs provider["registry.opentofu.org/hashicorp/null"]
2024-12-25T15:21:34.324Z [DEBUG] ReferenceTransformer: "null_resource.null (expand)" references: []
2024-12-25T15:21:34.324Z [DEBUG] ReferenceTransformer: "null_resource.null2 (expand)" references: []
2024-12-25T15:21:34.324Z [DEBUG] ReferenceTransformer: "output.a (expand)" references: [null_resource.null (expand)]
2024-12-25T15:21:34.324Z [DEBUG] ReferenceTransformer: "provider[\"registry.opentofu.org/hashicorp/null\"]" references: []
2024-12-25T15:21:34.324Z [DEBUG] Starting graph walk: walkPlan
2024-12-25T15:21:34.325Z [DEBUG] created provider logger: level=debug
2024-12-25T15:21:34.325Z [INFO]  provider: configuring client automatic mTLS
2024-12-25T15:21:34.333Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.opentofu.org/hashicorp/null/3.2.3/linux_amd64/terraform-provider-null args=[".terraform/providers/registry.opentofu.org/hashicorp/null/3.2.3/linux_amd64/terraform-provider-null"]
2024-12-25T15:21:34.335Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.opentofu.org/hashicorp/null/3.2.3/linux_amd64/terraform-provider-null pid=3213
2024-12-25T15:21:34.335Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.opentofu.org/hashicorp/null/3.2.3/linux_amd64/terraform-provider-null
2024-12-25T15:21:34.341Z [INFO]  provider.terraform-provider-null: configuring server automatic mTLS: timestamp=2024-12-25T15:21:34.341Z
2024-12-25T15:21:34.364Z [DEBUG] provider.terraform-provider-null: plugin address: address=/tmp/plugin1223447726 network=unix timestamp=2024-12-25T15:21:34.364Z
2024-12-25T15:21:34.364Z [DEBUG] provider: using plugin: version=5
2024-12-25T15:21:34.385Z [DEBUG] Resource instance state not found for node "null_resource.null2", instance null_resource.null2
2024-12-25T15:21:34.385Z [DEBUG] ReferenceTransformer: "null_resource.null2" references: []
2024-12-25T15:21:34.385Z [DEBUG] ReferenceTransformer: "null_resource.null" references: []
2024-12-25T15:21:34.386Z [DEBUG] refresh: null_resource.null2: no state, so not refreshing
2024-12-25T15:21:34.391Z [DEBUG] provider.terraform-provider-null: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @caller=/home/runner/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.11.0/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/null tf_attribute_path=id tf_req_id=01d5ec21-98b4-131f-e755-ee1bcefd3e43 tf_resource_type=null_resource @module=sdk.framework timestamp=2024-12-25T15:21:34.391Z
2024-12-25T15:21:34.395Z [DEBUG] provider.terraform-provider-null: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_provider_addr=registry.terraform.io/hashicorp/null tf_req_id=c78cd610-a4a3-1883-0fd7-4b38a840bc6c tf_resource_type=null_resource tf_rpc=PlanResourceChange @caller=/home/runner/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.11.0/internal/fwserver/server_planresourcechange.go:217 @module=sdk.framework timestamp=2024-12-25T15:21:34.394Z
2024-12-25T15:21:34.395Z [DEBUG] provider.terraform-provider-null: marking computed attribute that is null in the config as unknown: tf_resource_type=null_resource @module=sdk.framework tf_req_id=c78cd610-a4a3-1883-0fd7-4b38a840bc6c tf_rpc=PlanResourceChange @caller=/home/runner/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.11.0/internal/fwserver/server_planresourcechange.go:467 tf_attribute_path="AttributeName(\"id\")" tf_provider_addr=registry.terraform.io/hashicorp/null timestamp=2024-12-25T15:21:34.394Z
2024-12-25T15:21:34.402Z [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2024-12-25T15:21:34.404Z [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.opentofu.org/hashicorp/null/3.2.3/linux_amd64/terraform-provider-null pid=3213
2024-12-25T15:21:34.404Z [DEBUG] provider: plugin exited
2024-12-25T15:21:34.404Z [DEBUG] building apply graph to check for errors
2024-12-25T15:21:34.405Z [DEBUG] Resource state not found for node "null_resource.null2", instance null_resource.null2
2024-12-25T15:21:34.405Z [DEBUG] adding implicit provider configuration provider["registry.opentofu.org/hashicorp/null"], implied first by null_resource.null2
2024-12-25T15:21:34.405Z [DEBUG] ProviderTransformer: "null_resource.null (expand)" (*tofu.nodeExpandApplyableResource) needs provider["registry.opentofu.org/hashicorp/null"]
2024-12-25T15:21:34.405Z [DEBUG] ProviderTransformer: "null_resource.null2 (expand)" (*tofu.nodeExpandApplyableResource) needs provider["registry.opentofu.org/hashicorp/null"]
2024-12-25T15:21:34.405Z [DEBUG] ProviderTransformer: "null_resource.null2" (*tofu.NodeApplyableResourceInstance) needs provider["registry.opentofu.org/hashicorp/null"]
2024-12-25T15:21:34.405Z [DEBUG] ReferenceTransformer: "null_resource.null (expand)" references: []
2024-12-25T15:21:34.405Z [DEBUG] ReferenceTransformer: "null_resource.null2 (expand)" references: []
2024-12-25T15:21:34.405Z [DEBUG] ReferenceTransformer: "output.a (expand)" references: [null_resource.null (expand)]
2024-12-25T15:21:34.405Z [DEBUG] ReferenceTransformer: "null_resource.null2" references: []
2024-12-25T15:21:34.405Z [DEBUG] ReferenceTransformer: "provider[\"registry.opentofu.org/hashicorp/null\"]" references: []
2024-12-25T15:21:34.406Z [DEBUG] pruneUnusedNodes: null_resource.null (expand) is no longer needed,
Failed to calculate cost estimation

Full PR Plan logs on env0

@env0
Copy link

env0 bot commented Dec 25, 2024

env0
🚀  env0 had composed a PR Plan for environment My First Project / Arel NULL - GITHUB-55779 :

 🚨 PR Plan Failed 🚨
Failure Details
Secret references are only supported in self-hosted agents.

Full PR Plan logs on env0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant