Skip to content

Instantly share code, notes, and snippets.

@matthiasr
Last active February 14, 2024 17:47
Show Gist options
  • Save matthiasr/14fd71acf3a041d319c4fb1abc2c8125 to your computer and use it in GitHub Desktop.
Save matthiasr/14fd71acf3a041d319c4fb1abc2c8125 to your computer and use it in GitHub Desktop.
Terraform trace for GitHub provider inconsistent state
❯ TF_LOG=trace terraform apply -auto-approve
2024-02-14T17:41:31.425Z [INFO] Terraform version: 1.6.1
2024-02-14T17:41:31.425Z [DEBUG] using github.com/hashicorp/go-tfe v1.34.0
2024-02-14T17:41:31.425Z [DEBUG] using github.com/hashicorp/hcl/v2 v2.18.1
2024-02-14T17:41:31.425Z [DEBUG] using github.com/hashicorp/terraform-svchost v0.1.1
2024-02-14T17:41:31.425Z [DEBUG] using github.com/zclconf/go-cty v1.14.1
2024-02-14T17:41:31.425Z [INFO] Go runtime version: go1.21.1
2024-02-14T17:41:31.425Z [INFO] CLI args: []string{"/opt/homebrew/Cellar/tfenv/3.0.0/versions/1.6.1/terraform", "apply", "-auto-approve"}
2024-02-14T17:41:31.425Z [TRACE] Stdout is a terminal of width 158
2024-02-14T17:41:31.425Z [TRACE] Stderr is a terminal of width 158
2024-02-14T17:41:31.425Z [TRACE] Stdin is a terminal
2024-02-14T17:41:31.425Z [DEBUG] Attempting to open CLI config file: /Users/matthiasrampke/.terraformrc
2024-02-14T17:41:31.425Z [INFO] Loading CLI configuration from /Users/matthiasrampke/.terraformrc
2024-02-14T17:41:31.425Z [DEBUG] ignoring non-existing provider search directory terraform.d/plugins
2024-02-14T17:41:31.425Z [DEBUG] ignoring non-existing provider search directory /Users/matthiasrampke/.terraform.d/plugins
2024-02-14T17:41:31.425Z [DEBUG] ignoring non-existing provider search directory /Users/matthiasrampke/Library/Application Support/io.terraform/plugins
2024-02-14T17:41:31.425Z [DEBUG] ignoring non-existing provider search directory /Library/Application Support/io.terraform/plugins
2024-02-14T17:41:31.426Z [INFO] CLI command args: []string{"apply", "-auto-approve"}
2024-02-14T17:41:31.429Z [TRACE] Meta.Backend: no config given or present on disk, so returning nil config
2024-02-14T17:41:31.429Z [TRACE] Meta.Backend: backend has not previously been initialized in this working directory
2024-02-14T17:41:31.429Z [DEBUG] New state was assigned lineage "9a60c2d8-ac51-b3b0-3ff2-7082bb90c176"
2024-02-14T17:41:31.429Z [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend)
2024-02-14T17:41:31.429Z [TRACE] Meta.Backend: instantiated backend of type <nil>
2024-02-14T17:41:31.429Z [TRACE] providercache.fillMetaCache: scanning directory .terraform/providers
2024-02-14T17:41:31.430Z [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/integrations/github v5.45.0 for darwin_arm64 at .terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64
2024-02-14T17:41:31.430Z [TRACE] providercache.fillMetaCache: including .terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64 as a candidate package for registry.terraform.io/integrations/github 5.45.0
2024-02-14T17:41:31.447Z [DEBUG] checking for provisioner in "."
2024-02-14T17:41:31.447Z [DEBUG] checking for provisioner in "/opt/homebrew/Cellar/tfenv/3.0.0/versions/1.6.1"
2024-02-14T17:41:31.447Z [TRACE] Meta.Backend: backend <nil> does not support operations, so wrapping it in a local backend
2024-02-14T17:41:31.448Z [INFO] backend/local: starting Apply operation
2024-02-14T17:41:31.449Z [TRACE] backend/local: requesting state manager for workspace "default"
2024-02-14T17:41:31.449Z [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
2024-02-14T17:41:31.449Z [TRACE] backend/local: requesting state lock for workspace "default"
2024-02-14T17:41:31.451Z [TRACE] statemgr.Filesystem: preparing to manage state snapshots at terraform.tfstate
2024-02-14T17:41:31.452Z [TRACE] statemgr.Filesystem: existing snapshot has lineage "74c5b913-61ee-10a1-709e-9a7cf6f8b697" serial 42
2024-02-14T17:41:31.452Z [TRACE] statemgr.Filesystem: locking terraform.tfstate using fcntl flock
2024-02-14T17:41:31.452Z [TRACE] statemgr.Filesystem: writing lock metadata to .terraform.tfstate.lock.info
2024-02-14T17:41:31.453Z [TRACE] backend/local: reading remote state for workspace "default"
2024-02-14T17:41:31.453Z [TRACE] statemgr.Filesystem: reading latest snapshot from terraform.tfstate
2024-02-14T17:41:31.453Z [TRACE] statemgr.Filesystem: read snapshot with lineage "74c5b913-61ee-10a1-709e-9a7cf6f8b697" serial 42
2024-02-14T17:41:31.453Z [TRACE] backend/local: populating backend.LocalRun for current working directory
2024-02-14T17:41:31.454Z [TRACE] Config.VerifyDependencySelections: provider registry.terraform.io/integrations/github has 5.45.0 to satisfy ""
2024-02-14T17:41:31.454Z [TRACE] terraform.NewContext: starting
2024-02-14T17:41:31.454Z [TRACE] terraform.NewContext: complete
2024-02-14T17:41:31.454Z [TRACE] backend/local: requesting interactive input, if necessary
2024-02-14T17:41:31.454Z [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/integrations/github"
2024-02-14T17:41:31.454Z [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/integrations/github" to read its schema
2024-02-14T17:41:31.454Z [DEBUG] created provider logger: level=trace
2024-02-14T17:41:31.454Z [INFO] provider: configuring client automatic mTLS
2024-02-14T17:41:31.461Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0 args=[".terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0"]
2024-02-14T17:41:31.462Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0 pid=59122
2024-02-14T17:41:31.463Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0
2024-02-14T17:41:31.479Z [INFO] provider.terraform-provider-github_v5.45.0: configuring server automatic mTLS: timestamp=2024-02-14T17:41:31.479Z
2024-02-14T17:41:31.485Z [DEBUG] provider: using plugin: version=5
2024-02-14T17:41:31.485Z [DEBUG] provider.terraform-provider-github_v5.45.0: plugin address: address=/var/folders/qr/_1x7dj194gz_67pn51xrds500000gn/T/plugin463448885 network=unix timestamp=2024-02-14T17:41:31.485Z
2024-02-14T17:41:31.491Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T17:41:31.491Z [TRACE] provider.stdio: waiting for stdio data
2024-02-14T17:41:31.495Z [DEBUG] No provider meta schema returned
2024-02-14T17:41:31.498Z [TRACE] GRPCProvider: Close
2024-02-14T17:41:31.498Z [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2024-02-14T17:41:31.498Z [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0 pid=59122
2024-02-14T17:41:31.498Z [DEBUG] provider: plugin exited
2024-02-14T17:41:31.498Z [TRACE] Context.Input: Prompting for provider arguments
2024-02-14T17:41:31.498Z [TRACE] Context.Input: Provider provider.github declared at main.tf:9,1-18
2024-02-14T17:41:31.498Z [TRACE] Context.Input: Input for provider.github: map[string]cty.Value{}
2024-02-14T17:41:31.498Z [TRACE] backend/local: running validation operation
2024-02-14T17:41:31.498Z [DEBUG] Building and walking validate graph
2024-02-14T17:41:31.499Z [TRACE] building graph for walkValidate
2024-02-14T17:41:31.499Z [TRACE] Executing graph transform *terraform.ConfigTransformer
2024-02-14T17:41:31.499Z [TRACE] ConfigTransformer: Starting for path:
2024-02-14T17:41:31.499Z [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
github_repository.repository - *terraform.NodeValidatableResource
------
2024-02-14T17:41:31.499Z [TRACE] Executing graph transform *terraform.RootVariableTransformer
2024-02-14T17:41:31.499Z [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2024-02-14T17:41:31.499Z [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2024-02-14T17:41:31.499Z [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2024-02-14T17:41:31.499Z [TRACE] Executing graph transform *terraform.LocalTransformer
2024-02-14T17:41:31.499Z [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2024-02-14T17:41:31.499Z [TRACE] Executing graph transform *terraform.OutputTransformer
2024-02-14T17:41:31.499Z [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2024-02-14T17:41:31.499Z [TRACE] Executing graph transform *terraform.checkTransformer
2024-02-14T17:41:31.499Z [TRACE] Completed graph transform *terraform.checkTransformer (no changes)
2024-02-14T17:41:31.499Z [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2024-02-14T17:41:31.499Z [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2024-02-14T17:41:31.499Z [TRACE] Executing graph transform *terraform.StateTransformer
2024-02-14T17:41:31.499Z [TRACE] StateTransformer: pointless no-op call, creating no nodes at all
2024-02-14T17:41:31.499Z [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2024-02-14T17:41:31.499Z [TRACE] Executing graph transform *terraform.AttachStateTransformer
2024-02-14T17:41:31.499Z [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2024-02-14T17:41:31.499Z [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2024-02-14T17:41:31.499Z [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2024-02-14T17:41:31.499Z [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2024-02-14T17:41:31.499Z [TRACE] AttachResourceConfigTransformer: attaching to "github_repository.repository" (*terraform.NodeValidatableResource) config from main.tf:11,1-42
2024-02-14T17:41:31.499Z [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to github_repository.repository
2024-02-14T17:41:31.499Z [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2024-02-14T17:41:31.499Z [TRACE] Executing graph transform *terraform.graphTransformerMulti
2024-02-14T17:41:31.499Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2024-02-14T17:41:31.499Z [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/integrations/github\"]" provider configuration from main.tf:9,1-18
2024-02-14T17:41:31.499Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
github_repository.repository - *terraform.NodeValidatableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
------
2024-02-14T17:41:31.499Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2024-02-14T17:41:31.499Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2024-02-14T17:41:31.499Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2024-02-14T17:41:31.499Z [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/integrations/github"] serving github_repository.repository
2024-02-14T17:41:31.499Z [DEBUG] ProviderTransformer: "github_repository.repository" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/integrations/github"]
2024-02-14T17:41:31.499Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
github_repository.repository - *terraform.NodeValidatableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
------
2024-02-14T17:41:31.499Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2024-02-14T17:41:31.499Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2024-02-14T17:41:31.499Z [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
github_repository.repository - *terraform.NodeValidatableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
------
2024-02-14T17:41:31.499Z [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2024-02-14T17:41:31.499Z [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2024-02-14T17:41:31.499Z [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2024-02-14T17:41:31.499Z [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/integrations/github" to read its schema
2024-02-14T17:41:31.499Z [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/integrations/github"]
2024-02-14T17:41:31.499Z [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/integrations/github" to read its schema
2024-02-14T17:41:31.499Z [TRACE] AttachSchemaTransformer: attaching resource schema to github_repository.repository
2024-02-14T17:41:31.500Z [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2024-02-14T17:41:31.500Z [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2024-02-14T17:41:31.500Z [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2024-02-14T17:41:31.500Z [TRACE] Executing graph transform *terraform.ExternalReferenceTransformer
2024-02-14T17:41:31.500Z [TRACE] Completed graph transform *terraform.ExternalReferenceTransformer (no changes)
2024-02-14T17:41:31.500Z [TRACE] Executing graph transform *terraform.ReferenceTransformer
2024-02-14T17:41:31.500Z [DEBUG] ReferenceTransformer: "github_repository.repository" references: []
2024-02-14T17:41:31.500Z [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/integrations/github\"]" references: []
2024-02-14T17:41:31.500Z [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2024-02-14T17:41:31.500Z [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2024-02-14T17:41:31.500Z [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2024-02-14T17:41:31.500Z [TRACE] Executing graph transform *terraform.attachDataResourceDependsOnTransformer
2024-02-14T17:41:31.500Z [TRACE] Completed graph transform *terraform.attachDataResourceDependsOnTransformer (no changes)
2024-02-14T17:41:31.500Z [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2024-02-14T17:41:31.500Z [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2024-02-14T17:41:31.500Z [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer
2024-02-14T17:41:31.500Z [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer (no changes)
2024-02-14T17:41:31.500Z [TRACE] Executing graph transform *terraform.TargetsTransformer
2024-02-14T17:41:31.500Z [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2024-02-14T17:41:31.500Z [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2024-02-14T17:41:31.500Z [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2024-02-14T17:41:31.500Z [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2024-02-14T17:41:31.500Z [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
github_repository.repository - *terraform.NodeValidatableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] (close) - *terraform.graphNodeCloseProvider
github_repository.repository - *terraform.NodeValidatableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
------
2024-02-14T17:41:31.500Z [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2024-02-14T17:41:31.500Z [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
github_repository.repository - *terraform.NodeValidatableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] (close) - *terraform.graphNodeCloseProvider
github_repository.repository - *terraform.NodeValidatableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
provider["registry.terraform.io/integrations/github"] (close) - *terraform.graphNodeCloseProvider
------
2024-02-14T17:41:31.500Z [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2024-02-14T17:41:31.500Z [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
github_repository.repository - *terraform.NodeValidatableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] (close) - *terraform.graphNodeCloseProvider
github_repository.repository - *terraform.NodeValidatableResource
root - *terraform.nodeCloseModule
provider["registry.terraform.io/integrations/github"] (close) - *terraform.graphNodeCloseProvider
------
2024-02-14T17:41:31.500Z [DEBUG] Starting graph walk: walkValidate
2024-02-14T17:41:31.501Z [TRACE] vertex "provider[\"registry.terraform.io/integrations/github\"]": starting visit (*terraform.NodeApplyableProvider)
2024-02-14T17:41:31.501Z [DEBUG] created provider logger: level=trace
2024-02-14T17:41:31.501Z [INFO] provider: configuring client automatic mTLS
2024-02-14T17:41:31.507Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0 args=[".terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0"]
2024-02-14T17:41:31.509Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0 pid=59123
2024-02-14T17:41:31.509Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0
2024-02-14T17:41:31.519Z [INFO] provider.terraform-provider-github_v5.45.0: configuring server automatic mTLS: timestamp=2024-02-14T17:41:31.519Z
2024-02-14T17:41:31.524Z [DEBUG] provider: using plugin: version=5
2024-02-14T17:41:31.524Z [DEBUG] provider.terraform-provider-github_v5.45.0: plugin address: address=/var/folders/qr/_1x7dj194gz_67pn51xrds500000gn/T/plugin3354902188 network=unix timestamp=2024-02-14T17:41:31.524Z
2024-02-14T17:41:31.528Z [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/integrations/github\"]" provider for provider["registry.terraform.io/integrations/github"]
2024-02-14T17:41:31.528Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T17:41:31.528Z [TRACE] provider.stdio: waiting for stdio data
2024-02-14T17:41:31.531Z [DEBUG] No provider meta schema returned
2024-02-14T17:41:31.534Z [TRACE] NodeApplyableProvider: validating configuration for provider["registry.terraform.io/integrations/github"]
2024-02-14T17:41:31.534Z [TRACE] buildProviderConfig for provider["registry.terraform.io/integrations/github"]: using explicit config only
2024-02-14T17:41:31.534Z [TRACE] vertex "provider[\"registry.terraform.io/integrations/github\"]": visit complete
2024-02-14T17:41:31.534Z [TRACE] vertex "github_repository.repository": starting visit (*terraform.NodeValidatableResource)
2024-02-14T17:41:31.534Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T17:41:31.534Z [TRACE] GRPCProvider: ValidateResourceConfig
2024-02-14T17:41:31.534Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T17:41:31.535Z [TRACE] vertex "github_repository.repository": visit complete
2024-02-14T17:41:31.535Z [TRACE] vertex "provider[\"registry.terraform.io/integrations/github\"] (close)": starting visit (*terraform.graphNodeCloseProvider)
2024-02-14T17:41:31.535Z [TRACE] GRPCProvider: Close
2024-02-14T17:41:31.535Z [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2024-02-14T17:41:31.535Z [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0 pid=59123
2024-02-14T17:41:31.536Z [DEBUG] provider: plugin exited
2024-02-14T17:41:31.536Z [TRACE] vertex "provider[\"registry.terraform.io/integrations/github\"] (close)": visit complete
2024-02-14T17:41:31.536Z [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule)
2024-02-14T17:41:31.536Z [TRACE] vertex "root": visit complete
2024-02-14T17:41:31.536Z [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/integrations/github"
2024-02-14T17:41:31.539Z [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/integrations/github" to read its schema
2024-02-14T17:41:31.539Z [INFO] backend/local: apply calling Plan
2024-02-14T17:41:31.539Z [DEBUG] Building and walking plan graph for NormalMode
2024-02-14T17:41:31.540Z [TRACE] building graph for walkPlan
2024-02-14T17:41:31.540Z [TRACE] Executing graph transform *terraform.ConfigTransformer
2024-02-14T17:41:31.540Z [TRACE] ConfigTransformer: Starting for path:
2024-02-14T17:41:31.540Z [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
github_repository.repository (expand) - *terraform.nodeExpandPlannableResource
------
2024-02-14T17:41:31.540Z [TRACE] Executing graph transform *terraform.RootVariableTransformer
2024-02-14T17:41:31.540Z [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2024-02-14T17:41:31.540Z [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2024-02-14T17:41:31.540Z [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2024-02-14T17:41:31.540Z [TRACE] Executing graph transform *terraform.LocalTransformer
2024-02-14T17:41:31.540Z [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2024-02-14T17:41:31.540Z [TRACE] Executing graph transform *terraform.OutputTransformer
2024-02-14T17:41:31.540Z [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2024-02-14T17:41:31.540Z [TRACE] Executing graph transform *terraform.checkTransformer
2024-02-14T17:41:31.540Z [TRACE] Completed graph transform *terraform.checkTransformer (no changes)
2024-02-14T17:41:31.540Z [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2024-02-14T17:41:31.540Z [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2024-02-14T17:41:31.540Z [TRACE] Executing graph transform *terraform.StateTransformer
2024-02-14T17:41:31.540Z [TRACE] StateTransformer: creating nodes for deposed instance objects only
2024-02-14T17:41:31.540Z [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2024-02-14T17:41:31.540Z [TRACE] Executing graph transform *terraform.AttachStateTransformer
2024-02-14T17:41:31.540Z [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2024-02-14T17:41:31.540Z [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2024-02-14T17:41:31.540Z [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2024-02-14T17:41:31.540Z [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2024-02-14T17:41:31.540Z [TRACE] AttachResourceConfigTransformer: attaching to "github_repository.repository (expand)" (*terraform.nodeExpandPlannableResource) config from main.tf:11,1-42
2024-02-14T17:41:31.540Z [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to github_repository.repository (expand)
2024-02-14T17:41:31.540Z [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2024-02-14T17:41:31.540Z [TRACE] Executing graph transform *terraform.graphTransformerMulti
2024-02-14T17:41:31.540Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2024-02-14T17:41:31.540Z [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/integrations/github\"]" provider configuration from main.tf:9,1-18
2024-02-14T17:41:31.540Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
github_repository.repository (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
------
2024-02-14T17:41:31.540Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2024-02-14T17:41:31.540Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2024-02-14T17:41:31.540Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2024-02-14T17:41:31.540Z [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/integrations/github"] serving github_repository.repository (expand)
2024-02-14T17:41:31.540Z [DEBUG] ProviderTransformer: "github_repository.repository (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/integrations/github"]
2024-02-14T17:41:31.540Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
github_repository.repository (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
------
2024-02-14T17:41:31.540Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2024-02-14T17:41:31.540Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2024-02-14T17:41:31.540Z [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
github_repository.repository (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
------
2024-02-14T17:41:31.540Z [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2024-02-14T17:41:31.540Z [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2024-02-14T17:41:31.540Z [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2024-02-14T17:41:31.540Z [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/integrations/github" to read its schema
2024-02-14T17:41:31.540Z [TRACE] AttachSchemaTransformer: attaching resource schema to github_repository.repository (expand)
2024-02-14T17:41:31.540Z [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/integrations/github" to read its schema
2024-02-14T17:41:31.540Z [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/integrations/github"]
2024-02-14T17:41:31.540Z [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2024-02-14T17:41:31.540Z [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2024-02-14T17:41:31.540Z [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2024-02-14T17:41:31.540Z [TRACE] Executing graph transform *terraform.ExternalReferenceTransformer
2024-02-14T17:41:31.540Z [TRACE] Completed graph transform *terraform.ExternalReferenceTransformer (no changes)
2024-02-14T17:41:31.540Z [TRACE] Executing graph transform *terraform.ReferenceTransformer
2024-02-14T17:41:31.540Z [DEBUG] ReferenceTransformer: "github_repository.repository (expand)" references: []
2024-02-14T17:41:31.540Z [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/integrations/github\"]" references: []
2024-02-14T17:41:31.540Z [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2024-02-14T17:41:31.540Z [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2024-02-14T17:41:31.540Z [TRACE] AttachDependenciesTransformer: github_repository.repository depends on []
2024-02-14T17:41:31.540Z [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2024-02-14T17:41:31.540Z [TRACE] Executing graph transform *terraform.attachDataResourceDependsOnTransformer
2024-02-14T17:41:31.540Z [TRACE] Completed graph transform *terraform.attachDataResourceDependsOnTransformer (no changes)
2024-02-14T17:41:31.540Z [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2024-02-14T17:41:31.540Z [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2024-02-14T17:41:31.540Z [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer
2024-02-14T17:41:31.540Z [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer (no changes)
2024-02-14T17:41:31.540Z [TRACE] Executing graph transform *terraform.TargetsTransformer
2024-02-14T17:41:31.540Z [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2024-02-14T17:41:31.540Z [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2024-02-14T17:41:31.540Z [TRACE] ForcedCBDTransformer: "github_repository.repository (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2024-02-14T17:41:31.540Z [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2024-02-14T17:41:31.540Z [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2024-02-14T17:41:31.540Z [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
github_repository.repository (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] (close) - *terraform.graphNodeCloseProvider
github_repository.repository (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
------
2024-02-14T17:41:31.540Z [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2024-02-14T17:41:31.540Z [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
github_repository.repository (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] (close) - *terraform.graphNodeCloseProvider
github_repository.repository (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
provider["registry.terraform.io/integrations/github"] (close) - *terraform.graphNodeCloseProvider
------
2024-02-14T17:41:31.540Z [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2024-02-14T17:41:31.540Z [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
github_repository.repository (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] (close) - *terraform.graphNodeCloseProvider
github_repository.repository (expand) - *terraform.nodeExpandPlannableResource
root - *terraform.nodeCloseModule
provider["registry.terraform.io/integrations/github"] (close) - *terraform.graphNodeCloseProvider
------
2024-02-14T17:41:31.540Z [DEBUG] Starting graph walk: walkPlan
2024-02-14T17:41:31.541Z [TRACE] vertex "provider[\"registry.terraform.io/integrations/github\"]": starting visit (*terraform.NodeApplyableProvider)
2024-02-14T17:41:31.541Z [DEBUG] created provider logger: level=trace
2024-02-14T17:41:31.541Z [INFO] provider: configuring client automatic mTLS
2024-02-14T17:41:31.543Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0 args=[".terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0"]
2024-02-14T17:41:31.544Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0 pid=59124
2024-02-14T17:41:31.544Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0
2024-02-14T17:41:31.554Z [INFO] provider.terraform-provider-github_v5.45.0: configuring server automatic mTLS: timestamp=2024-02-14T17:41:31.554Z
2024-02-14T17:41:31.559Z [DEBUG] provider: using plugin: version=5
2024-02-14T17:41:31.559Z [DEBUG] provider.terraform-provider-github_v5.45.0: plugin address: address=/var/folders/qr/_1x7dj194gz_67pn51xrds500000gn/T/plugin47465447 network=unix timestamp=2024-02-14T17:41:31.559Z
2024-02-14T17:41:31.563Z [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/integrations/github\"]" provider for provider["registry.terraform.io/integrations/github"]
2024-02-14T17:41:31.563Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T17:41:31.563Z [TRACE] provider.stdio: waiting for stdio data
2024-02-14T17:41:31.566Z [DEBUG] No provider meta schema returned
2024-02-14T17:41:31.568Z [TRACE] NodeApplyableProvider: configuring provider["registry.terraform.io/integrations/github"]
2024-02-14T17:41:31.568Z [TRACE] buildProviderConfig for provider["registry.terraform.io/integrations/github"]: using explicit config only
2024-02-14T17:41:31.568Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T17:41:31.568Z [TRACE] GRPCProvider: ValidateProviderConfig
2024-02-14T17:41:31.568Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T17:41:31.571Z [WARN] ValidateProviderConfig from "provider[\"registry.terraform.io/integrations/github\"]" changed the config value, but that value is unused
2024-02-14T17:41:31.571Z [TRACE] GRPCProvider: ConfigureProvider
2024-02-14T17:41:31.571Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T17:41:31.571Z [DEBUG] provider.terraform-provider-github_v5.45.0: 2024/02/14 17:41:31 [INFO] Selecting owner from GITHUB_OWNER environment variable
2024-02-14T17:41:31.684Z [DEBUG] provider.terraform-provider-github_v5.45.0: 2024/02/14 17:41:31 [INFO] Using the token from GitHub CLI
2024-02-14T17:41:31.684Z [DEBUG] provider.terraform-provider-github_v5.45.0: 2024/02/14 17:41:31 [INFO] Setting write_delay_ms to 1000
2024-02-14T17:41:31.684Z [DEBUG] provider.terraform-provider-github_v5.45.0: 2024/02/14 17:41:31 [DEBUG] Setting read_delay_ms to 0
2024-02-14T17:41:31.684Z [DEBUG] provider.terraform-provider-github_v5.45.0: 2024/02/14 17:41:31 [DEBUG] Setting parallel_requests to false
2024-02-14T17:41:31.684Z [DEBUG] provider.terraform-provider-github_v5.45.0: 2024/02/14 17:41:31 [DEBUG] GitHub API Request Details:
2024-02-14T17:41:31.684Z [DEBUG] provider.terraform-provider-github_v5.45.0: ---[ REQUEST ]---------------------------------------
2024-02-14T17:41:31.684Z [DEBUG] provider.terraform-provider-github_v5.45.0: GET /user HTTP/1.1
2024-02-14T17:41:31.684Z [DEBUG] provider.terraform-provider-github_v5.45.0: Host: api.github.com
2024-02-14T17:41:31.684Z [DEBUG] provider.terraform-provider-github_v5.45.0: User-Agent: go-github/v57.0.0
2024-02-14T17:41:31.684Z [DEBUG] provider.terraform-provider-github_v5.45.0: Accept: application/vnd.github.v3+json,application/vnd.github.stone-crop-preview+json
2024-02-14T17:41:31.684Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Github-Api-Version: 2022-11-28
2024-02-14T17:41:31.684Z [DEBUG] provider.terraform-provider-github_v5.45.0: Accept-Encoding: gzip
2024-02-14T17:41:31.684Z [DEBUG] provider.terraform-provider-github_v5.45.0
2024-02-14T17:41:31.684Z [DEBUG] provider.terraform-provider-github_v5.45.0
2024-02-14T17:41:31.684Z [DEBUG] provider.terraform-provider-github_v5.45.0: -----------------------------------------------------
2024-02-14T17:41:31.912Z [DEBUG] provider.terraform-provider-github_v5.45.0: 2024/02/14 17:41:31 [DEBUG] GitHub API Response Details:
2024-02-14T17:41:31.912Z [DEBUG] provider.terraform-provider-github_v5.45.0: ---[ RESPONSE ]--------------------------------------
2024-02-14T17:41:31.912Z [DEBUG] provider.terraform-provider-github_v5.45.0: HTTP/2.0 200 OK
2024-02-14T17:41:31.912Z [DEBUG] provider.terraform-provider-github_v5.45.0: Access-Control-Allow-Origin: *
2024-02-14T17:41:31.912Z [DEBUG] provider.terraform-provider-github_v5.45.0: Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset
2024-02-14T17:41:31.912Z [DEBUG] provider.terraform-provider-github_v5.45.0: Cache-Control: private, max-age=60, s-maxage=60
2024-02-14T17:41:31.912Z [DEBUG] provider.terraform-provider-github_v5.45.0: Content-Security-Policy: default-src 'none'
2024-02-14T17:41:31.912Z [DEBUG] provider.terraform-provider-github_v5.45.0: Content-Type: application/json; charset=utf-8
2024-02-14T17:41:31.912Z [DEBUG] provider.terraform-provider-github_v5.45.0: Date: Wed, 14 Feb 2024 17:41:31 GMT
2024-02-14T17:41:31.912Z [DEBUG] provider.terraform-provider-github_v5.45.0: Etag: W/"418427936db8c5d6eab657330e10c5f0f5014d7e596cd21dba9a6c6867399735"
2024-02-14T17:41:31.912Z [DEBUG] provider.terraform-provider-github_v5.45.0: Last-Modified: Fri, 09 Feb 2024 12:26:12 GMT
2024-02-14T17:41:31.912Z [DEBUG] provider.terraform-provider-github_v5.45.0: Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin
2024-02-14T17:41:31.912Z [DEBUG] provider.terraform-provider-github_v5.45.0: Server: GitHub.com
2024-02-14T17:41:31.912Z [DEBUG] provider.terraform-provider-github_v5.45.0: Strict-Transport-Security: max-age=31536000; includeSubdomains; preload
2024-02-14T17:41:31.912Z [DEBUG] provider.terraform-provider-github_v5.45.0: Vary: Accept, Authorization, Cookie, X-GitHub-OTP
2024-02-14T17:41:31.912Z [DEBUG] provider.terraform-provider-github_v5.45.0: Vary: Accept-Encoding, Accept, X-Requested-With
2024-02-14T17:41:31.912Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Accepted-Oauth-Scopes:
2024-02-14T17:41:31.912Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Content-Type-Options: nosniff
2024-02-14T17:41:31.912Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Frame-Options: deny
2024-02-14T17:41:31.912Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Github-Api-Version-Selected: 2022-11-28
2024-02-14T17:41:31.912Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Github-Media-Type: github.v3; format=json, github.stone-crop-preview; format=json
2024-02-14T17:41:31.912Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Github-Request-Id: E8A0:3FD50:6496039:6589947:65CCFB4B
2024-02-14T17:41:31.912Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Oauth-Client-Id: 178c6fc778ccc68e1d6a
2024-02-14T17:41:31.912Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Oauth-Scopes: admin:org, admin:repo_hook, gist, repo
2024-02-14T17:41:31.912Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Ratelimit-Limit: 5000
2024-02-14T17:41:31.912Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Ratelimit-Remaining: 4988
2024-02-14T17:41:31.912Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Ratelimit-Reset: 1707935319
2024-02-14T17:41:31.912Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Ratelimit-Resource: core
2024-02-14T17:41:31.912Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Ratelimit-Used: 12
2024-02-14T17:41:31.913Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Xss-Protection: 0
2024-02-14T17:41:31.913Z [DEBUG] provider.terraform-provider-github_v5.45.0
2024-02-14T17:41:31.913Z [DEBUG] provider.terraform-provider-github_v5.45.0: {
2024-02-14T17:41:31.913Z [DEBUG] provider.terraform-provider-github_v5.45.0: "login": "matthiasr",
2024-02-14T17:41:31.913Z [DEBUG] provider.terraform-provider-github_v5.45.0: "id": 131590,
2024-02-14T17:41:31.913Z [DEBUG] provider.terraform-provider-github_v5.45.0: "node_id": "MDQ6VXNlcjEzMTU5MA==",
2024-02-14T17:41:31.913Z [DEBUG] provider.terraform-provider-github_v5.45.0: "avatar_url": "https://avatars.githubusercontent.com/u/131590?v=4",
2024-02-14T17:41:31.913Z [DEBUG] provider.terraform-provider-github_v5.45.0: "gravatar_id": "",
2024-02-14T17:41:31.913Z [DEBUG] provider.terraform-provider-github_v5.45.0: "url": "https://api.github.com/users/matthiasr",
2024-02-14T17:41:31.913Z [DEBUG] provider.terraform-provider-github_v5.45.0: "html_url": "https://github.com/matthiasr",
2024-02-14T17:41:31.913Z [DEBUG] provider.terraform-provider-github_v5.45.0: "followers_url": "https://api.github.com/users/matthiasr/followers",
2024-02-14T17:41:31.913Z [DEBUG] provider.terraform-provider-github_v5.45.0: "following_url": "https://api.github.com/users/matthiasr/following{/other_user}",
2024-02-14T17:41:31.913Z [DEBUG] provider.terraform-provider-github_v5.45.0: "gists_url": "https://api.github.com/users/matthiasr/gists{/gist_id}",
2024-02-14T17:41:31.913Z [DEBUG] provider.terraform-provider-github_v5.45.0: "starred_url": "https://api.github.com/users/matthiasr/starred{/owner}{/repo}",
2024-02-14T17:41:31.913Z [DEBUG] provider.terraform-provider-github_v5.45.0: "subscriptions_url": "https://api.github.com/users/matthiasr/subscriptions",
2024-02-14T17:41:31.913Z [DEBUG] provider.terraform-provider-github_v5.45.0: "organizations_url": "https://api.github.com/users/matthiasr/orgs",
2024-02-14T17:41:31.913Z [DEBUG] provider.terraform-provider-github_v5.45.0: "repos_url": "https://api.github.com/users/matthiasr/repos",
2024-02-14T17:41:31.913Z [DEBUG] provider.terraform-provider-github_v5.45.0: "events_url": "https://api.github.com/users/matthiasr/events{/privacy}",
2024-02-14T17:41:31.913Z [DEBUG] provider.terraform-provider-github_v5.45.0: "received_events_url": "https://api.github.com/users/matthiasr/received_events",
2024-02-14T17:41:31.913Z [DEBUG] provider.terraform-provider-github_v5.45.0: "type": "User",
2024-02-14T17:41:31.913Z [DEBUG] provider.terraform-provider-github_v5.45.0: "site_admin": false,
2024-02-14T17:41:31.913Z [DEBUG] provider.terraform-provider-github_v5.45.0: "name": "Matthias Rampke",
2024-02-14T17:41:31.913Z [DEBUG] provider.terraform-provider-github_v5.45.0: "company": "@chronosphereio ",
2024-02-14T17:41:31.913Z [DEBUG] provider.terraform-provider-github_v5.45.0: "blog": "https://rampke.de/",
2024-02-14T17:41:31.913Z [DEBUG] provider.terraform-provider-github_v5.45.0: "location": "Berlin, Germany",
2024-02-14T17:41:31.913Z [DEBUG] provider.terraform-provider-github_v5.45.0: "email": "matthias@rampke.de",
2024-02-14T17:41:31.913Z [DEBUG] provider.terraform-provider-github_v5.45.0: "hireable": null,
2024-02-14T17:41:31.913Z [DEBUG] provider.terraform-provider-github_v5.45.0: "bio": null,
2024-02-14T17:41:31.913Z [DEBUG] provider.terraform-provider-github_v5.45.0: "twitter_username": null,
2024-02-14T17:41:31.913Z [DEBUG] provider.terraform-provider-github_v5.45.0: "public_repos": 72,
2024-02-14T17:41:31.913Z [DEBUG] provider.terraform-provider-github_v5.45.0: "public_gists": 46,
2024-02-14T17:41:31.913Z [DEBUG] provider.terraform-provider-github_v5.45.0: "followers": 105,
2024-02-14T17:41:31.913Z [DEBUG] provider.terraform-provider-github_v5.45.0: "following": 8,
2024-02-14T17:41:31.914Z [DEBUG] provider.terraform-provider-github_v5.45.0: "created_at": "2009-09-26T13:30:19Z",
2024-02-14T17:41:31.914Z [DEBUG] provider.terraform-provider-github_v5.45.0: "updated_at": "2024-02-09T12:26:12Z"
2024-02-14T17:41:31.914Z [DEBUG] provider.terraform-provider-github_v5.45.0: }
2024-02-14T17:41:31.914Z [DEBUG] provider.terraform-provider-github_v5.45.0: -----------------------------------------------------
2024-02-14T17:41:31.914Z [TRACE] vertex "provider[\"registry.terraform.io/integrations/github\"]": visit complete
2024-02-14T17:41:31.914Z [TRACE] vertex "github_repository.repository (expand)": starting visit (*terraform.nodeExpandPlannableResource)
2024-02-14T17:41:31.914Z [TRACE] vertex "github_repository.repository (expand)": expanding dynamic subgraph
2024-02-14T17:41:31.915Z [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2024-02-14T17:41:31.915Z [TRACE] ResourceCountTransformer: adding github_repository.repository as *terraform.NodePlannableResourceInstance
2024-02-14T17:41:31.915Z [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
github_repository.repository - *terraform.NodePlannableResourceInstance
------
2024-02-14T17:41:31.915Z [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2024-02-14T17:41:31.915Z [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2024-02-14T17:41:31.915Z [TRACE] Executing graph transform *terraform.AttachStateTransformer
2024-02-14T17:41:31.915Z [TRACE] NodeAbstractResourceInstance.AttachResourceState for github_repository.repository
2024-02-14T17:41:31.915Z [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2024-02-14T17:41:31.915Z [TRACE] Executing graph transform *terraform.TargetsTransformer
2024-02-14T17:41:31.915Z [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2024-02-14T17:41:31.915Z [TRACE] Executing graph transform *terraform.ReferenceTransformer
2024-02-14T17:41:31.915Z [DEBUG] ReferenceTransformer: "github_repository.repository" references: []
2024-02-14T17:41:31.915Z [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2024-02-14T17:41:31.916Z [TRACE] Executing graph transform *terraform.RootTransformer
2024-02-14T17:41:31.916Z [TRACE] Completed graph transform *terraform.RootTransformer with new graph:
github_repository.repository - *terraform.NodePlannableResourceInstance
root - terraform.graphNodeRoot
github_repository.repository - *terraform.NodePlannableResourceInstance
------
2024-02-14T17:41:31.916Z [TRACE] vertex "github_repository.repository (expand)": entering dynamic subgraph
2024-02-14T17:41:31.916Z [TRACE] vertex "github_repository.repository": starting visit (*terraform.NodePlannableResourceInstance)
2024-02-14T17:41:31.916Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T17:41:31.916Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T17:41:31.916Z [TRACE] readResourceInstanceState: reading state for github_repository.repository
2024-02-14T17:41:31.917Z [TRACE] upgradeResourceState: schema version of github_repository.repository is still 1; calling provider "github" for any other minor fixups
2024-02-14T17:41:31.917Z [TRACE] GRPCProvider: UpgradeResourceState
2024-02-14T17:41:31.917Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T17:41:31.922Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T17:41:31.922Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to prevRunState for github_repository.repository
2024-02-14T17:41:31.922Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for github_repository.repository
2024-02-14T17:41:31.924Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T17:41:31.924Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for github_repository.repository
2024-02-14T17:41:31.924Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for github_repository.repository
2024-02-14T17:41:31.925Z [TRACE] NodeAbstractResourceInstance.refresh for github_repository.repository
2024-02-14T17:41:31.925Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T17:41:31.925Z [TRACE] GRPCProvider: GetProviderSchema
github_repository.repository: Refreshing state... [id=import_test]
2024-02-14T17:41:31.925Z [TRACE] GRPCProvider: ReadResource
2024-02-14T17:41:31.925Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T17:41:31.928Z [DEBUG] provider.terraform-provider-github_v5.45.0: 2024/02/14 17:41:31 [DEBUG] GitHub API Request Details:
2024-02-14T17:41:31.928Z [DEBUG] provider.terraform-provider-github_v5.45.0: ---[ REQUEST ]---------------------------------------
2024-02-14T17:41:31.928Z [DEBUG] provider.terraform-provider-github_v5.45.0: GET /repos/matthiasr/import_test HTTP/1.1
2024-02-14T17:41:31.928Z [DEBUG] provider.terraform-provider-github_v5.45.0: Host: api.github.com
2024-02-14T17:41:31.928Z [DEBUG] provider.terraform-provider-github_v5.45.0: User-Agent: go-github/v57.0.0
2024-02-14T17:41:31.928Z [DEBUG] provider.terraform-provider-github_v5.45.0: Accept: application/vnd.github.scarlet-witch-preview+json, application/vnd.github.mercy-preview+json, application/vnd.github.baptiste-preview+json, application/vnd.github.nebula-preview+json,application/vnd.github.stone-crop-preview+json
2024-02-14T17:41:31.928Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Github-Api-Version: 2022-11-28
2024-02-14T17:41:31.928Z [DEBUG] provider.terraform-provider-github_v5.45.0: Accept-Encoding: gzip
2024-02-14T17:41:31.928Z [DEBUG] provider.terraform-provider-github_v5.45.0
2024-02-14T17:41:31.928Z [DEBUG] provider.terraform-provider-github_v5.45.0
2024-02-14T17:41:31.928Z [DEBUG] provider.terraform-provider-github_v5.45.0: -----------------------------------------------------
2024-02-14T17:41:32.124Z [DEBUG] provider.terraform-provider-github_v5.45.0: 2024/02/14 17:41:32 [DEBUG] GitHub API Response Details:
2024-02-14T17:41:32.124Z [DEBUG] provider.terraform-provider-github_v5.45.0: ---[ RESPONSE ]--------------------------------------
2024-02-14T17:41:32.124Z [DEBUG] provider.terraform-provider-github_v5.45.0: HTTP/2.0 304 Not Modified
2024-02-14T17:41:32.124Z [DEBUG] provider.terraform-provider-github_v5.45.0: Access-Control-Allow-Origin: *
2024-02-14T17:41:32.124Z [DEBUG] provider.terraform-provider-github_v5.45.0: Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset
2024-02-14T17:41:32.124Z [DEBUG] provider.terraform-provider-github_v5.45.0: Cache-Control: private, max-age=60, s-maxage=60
2024-02-14T17:41:32.124Z [DEBUG] provider.terraform-provider-github_v5.45.0: Content-Security-Policy: default-src 'none'
2024-02-14T17:41:32.124Z [DEBUG] provider.terraform-provider-github_v5.45.0: Date: Wed, 14 Feb 2024 17:41:32 GMT
2024-02-14T17:41:32.124Z [DEBUG] provider.terraform-provider-github_v5.45.0: Etag: "1f2d247405c095b75ee7067274f6e0c2bad8365f12de057ee097ee966b29da80"
2024-02-14T17:41:32.124Z [DEBUG] provider.terraform-provider-github_v5.45.0: Last-Modified: Wed, 14 Feb 2024 16:45:28 GMT
2024-02-14T17:41:32.124Z [DEBUG] provider.terraform-provider-github_v5.45.0: Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin
2024-02-14T17:41:32.124Z [DEBUG] provider.terraform-provider-github_v5.45.0: Server: GitHub.com
2024-02-14T17:41:32.124Z [DEBUG] provider.terraform-provider-github_v5.45.0: Strict-Transport-Security: max-age=31536000; includeSubdomains; preload
2024-02-14T17:41:32.124Z [DEBUG] provider.terraform-provider-github_v5.45.0: Vary: Accept, Authorization, Cookie, X-GitHub-OTP
2024-02-14T17:41:32.124Z [DEBUG] provider.terraform-provider-github_v5.45.0: Vary: Accept-Encoding, Accept, X-Requested-With
2024-02-14T17:41:32.124Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Content-Type-Options: nosniff
2024-02-14T17:41:32.125Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Frame-Options: deny
2024-02-14T17:41:32.125Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Github-Api-Version-Selected: 2022-11-28
2024-02-14T17:41:32.125Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Github-Request-Id: E8A0:3FD50:6496108:6589A1C:65CCFB4B
2024-02-14T17:41:32.125Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Ratelimit-Limit: 5000
2024-02-14T17:41:32.125Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Ratelimit-Remaining: 4988
2024-02-14T17:41:32.125Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Ratelimit-Reset: 1707935319
2024-02-14T17:41:32.125Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Ratelimit-Resource: core
2024-02-14T17:41:32.125Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Ratelimit-Used: 12
2024-02-14T17:41:32.125Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Xss-Protection: 0
2024-02-14T17:41:32.125Z [DEBUG] provider.terraform-provider-github_v5.45.0
2024-02-14T17:41:32.125Z [DEBUG] provider.terraform-provider-github_v5.45.0
2024-02-14T17:41:32.125Z [DEBUG] provider.terraform-provider-github_v5.45.0: -----------------------------------------------------
2024-02-14T17:41:32.127Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T17:41:32.127Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for github_repository.repository
2024-02-14T17:41:32.127Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for github_repository.repository
2024-02-14T17:41:32.127Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T17:41:32.128Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T17:41:32.128Z [TRACE] Re-validating config for "github_repository.repository"
2024-02-14T17:41:32.128Z [TRACE] GRPCProvider: ValidateResourceConfig
2024-02-14T17:41:32.128Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T17:41:32.130Z [TRACE] GRPCProvider: PlanResourceChange
2024-02-14T17:41:32.130Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T17:41:32.139Z [WARN] Provider "registry.terraform.io/integrations/github" produced an invalid plan for github_repository.repository, but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .is_template: planned value cty.False for a non-computed attribute
- .has_projects: planned value cty.False for a non-computed attribute
- .merge_commit_message: planned value cty.StringVal("PR_TITLE") for a non-computed attribute
- .allow_merge_commit: planned value cty.True for a non-computed attribute
- .has_discussions: planned value cty.False for a non-computed attribute
- .allow_update_branch: planned value cty.False for a non-computed attribute
- .squash_merge_commit_message: planned value cty.StringVal("COMMIT_MESSAGES") for a non-computed attribute
- .allow_auto_merge: planned value cty.False for a non-computed attribute
- .delete_branch_on_merge: planned value cty.False for a non-computed attribute
- .has_downloads: planned value cty.False for a non-computed attribute
- .vulnerability_alerts: planned value cty.False for a non-computed attribute
- .allow_rebase_merge: planned value cty.True for a non-computed attribute
- .auto_init: planned value cty.False for a non-computed attribute
- .homepage_url: planned value cty.StringVal("") for a non-computed attribute
- .merge_commit_title: planned value cty.StringVal("MERGE_MESSAGE") for a non-computed attribute
- .allow_squash_merge: planned value cty.True for a non-computed attribute
- .web_commit_signoff_required: planned value cty.False for a non-computed attribute
- .squash_merge_commit_title: planned value cty.StringVal("COMMIT_OR_PR_TITLE") for a non-computed attribute
2024-02-14T17:41:32.139Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T17:41:32.140Z [TRACE] writeChange: recorded Update change for github_repository.repository
2024-02-14T17:41:32.140Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T17:41:32.140Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for github_repository.repository
2024-02-14T17:41:32.140Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for github_repository.repository
2024-02-14T17:41:32.140Z [TRACE] vertex "github_repository.repository": visit complete
2024-02-14T17:41:32.140Z [TRACE] vertex "root": starting visit (terraform.graphNodeRoot)
2024-02-14T17:41:32.140Z [TRACE] vertex "root": visit complete
2024-02-14T17:41:32.140Z [TRACE] vertex "github_repository.repository (expand)": dynamic subgraph completed successfully
2024-02-14T17:41:32.140Z [TRACE] vertex "github_repository.repository (expand)": visit complete
2024-02-14T17:41:32.140Z [TRACE] vertex "provider[\"registry.terraform.io/integrations/github\"] (close)": starting visit (*terraform.graphNodeCloseProvider)
2024-02-14T17:41:32.140Z [TRACE] GRPCProvider: Close
2024-02-14T17:41:32.142Z [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2024-02-14T17:41:32.144Z [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0 pid=59124
2024-02-14T17:41:32.144Z [DEBUG] provider: plugin exited
2024-02-14T17:41:32.144Z [TRACE] vertex "provider[\"registry.terraform.io/integrations/github\"] (close)": visit complete
2024-02-14T17:41:32.144Z [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule)
2024-02-14T17:41:32.145Z [TRACE] vertex "root": visit complete
2024-02-14T17:41:32.145Z [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/integrations/github"
2024-02-14T17:41:32.145Z [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/integrations/github" to read its schema
2024-02-14T17:41:32.145Z [DEBUG] building apply graph to check for errors
2024-02-14T17:41:32.145Z [TRACE] Executing graph transform *terraform.ConfigTransformer
2024-02-14T17:41:32.145Z [TRACE] ConfigTransformer: Starting for path:
2024-02-14T17:41:32.145Z [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
------
2024-02-14T17:41:32.145Z [TRACE] Executing graph transform *terraform.RootVariableTransformer
2024-02-14T17:41:32.145Z [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2024-02-14T17:41:32.145Z [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2024-02-14T17:41:32.145Z [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2024-02-14T17:41:32.145Z [TRACE] Executing graph transform *terraform.LocalTransformer
2024-02-14T17:41:32.145Z [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2024-02-14T17:41:32.145Z [TRACE] Executing graph transform *terraform.OutputTransformer
2024-02-14T17:41:32.145Z [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2024-02-14T17:41:32.145Z [TRACE] Executing graph transform *terraform.DiffTransformer
2024-02-14T17:41:32.145Z [TRACE] DiffTransformer starting
2024-02-14T17:41:32.145Z [TRACE] DiffTransformer: found Update change for github_repository.repository
2024-02-14T17:41:32.145Z [TRACE] DiffTransformer: github_repository.repository will be represented by github_repository.repository
2024-02-14T17:41:32.145Z [TRACE] DiffTransformer complete
2024-02-14T17:41:32.145Z [TRACE] Completed graph transform *terraform.DiffTransformer with new graph:
github_repository.repository - *terraform.NodeApplyableResourceInstance
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
------
2024-02-14T17:41:32.145Z [TRACE] Executing graph transform *terraform.checkTransformer
2024-02-14T17:41:32.145Z [TRACE] Completed graph transform *terraform.checkTransformer (no changes)
2024-02-14T17:41:32.145Z [TRACE] Executing graph transform *terraform.AttachStateTransformer
2024-02-14T17:41:32.145Z [TRACE] NodeAbstractResourceInstance.AttachResourceState for github_repository.repository
2024-02-14T17:41:32.145Z [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2024-02-14T17:41:32.145Z [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2024-02-14T17:41:32.145Z [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2024-02-14T17:41:32.145Z [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2024-02-14T17:41:32.145Z [TRACE] AttachResourceConfigTransformer: attaching to "github_repository.repository" (*terraform.NodeApplyableResourceInstance) config from main.tf:11,1-42
2024-02-14T17:41:32.145Z [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to github_repository.repository
2024-02-14T17:41:32.145Z [TRACE] AttachResourceConfigTransformer: attaching to "github_repository.repository (expand)" (*terraform.nodeExpandApplyableResource) config from main.tf:11,1-42
2024-02-14T17:41:32.145Z [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to github_repository.repository (expand)
2024-02-14T17:41:32.145Z [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2024-02-14T17:41:32.145Z [TRACE] Executing graph transform *terraform.graphTransformerMulti
2024-02-14T17:41:32.145Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2024-02-14T17:41:32.145Z [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/integrations/github\"]" provider configuration from main.tf:9,1-18
2024-02-14T17:41:32.145Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
github_repository.repository - *terraform.NodeApplyableResourceInstance
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
------
2024-02-14T17:41:32.145Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2024-02-14T17:41:32.146Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2024-02-14T17:41:32.146Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2024-02-14T17:41:32.146Z [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/integrations/github"] serving github_repository.repository
2024-02-14T17:41:32.146Z [DEBUG] ProviderTransformer: "github_repository.repository" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/integrations/github"]
2024-02-14T17:41:32.146Z [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/integrations/github"] serving github_repository.repository (expand)
2024-02-14T17:41:32.146Z [DEBUG] ProviderTransformer: "github_repository.repository (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/integrations/github"]
2024-02-14T17:41:32.146Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
github_repository.repository - *terraform.NodeApplyableResourceInstance
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
------
2024-02-14T17:41:32.146Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2024-02-14T17:41:32.146Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2024-02-14T17:41:32.146Z [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
github_repository.repository - *terraform.NodeApplyableResourceInstance
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
------
2024-02-14T17:41:32.146Z [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2024-02-14T17:41:32.146Z [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2024-02-14T17:41:32.146Z [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2024-02-14T17:41:32.146Z [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/integrations/github" to read its schema
2024-02-14T17:41:32.146Z [TRACE] AttachSchemaTransformer: attaching resource schema to github_repository.repository (expand)
2024-02-14T17:41:32.146Z [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/integrations/github" to read its schema
2024-02-14T17:41:32.146Z [TRACE] AttachSchemaTransformer: attaching resource schema to github_repository.repository
2024-02-14T17:41:32.146Z [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/integrations/github" to read its schema
2024-02-14T17:41:32.146Z [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/integrations/github"]
2024-02-14T17:41:32.146Z [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2024-02-14T17:41:32.146Z [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2024-02-14T17:41:32.146Z [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2024-02-14T17:41:32.146Z [TRACE] Executing graph transform *terraform.ExternalReferenceTransformer
2024-02-14T17:41:32.146Z [TRACE] Completed graph transform *terraform.ExternalReferenceTransformer (no changes)
2024-02-14T17:41:32.146Z [TRACE] Executing graph transform *terraform.ReferenceTransformer
2024-02-14T17:41:32.146Z [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/integrations/github\"]" references: []
2024-02-14T17:41:32.146Z [DEBUG] ReferenceTransformer: "github_repository.repository (expand)" references: []
2024-02-14T17:41:32.147Z [DEBUG] ReferenceTransformer: "github_repository.repository" references: []
2024-02-14T17:41:32.147Z [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2024-02-14T17:41:32.147Z [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2024-02-14T17:41:32.147Z [TRACE] AttachDependenciesTransformer: github_repository.repository depends on []
2024-02-14T17:41:32.147Z [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2024-02-14T17:41:32.147Z [TRACE] Executing graph transform *terraform.checkStartTransformer
2024-02-14T17:41:32.147Z [TRACE] Completed graph transform *terraform.checkStartTransformer (no changes)
2024-02-14T17:41:32.147Z [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2024-02-14T17:41:32.147Z [TRACE] ForcedCBDTransformer: "github_repository.repository" (*terraform.NodeApplyableResourceInstance) has no CBD descendent, so skipping
2024-02-14T17:41:32.147Z [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2024-02-14T17:41:32.147Z [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2024-02-14T17:41:32.147Z [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2024-02-14T17:41:32.147Z [TRACE] Executing graph transform *terraform.CBDEdgeTransformer
2024-02-14T17:41:32.147Z [TRACE] Completed graph transform *terraform.CBDEdgeTransformer (no changes)
2024-02-14T17:41:32.147Z [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer
2024-02-14T17:41:32.147Z [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer (no changes)
2024-02-14T17:41:32.147Z [TRACE] Executing graph transform *terraform.TargetsTransformer
2024-02-14T17:41:32.147Z [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2024-02-14T17:41:32.147Z [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2024-02-14T17:41:32.148Z [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
github_repository.repository - *terraform.NodeApplyableResourceInstance
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] (close) - *terraform.graphNodeCloseProvider
github_repository.repository - *terraform.NodeApplyableResourceInstance
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
------
2024-02-14T17:41:32.148Z [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2024-02-14T17:41:32.148Z [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
github_repository.repository - *terraform.NodeApplyableResourceInstance
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] (close) - *terraform.graphNodeCloseProvider
github_repository.repository - *terraform.NodeApplyableResourceInstance
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
provider["registry.terraform.io/integrations/github"] (close) - *terraform.graphNodeCloseProvider
------
2024-02-14T17:41:32.148Z [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2024-02-14T17:41:32.148Z [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
github_repository.repository - *terraform.NodeApplyableResourceInstance
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] (close) - *terraform.graphNodeCloseProvider
github_repository.repository - *terraform.NodeApplyableResourceInstance
root - *terraform.nodeCloseModule
provider["registry.terraform.io/integrations/github"] (close) - *terraform.graphNodeCloseProvider
------
Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols:
~ update in-place
Terraform will perform the following actions:
# github_repository.repository will be updated in-place
~ resource "github_repository" "repository" {
~ archived = false -> true
id = "import_test"
name = "import_test"
# (33 unchanged attributes hidden)
# (1 unchanged block hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy.
2024-02-14T17:41:32.152Z [INFO] backend/local: apply calling Apply
2024-02-14T17:41:32.152Z [DEBUG] Building and walking apply graph for NormalMode plan
2024-02-14T17:41:32.152Z [TRACE] Executing graph transform *terraform.ConfigTransformer
2024-02-14T17:41:32.152Z [TRACE] ConfigTransformer: Starting for path:
2024-02-14T17:41:32.152Z [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
------
2024-02-14T17:41:32.152Z [TRACE] Executing graph transform *terraform.RootVariableTransformer
2024-02-14T17:41:32.152Z [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2024-02-14T17:41:32.152Z [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2024-02-14T17:41:32.152Z [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2024-02-14T17:41:32.152Z [TRACE] Executing graph transform *terraform.LocalTransformer
2024-02-14T17:41:32.152Z [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2024-02-14T17:41:32.152Z [TRACE] Executing graph transform *terraform.OutputTransformer
2024-02-14T17:41:32.152Z [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2024-02-14T17:41:32.159Z [TRACE] Executing graph transform *terraform.DiffTransformer
2024-02-14T17:41:32.159Z [TRACE] DiffTransformer starting
2024-02-14T17:41:32.159Z [TRACE] DiffTransformer: found Update change for github_repository.repository
2024-02-14T17:41:32.159Z [TRACE] DiffTransformer: github_repository.repository will be represented by github_repository.repository
2024-02-14T17:41:32.159Z [TRACE] DiffTransformer complete
2024-02-14T17:41:32.159Z [TRACE] Completed graph transform *terraform.DiffTransformer with new graph:
github_repository.repository - *terraform.NodeApplyableResourceInstance
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
------
2024-02-14T17:41:32.159Z [TRACE] Executing graph transform *terraform.checkTransformer
2024-02-14T17:41:32.159Z [TRACE] Completed graph transform *terraform.checkTransformer (no changes)
2024-02-14T17:41:32.159Z [TRACE] Executing graph transform *terraform.AttachStateTransformer
2024-02-14T17:41:32.159Z [TRACE] NodeAbstractResourceInstance.AttachResourceState for github_repository.repository
2024-02-14T17:41:32.160Z [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2024-02-14T17:41:32.160Z [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2024-02-14T17:41:32.160Z [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2024-02-14T17:41:32.160Z [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2024-02-14T17:41:32.160Z [TRACE] AttachResourceConfigTransformer: attaching to "github_repository.repository" (*terraform.NodeApplyableResourceInstance) config from main.tf:11,1-42
2024-02-14T17:41:32.160Z [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to github_repository.repository
2024-02-14T17:41:32.160Z [TRACE] AttachResourceConfigTransformer: attaching to "github_repository.repository (expand)" (*terraform.nodeExpandApplyableResource) config from main.tf:11,1-42
2024-02-14T17:41:32.160Z [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to github_repository.repository (expand)
2024-02-14T17:41:32.160Z [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2024-02-14T17:41:32.160Z [TRACE] Executing graph transform *terraform.graphTransformerMulti
2024-02-14T17:41:32.160Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2024-02-14T17:41:32.160Z [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/integrations/github\"]" provider configuration from main.tf:9,1-18
2024-02-14T17:41:32.160Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
github_repository.repository - *terraform.NodeApplyableResourceInstance
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
------
2024-02-14T17:41:32.160Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2024-02-14T17:41:32.160Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2024-02-14T17:41:32.160Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2024-02-14T17:41:32.161Z [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/integrations/github"] serving github_repository.repository (expand)
2024-02-14T17:41:32.161Z [DEBUG] ProviderTransformer: "github_repository.repository (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/integrations/github"]
2024-02-14T17:41:32.161Z [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/integrations/github"] serving github_repository.repository
2024-02-14T17:41:32.161Z [DEBUG] ProviderTransformer: "github_repository.repository" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/integrations/github"]
2024-02-14T17:41:32.161Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
github_repository.repository - *terraform.NodeApplyableResourceInstance
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
------
2024-02-14T17:41:32.161Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2024-02-14T17:41:32.161Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2024-02-14T17:41:32.161Z [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
github_repository.repository - *terraform.NodeApplyableResourceInstance
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
------
2024-02-14T17:41:32.161Z [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2024-02-14T17:41:32.161Z [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2024-02-14T17:41:32.161Z [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2024-02-14T17:41:32.161Z [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/integrations/github" to read its schema
2024-02-14T17:41:32.161Z [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/integrations/github"]
2024-02-14T17:41:32.161Z [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/integrations/github" to read its schema
2024-02-14T17:41:32.161Z [TRACE] AttachSchemaTransformer: attaching resource schema to github_repository.repository (expand)
2024-02-14T17:41:32.161Z [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/integrations/github" to read its schema
2024-02-14T17:41:32.161Z [TRACE] AttachSchemaTransformer: attaching resource schema to github_repository.repository
2024-02-14T17:41:32.161Z [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2024-02-14T17:41:32.161Z [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2024-02-14T17:41:32.161Z [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2024-02-14T17:41:32.161Z [TRACE] Executing graph transform *terraform.ExternalReferenceTransformer
2024-02-14T17:41:32.161Z [TRACE] Completed graph transform *terraform.ExternalReferenceTransformer (no changes)
2024-02-14T17:41:32.161Z [TRACE] Executing graph transform *terraform.ReferenceTransformer
2024-02-14T17:41:32.161Z [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/integrations/github\"]" references: []
2024-02-14T17:41:32.161Z [DEBUG] ReferenceTransformer: "github_repository.repository (expand)" references: []
2024-02-14T17:41:32.161Z [DEBUG] ReferenceTransformer: "github_repository.repository" references: []
2024-02-14T17:41:32.161Z [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2024-02-14T17:41:32.161Z [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2024-02-14T17:41:32.161Z [TRACE] AttachDependenciesTransformer: github_repository.repository depends on []
2024-02-14T17:41:32.161Z [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2024-02-14T17:41:32.161Z [TRACE] Executing graph transform *terraform.checkStartTransformer
2024-02-14T17:41:32.161Z [TRACE] Completed graph transform *terraform.checkStartTransformer (no changes)
2024-02-14T17:41:32.161Z [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2024-02-14T17:41:32.161Z [TRACE] ForcedCBDTransformer: "github_repository.repository" (*terraform.NodeApplyableResourceInstance) has no CBD descendent, so skipping
2024-02-14T17:41:32.161Z [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2024-02-14T17:41:32.161Z [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2024-02-14T17:41:32.161Z [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2024-02-14T17:41:32.161Z [TRACE] Executing graph transform *terraform.CBDEdgeTransformer
2024-02-14T17:41:32.161Z [TRACE] Completed graph transform *terraform.CBDEdgeTransformer (no changes)
2024-02-14T17:41:32.161Z [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer
2024-02-14T17:41:32.161Z [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer (no changes)
2024-02-14T17:41:32.161Z [TRACE] Executing graph transform *terraform.TargetsTransformer
2024-02-14T17:41:32.161Z [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2024-02-14T17:41:32.161Z [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2024-02-14T17:41:32.162Z [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
github_repository.repository - *terraform.NodeApplyableResourceInstance
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] (close) - *terraform.graphNodeCloseProvider
github_repository.repository - *terraform.NodeApplyableResourceInstance
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
------
2024-02-14T17:41:32.162Z [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2024-02-14T17:41:32.162Z [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
github_repository.repository - *terraform.NodeApplyableResourceInstance
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] (close) - *terraform.graphNodeCloseProvider
github_repository.repository - *terraform.NodeApplyableResourceInstance
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
provider["registry.terraform.io/integrations/github"] (close) - *terraform.graphNodeCloseProvider
------
2024-02-14T17:41:32.162Z [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2024-02-14T17:41:32.162Z [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
github_repository.repository - *terraform.NodeApplyableResourceInstance
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] (close) - *terraform.graphNodeCloseProvider
github_repository.repository - *terraform.NodeApplyableResourceInstance
root - *terraform.nodeCloseModule
provider["registry.terraform.io/integrations/github"] (close) - *terraform.graphNodeCloseProvider
------
2024-02-14T17:41:32.162Z [DEBUG] Starting graph walk: walkApply
2024-02-14T17:41:32.162Z [TRACE] vertex "provider[\"registry.terraform.io/integrations/github\"]": starting visit (*terraform.NodeApplyableProvider)
2024-02-14T17:41:32.162Z [DEBUG] created provider logger: level=trace
2024-02-14T17:41:32.162Z [INFO] provider: configuring client automatic mTLS
2024-02-14T17:41:32.168Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0 args=[".terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0"]
2024-02-14T17:41:32.172Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0 pid=59128
2024-02-14T17:41:32.172Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0
2024-02-14T17:41:32.192Z [INFO] provider.terraform-provider-github_v5.45.0: configuring server automatic mTLS: timestamp=2024-02-14T17:41:32.192Z
2024-02-14T17:41:32.200Z [DEBUG] provider: using plugin: version=5
2024-02-14T17:41:32.200Z [DEBUG] provider.terraform-provider-github_v5.45.0: plugin address: address=/var/folders/qr/_1x7dj194gz_67pn51xrds500000gn/T/plugin276437024 network=unix timestamp=2024-02-14T17:41:32.200Z
2024-02-14T17:41:32.206Z [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/integrations/github\"]" provider for provider["registry.terraform.io/integrations/github"]
2024-02-14T17:41:32.207Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T17:41:32.207Z [TRACE] provider.stdio: waiting for stdio data
2024-02-14T17:41:32.210Z [DEBUG] No provider meta schema returned
2024-02-14T17:41:32.213Z [TRACE] NodeApplyableProvider: configuring provider["registry.terraform.io/integrations/github"]
2024-02-14T17:41:32.213Z [TRACE] buildProviderConfig for provider["registry.terraform.io/integrations/github"]: using explicit config only
2024-02-14T17:41:32.213Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T17:41:32.213Z [TRACE] GRPCProvider: ValidateProviderConfig
2024-02-14T17:41:32.213Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T17:41:32.216Z [WARN] ValidateProviderConfig from "provider[\"registry.terraform.io/integrations/github\"]" changed the config value, but that value is unused
2024-02-14T17:41:32.216Z [TRACE] GRPCProvider: ConfigureProvider
2024-02-14T17:41:32.216Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T17:41:32.216Z [DEBUG] provider.terraform-provider-github_v5.45.0: 2024/02/14 17:41:32 [INFO] Selecting owner from GITHUB_OWNER environment variable
2024-02-14T17:41:32.278Z [DEBUG] provider.terraform-provider-github_v5.45.0: 2024/02/14 17:41:32 [INFO] Using the token from GitHub CLI
2024-02-14T17:41:32.278Z [DEBUG] provider.terraform-provider-github_v5.45.0: 2024/02/14 17:41:32 [INFO] Setting write_delay_ms to 1000
2024-02-14T17:41:32.278Z [DEBUG] provider.terraform-provider-github_v5.45.0: 2024/02/14 17:41:32 [DEBUG] Setting read_delay_ms to 0
2024-02-14T17:41:32.278Z [DEBUG] provider.terraform-provider-github_v5.45.0: 2024/02/14 17:41:32 [DEBUG] Setting parallel_requests to false
2024-02-14T17:41:32.278Z [DEBUG] provider.terraform-provider-github_v5.45.0: 2024/02/14 17:41:32 [DEBUG] GitHub API Request Details:
2024-02-14T17:41:32.278Z [DEBUG] provider.terraform-provider-github_v5.45.0: ---[ REQUEST ]---------------------------------------
2024-02-14T17:41:32.278Z [DEBUG] provider.terraform-provider-github_v5.45.0: GET /user HTTP/1.1
2024-02-14T17:41:32.278Z [DEBUG] provider.terraform-provider-github_v5.45.0: Host: api.github.com
2024-02-14T17:41:32.278Z [DEBUG] provider.terraform-provider-github_v5.45.0: User-Agent: go-github/v57.0.0
2024-02-14T17:41:32.278Z [DEBUG] provider.terraform-provider-github_v5.45.0: Accept: application/vnd.github.v3+json,application/vnd.github.stone-crop-preview+json
2024-02-14T17:41:32.278Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Github-Api-Version: 2022-11-28
2024-02-14T17:41:32.278Z [DEBUG] provider.terraform-provider-github_v5.45.0: Accept-Encoding: gzip
2024-02-14T17:41:32.278Z [DEBUG] provider.terraform-provider-github_v5.45.0
2024-02-14T17:41:32.278Z [DEBUG] provider.terraform-provider-github_v5.45.0
2024-02-14T17:41:32.278Z [DEBUG] provider.terraform-provider-github_v5.45.0: -----------------------------------------------------
2024-02-14T17:41:32.503Z [DEBUG] provider.terraform-provider-github_v5.45.0: 2024/02/14 17:41:32 [DEBUG] GitHub API Response Details:
2024-02-14T17:41:32.503Z [DEBUG] provider.terraform-provider-github_v5.45.0: ---[ RESPONSE ]--------------------------------------
2024-02-14T17:41:32.503Z [DEBUG] provider.terraform-provider-github_v5.45.0: HTTP/2.0 200 OK
2024-02-14T17:41:32.503Z [DEBUG] provider.terraform-provider-github_v5.45.0: Access-Control-Allow-Origin: *
2024-02-14T17:41:32.503Z [DEBUG] provider.terraform-provider-github_v5.45.0: Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset
2024-02-14T17:41:32.503Z [DEBUG] provider.terraform-provider-github_v5.45.0: Cache-Control: private, max-age=60, s-maxage=60
2024-02-14T17:41:32.503Z [DEBUG] provider.terraform-provider-github_v5.45.0: Content-Security-Policy: default-src 'none'
2024-02-14T17:41:32.503Z [DEBUG] provider.terraform-provider-github_v5.45.0: Content-Type: application/json; charset=utf-8
2024-02-14T17:41:32.503Z [DEBUG] provider.terraform-provider-github_v5.45.0: Date: Wed, 14 Feb 2024 17:41:32 GMT
2024-02-14T17:41:32.503Z [DEBUG] provider.terraform-provider-github_v5.45.0: Etag: W/"418427936db8c5d6eab657330e10c5f0f5014d7e596cd21dba9a6c6867399735"
2024-02-14T17:41:32.503Z [DEBUG] provider.terraform-provider-github_v5.45.0: Last-Modified: Fri, 09 Feb 2024 12:26:12 GMT
2024-02-14T17:41:32.503Z [DEBUG] provider.terraform-provider-github_v5.45.0: Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin
2024-02-14T17:41:32.503Z [DEBUG] provider.terraform-provider-github_v5.45.0: Server: GitHub.com
2024-02-14T17:41:32.503Z [DEBUG] provider.terraform-provider-github_v5.45.0: Strict-Transport-Security: max-age=31536000; includeSubdomains; preload
2024-02-14T17:41:32.503Z [DEBUG] provider.terraform-provider-github_v5.45.0: Vary: Accept, Authorization, Cookie, X-GitHub-OTP
2024-02-14T17:41:32.503Z [DEBUG] provider.terraform-provider-github_v5.45.0: Vary: Accept-Encoding, Accept, X-Requested-With
2024-02-14T17:41:32.503Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Accepted-Oauth-Scopes:
2024-02-14T17:41:32.503Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Content-Type-Options: nosniff
2024-02-14T17:41:32.503Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Frame-Options: deny
2024-02-14T17:41:32.503Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Github-Api-Version-Selected: 2022-11-28
2024-02-14T17:41:32.503Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Github-Media-Type: github.v3; format=json, github.stone-crop-preview; format=json
2024-02-14T17:41:32.503Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Github-Request-Id: E8A1:2B8E2F:648ACED:657E4B9:65CCFB4C
2024-02-14T17:41:32.503Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Oauth-Client-Id: 178c6fc778ccc68e1d6a
2024-02-14T17:41:32.503Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Oauth-Scopes: admin:org, admin:repo_hook, gist, repo
2024-02-14T17:41:32.503Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Ratelimit-Limit: 5000
2024-02-14T17:41:32.503Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Ratelimit-Remaining: 4987
2024-02-14T17:41:32.503Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Ratelimit-Reset: 1707935319
2024-02-14T17:41:32.503Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Ratelimit-Resource: core
2024-02-14T17:41:32.503Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Ratelimit-Used: 13
2024-02-14T17:41:32.503Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Xss-Protection: 0
2024-02-14T17:41:32.503Z [DEBUG] provider.terraform-provider-github_v5.45.0
2024-02-14T17:41:32.503Z [DEBUG] provider.terraform-provider-github_v5.45.0: {
2024-02-14T17:41:32.503Z [DEBUG] provider.terraform-provider-github_v5.45.0: "login": "matthiasr",
2024-02-14T17:41:32.504Z [DEBUG] provider.terraform-provider-github_v5.45.0: "id": 131590,
2024-02-14T17:41:32.504Z [DEBUG] provider.terraform-provider-github_v5.45.0: "node_id": "MDQ6VXNlcjEzMTU5MA==",
2024-02-14T17:41:32.504Z [DEBUG] provider.terraform-provider-github_v5.45.0: "avatar_url": "https://avatars.githubusercontent.com/u/131590?v=4",
2024-02-14T17:41:32.504Z [DEBUG] provider.terraform-provider-github_v5.45.0: "gravatar_id": "",
2024-02-14T17:41:32.504Z [DEBUG] provider.terraform-provider-github_v5.45.0: "url": "https://api.github.com/users/matthiasr",
2024-02-14T17:41:32.504Z [DEBUG] provider.terraform-provider-github_v5.45.0: "html_url": "https://github.com/matthiasr",
2024-02-14T17:41:32.504Z [DEBUG] provider.terraform-provider-github_v5.45.0: "followers_url": "https://api.github.com/users/matthiasr/followers",
2024-02-14T17:41:32.504Z [DEBUG] provider.terraform-provider-github_v5.45.0: "following_url": "https://api.github.com/users/matthiasr/following{/other_user}",
2024-02-14T17:41:32.504Z [DEBUG] provider.terraform-provider-github_v5.45.0: "gists_url": "https://api.github.com/users/matthiasr/gists{/gist_id}",
2024-02-14T17:41:32.504Z [DEBUG] provider.terraform-provider-github_v5.45.0: "starred_url": "https://api.github.com/users/matthiasr/starred{/owner}{/repo}",
2024-02-14T17:41:32.504Z [DEBUG] provider.terraform-provider-github_v5.45.0: "subscriptions_url": "https://api.github.com/users/matthiasr/subscriptions",
2024-02-14T17:41:32.504Z [DEBUG] provider.terraform-provider-github_v5.45.0: "organizations_url": "https://api.github.com/users/matthiasr/orgs",
2024-02-14T17:41:32.504Z [DEBUG] provider.terraform-provider-github_v5.45.0: "repos_url": "https://api.github.com/users/matthiasr/repos",
2024-02-14T17:41:32.504Z [DEBUG] provider.terraform-provider-github_v5.45.0: "events_url": "https://api.github.com/users/matthiasr/events{/privacy}",
2024-02-14T17:41:32.504Z [DEBUG] provider.terraform-provider-github_v5.45.0: "received_events_url": "https://api.github.com/users/matthiasr/received_events",
2024-02-14T17:41:32.504Z [DEBUG] provider.terraform-provider-github_v5.45.0: "type": "User",
2024-02-14T17:41:32.504Z [DEBUG] provider.terraform-provider-github_v5.45.0: "site_admin": false,
2024-02-14T17:41:32.504Z [DEBUG] provider.terraform-provider-github_v5.45.0: "name": "Matthias Rampke",
2024-02-14T17:41:32.504Z [DEBUG] provider.terraform-provider-github_v5.45.0: "company": "@chronosphereio ",
2024-02-14T17:41:32.504Z [DEBUG] provider.terraform-provider-github_v5.45.0: "blog": "https://rampke.de/",
2024-02-14T17:41:32.504Z [DEBUG] provider.terraform-provider-github_v5.45.0: "location": "Berlin, Germany",
2024-02-14T17:41:32.504Z [DEBUG] provider.terraform-provider-github_v5.45.0: "email": "matthias@rampke.de",
2024-02-14T17:41:32.504Z [DEBUG] provider.terraform-provider-github_v5.45.0: "hireable": null,
2024-02-14T17:41:32.504Z [DEBUG] provider.terraform-provider-github_v5.45.0: "bio": null,
2024-02-14T17:41:32.504Z [DEBUG] provider.terraform-provider-github_v5.45.0: "twitter_username": null,
2024-02-14T17:41:32.504Z [DEBUG] provider.terraform-provider-github_v5.45.0: "public_repos": 72,
2024-02-14T17:41:32.504Z [DEBUG] provider.terraform-provider-github_v5.45.0: "public_gists": 46,
2024-02-14T17:41:32.504Z [DEBUG] provider.terraform-provider-github_v5.45.0: "followers": 105,
2024-02-14T17:41:32.504Z [DEBUG] provider.terraform-provider-github_v5.45.0: "following": 8,
2024-02-14T17:41:32.504Z [DEBUG] provider.terraform-provider-github_v5.45.0: "created_at": "2009-09-26T13:30:19Z",
2024-02-14T17:41:32.504Z [DEBUG] provider.terraform-provider-github_v5.45.0: "updated_at": "2024-02-09T12:26:12Z"
2024-02-14T17:41:32.512Z [DEBUG] provider.terraform-provider-github_v5.45.0: }
2024-02-14T17:41:32.512Z [DEBUG] provider.terraform-provider-github_v5.45.0: -----------------------------------------------------
2024-02-14T17:41:32.512Z [TRACE] vertex "provider[\"registry.terraform.io/integrations/github\"]": visit complete
2024-02-14T17:41:32.513Z [TRACE] vertex "github_repository.repository (expand)": starting visit (*terraform.nodeExpandApplyableResource)
2024-02-14T17:41:32.513Z [TRACE] vertex "github_repository.repository (expand)": visit complete
2024-02-14T17:41:32.513Z [TRACE] vertex "github_repository.repository": starting visit (*terraform.NodeApplyableResourceInstance)
2024-02-14T17:41:32.513Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T17:41:32.513Z [TRACE] readDiff: Read Update change from plan for github_repository.repository
2024-02-14T17:41:32.513Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T17:41:32.513Z [TRACE] readResourceInstanceState: reading state for github_repository.repository
2024-02-14T17:41:32.514Z [TRACE] upgradeResourceState: schema version of github_repository.repository is still 1; calling provider "github" for any other minor fixups
2024-02-14T17:41:32.514Z [TRACE] GRPCProvider: UpgradeResourceState
2024-02-14T17:41:32.514Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T17:41:32.517Z [TRACE] readDiff: Read Update change from plan for github_repository.repository
2024-02-14T17:41:32.517Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T17:41:32.518Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T17:41:32.518Z [TRACE] Re-validating config for "github_repository.repository"
2024-02-14T17:41:32.518Z [TRACE] GRPCProvider: ValidateResourceConfig
2024-02-14T17:41:32.518Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T17:41:32.519Z [TRACE] GRPCProvider: PlanResourceChange
2024-02-14T17:41:32.519Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T17:41:32.528Z [WARN] Provider "registry.terraform.io/integrations/github" produced an invalid plan for github_repository.repository, but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .has_downloads: planned value cty.False for a non-computed attribute
- .is_template: planned value cty.False for a non-computed attribute
- .merge_commit_title: planned value cty.StringVal("MERGE_MESSAGE") for a non-computed attribute
- .auto_init: planned value cty.False for a non-computed attribute
- .homepage_url: planned value cty.StringVal("") for a non-computed attribute
- .squash_merge_commit_message: planned value cty.StringVal("COMMIT_MESSAGES") for a non-computed attribute
- .web_commit_signoff_required: planned value cty.False for a non-computed attribute
- .merge_commit_message: planned value cty.StringVal("PR_TITLE") for a non-computed attribute
- .has_projects: planned value cty.False for a non-computed attribute
- .squash_merge_commit_title: planned value cty.StringVal("COMMIT_OR_PR_TITLE") for a non-computed attribute
- .allow_rebase_merge: planned value cty.True for a non-computed attribute
- .delete_branch_on_merge: planned value cty.False for a non-computed attribute
- .vulnerability_alerts: planned value cty.False for a non-computed attribute
- .allow_merge_commit: planned value cty.True for a non-computed attribute
- .allow_update_branch: planned value cty.False for a non-computed attribute
- .has_discussions: planned value cty.False for a non-computed attribute
- .allow_auto_merge: planned value cty.False for a non-computed attribute
- .allow_squash_merge: planned value cty.True for a non-computed attribute
2024-02-14T17:41:32.528Z [TRACE] checkPlannedChange: Verifying that actual change (action Update) matches planned change (action Update)
github_repository.repository: Modifying... [id=import_test]
2024-02-14T17:41:32.529Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T17:41:32.529Z [INFO] Starting apply for github_repository.repository
2024-02-14T17:41:32.530Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T17:41:32.530Z [DEBUG] github_repository.repository: applying the planned Update change
2024-02-14T17:41:32.530Z [TRACE] GRPCProvider: ApplyResourceChange
2024-02-14T17:41:32.530Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T17:41:32.535Z [DEBUG] provider.terraform-provider-github_v5.45.0: 2024/02/14 17:41:32 [DEBUG] GitHub API Request Details:
2024-02-14T17:41:32.535Z [DEBUG] provider.terraform-provider-github_v5.45.0: ---[ REQUEST ]---------------------------------------
2024-02-14T17:41:32.535Z [DEBUG] provider.terraform-provider-github_v5.45.0: PATCH /repos/matthiasr/import_test HTTP/1.1
2024-02-14T17:41:32.535Z [DEBUG] provider.terraform-provider-github_v5.45.0: Host: api.github.com
2024-02-14T17:41:32.535Z [DEBUG] provider.terraform-provider-github_v5.45.0: User-Agent: go-github/v57.0.0
2024-02-14T17:41:32.535Z [DEBUG] provider.terraform-provider-github_v5.45.0: Content-Length: 799
2024-02-14T17:41:32.535Z [DEBUG] provider.terraform-provider-github_v5.45.0: Accept: application/vnd.github.baptiste-preview+json, application/vnd.github.nebula-preview+json,application/vnd.github.stone-crop-preview+json
2024-02-14T17:41:32.535Z [DEBUG] provider.terraform-provider-github_v5.45.0: Content-Type: application/json
2024-02-14T17:41:32.535Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Github-Api-Version: 2022-11-28
2024-02-14T17:41:32.535Z [DEBUG] provider.terraform-provider-github_v5.45.0: Accept-Encoding: gzip
2024-02-14T17:41:32.535Z [DEBUG] provider.terraform-provider-github_v5.45.0
2024-02-14T17:41:32.535Z [DEBUG] provider.terraform-provider-github_v5.45.0: {
2024-02-14T17:41:32.535Z [DEBUG] provider.terraform-provider-github_v5.45.0: "name": "import_test",
2024-02-14T17:41:32.535Z [DEBUG] provider.terraform-provider-github_v5.45.0: "description": "testing import",
2024-02-14T17:41:32.535Z [DEBUG] provider.terraform-provider-github_v5.45.0: "homepage": "",
2024-02-14T17:41:32.535Z [DEBUG] provider.terraform-provider-github_v5.45.0: "auto_init": false,
2024-02-14T17:41:32.535Z [DEBUG] provider.terraform-provider-github_v5.45.0: "allow_rebase_merge": true,
2024-02-14T17:41:32.535Z [DEBUG] provider.terraform-provider-github_v5.45.0: "allow_update_branch": false,
2024-02-14T17:41:32.535Z [DEBUG] provider.terraform-provider-github_v5.45.0: "allow_squash_merge": true,
2024-02-14T17:41:32.535Z [DEBUG] provider.terraform-provider-github_v5.45.0: "allow_merge_commit": true,
2024-02-14T17:41:32.535Z [DEBUG] provider.terraform-provider-github_v5.45.0: "allow_auto_merge": false,
2024-02-14T17:41:32.535Z [DEBUG] provider.terraform-provider-github_v5.45.0: "web_commit_signoff_required": false,
2024-02-14T17:41:32.535Z [DEBUG] provider.terraform-provider-github_v5.45.0: "delete_branch_on_merge": false,
2024-02-14T17:41:32.535Z [DEBUG] provider.terraform-provider-github_v5.45.0: "squash_merge_commit_title": "COMMIT_OR_PR_TITLE",
2024-02-14T17:41:32.535Z [DEBUG] provider.terraform-provider-github_v5.45.0: "squash_merge_commit_message": "COMMIT_MESSAGES",
2024-02-14T17:41:32.535Z [DEBUG] provider.terraform-provider-github_v5.45.0: "merge_commit_title": "MERGE_MESSAGE",
2024-02-14T17:41:32.535Z [DEBUG] provider.terraform-provider-github_v5.45.0: "merge_commit_message": "PR_TITLE",
2024-02-14T17:41:32.535Z [DEBUG] provider.terraform-provider-github_v5.45.0: "archived": true,
2024-02-14T17:41:32.535Z [DEBUG] provider.terraform-provider-github_v5.45.0: "has_issues": true,
2024-02-14T17:41:32.535Z [DEBUG] provider.terraform-provider-github_v5.45.0: "has_wiki": true,
2024-02-14T17:41:32.535Z [DEBUG] provider.terraform-provider-github_v5.45.0: "has_projects": false,
2024-02-14T17:41:32.535Z [DEBUG] provider.terraform-provider-github_v5.45.0: "has_downloads": false,
2024-02-14T17:41:32.535Z [DEBUG] provider.terraform-provider-github_v5.45.0: "has_discussions": false,
2024-02-14T17:41:32.535Z [DEBUG] provider.terraform-provider-github_v5.45.0: "is_template": false,
2024-02-14T17:41:32.535Z [DEBUG] provider.terraform-provider-github_v5.45.0: "license_template": "",
2024-02-14T17:41:32.535Z [DEBUG] provider.terraform-provider-github_v5.45.0: "gitignore_template": "",
2024-02-14T17:41:32.535Z [DEBUG] provider.terraform-provider-github_v5.45.0: "security_and_analysis": {
2024-02-14T17:41:32.535Z [DEBUG] provider.terraform-provider-github_v5.45.0: "advanced_security": {
2024-02-14T17:41:32.535Z [DEBUG] provider.terraform-provider-github_v5.45.0: "status": "disabled"
2024-02-14T17:41:32.535Z [DEBUG] provider.terraform-provider-github_v5.45.0: },
2024-02-14T17:41:32.535Z [DEBUG] provider.terraform-provider-github_v5.45.0: "secret_scanning": {
2024-02-14T17:41:32.535Z [DEBUG] provider.terraform-provider-github_v5.45.0: "status": "disabled"
2024-02-14T17:41:32.535Z [DEBUG] provider.terraform-provider-github_v5.45.0: },
2024-02-14T17:41:32.535Z [DEBUG] provider.terraform-provider-github_v5.45.0: "secret_scanning_push_protection": {
2024-02-14T17:41:32.535Z [DEBUG] provider.terraform-provider-github_v5.45.0: "status": "disabled"
2024-02-14T17:41:32.535Z [DEBUG] provider.terraform-provider-github_v5.45.0: }
2024-02-14T17:41:32.535Z [DEBUG] provider.terraform-provider-github_v5.45.0: }
2024-02-14T17:41:32.536Z [DEBUG] provider.terraform-provider-github_v5.45.0: }
2024-02-14T17:41:32.536Z [DEBUG] provider.terraform-provider-github_v5.45.0
2024-02-14T17:41:32.536Z [DEBUG] provider.terraform-provider-github_v5.45.0: -----------------------------------------------------
2024-02-14T17:41:32.891Z [DEBUG] provider.terraform-provider-github_v5.45.0: 2024/02/14 17:41:32 [DEBUG] GitHub API Response Details:
2024-02-14T17:41:32.891Z [DEBUG] provider.terraform-provider-github_v5.45.0: ---[ RESPONSE ]--------------------------------------
2024-02-14T17:41:32.892Z [DEBUG] provider.terraform-provider-github_v5.45.0: HTTP/2.0 422 Unprocessable Entity
2024-02-14T17:41:32.892Z [DEBUG] provider.terraform-provider-github_v5.45.0: Content-Length: 138
2024-02-14T17:41:32.892Z [DEBUG] provider.terraform-provider-github_v5.45.0: Access-Control-Allow-Origin: *
2024-02-14T17:41:32.892Z [DEBUG] provider.terraform-provider-github_v5.45.0: Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset
2024-02-14T17:41:32.892Z [DEBUG] provider.terraform-provider-github_v5.45.0: Content-Security-Policy: default-src 'none'
2024-02-14T17:41:32.892Z [DEBUG] provider.terraform-provider-github_v5.45.0: Content-Type: application/json; charset=utf-8
2024-02-14T17:41:32.892Z [DEBUG] provider.terraform-provider-github_v5.45.0: Date: Wed, 14 Feb 2024 17:41:32 GMT
2024-02-14T17:41:32.892Z [DEBUG] provider.terraform-provider-github_v5.45.0: Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin
2024-02-14T17:41:32.892Z [DEBUG] provider.terraform-provider-github_v5.45.0: Server: GitHub.com
2024-02-14T17:41:32.892Z [DEBUG] provider.terraform-provider-github_v5.45.0: Strict-Transport-Security: max-age=31536000; includeSubdomains; preload
2024-02-14T17:41:32.892Z [DEBUG] provider.terraform-provider-github_v5.45.0: Vary: Accept-Encoding, Accept, X-Requested-With
2024-02-14T17:41:32.892Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Accepted-Oauth-Scopes:
2024-02-14T17:41:32.892Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Content-Type-Options: nosniff
2024-02-14T17:41:32.892Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Frame-Options: deny
2024-02-14T17:41:32.892Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Github-Api-Version-Selected: 2022-11-28
2024-02-14T17:41:32.892Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Github-Media-Type: github.v3; param=baptiste-preview.nebula-preview; format=json, github.stone-crop-preview; format=json
2024-02-14T17:41:32.892Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Github-Request-Id: E8A1:2B8E2F:648ADD4:657E5A2:65CCFB4C
2024-02-14T17:41:32.892Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Oauth-Client-Id: 178c6fc778ccc68e1d6a
2024-02-14T17:41:32.892Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Oauth-Scopes: admin:org, admin:repo_hook, gist, repo
2024-02-14T17:41:32.892Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Ratelimit-Limit: 5000
2024-02-14T17:41:32.892Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Ratelimit-Remaining: 4986
2024-02-14T17:41:32.892Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Ratelimit-Reset: 1707935319
2024-02-14T17:41:32.892Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Ratelimit-Resource: core
2024-02-14T17:41:32.892Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Ratelimit-Used: 14
2024-02-14T17:41:32.892Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Xss-Protection: 0
2024-02-14T17:41:32.892Z [DEBUG] provider.terraform-provider-github_v5.45.0
2024-02-14T17:41:32.892Z [DEBUG] provider.terraform-provider-github_v5.45.0: {
2024-02-14T17:41:32.892Z [DEBUG] provider.terraform-provider-github_v5.45.0: "message": "Advanced security has not been purchased.",
2024-02-14T17:41:32.892Z [DEBUG] provider.terraform-provider-github_v5.45.0: "documentation_url": "https://docs.github.com/rest/repos/repos#update-a-repository"
2024-02-14T17:41:32.892Z [DEBUG] provider.terraform-provider-github_v5.45.0: }
2024-02-14T17:41:32.892Z [DEBUG] provider.terraform-provider-github_v5.45.0: -----------------------------------------------------
2024-02-14T17:41:32.895Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T17:41:32.895Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for github_repository.repository
2024-02-14T17:41:32.895Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for github_repository.repository
2024-02-14T17:41:32.895Z [TRACE] evalApplyProvisioners: github_repository.repository is not freshly-created, so no provisioning is required
2024-02-14T17:41:32.895Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T17:41:32.895Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for github_repository.repository
2024-02-14T17:41:32.895Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for github_repository.repository
2024-02-14T17:41:32.897Z [TRACE] statemgr.Filesystem: creating backup snapshot at terraform.tfstate.backup
2024-02-14T17:41:32.898Z [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 43
2024-02-14T17:41:32.898Z [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
2024-02-14T17:41:32.905Z [DEBUG] State storage *statemgr.Filesystem declined to persist a state snapshot
2024-02-14T17:41:32.905Z [ERROR] vertex "github_repository.repository" error: PATCH https://api.github.com/repos/matthiasr/import_test: 422 Advanced security has not been purchased. []
2024-02-14T17:41:32.905Z [TRACE] vertex "github_repository.repository": visit complete, with errors
2024-02-14T17:41:32.905Z [TRACE] dag/walk: upstream of "provider[\"registry.terraform.io/integrations/github\"] (close)" errored, so skipping
2024-02-14T17:41:32.905Z [TRACE] dag/walk: upstream of "root" errored, so skipping
2024-02-14T17:41:32.905Z [TRACE] statemgr.Filesystem: have already backed up original terraform.tfstate to terraform.tfstate.backup on a previous write
2024-02-14T17:41:32.906Z [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 44
2024-02-14T17:41:32.906Z [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
│ Error: PATCH https://api.github.com/repos/matthiasr/import_test: 422 Advanced security has not been purchased. []
│ with github_repository.repository,
│ on main.tf line 11, in resource "github_repository" "repository":
│ 11: resource "github_repository" "repository" {
2024-02-14T17:41:32.913Z [TRACE] statemgr.Filesystem: removing lock metadata file .terraform.tfstate.lock.info
2024-02-14T17:41:32.913Z [TRACE] statemgr.Filesystem: unlocking terraform.tfstate using fcntl flock
2024-02-14T17:41:32.915Z [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2024-02-14T17:41:32.918Z [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0 pid=59128
2024-02-14T17:41:32.918Z [DEBUG] provider: plugin exited
❯ TF_LOG=trace terraform apply -auto-approve
2024-02-14T16:46:07.909Z [INFO] Terraform version: 1.6.1
2024-02-14T16:46:07.909Z [DEBUG] using github.com/hashicorp/go-tfe v1.34.0
2024-02-14T16:46:07.909Z [DEBUG] using github.com/hashicorp/hcl/v2 v2.18.1
2024-02-14T16:46:07.909Z [DEBUG] using github.com/hashicorp/terraform-svchost v0.1.1
2024-02-14T16:46:07.909Z [DEBUG] using github.com/zclconf/go-cty v1.14.1
2024-02-14T16:46:07.909Z [INFO] Go runtime version: go1.21.1
2024-02-14T16:46:07.909Z [INFO] CLI args: []string{"/opt/homebrew/Cellar/tfenv/3.0.0/versions/1.6.1/terraform", "apply", "-auto-approve"}
2024-02-14T16:46:07.909Z [TRACE] Stdout is a terminal of width 158
2024-02-14T16:46:07.909Z [TRACE] Stderr is a terminal of width 158
2024-02-14T16:46:07.909Z [TRACE] Stdin is a terminal
2024-02-14T16:46:07.909Z [DEBUG] Attempting to open CLI config file: /Users/matthiasrampke/.terraformrc
2024-02-14T16:46:07.909Z [INFO] Loading CLI configuration from /Users/matthiasrampke/.terraformrc
2024-02-14T16:46:07.909Z [DEBUG] ignoring non-existing provider search directory terraform.d/plugins
2024-02-14T16:46:07.909Z [DEBUG] ignoring non-existing provider search directory /Users/matthiasrampke/.terraform.d/plugins
2024-02-14T16:46:07.909Z [DEBUG] ignoring non-existing provider search directory /Users/matthiasrampke/Library/Application Support/io.terraform/plugins
2024-02-14T16:46:07.909Z [DEBUG] ignoring non-existing provider search directory /Library/Application Support/io.terraform/plugins
2024-02-14T16:46:07.909Z [INFO] CLI command args: []string{"apply", "-auto-approve"}
2024-02-14T16:46:07.910Z [TRACE] Meta.Backend: no config given or present on disk, so returning nil config
2024-02-14T16:46:07.910Z [TRACE] Meta.Backend: backend has not previously been initialized in this working directory
2024-02-14T16:46:07.910Z [DEBUG] New state was assigned lineage "8f933017-ffa0-f314-4368-638be2428847"
2024-02-14T16:46:07.910Z [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend)
2024-02-14T16:46:07.910Z [TRACE] Meta.Backend: instantiated backend of type <nil>
2024-02-14T16:46:07.910Z [TRACE] providercache.fillMetaCache: scanning directory .terraform/providers
2024-02-14T16:46:07.910Z [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/integrations/github v5.45.0 for darwin_arm64 at .terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64
2024-02-14T16:46:07.910Z [TRACE] providercache.fillMetaCache: including .terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64 as a candidate package for registry.terraform.io/integrations/github 5.45.0
2024-02-14T16:46:07.925Z [DEBUG] checking for provisioner in "."
2024-02-14T16:46:07.925Z [DEBUG] checking for provisioner in "/opt/homebrew/Cellar/tfenv/3.0.0/versions/1.6.1"
2024-02-14T16:46:07.925Z [TRACE] Meta.Backend: backend <nil> does not support operations, so wrapping it in a local backend
2024-02-14T16:46:07.926Z [INFO] backend/local: starting Apply operation
2024-02-14T16:46:07.926Z [TRACE] backend/local: requesting state manager for workspace "default"
2024-02-14T16:46:07.926Z [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
2024-02-14T16:46:07.926Z [TRACE] backend/local: requesting state lock for workspace "default"
2024-02-14T16:46:07.927Z [TRACE] statemgr.Filesystem: preparing to manage state snapshots at terraform.tfstate
2024-02-14T16:46:07.928Z [TRACE] statemgr.Filesystem: existing snapshot has lineage "74c5b913-61ee-10a1-709e-9a7cf6f8b697" serial 38
2024-02-14T16:46:07.928Z [TRACE] statemgr.Filesystem: locking terraform.tfstate using fcntl flock
2024-02-14T16:46:07.928Z [TRACE] statemgr.Filesystem: writing lock metadata to .terraform.tfstate.lock.info
2024-02-14T16:46:07.928Z [TRACE] backend/local: reading remote state for workspace "default"
2024-02-14T16:46:07.928Z [TRACE] statemgr.Filesystem: reading latest snapshot from terraform.tfstate
2024-02-14T16:46:07.928Z [TRACE] statemgr.Filesystem: read snapshot with lineage "74c5b913-61ee-10a1-709e-9a7cf6f8b697" serial 38
2024-02-14T16:46:07.928Z [TRACE] backend/local: populating backend.LocalRun for current working directory
2024-02-14T16:46:07.929Z [TRACE] Config.VerifyDependencySelections: provider registry.terraform.io/integrations/github has 5.45.0 to satisfy ""
2024-02-14T16:46:07.929Z [TRACE] terraform.NewContext: starting
2024-02-14T16:46:07.929Z [TRACE] terraform.NewContext: complete
2024-02-14T16:46:07.929Z [TRACE] backend/local: requesting interactive input, if necessary
2024-02-14T16:46:07.929Z [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/integrations/github"
2024-02-14T16:46:07.929Z [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/integrations/github" to read its schema
2024-02-14T16:46:07.929Z [DEBUG] created provider logger: level=trace
2024-02-14T16:46:07.929Z [INFO] provider: configuring client automatic mTLS
2024-02-14T16:46:07.934Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0 args=[".terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0"]
2024-02-14T16:46:07.936Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0 pid=54483
2024-02-14T16:46:07.936Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0
2024-02-14T16:46:07.945Z [INFO] provider.terraform-provider-github_v5.45.0: configuring server automatic mTLS: timestamp=2024-02-14T16:46:07.945Z
2024-02-14T16:46:07.951Z [DEBUG] provider: using plugin: version=5
2024-02-14T16:46:07.951Z [DEBUG] provider.terraform-provider-github_v5.45.0: plugin address: address=/var/folders/qr/_1x7dj194gz_67pn51xrds500000gn/T/plugin2107346738 network=unix timestamp=2024-02-14T16:46:07.951Z
2024-02-14T16:46:07.955Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:46:07.955Z [TRACE] provider.stdio: waiting for stdio data
2024-02-14T16:46:07.958Z [DEBUG] No provider meta schema returned
2024-02-14T16:46:07.960Z [TRACE] GRPCProvider: Close
2024-02-14T16:46:07.960Z [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2024-02-14T16:46:07.961Z [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0 pid=54483
2024-02-14T16:46:07.961Z [DEBUG] provider: plugin exited
2024-02-14T16:46:07.961Z [TRACE] Context.Input: Prompting for provider arguments
2024-02-14T16:46:07.961Z [TRACE] Context.Input: Provider provider.github declared at main.tf:9,1-18
2024-02-14T16:46:07.961Z [TRACE] Context.Input: Input for provider.github: map[string]cty.Value{}
2024-02-14T16:46:07.961Z [TRACE] backend/local: running validation operation
2024-02-14T16:46:07.961Z [DEBUG] Building and walking validate graph
2024-02-14T16:46:07.961Z [TRACE] building graph for walkValidate
2024-02-14T16:46:07.961Z [TRACE] Executing graph transform *terraform.ConfigTransformer
2024-02-14T16:46:07.961Z [TRACE] ConfigTransformer: Starting for path:
2024-02-14T16:46:07.961Z [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
github_repository.repository - *terraform.NodeValidatableResource
------
2024-02-14T16:46:07.961Z [TRACE] Executing graph transform *terraform.RootVariableTransformer
2024-02-14T16:46:07.961Z [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2024-02-14T16:46:07.961Z [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2024-02-14T16:46:07.961Z [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2024-02-14T16:46:07.961Z [TRACE] Executing graph transform *terraform.LocalTransformer
2024-02-14T16:46:07.961Z [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2024-02-14T16:46:07.961Z [TRACE] Executing graph transform *terraform.OutputTransformer
2024-02-14T16:46:07.961Z [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2024-02-14T16:46:07.961Z [TRACE] Executing graph transform *terraform.checkTransformer
2024-02-14T16:46:07.961Z [TRACE] Completed graph transform *terraform.checkTransformer (no changes)
2024-02-14T16:46:07.961Z [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2024-02-14T16:46:07.961Z [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2024-02-14T16:46:07.961Z [TRACE] Executing graph transform *terraform.StateTransformer
2024-02-14T16:46:07.961Z [TRACE] StateTransformer: pointless no-op call, creating no nodes at all
2024-02-14T16:46:07.961Z [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2024-02-14T16:46:07.961Z [TRACE] Executing graph transform *terraform.AttachStateTransformer
2024-02-14T16:46:07.961Z [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2024-02-14T16:46:07.961Z [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2024-02-14T16:46:07.961Z [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2024-02-14T16:46:07.961Z [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2024-02-14T16:46:07.961Z [TRACE] AttachResourceConfigTransformer: attaching to "github_repository.repository" (*terraform.NodeValidatableResource) config from main.tf:11,1-42
2024-02-14T16:46:07.961Z [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to github_repository.repository
2024-02-14T16:46:07.961Z [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2024-02-14T16:46:07.961Z [TRACE] Executing graph transform *terraform.graphTransformerMulti
2024-02-14T16:46:07.961Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2024-02-14T16:46:07.961Z [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/integrations/github\"]" provider configuration from main.tf:9,1-18
2024-02-14T16:46:07.961Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
github_repository.repository - *terraform.NodeValidatableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
------
2024-02-14T16:46:07.961Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2024-02-14T16:46:07.961Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2024-02-14T16:46:07.961Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2024-02-14T16:46:07.961Z [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/integrations/github"] serving github_repository.repository
2024-02-14T16:46:07.961Z [DEBUG] ProviderTransformer: "github_repository.repository" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/integrations/github"]
2024-02-14T16:46:07.961Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
github_repository.repository - *terraform.NodeValidatableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
------
2024-02-14T16:46:07.961Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2024-02-14T16:46:07.961Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2024-02-14T16:46:07.961Z [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
github_repository.repository - *terraform.NodeValidatableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
------
2024-02-14T16:46:07.961Z [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2024-02-14T16:46:07.961Z [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2024-02-14T16:46:07.961Z [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2024-02-14T16:46:07.961Z [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/integrations/github" to read its schema
2024-02-14T16:46:07.961Z [TRACE] AttachSchemaTransformer: attaching resource schema to github_repository.repository
2024-02-14T16:46:07.961Z [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/integrations/github" to read its schema
2024-02-14T16:46:07.961Z [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/integrations/github"]
2024-02-14T16:46:07.961Z [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2024-02-14T16:46:07.961Z [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2024-02-14T16:46:07.961Z [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2024-02-14T16:46:07.961Z [TRACE] Executing graph transform *terraform.ExternalReferenceTransformer
2024-02-14T16:46:07.961Z [TRACE] Completed graph transform *terraform.ExternalReferenceTransformer (no changes)
2024-02-14T16:46:07.961Z [TRACE] Executing graph transform *terraform.ReferenceTransformer
2024-02-14T16:46:07.961Z [DEBUG] ReferenceTransformer: "github_repository.repository" references: []
2024-02-14T16:46:07.961Z [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/integrations/github\"]" references: []
2024-02-14T16:46:07.961Z [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2024-02-14T16:46:07.961Z [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2024-02-14T16:46:07.961Z [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2024-02-14T16:46:07.961Z [TRACE] Executing graph transform *terraform.attachDataResourceDependsOnTransformer
2024-02-14T16:46:07.961Z [TRACE] Completed graph transform *terraform.attachDataResourceDependsOnTransformer (no changes)
2024-02-14T16:46:07.961Z [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2024-02-14T16:46:07.961Z [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2024-02-14T16:46:07.961Z [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer
2024-02-14T16:46:07.961Z [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer (no changes)
2024-02-14T16:46:07.961Z [TRACE] Executing graph transform *terraform.TargetsTransformer
2024-02-14T16:46:07.961Z [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2024-02-14T16:46:07.961Z [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2024-02-14T16:46:07.961Z [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2024-02-14T16:46:07.961Z [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2024-02-14T16:46:07.961Z [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
github_repository.repository - *terraform.NodeValidatableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] (close) - *terraform.graphNodeCloseProvider
github_repository.repository - *terraform.NodeValidatableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
------
2024-02-14T16:46:07.961Z [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2024-02-14T16:46:07.961Z [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
github_repository.repository - *terraform.NodeValidatableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] (close) - *terraform.graphNodeCloseProvider
github_repository.repository - *terraform.NodeValidatableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
provider["registry.terraform.io/integrations/github"] (close) - *terraform.graphNodeCloseProvider
------
2024-02-14T16:46:07.961Z [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2024-02-14T16:46:07.961Z [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
github_repository.repository - *terraform.NodeValidatableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] (close) - *terraform.graphNodeCloseProvider
github_repository.repository - *terraform.NodeValidatableResource
root - *terraform.nodeCloseModule
provider["registry.terraform.io/integrations/github"] (close) - *terraform.graphNodeCloseProvider
------
2024-02-14T16:46:07.961Z [DEBUG] Starting graph walk: walkValidate
2024-02-14T16:46:07.962Z [TRACE] vertex "provider[\"registry.terraform.io/integrations/github\"]": starting visit (*terraform.NodeApplyableProvider)
2024-02-14T16:46:07.962Z [DEBUG] created provider logger: level=trace
2024-02-14T16:46:07.962Z [INFO] provider: configuring client automatic mTLS
2024-02-14T16:46:07.964Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0 args=[".terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0"]
2024-02-14T16:46:07.965Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0 pid=54484
2024-02-14T16:46:07.965Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0
2024-02-14T16:46:07.974Z [INFO] provider.terraform-provider-github_v5.45.0: configuring server automatic mTLS: timestamp=2024-02-14T16:46:07.974Z
2024-02-14T16:46:07.979Z [DEBUG] provider: using plugin: version=5
2024-02-14T16:46:07.979Z [DEBUG] provider.terraform-provider-github_v5.45.0: plugin address: address=/var/folders/qr/_1x7dj194gz_67pn51xrds500000gn/T/plugin611655634 network=unix timestamp=2024-02-14T16:46:07.979Z
2024-02-14T16:46:07.983Z [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/integrations/github\"]" provider for provider["registry.terraform.io/integrations/github"]
2024-02-14T16:46:07.983Z [TRACE] provider.stdio: waiting for stdio data
2024-02-14T16:46:07.983Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:46:07.987Z [DEBUG] No provider meta schema returned
2024-02-14T16:46:07.989Z [TRACE] NodeApplyableProvider: validating configuration for provider["registry.terraform.io/integrations/github"]
2024-02-14T16:46:07.989Z [TRACE] buildProviderConfig for provider["registry.terraform.io/integrations/github"]: using explicit config only
2024-02-14T16:46:07.989Z [TRACE] vertex "provider[\"registry.terraform.io/integrations/github\"]": visit complete
2024-02-14T16:46:07.989Z [TRACE] vertex "github_repository.repository": starting visit (*terraform.NodeValidatableResource)
2024-02-14T16:46:07.989Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:46:07.989Z [TRACE] GRPCProvider: ValidateResourceConfig
2024-02-14T16:46:07.989Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:46:07.989Z [TRACE] vertex "github_repository.repository": visit complete
2024-02-14T16:46:07.989Z [TRACE] vertex "provider[\"registry.terraform.io/integrations/github\"] (close)": starting visit (*terraform.graphNodeCloseProvider)
2024-02-14T16:46:07.989Z [TRACE] GRPCProvider: Close
2024-02-14T16:46:07.990Z [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2024-02-14T16:46:07.990Z [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0 pid=54484
2024-02-14T16:46:07.990Z [DEBUG] provider: plugin exited
2024-02-14T16:46:07.990Z [TRACE] vertex "provider[\"registry.terraform.io/integrations/github\"] (close)": visit complete
2024-02-14T16:46:07.990Z [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule)
2024-02-14T16:46:07.990Z [TRACE] vertex "root": visit complete
2024-02-14T16:46:07.990Z [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/integrations/github"
2024-02-14T16:46:07.990Z [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/integrations/github" to read its schema
2024-02-14T16:46:07.990Z [INFO] backend/local: apply calling Plan
2024-02-14T16:46:07.990Z [DEBUG] Building and walking plan graph for NormalMode
2024-02-14T16:46:07.990Z [TRACE] building graph for walkPlan
2024-02-14T16:46:07.990Z [TRACE] Executing graph transform *terraform.ConfigTransformer
2024-02-14T16:46:07.990Z [TRACE] ConfigTransformer: Starting for path:
2024-02-14T16:46:07.990Z [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
github_repository.repository (expand) - *terraform.nodeExpandPlannableResource
------
2024-02-14T16:46:07.990Z [TRACE] Executing graph transform *terraform.RootVariableTransformer
2024-02-14T16:46:07.990Z [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2024-02-14T16:46:07.990Z [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2024-02-14T16:46:07.990Z [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2024-02-14T16:46:07.990Z [TRACE] Executing graph transform *terraform.LocalTransformer
2024-02-14T16:46:07.990Z [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2024-02-14T16:46:07.990Z [TRACE] Executing graph transform *terraform.OutputTransformer
2024-02-14T16:46:07.990Z [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2024-02-14T16:46:07.990Z [TRACE] Executing graph transform *terraform.checkTransformer
2024-02-14T16:46:07.990Z [TRACE] Completed graph transform *terraform.checkTransformer (no changes)
2024-02-14T16:46:07.990Z [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2024-02-14T16:46:07.990Z [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2024-02-14T16:46:07.990Z [TRACE] Executing graph transform *terraform.StateTransformer
2024-02-14T16:46:07.990Z [TRACE] StateTransformer: creating nodes for deposed instance objects only
2024-02-14T16:46:07.990Z [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2024-02-14T16:46:07.990Z [TRACE] Executing graph transform *terraform.AttachStateTransformer
2024-02-14T16:46:07.990Z [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2024-02-14T16:46:07.990Z [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2024-02-14T16:46:07.990Z [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2024-02-14T16:46:07.990Z [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2024-02-14T16:46:07.990Z [TRACE] AttachResourceConfigTransformer: attaching to "github_repository.repository (expand)" (*terraform.nodeExpandPlannableResource) config from main.tf:11,1-42
2024-02-14T16:46:07.990Z [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to github_repository.repository (expand)
2024-02-14T16:46:07.990Z [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2024-02-14T16:46:07.990Z [TRACE] Executing graph transform *terraform.graphTransformerMulti
2024-02-14T16:46:07.990Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2024-02-14T16:46:07.990Z [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/integrations/github\"]" provider configuration from main.tf:9,1-18
2024-02-14T16:46:07.990Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
github_repository.repository (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
------
2024-02-14T16:46:07.990Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2024-02-14T16:46:07.990Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2024-02-14T16:46:07.990Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2024-02-14T16:46:07.990Z [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/integrations/github"] serving github_repository.repository (expand)
2024-02-14T16:46:07.990Z [DEBUG] ProviderTransformer: "github_repository.repository (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/integrations/github"]
2024-02-14T16:46:07.990Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
github_repository.repository (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
------
2024-02-14T16:46:07.990Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2024-02-14T16:46:07.990Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2024-02-14T16:46:07.990Z [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
github_repository.repository (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
------
2024-02-14T16:46:07.990Z [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2024-02-14T16:46:07.990Z [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2024-02-14T16:46:07.990Z [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2024-02-14T16:46:07.990Z [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/integrations/github" to read its schema
2024-02-14T16:46:07.990Z [TRACE] AttachSchemaTransformer: attaching resource schema to github_repository.repository (expand)
2024-02-14T16:46:07.990Z [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/integrations/github" to read its schema
2024-02-14T16:46:07.990Z [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/integrations/github"]
2024-02-14T16:46:07.990Z [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2024-02-14T16:46:07.990Z [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2024-02-14T16:46:07.990Z [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2024-02-14T16:46:07.990Z [TRACE] Executing graph transform *terraform.ExternalReferenceTransformer
2024-02-14T16:46:07.990Z [TRACE] Completed graph transform *terraform.ExternalReferenceTransformer (no changes)
2024-02-14T16:46:07.990Z [TRACE] Executing graph transform *terraform.ReferenceTransformer
2024-02-14T16:46:07.990Z [DEBUG] ReferenceTransformer: "github_repository.repository (expand)" references: []
2024-02-14T16:46:07.991Z [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/integrations/github\"]" references: []
2024-02-14T16:46:07.991Z [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2024-02-14T16:46:07.991Z [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2024-02-14T16:46:07.991Z [TRACE] AttachDependenciesTransformer: github_repository.repository depends on []
2024-02-14T16:46:07.991Z [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2024-02-14T16:46:07.991Z [TRACE] Executing graph transform *terraform.attachDataResourceDependsOnTransformer
2024-02-14T16:46:07.991Z [TRACE] Completed graph transform *terraform.attachDataResourceDependsOnTransformer (no changes)
2024-02-14T16:46:07.991Z [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2024-02-14T16:46:07.991Z [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2024-02-14T16:46:07.991Z [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer
2024-02-14T16:46:07.991Z [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer (no changes)
2024-02-14T16:46:07.991Z [TRACE] Executing graph transform *terraform.TargetsTransformer
2024-02-14T16:46:07.991Z [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2024-02-14T16:46:07.991Z [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2024-02-14T16:46:07.991Z [TRACE] ForcedCBDTransformer: "github_repository.repository (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2024-02-14T16:46:07.991Z [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2024-02-14T16:46:07.991Z [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2024-02-14T16:46:07.991Z [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
github_repository.repository (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] (close) - *terraform.graphNodeCloseProvider
github_repository.repository (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
------
2024-02-14T16:46:07.991Z [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2024-02-14T16:46:07.991Z [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
github_repository.repository (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] (close) - *terraform.graphNodeCloseProvider
github_repository.repository (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
provider["registry.terraform.io/integrations/github"] (close) - *terraform.graphNodeCloseProvider
------
2024-02-14T16:46:07.991Z [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2024-02-14T16:46:07.991Z [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
github_repository.repository (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] (close) - *terraform.graphNodeCloseProvider
github_repository.repository (expand) - *terraform.nodeExpandPlannableResource
root - *terraform.nodeCloseModule
provider["registry.terraform.io/integrations/github"] (close) - *terraform.graphNodeCloseProvider
------
2024-02-14T16:46:07.991Z [DEBUG] Starting graph walk: walkPlan
2024-02-14T16:46:07.991Z [TRACE] vertex "provider[\"registry.terraform.io/integrations/github\"]": starting visit (*terraform.NodeApplyableProvider)
2024-02-14T16:46:07.991Z [DEBUG] created provider logger: level=trace
2024-02-14T16:46:07.991Z [INFO] provider: configuring client automatic mTLS
2024-02-14T16:46:07.993Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0 args=[".terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0"]
2024-02-14T16:46:07.994Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0 pid=54485
2024-02-14T16:46:07.995Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0
2024-02-14T16:46:08.004Z [INFO] provider.terraform-provider-github_v5.45.0: configuring server automatic mTLS: timestamp=2024-02-14T16:46:08.004Z
2024-02-14T16:46:08.009Z [DEBUG] provider: using plugin: version=5
2024-02-14T16:46:08.010Z [DEBUG] provider.terraform-provider-github_v5.45.0: plugin address: network=unix address=/var/folders/qr/_1x7dj194gz_67pn51xrds500000gn/T/plugin3636449453 timestamp=2024-02-14T16:46:08.009Z
2024-02-14T16:46:08.013Z [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/integrations/github\"]" provider for provider["registry.terraform.io/integrations/github"]
2024-02-14T16:46:08.013Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:46:08.013Z [TRACE] provider.stdio: waiting for stdio data
2024-02-14T16:46:08.016Z [DEBUG] No provider meta schema returned
2024-02-14T16:46:08.017Z [TRACE] NodeApplyableProvider: configuring provider["registry.terraform.io/integrations/github"]
2024-02-14T16:46:08.017Z [TRACE] buildProviderConfig for provider["registry.terraform.io/integrations/github"]: using explicit config only
2024-02-14T16:46:08.017Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:46:08.017Z [TRACE] GRPCProvider: ValidateProviderConfig
2024-02-14T16:46:08.017Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:46:08.020Z [WARN] ValidateProviderConfig from "provider[\"registry.terraform.io/integrations/github\"]" changed the config value, but that value is unused
2024-02-14T16:46:08.020Z [TRACE] GRPCProvider: ConfigureProvider
2024-02-14T16:46:08.020Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:46:08.020Z [DEBUG] provider.terraform-provider-github_v5.45.0: 2024/02/14 16:46:08 [INFO] Selecting owner from GITHUB_OWNER environment variable
2024-02-14T16:46:08.082Z [DEBUG] provider.terraform-provider-github_v5.45.0: 2024/02/14 16:46:08 [INFO] Using the token from GitHub CLI
2024-02-14T16:46:08.082Z [DEBUG] provider.terraform-provider-github_v5.45.0: 2024/02/14 16:46:08 [INFO] Setting write_delay_ms to 1000
2024-02-14T16:46:08.082Z [DEBUG] provider.terraform-provider-github_v5.45.0: 2024/02/14 16:46:08 [DEBUG] Setting read_delay_ms to 0
2024-02-14T16:46:08.082Z [DEBUG] provider.terraform-provider-github_v5.45.0: 2024/02/14 16:46:08 [DEBUG] Setting parallel_requests to false
2024-02-14T16:46:08.083Z [DEBUG] provider.terraform-provider-github_v5.45.0: 2024/02/14 16:46:08 [DEBUG] GitHub API Request Details:
2024-02-14T16:46:08.083Z [DEBUG] provider.terraform-provider-github_v5.45.0: ---[ REQUEST ]---------------------------------------
2024-02-14T16:46:08.083Z [DEBUG] provider.terraform-provider-github_v5.45.0: GET /user HTTP/1.1
2024-02-14T16:46:08.083Z [DEBUG] provider.terraform-provider-github_v5.45.0: Host: api.github.com
2024-02-14T16:46:08.083Z [DEBUG] provider.terraform-provider-github_v5.45.0: User-Agent: go-github/v57.0.0
2024-02-14T16:46:08.083Z [DEBUG] provider.terraform-provider-github_v5.45.0: Accept: application/vnd.github.v3+json,application/vnd.github.stone-crop-preview+json
2024-02-14T16:46:08.083Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Github-Api-Version: 2022-11-28
2024-02-14T16:46:08.083Z [DEBUG] provider.terraform-provider-github_v5.45.0: Accept-Encoding: gzip
2024-02-14T16:46:08.083Z [DEBUG] provider.terraform-provider-github_v5.45.0
2024-02-14T16:46:08.083Z [DEBUG] provider.terraform-provider-github_v5.45.0
2024-02-14T16:46:08.083Z [DEBUG] provider.terraform-provider-github_v5.45.0: -----------------------------------------------------
2024-02-14T16:46:08.334Z [DEBUG] provider.terraform-provider-github_v5.45.0: 2024/02/14 16:46:08 [DEBUG] GitHub API Response Details:
2024-02-14T16:46:08.335Z [DEBUG] provider.terraform-provider-github_v5.45.0: ---[ RESPONSE ]--------------------------------------
2024-02-14T16:46:08.335Z [DEBUG] provider.terraform-provider-github_v5.45.0: HTTP/2.0 200 OK
2024-02-14T16:46:08.335Z [DEBUG] provider.terraform-provider-github_v5.45.0: Access-Control-Allow-Origin: *
2024-02-14T16:46:08.335Z [DEBUG] provider.terraform-provider-github_v5.45.0: Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset
2024-02-14T16:46:08.335Z [DEBUG] provider.terraform-provider-github_v5.45.0: Cache-Control: private, max-age=60, s-maxage=60
2024-02-14T16:46:08.335Z [DEBUG] provider.terraform-provider-github_v5.45.0: Content-Security-Policy: default-src 'none'
2024-02-14T16:46:08.335Z [DEBUG] provider.terraform-provider-github_v5.45.0: Content-Type: application/json; charset=utf-8
2024-02-14T16:46:08.335Z [DEBUG] provider.terraform-provider-github_v5.45.0: Date: Wed, 14 Feb 2024 16:46:08 GMT
2024-02-14T16:46:08.335Z [DEBUG] provider.terraform-provider-github_v5.45.0: Etag: W/"418427936db8c5d6eab657330e10c5f0f5014d7e596cd21dba9a6c6867399735"
2024-02-14T16:46:08.335Z [DEBUG] provider.terraform-provider-github_v5.45.0: Last-Modified: Fri, 09 Feb 2024 12:26:12 GMT
2024-02-14T16:46:08.335Z [DEBUG] provider.terraform-provider-github_v5.45.0: Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin
2024-02-14T16:46:08.335Z [DEBUG] provider.terraform-provider-github_v5.45.0: Server: GitHub.com
2024-02-14T16:46:08.335Z [DEBUG] provider.terraform-provider-github_v5.45.0: Strict-Transport-Security: max-age=31536000; includeSubdomains; preload
2024-02-14T16:46:08.335Z [DEBUG] provider.terraform-provider-github_v5.45.0: Vary: Accept, Authorization, Cookie, X-GitHub-OTP
2024-02-14T16:46:08.335Z [DEBUG] provider.terraform-provider-github_v5.45.0: Vary: Accept-Encoding, Accept, X-Requested-With
2024-02-14T16:46:08.335Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Accepted-Oauth-Scopes:
2024-02-14T16:46:08.335Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Content-Type-Options: nosniff
2024-02-14T16:46:08.335Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Frame-Options: deny
2024-02-14T16:46:08.335Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Github-Api-Version-Selected: 2022-11-28
2024-02-14T16:46:08.335Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Github-Media-Type: github.v3; format=json, github.stone-crop-preview; format=json
2024-02-14T16:46:08.335Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Github-Request-Id: E72E:32B29:5BEDF42:5CD70AD:65CCEE50
2024-02-14T16:46:08.335Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Oauth-Client-Id: 178c6fc778ccc68e1d6a
2024-02-14T16:46:08.335Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Oauth-Scopes: admin:org, admin:repo_hook, gist, repo
2024-02-14T16:46:08.335Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Ratelimit-Limit: 5000
2024-02-14T16:46:08.335Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Ratelimit-Remaining: 4955
2024-02-14T16:46:08.335Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Ratelimit-Reset: 1707930388
2024-02-14T16:46:08.335Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Ratelimit-Resource: core
2024-02-14T16:46:08.335Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Ratelimit-Used: 45
2024-02-14T16:46:08.335Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Xss-Protection: 0
2024-02-14T16:46:08.335Z [DEBUG] provider.terraform-provider-github_v5.45.0
2024-02-14T16:46:08.335Z [DEBUG] provider.terraform-provider-github_v5.45.0: {
2024-02-14T16:46:08.335Z [DEBUG] provider.terraform-provider-github_v5.45.0: "login": "matthiasr",
2024-02-14T16:46:08.335Z [DEBUG] provider.terraform-provider-github_v5.45.0: "id": 131590,
2024-02-14T16:46:08.335Z [DEBUG] provider.terraform-provider-github_v5.45.0: "node_id": "MDQ6VXNlcjEzMTU5MA==",
2024-02-14T16:46:08.335Z [DEBUG] provider.terraform-provider-github_v5.45.0: "avatar_url": "https://avatars.githubusercontent.com/u/131590?v=4",
2024-02-14T16:46:08.335Z [DEBUG] provider.terraform-provider-github_v5.45.0: "gravatar_id": "",
2024-02-14T16:46:08.335Z [DEBUG] provider.terraform-provider-github_v5.45.0: "url": "https://api.github.com/users/matthiasr",
2024-02-14T16:46:08.335Z [DEBUG] provider.terraform-provider-github_v5.45.0: "html_url": "https://github.com/matthiasr",
2024-02-14T16:46:08.335Z [DEBUG] provider.terraform-provider-github_v5.45.0: "followers_url": "https://api.github.com/users/matthiasr/followers",
2024-02-14T16:46:08.335Z [DEBUG] provider.terraform-provider-github_v5.45.0: "following_url": "https://api.github.com/users/matthiasr/following{/other_user}",
2024-02-14T16:46:08.335Z [DEBUG] provider.terraform-provider-github_v5.45.0: "gists_url": "https://api.github.com/users/matthiasr/gists{/gist_id}",
2024-02-14T16:46:08.335Z [DEBUG] provider.terraform-provider-github_v5.45.0: "starred_url": "https://api.github.com/users/matthiasr/starred{/owner}{/repo}",
2024-02-14T16:46:08.335Z [DEBUG] provider.terraform-provider-github_v5.45.0: "subscriptions_url": "https://api.github.com/users/matthiasr/subscriptions",
2024-02-14T16:46:08.335Z [DEBUG] provider.terraform-provider-github_v5.45.0: "organizations_url": "https://api.github.com/users/matthiasr/orgs",
2024-02-14T16:46:08.335Z [DEBUG] provider.terraform-provider-github_v5.45.0: "repos_url": "https://api.github.com/users/matthiasr/repos",
2024-02-14T16:46:08.335Z [DEBUG] provider.terraform-provider-github_v5.45.0: "events_url": "https://api.github.com/users/matthiasr/events{/privacy}",
2024-02-14T16:46:08.335Z [DEBUG] provider.terraform-provider-github_v5.45.0: "received_events_url": "https://api.github.com/users/matthiasr/received_events",
2024-02-14T16:46:08.336Z [DEBUG] provider.terraform-provider-github_v5.45.0: "type": "User",
2024-02-14T16:46:08.336Z [DEBUG] provider.terraform-provider-github_v5.45.0: "site_admin": false,
2024-02-14T16:46:08.336Z [DEBUG] provider.terraform-provider-github_v5.45.0: "name": "Matthias Rampke",
2024-02-14T16:46:08.336Z [DEBUG] provider.terraform-provider-github_v5.45.0: "company": "@chronosphereio ",
2024-02-14T16:46:08.336Z [DEBUG] provider.terraform-provider-github_v5.45.0: "blog": "https://rampke.de/",
2024-02-14T16:46:08.336Z [DEBUG] provider.terraform-provider-github_v5.45.0: "location": "Berlin, Germany",
2024-02-14T16:46:08.336Z [DEBUG] provider.terraform-provider-github_v5.45.0: "email": "matthias@rampke.de",
2024-02-14T16:46:08.336Z [DEBUG] provider.terraform-provider-github_v5.45.0: "hireable": null,
2024-02-14T16:46:08.336Z [DEBUG] provider.terraform-provider-github_v5.45.0: "bio": null,
2024-02-14T16:46:08.336Z [DEBUG] provider.terraform-provider-github_v5.45.0: "twitter_username": null,
2024-02-14T16:46:08.336Z [DEBUG] provider.terraform-provider-github_v5.45.0: "public_repos": 72,
2024-02-14T16:46:08.336Z [DEBUG] provider.terraform-provider-github_v5.45.0: "public_gists": 46,
2024-02-14T16:46:08.336Z [DEBUG] provider.terraform-provider-github_v5.45.0: "followers": 105,
2024-02-14T16:46:08.336Z [DEBUG] provider.terraform-provider-github_v5.45.0: "following": 8,
2024-02-14T16:46:08.336Z [DEBUG] provider.terraform-provider-github_v5.45.0: "created_at": "2009-09-26T13:30:19Z",
2024-02-14T16:46:08.336Z [DEBUG] provider.terraform-provider-github_v5.45.0: "updated_at": "2024-02-09T12:26:12Z"
2024-02-14T16:46:08.336Z [DEBUG] provider.terraform-provider-github_v5.45.0: }
2024-02-14T16:46:08.336Z [DEBUG] provider.terraform-provider-github_v5.45.0: -----------------------------------------------------
2024-02-14T16:46:08.336Z [TRACE] vertex "provider[\"registry.terraform.io/integrations/github\"]": visit complete
2024-02-14T16:46:08.336Z [TRACE] vertex "github_repository.repository (expand)": starting visit (*terraform.nodeExpandPlannableResource)
2024-02-14T16:46:08.336Z [TRACE] vertex "github_repository.repository (expand)": expanding dynamic subgraph
2024-02-14T16:46:08.336Z [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2024-02-14T16:46:08.336Z [TRACE] ResourceCountTransformer: adding github_repository.repository as *terraform.NodePlannableResourceInstance
2024-02-14T16:46:08.337Z [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
github_repository.repository - *terraform.NodePlannableResourceInstance
------
2024-02-14T16:46:08.337Z [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2024-02-14T16:46:08.337Z [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2024-02-14T16:46:08.337Z [TRACE] Executing graph transform *terraform.AttachStateTransformer
2024-02-14T16:46:08.337Z [TRACE] NodeAbstractResourceInstance.AttachResourceState for github_repository.repository
2024-02-14T16:46:08.337Z [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2024-02-14T16:46:08.337Z [TRACE] Executing graph transform *terraform.TargetsTransformer
2024-02-14T16:46:08.337Z [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2024-02-14T16:46:08.337Z [TRACE] Executing graph transform *terraform.ReferenceTransformer
2024-02-14T16:46:08.337Z [DEBUG] ReferenceTransformer: "github_repository.repository" references: []
2024-02-14T16:46:08.337Z [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2024-02-14T16:46:08.337Z [TRACE] Executing graph transform *terraform.RootTransformer
2024-02-14T16:46:08.337Z [TRACE] Completed graph transform *terraform.RootTransformer with new graph:
github_repository.repository - *terraform.NodePlannableResourceInstance
root - terraform.graphNodeRoot
github_repository.repository - *terraform.NodePlannableResourceInstance
------
2024-02-14T16:46:08.337Z [TRACE] vertex "github_repository.repository (expand)": entering dynamic subgraph
2024-02-14T16:46:08.337Z [TRACE] vertex "github_repository.repository": starting visit (*terraform.NodePlannableResourceInstance)
2024-02-14T16:46:08.337Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:46:08.338Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:46:08.338Z [TRACE] readResourceInstanceState: reading state for github_repository.repository
2024-02-14T16:46:08.338Z [TRACE] upgradeResourceState: schema version of github_repository.repository is still 1; calling provider "github" for any other minor fixups
2024-02-14T16:46:08.338Z [TRACE] GRPCProvider: UpgradeResourceState
2024-02-14T16:46:08.338Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:46:08.347Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:46:08.348Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to prevRunState for github_repository.repository
2024-02-14T16:46:08.348Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for github_repository.repository
2024-02-14T16:46:08.348Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:46:08.348Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for github_repository.repository
2024-02-14T16:46:08.348Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for github_repository.repository
2024-02-14T16:46:08.349Z [TRACE] NodeAbstractResourceInstance.refresh for github_repository.repository
2024-02-14T16:46:08.349Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:46:08.349Z [TRACE] GRPCProvider: GetProviderSchema
github_repository.repository: Refreshing state... [id=import_test]
2024-02-14T16:46:08.349Z [TRACE] GRPCProvider: ReadResource
2024-02-14T16:46:08.349Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:46:08.351Z [DEBUG] provider.terraform-provider-github_v5.45.0: 2024/02/14 16:46:08 [DEBUG] GitHub API Request Details:
2024-02-14T16:46:08.351Z [DEBUG] provider.terraform-provider-github_v5.45.0: ---[ REQUEST ]---------------------------------------
2024-02-14T16:46:08.351Z [DEBUG] provider.terraform-provider-github_v5.45.0: GET /repos/matthiasr/import_test HTTP/1.1
2024-02-14T16:46:08.351Z [DEBUG] provider.terraform-provider-github_v5.45.0: Host: api.github.com
2024-02-14T16:46:08.351Z [DEBUG] provider.terraform-provider-github_v5.45.0: User-Agent: go-github/v57.0.0
2024-02-14T16:46:08.351Z [DEBUG] provider.terraform-provider-github_v5.45.0: Accept: application/vnd.github.scarlet-witch-preview+json, application/vnd.github.mercy-preview+json, application/vnd.github.baptiste-preview+json, application/vnd.github.nebula-preview+json,application/vnd.github.stone-crop-preview+json
2024-02-14T16:46:08.351Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Github-Api-Version: 2022-11-28
2024-02-14T16:46:08.351Z [DEBUG] provider.terraform-provider-github_v5.45.0: Accept-Encoding: gzip
2024-02-14T16:46:08.351Z [DEBUG] provider.terraform-provider-github_v5.45.0
2024-02-14T16:46:08.351Z [DEBUG] provider.terraform-provider-github_v5.45.0
2024-02-14T16:46:08.352Z [DEBUG] provider.terraform-provider-github_v5.45.0: -----------------------------------------------------
2024-02-14T16:46:08.557Z [DEBUG] provider.terraform-provider-github_v5.45.0: 2024/02/14 16:46:08 [DEBUG] GitHub API Response Details:
2024-02-14T16:46:08.557Z [DEBUG] provider.terraform-provider-github_v5.45.0: ---[ RESPONSE ]--------------------------------------
2024-02-14T16:46:08.557Z [DEBUG] provider.terraform-provider-github_v5.45.0: HTTP/2.0 200 OK
2024-02-14T16:46:08.557Z [DEBUG] provider.terraform-provider-github_v5.45.0: Access-Control-Allow-Origin: *
2024-02-14T16:46:08.557Z [DEBUG] provider.terraform-provider-github_v5.45.0: Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset
2024-02-14T16:46:08.557Z [DEBUG] provider.terraform-provider-github_v5.45.0: Cache-Control: private, max-age=60, s-maxage=60
2024-02-14T16:46:08.557Z [DEBUG] provider.terraform-provider-github_v5.45.0: Content-Security-Policy: default-src 'none'
2024-02-14T16:46:08.557Z [DEBUG] provider.terraform-provider-github_v5.45.0: Content-Type: application/json; charset=utf-8
2024-02-14T16:46:08.557Z [DEBUG] provider.terraform-provider-github_v5.45.0: Date: Wed, 14 Feb 2024 16:46:08 GMT
2024-02-14T16:46:08.557Z [DEBUG] provider.terraform-provider-github_v5.45.0: Etag: W/"f1c0febe2576d83ae62f1446de4b8724734dd0df6c1df07bfccaca6b7c0fc8fa"
2024-02-14T16:46:08.557Z [DEBUG] provider.terraform-provider-github_v5.45.0: Last-Modified: Wed, 14 Feb 2024 16:45:28 GMT
2024-02-14T16:46:08.557Z [DEBUG] provider.terraform-provider-github_v5.45.0: Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin
2024-02-14T16:46:08.557Z [DEBUG] provider.terraform-provider-github_v5.45.0: Server: GitHub.com
2024-02-14T16:46:08.557Z [DEBUG] provider.terraform-provider-github_v5.45.0: Strict-Transport-Security: max-age=31536000; includeSubdomains; preload
2024-02-14T16:46:08.557Z [DEBUG] provider.terraform-provider-github_v5.45.0: Vary: Accept, Authorization, Cookie, X-GitHub-OTP
2024-02-14T16:46:08.557Z [DEBUG] provider.terraform-provider-github_v5.45.0: Vary: Accept-Encoding, Accept, X-Requested-With
2024-02-14T16:46:08.557Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Accepted-Oauth-Scopes: repo
2024-02-14T16:46:08.557Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Content-Type-Options: nosniff
2024-02-14T16:46:08.557Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Frame-Options: deny
2024-02-14T16:46:08.557Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Github-Api-Version-Selected: 2022-11-28
2024-02-14T16:46:08.557Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Github-Media-Type: github.v3; param=scarlet-witch-preview; format=json, github.mercy-preview; param=baptiste-preview.nebula-preview; format=json, github.stone-crop-preview; format=json
2024-02-14T16:46:08.557Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Github-Request-Id: E72E:32B29:5BEE090:5CD71CC:65CCEE50
2024-02-14T16:46:08.557Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Oauth-Client-Id: 178c6fc778ccc68e1d6a
2024-02-14T16:46:08.557Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Oauth-Scopes: admin:org, admin:repo_hook, gist, repo
2024-02-14T16:46:08.557Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Ratelimit-Limit: 5000
2024-02-14T16:46:08.558Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Ratelimit-Remaining: 4954
2024-02-14T16:46:08.558Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Ratelimit-Reset: 1707930388
2024-02-14T16:46:08.558Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Ratelimit-Resource: core
2024-02-14T16:46:08.558Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Ratelimit-Used: 46
2024-02-14T16:46:08.558Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Xss-Protection: 0
2024-02-14T16:46:08.558Z [DEBUG] provider.terraform-provider-github_v5.45.0
2024-02-14T16:46:08.558Z [DEBUG] provider.terraform-provider-github_v5.45.0: {
2024-02-14T16:46:08.558Z [DEBUG] provider.terraform-provider-github_v5.45.0: "id": 757470430,
2024-02-14T16:46:08.558Z [DEBUG] provider.terraform-provider-github_v5.45.0: "node_id": "R_kgDOLSYU3g",
2024-02-14T16:46:08.558Z [DEBUG] provider.terraform-provider-github_v5.45.0: "name": "import_test",
2024-02-14T16:46:08.558Z [DEBUG] provider.terraform-provider-github_v5.45.0: "full_name": "matthiasr/import_test",
2024-02-14T16:46:08.558Z [DEBUG] provider.terraform-provider-github_v5.45.0: "private": true,
2024-02-14T16:46:08.558Z [DEBUG] provider.terraform-provider-github_v5.45.0: "owner": {
2024-02-14T16:46:08.558Z [DEBUG] provider.terraform-provider-github_v5.45.0: "login": "matthiasr",
2024-02-14T16:46:08.558Z [DEBUG] provider.terraform-provider-github_v5.45.0: "id": 131590,
2024-02-14T16:46:08.558Z [DEBUG] provider.terraform-provider-github_v5.45.0: "node_id": "MDQ6VXNlcjEzMTU5MA==",
2024-02-14T16:46:08.558Z [DEBUG] provider.terraform-provider-github_v5.45.0: "avatar_url": "https://avatars.githubusercontent.com/u/131590?v=4",
2024-02-14T16:46:08.558Z [DEBUG] provider.terraform-provider-github_v5.45.0: "gravatar_id": "",
2024-02-14T16:46:08.558Z [DEBUG] provider.terraform-provider-github_v5.45.0: "url": "https://api.github.com/users/matthiasr",
2024-02-14T16:46:08.558Z [DEBUG] provider.terraform-provider-github_v5.45.0: "html_url": "https://github.com/matthiasr",
2024-02-14T16:46:08.559Z [DEBUG] provider.terraform-provider-github_v5.45.0: "followers_url": "https://api.github.com/users/matthiasr/followers",
2024-02-14T16:46:08.559Z [DEBUG] provider.terraform-provider-github_v5.45.0: "following_url": "https://api.github.com/users/matthiasr/following{/other_user}",
2024-02-14T16:46:08.559Z [DEBUG] provider.terraform-provider-github_v5.45.0: "gists_url": "https://api.github.com/users/matthiasr/gists{/gist_id}",
2024-02-14T16:46:08.559Z [DEBUG] provider.terraform-provider-github_v5.45.0: "starred_url": "https://api.github.com/users/matthiasr/starred{/owner}{/repo}",
2024-02-14T16:46:08.559Z [DEBUG] provider.terraform-provider-github_v5.45.0: "subscriptions_url": "https://api.github.com/users/matthiasr/subscriptions",
2024-02-14T16:46:08.559Z [DEBUG] provider.terraform-provider-github_v5.45.0: "organizations_url": "https://api.github.com/users/matthiasr/orgs",
2024-02-14T16:46:08.559Z [DEBUG] provider.terraform-provider-github_v5.45.0: "repos_url": "https://api.github.com/users/matthiasr/repos",
2024-02-14T16:46:08.559Z [DEBUG] provider.terraform-provider-github_v5.45.0: "events_url": "https://api.github.com/users/matthiasr/events{/privacy}",
2024-02-14T16:46:08.559Z [DEBUG] provider.terraform-provider-github_v5.45.0: "received_events_url": "https://api.github.com/users/matthiasr/received_events",
2024-02-14T16:46:08.559Z [DEBUG] provider.terraform-provider-github_v5.45.0: "type": "User",
2024-02-14T16:46:08.559Z [DEBUG] provider.terraform-provider-github_v5.45.0: "site_admin": false
2024-02-14T16:46:08.559Z [DEBUG] provider.terraform-provider-github_v5.45.0: },
2024-02-14T16:46:08.559Z [DEBUG] provider.terraform-provider-github_v5.45.0: "html_url": "https://github.com/matthiasr/import_test",
2024-02-14T16:46:08.559Z [DEBUG] provider.terraform-provider-github_v5.45.0: "description": "testing import",
2024-02-14T16:46:08.559Z [DEBUG] provider.terraform-provider-github_v5.45.0: "fork": false,
2024-02-14T16:46:08.559Z [DEBUG] provider.terraform-provider-github_v5.45.0: "url": "https://api.github.com/repos/matthiasr/import_test",
2024-02-14T16:46:08.559Z [DEBUG] provider.terraform-provider-github_v5.45.0: "forks_url": "https://api.github.com/repos/matthiasr/import_test/forks",
2024-02-14T16:46:08.559Z [DEBUG] provider.terraform-provider-github_v5.45.0: "keys_url": "https://api.github.com/repos/matthiasr/import_test/keys{/key_id}",
2024-02-14T16:46:08.559Z [DEBUG] provider.terraform-provider-github_v5.45.0: "collaborators_url": "https://api.github.com/repos/matthiasr/import_test/collaborators{/collaborator}",
2024-02-14T16:46:08.559Z [DEBUG] provider.terraform-provider-github_v5.45.0: "teams_url": "https://api.github.com/repos/matthiasr/import_test/teams",
2024-02-14T16:46:08.559Z [DEBUG] provider.terraform-provider-github_v5.45.0: "hooks_url": "https://api.github.com/repos/matthiasr/import_test/hooks",
2024-02-14T16:46:08.559Z [DEBUG] provider.terraform-provider-github_v5.45.0: "issue_events_url": "https://api.github.com/repos/matthiasr/import_test/issues/events{/number}",
2024-02-14T16:46:08.559Z [DEBUG] provider.terraform-provider-github_v5.45.0: "events_url": "https://api.github.com/repos/matthiasr/import_test/events",
2024-02-14T16:46:08.559Z [DEBUG] provider.terraform-provider-github_v5.45.0: "assignees_url": "https://api.github.com/repos/matthiasr/import_test/assignees{/user}",
2024-02-14T16:46:08.559Z [DEBUG] provider.terraform-provider-github_v5.45.0: "branches_url": "https://api.github.com/repos/matthiasr/import_test/branches{/branch}",
2024-02-14T16:46:08.559Z [DEBUG] provider.terraform-provider-github_v5.45.0: "tags_url": "https://api.github.com/repos/matthiasr/import_test/tags",
2024-02-14T16:46:08.559Z [DEBUG] provider.terraform-provider-github_v5.45.0: "blobs_url": "https://api.github.com/repos/matthiasr/import_test/git/blobs{/sha}",
2024-02-14T16:46:08.559Z [DEBUG] provider.terraform-provider-github_v5.45.0: "git_tags_url": "https://api.github.com/repos/matthiasr/import_test/git/tags{/sha}",
2024-02-14T16:46:08.559Z [DEBUG] provider.terraform-provider-github_v5.45.0: "git_refs_url": "https://api.github.com/repos/matthiasr/import_test/git/refs{/sha}",
2024-02-14T16:46:08.559Z [DEBUG] provider.terraform-provider-github_v5.45.0: "trees_url": "https://api.github.com/repos/matthiasr/import_test/git/trees{/sha}",
2024-02-14T16:46:08.559Z [DEBUG] provider.terraform-provider-github_v5.45.0: "statuses_url": "https://api.github.com/repos/matthiasr/import_test/statuses/{sha}",
2024-02-14T16:46:08.559Z [DEBUG] provider.terraform-provider-github_v5.45.0: "languages_url": "https://api.github.com/repos/matthiasr/import_test/languages",
2024-02-14T16:46:08.559Z [DEBUG] provider.terraform-provider-github_v5.45.0: "stargazers_url": "https://api.github.com/repos/matthiasr/import_test/stargazers",
2024-02-14T16:46:08.559Z [DEBUG] provider.terraform-provider-github_v5.45.0: "contributors_url": "https://api.github.com/repos/matthiasr/import_test/contributors",
2024-02-14T16:46:08.559Z [DEBUG] provider.terraform-provider-github_v5.45.0: "subscribers_url": "https://api.github.com/repos/matthiasr/import_test/subscribers",
2024-02-14T16:46:08.559Z [DEBUG] provider.terraform-provider-github_v5.45.0: "subscription_url": "https://api.github.com/repos/matthiasr/import_test/subscription",
2024-02-14T16:46:08.559Z [DEBUG] provider.terraform-provider-github_v5.45.0: "commits_url": "https://api.github.com/repos/matthiasr/import_test/commits{/sha}",
2024-02-14T16:46:08.559Z [DEBUG] provider.terraform-provider-github_v5.45.0: "git_commits_url": "https://api.github.com/repos/matthiasr/import_test/git/commits{/sha}",
2024-02-14T16:46:08.559Z [DEBUG] provider.terraform-provider-github_v5.45.0: "comments_url": "https://api.github.com/repos/matthiasr/import_test/comments{/number}",
2024-02-14T16:46:08.559Z [DEBUG] provider.terraform-provider-github_v5.45.0: "issue_comment_url": "https://api.github.com/repos/matthiasr/import_test/issues/comments{/number}",
2024-02-14T16:46:08.559Z [DEBUG] provider.terraform-provider-github_v5.45.0: "contents_url": "https://api.github.com/repos/matthiasr/import_test/contents/{+path}",
2024-02-14T16:46:08.559Z [DEBUG] provider.terraform-provider-github_v5.45.0: "compare_url": "https://api.github.com/repos/matthiasr/import_test/compare/{base}...{head}",
2024-02-14T16:46:08.559Z [DEBUG] provider.terraform-provider-github_v5.45.0: "merges_url": "https://api.github.com/repos/matthiasr/import_test/merges",
2024-02-14T16:46:08.560Z [DEBUG] provider.terraform-provider-github_v5.45.0: "archive_url": "https://api.github.com/repos/matthiasr/import_test/{archive_format}{/ref}",
2024-02-14T16:46:08.560Z [DEBUG] provider.terraform-provider-github_v5.45.0: "downloads_url": "https://api.github.com/repos/matthiasr/import_test/downloads",
2024-02-14T16:46:08.560Z [DEBUG] provider.terraform-provider-github_v5.45.0: "issues_url": "https://api.github.com/repos/matthiasr/import_test/issues{/number}",
2024-02-14T16:46:08.560Z [DEBUG] provider.terraform-provider-github_v5.45.0: "pulls_url": "https://api.github.com/repos/matthiasr/import_test/pulls{/number}",
2024-02-14T16:46:08.560Z [DEBUG] provider.terraform-provider-github_v5.45.0: "milestones_url": "https://api.github.com/repos/matthiasr/import_test/milestones{/number}",
2024-02-14T16:46:08.560Z [DEBUG] provider.terraform-provider-github_v5.45.0: "notifications_url": "https://api.github.com/repos/matthiasr/import_test/notifications{?since,all,participating}",
2024-02-14T16:46:08.560Z [DEBUG] provider.terraform-provider-github_v5.45.0: "labels_url": "https://api.github.com/repos/matthiasr/import_test/labels{/name}",
2024-02-14T16:46:08.560Z [DEBUG] provider.terraform-provider-github_v5.45.0: "releases_url": "https://api.github.com/repos/matthiasr/import_test/releases{/id}",
2024-02-14T16:46:08.560Z [DEBUG] provider.terraform-provider-github_v5.45.0: "deployments_url": "https://api.github.com/repos/matthiasr/import_test/deployments",
2024-02-14T16:46:08.560Z [DEBUG] provider.terraform-provider-github_v5.45.0: "created_at": "2024-02-14T15:04:42Z",
2024-02-14T16:46:08.560Z [DEBUG] provider.terraform-provider-github_v5.45.0: "updated_at": "2024-02-14T16:45:28Z",
2024-02-14T16:46:08.560Z [DEBUG] provider.terraform-provider-github_v5.45.0: "pushed_at": "2024-02-14T15:04:42Z",
2024-02-14T16:46:08.560Z [DEBUG] provider.terraform-provider-github_v5.45.0: "git_url": "git://github.com/matthiasr/import_test.git",
2024-02-14T16:46:08.560Z [DEBUG] provider.terraform-provider-github_v5.45.0: "ssh_url": "git@github.com:matthiasr/import_test.git",
2024-02-14T16:46:08.560Z [DEBUG] provider.terraform-provider-github_v5.45.0: "clone_url": "https://github.com/matthiasr/import_test.git",
2024-02-14T16:46:08.560Z [DEBUG] provider.terraform-provider-github_v5.45.0: "svn_url": "https://github.com/matthiasr/import_test",
2024-02-14T16:46:08.560Z [DEBUG] provider.terraform-provider-github_v5.45.0: "homepage": "",
2024-02-14T16:46:08.560Z [DEBUG] provider.terraform-provider-github_v5.45.0: "size": 0,
2024-02-14T16:46:08.560Z [DEBUG] provider.terraform-provider-github_v5.45.0: "stargazers_count": 0,
2024-02-14T16:46:08.560Z [DEBUG] provider.terraform-provider-github_v5.45.0: "watchers_count": 0,
2024-02-14T16:46:08.560Z [DEBUG] provider.terraform-provider-github_v5.45.0: "language": null,
2024-02-14T16:46:08.560Z [DEBUG] provider.terraform-provider-github_v5.45.0: "has_issues": true,
2024-02-14T16:46:08.560Z [DEBUG] provider.terraform-provider-github_v5.45.0: "has_projects": false,
2024-02-14T16:46:08.560Z [DEBUG] provider.terraform-provider-github_v5.45.0: "has_downloads": false,
2024-02-14T16:46:08.560Z [DEBUG] provider.terraform-provider-github_v5.45.0: "has_wiki": false,
2024-02-14T16:46:08.560Z [DEBUG] provider.terraform-provider-github_v5.45.0: "has_pages": false,
2024-02-14T16:46:08.560Z [DEBUG] provider.terraform-provider-github_v5.45.0: "has_discussions": false,
2024-02-14T16:46:08.560Z [DEBUG] provider.terraform-provider-github_v5.45.0: "forks_count": 0,
2024-02-14T16:46:08.560Z [DEBUG] provider.terraform-provider-github_v5.45.0: "mirror_url": null,
2024-02-14T16:46:08.560Z [DEBUG] provider.terraform-provider-github_v5.45.0: "archived": false,
2024-02-14T16:46:08.560Z [DEBUG] provider.terraform-provider-github_v5.45.0: "disabled": false,
2024-02-14T16:46:08.560Z [DEBUG] provider.terraform-provider-github_v5.45.0: "open_issues_count": 0,
2024-02-14T16:46:08.560Z [DEBUG] provider.terraform-provider-github_v5.45.0: "license": null,
2024-02-14T16:46:08.560Z [DEBUG] provider.terraform-provider-github_v5.45.0: "allow_forking": true,
2024-02-14T16:46:08.560Z [DEBUG] provider.terraform-provider-github_v5.45.0: "is_template": false,
2024-02-14T16:46:08.560Z [DEBUG] provider.terraform-provider-github_v5.45.0: "web_commit_signoff_required": false,
2024-02-14T16:46:08.560Z [DEBUG] provider.terraform-provider-github_v5.45.0: "topics": [],
2024-02-14T16:46:08.560Z [DEBUG] provider.terraform-provider-github_v5.45.0: "visibility": "private",
2024-02-14T16:46:08.560Z [DEBUG] provider.terraform-provider-github_v5.45.0: "forks": 0,
2024-02-14T16:46:08.560Z [DEBUG] provider.terraform-provider-github_v5.45.0: "open_issues": 0,
2024-02-14T16:46:08.560Z [DEBUG] provider.terraform-provider-github_v5.45.0: "watchers": 0,
2024-02-14T16:46:08.560Z [DEBUG] provider.terraform-provider-github_v5.45.0: "default_branch": "main",
2024-02-14T16:46:08.560Z [DEBUG] provider.terraform-provider-github_v5.45.0: "permissions": {
2024-02-14T16:46:08.560Z [DEBUG] provider.terraform-provider-github_v5.45.0: "admin": true,
2024-02-14T16:46:08.560Z [DEBUG] provider.terraform-provider-github_v5.45.0: "maintain": true,
2024-02-14T16:46:08.561Z [DEBUG] provider.terraform-provider-github_v5.45.0: "push": true,
2024-02-14T16:46:08.561Z [DEBUG] provider.terraform-provider-github_v5.45.0: "triage": true,
2024-02-14T16:46:08.561Z [DEBUG] provider.terraform-provider-github_v5.45.0: "pull": true
2024-02-14T16:46:08.561Z [DEBUG] provider.terraform-provider-github_v5.45.0: },
2024-02-14T16:46:08.561Z [DEBUG] provider.terraform-provider-github_v5.45.0: "temp_clone_token": "REDACTED",
2024-02-14T16:46:08.561Z [DEBUG] provider.terraform-provider-github_v5.45.0: "allow_squash_merge": true,
2024-02-14T16:46:08.561Z [DEBUG] provider.terraform-provider-github_v5.45.0: "allow_merge_commit": true,
2024-02-14T16:46:08.561Z [DEBUG] provider.terraform-provider-github_v5.45.0: "allow_rebase_merge": true,
2024-02-14T16:46:08.561Z [DEBUG] provider.terraform-provider-github_v5.45.0: "allow_auto_merge": false,
2024-02-14T16:46:08.561Z [DEBUG] provider.terraform-provider-github_v5.45.0: "delete_branch_on_merge": false,
2024-02-14T16:46:08.561Z [DEBUG] provider.terraform-provider-github_v5.45.0: "allow_update_branch": false,
2024-02-14T16:46:08.561Z [DEBUG] provider.terraform-provider-github_v5.45.0: "use_squash_pr_title_as_default": false,
2024-02-14T16:46:08.561Z [DEBUG] provider.terraform-provider-github_v5.45.0: "squash_merge_commit_message": "COMMIT_MESSAGES",
2024-02-14T16:46:08.561Z [DEBUG] provider.terraform-provider-github_v5.45.0: "squash_merge_commit_title": "COMMIT_OR_PR_TITLE",
2024-02-14T16:46:08.561Z [DEBUG] provider.terraform-provider-github_v5.45.0: "merge_commit_message": "PR_TITLE",
2024-02-14T16:46:08.561Z [DEBUG] provider.terraform-provider-github_v5.45.0: "merge_commit_title": "MERGE_MESSAGE",
2024-02-14T16:46:08.561Z [DEBUG] provider.terraform-provider-github_v5.45.0: "security_and_analysis": {
2024-02-14T16:46:08.561Z [DEBUG] provider.terraform-provider-github_v5.45.0: "secret_scanning": {
2024-02-14T16:46:08.561Z [DEBUG] provider.terraform-provider-github_v5.45.0: "status": "disabled"
2024-02-14T16:46:08.561Z [DEBUG] provider.terraform-provider-github_v5.45.0: },
2024-02-14T16:46:08.561Z [DEBUG] provider.terraform-provider-github_v5.45.0: "secret_scanning_push_protection": {
2024-02-14T16:46:08.561Z [DEBUG] provider.terraform-provider-github_v5.45.0: "status": "disabled"
2024-02-14T16:46:08.561Z [DEBUG] provider.terraform-provider-github_v5.45.0: },
2024-02-14T16:46:08.561Z [DEBUG] provider.terraform-provider-github_v5.45.0: "dependabot_security_updates": {
2024-02-14T16:46:08.561Z [DEBUG] provider.terraform-provider-github_v5.45.0: "status": "disabled"
2024-02-14T16:46:08.561Z [DEBUG] provider.terraform-provider-github_v5.45.0: },
2024-02-14T16:46:08.561Z [DEBUG] provider.terraform-provider-github_v5.45.0: "secret_scanning_validity_checks": {
2024-02-14T16:46:08.561Z [DEBUG] provider.terraform-provider-github_v5.45.0: "status": "disabled"
2024-02-14T16:46:08.561Z [DEBUG] provider.terraform-provider-github_v5.45.0: }
2024-02-14T16:46:08.561Z [DEBUG] provider.terraform-provider-github_v5.45.0: },
2024-02-14T16:46:08.561Z [DEBUG] provider.terraform-provider-github_v5.45.0: "network_count": 0,
2024-02-14T16:46:08.561Z [DEBUG] provider.terraform-provider-github_v5.45.0: "subscribers_count": 1
2024-02-14T16:46:08.561Z [DEBUG] provider.terraform-provider-github_v5.45.0: }
2024-02-14T16:46:08.561Z [DEBUG] provider.terraform-provider-github_v5.45.0: -----------------------------------------------------
2024-02-14T16:46:08.561Z [DEBUG] provider.terraform-provider-github_v5.45.0: 2024/02/14 16:46:08 [DEBUG] GitHub API Request Details:
2024-02-14T16:46:08.561Z [DEBUG] provider.terraform-provider-github_v5.45.0: ---[ REQUEST ]---------------------------------------
2024-02-14T16:46:08.561Z [DEBUG] provider.terraform-provider-github_v5.45.0: GET /repos/matthiasr/import_test/vulnerability-alerts HTTP/1.1
2024-02-14T16:46:08.561Z [DEBUG] provider.terraform-provider-github_v5.45.0: Host: api.github.com
2024-02-14T16:46:08.561Z [DEBUG] provider.terraform-provider-github_v5.45.0: User-Agent: go-github/v57.0.0
2024-02-14T16:46:08.561Z [DEBUG] provider.terraform-provider-github_v5.45.0: Accept: application/vnd.github.dorian-preview+json,application/vnd.github.stone-crop-preview+json
2024-02-14T16:46:08.561Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Github-Api-Version: 2022-11-28
2024-02-14T16:46:08.561Z [DEBUG] provider.terraform-provider-github_v5.45.0: Accept-Encoding: gzip
2024-02-14T16:46:08.561Z [DEBUG] provider.terraform-provider-github_v5.45.0
2024-02-14T16:46:08.561Z [DEBUG] provider.terraform-provider-github_v5.45.0
2024-02-14T16:46:08.561Z [DEBUG] provider.terraform-provider-github_v5.45.0: -----------------------------------------------------
2024-02-14T16:46:08.723Z [DEBUG] provider.terraform-provider-github_v5.45.0: 2024/02/14 16:46:08 [DEBUG] GitHub API Response Details:
2024-02-14T16:46:08.724Z [DEBUG] provider.terraform-provider-github_v5.45.0: ---[ RESPONSE ]--------------------------------------
2024-02-14T16:46:08.724Z [DEBUG] provider.terraform-provider-github_v5.45.0: HTTP/2.0 404 Not Found
2024-02-14T16:46:08.724Z [DEBUG] provider.terraform-provider-github_v5.45.0: Access-Control-Allow-Origin: *
2024-02-14T16:46:08.724Z [DEBUG] provider.terraform-provider-github_v5.45.0: Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset
2024-02-14T16:46:08.724Z [DEBUG] provider.terraform-provider-github_v5.45.0: Content-Security-Policy: default-src 'none'
2024-02-14T16:46:08.724Z [DEBUG] provider.terraform-provider-github_v5.45.0: Content-Type: application/json; charset=utf-8
2024-02-14T16:46:08.724Z [DEBUG] provider.terraform-provider-github_v5.45.0: Date: Wed, 14 Feb 2024 16:46:08 GMT
2024-02-14T16:46:08.724Z [DEBUG] provider.terraform-provider-github_v5.45.0: Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin
2024-02-14T16:46:08.724Z [DEBUG] provider.terraform-provider-github_v5.45.0: Server: GitHub.com
2024-02-14T16:46:08.724Z [DEBUG] provider.terraform-provider-github_v5.45.0: Strict-Transport-Security: max-age=31536000; includeSubdomains; preload
2024-02-14T16:46:08.724Z [DEBUG] provider.terraform-provider-github_v5.45.0: Vary: Accept-Encoding, Accept, X-Requested-With
2024-02-14T16:46:08.724Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Accepted-Oauth-Scopes: repo
2024-02-14T16:46:08.724Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Content-Type-Options: nosniff
2024-02-14T16:46:08.724Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Frame-Options: deny
2024-02-14T16:46:08.724Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Github-Api-Version-Selected: 2022-11-28
2024-02-14T16:46:08.724Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Github-Media-Type: github.v3; param=dorian-preview; format=json, github.stone-crop-preview; format=json
2024-02-14T16:46:08.724Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Github-Request-Id: E72E:32B29:5BEE1C1:5CD7318:65CCEE50
2024-02-14T16:46:08.724Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Oauth-Client-Id: 178c6fc778ccc68e1d6a
2024-02-14T16:46:08.724Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Oauth-Scopes: admin:org, admin:repo_hook, gist, repo
2024-02-14T16:46:08.724Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Ratelimit-Limit: 5000
2024-02-14T16:46:08.724Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Ratelimit-Remaining: 4953
2024-02-14T16:46:08.724Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Ratelimit-Reset: 1707930388
2024-02-14T16:46:08.724Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Ratelimit-Resource: core
2024-02-14T16:46:08.724Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Ratelimit-Used: 47
2024-02-14T16:46:08.724Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Xss-Protection: 0
2024-02-14T16:46:08.724Z [DEBUG] provider.terraform-provider-github_v5.45.0
2024-02-14T16:46:08.724Z [DEBUG] provider.terraform-provider-github_v5.45.0: {
2024-02-14T16:46:08.724Z [DEBUG] provider.terraform-provider-github_v5.45.0: "message": "Vulnerability alerts are disabled.",
2024-02-14T16:46:08.724Z [DEBUG] provider.terraform-provider-github_v5.45.0: "documentation_url": "https://docs.github.com/rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository"
2024-02-14T16:46:08.724Z [DEBUG] provider.terraform-provider-github_v5.45.0: }
2024-02-14T16:46:08.724Z [DEBUG] provider.terraform-provider-github_v5.45.0: -----------------------------------------------------
2024-02-14T16:46:08.727Z [WARN] Provider "registry.terraform.io/integrations/github" produced an unexpected new value for github_repository.repository during refresh.
- .has_wiki: was cty.True, but now cty.False
- .etag: was cty.StringVal("W/\"ca9d39c274f2ff56598c64f2b3580dcac520b94892c8693f7ff752ee0ecd4595\""), but now cty.StringVal("W/\"f1c0febe2576d83ae62f1446de4b8724734dd0df6c1df07bfccaca6b7c0fc8fa\"")
2024-02-14T16:46:08.728Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:46:08.728Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for github_repository.repository
2024-02-14T16:46:08.728Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for github_repository.repository
2024-02-14T16:46:08.728Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:46:08.729Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:46:08.729Z [TRACE] Re-validating config for "github_repository.repository"
2024-02-14T16:46:08.729Z [TRACE] GRPCProvider: ValidateResourceConfig
2024-02-14T16:46:08.729Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:46:08.730Z [TRACE] GRPCProvider: PlanResourceChange
2024-02-14T16:46:08.730Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:46:08.737Z [WARN] Provider "registry.terraform.io/integrations/github" produced an invalid plan for github_repository.repository, but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .allow_update_branch: planned value cty.False for a non-computed attribute
- .merge_commit_message: planned value cty.StringVal("PR_TITLE") for a non-computed attribute
- .squash_merge_commit_title: planned value cty.StringVal("COMMIT_OR_PR_TITLE") for a non-computed attribute
- .web_commit_signoff_required: planned value cty.False for a non-computed attribute
- .allow_merge_commit: planned value cty.True for a non-computed attribute
- .auto_init: planned value cty.False for a non-computed attribute
- .is_template: planned value cty.False for a non-computed attribute
- .merge_commit_title: planned value cty.StringVal("MERGE_MESSAGE") for a non-computed attribute
- .allow_auto_merge: planned value cty.False for a non-computed attribute
- .squash_merge_commit_message: planned value cty.StringVal("COMMIT_MESSAGES") for a non-computed attribute
- .has_downloads: planned value cty.False for a non-computed attribute
- .has_discussions: planned value cty.False for a non-computed attribute
- .vulnerability_alerts: planned value cty.False for a non-computed attribute
- .allow_rebase_merge: planned value cty.True for a non-computed attribute
- .delete_branch_on_merge: planned value cty.False for a non-computed attribute
- .homepage_url: planned value cty.StringVal("") for a non-computed attribute
- .allow_squash_merge: planned value cty.True for a non-computed attribute
- .has_projects: planned value cty.False for a non-computed attribute
2024-02-14T16:46:08.738Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:46:08.738Z [TRACE] writeChange: recorded Update change for github_repository.repository
2024-02-14T16:46:08.738Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:46:08.738Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for github_repository.repository
2024-02-14T16:46:08.738Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for github_repository.repository
2024-02-14T16:46:08.738Z [TRACE] vertex "github_repository.repository": visit complete
2024-02-14T16:46:08.739Z [TRACE] vertex "root": starting visit (terraform.graphNodeRoot)
2024-02-14T16:46:08.739Z [TRACE] vertex "root": visit complete
2024-02-14T16:46:08.739Z [TRACE] vertex "github_repository.repository (expand)": dynamic subgraph completed successfully
2024-02-14T16:46:08.739Z [TRACE] vertex "github_repository.repository (expand)": visit complete
2024-02-14T16:46:08.739Z [TRACE] vertex "provider[\"registry.terraform.io/integrations/github\"] (close)": starting visit (*terraform.graphNodeCloseProvider)
2024-02-14T16:46:08.739Z [TRACE] GRPCProvider: Close
2024-02-14T16:46:08.740Z [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2024-02-14T16:46:08.743Z [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0 pid=54485
2024-02-14T16:46:08.743Z [DEBUG] provider: plugin exited
2024-02-14T16:46:08.743Z [TRACE] vertex "provider[\"registry.terraform.io/integrations/github\"] (close)": visit complete
2024-02-14T16:46:08.743Z [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule)
2024-02-14T16:46:08.743Z [TRACE] vertex "root": visit complete
2024-02-14T16:46:08.743Z [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/integrations/github"
2024-02-14T16:46:08.743Z [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/integrations/github" to read its schema
2024-02-14T16:46:08.744Z [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/integrations/github"
2024-02-14T16:46:08.744Z [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/integrations/github" to read its schema
2024-02-14T16:46:08.745Z [DEBUG] building apply graph to check for errors
2024-02-14T16:46:08.745Z [TRACE] Executing graph transform *terraform.ConfigTransformer
2024-02-14T16:46:08.745Z [TRACE] ConfigTransformer: Starting for path:
2024-02-14T16:46:08.745Z [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
------
2024-02-14T16:46:08.745Z [TRACE] Executing graph transform *terraform.RootVariableTransformer
2024-02-14T16:46:08.745Z [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2024-02-14T16:46:08.745Z [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2024-02-14T16:46:08.745Z [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2024-02-14T16:46:08.745Z [TRACE] Executing graph transform *terraform.LocalTransformer
2024-02-14T16:46:08.745Z [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2024-02-14T16:46:08.745Z [TRACE] Executing graph transform *terraform.OutputTransformer
2024-02-14T16:46:08.745Z [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2024-02-14T16:46:08.745Z [TRACE] Executing graph transform *terraform.DiffTransformer
2024-02-14T16:46:08.745Z [TRACE] DiffTransformer starting
2024-02-14T16:46:08.745Z [TRACE] DiffTransformer: found Update change for github_repository.repository
2024-02-14T16:46:08.745Z [TRACE] DiffTransformer: github_repository.repository will be represented by github_repository.repository
2024-02-14T16:46:08.745Z [TRACE] DiffTransformer complete
2024-02-14T16:46:08.745Z [TRACE] Completed graph transform *terraform.DiffTransformer with new graph:
github_repository.repository - *terraform.NodeApplyableResourceInstance
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
------
2024-02-14T16:46:08.745Z [TRACE] Executing graph transform *terraform.checkTransformer
2024-02-14T16:46:08.745Z [TRACE] Completed graph transform *terraform.checkTransformer (no changes)
2024-02-14T16:46:08.745Z [TRACE] Executing graph transform *terraform.AttachStateTransformer
2024-02-14T16:46:08.745Z [TRACE] NodeAbstractResourceInstance.AttachResourceState for github_repository.repository
2024-02-14T16:46:08.745Z [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2024-02-14T16:46:08.745Z [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2024-02-14T16:46:08.745Z [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2024-02-14T16:46:08.745Z [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2024-02-14T16:46:08.745Z [TRACE] AttachResourceConfigTransformer: attaching to "github_repository.repository (expand)" (*terraform.nodeExpandApplyableResource) config from main.tf:11,1-42
2024-02-14T16:46:08.745Z [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to github_repository.repository (expand)
2024-02-14T16:46:08.745Z [TRACE] AttachResourceConfigTransformer: attaching to "github_repository.repository" (*terraform.NodeApplyableResourceInstance) config from main.tf:11,1-42
2024-02-14T16:46:08.745Z [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to github_repository.repository
2024-02-14T16:46:08.745Z [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2024-02-14T16:46:08.745Z [TRACE] Executing graph transform *terraform.graphTransformerMulti
2024-02-14T16:46:08.745Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2024-02-14T16:46:08.746Z [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/integrations/github\"]" provider configuration from main.tf:9,1-18
2024-02-14T16:46:08.746Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
github_repository.repository - *terraform.NodeApplyableResourceInstance
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
------
2024-02-14T16:46:08.746Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2024-02-14T16:46:08.746Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2024-02-14T16:46:08.746Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2024-02-14T16:46:08.746Z [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/integrations/github"] serving github_repository.repository
2024-02-14T16:46:08.746Z [DEBUG] ProviderTransformer: "github_repository.repository" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/integrations/github"]
2024-02-14T16:46:08.746Z [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/integrations/github"] serving github_repository.repository (expand)
2024-02-14T16:46:08.746Z [DEBUG] ProviderTransformer: "github_repository.repository (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/integrations/github"]
2024-02-14T16:46:08.746Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
github_repository.repository - *terraform.NodeApplyableResourceInstance
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
------
2024-02-14T16:46:08.746Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2024-02-14T16:46:08.746Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2024-02-14T16:46:08.746Z [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
github_repository.repository - *terraform.NodeApplyableResourceInstance
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
------
2024-02-14T16:46:08.746Z [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2024-02-14T16:46:08.746Z [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2024-02-14T16:46:08.746Z [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2024-02-14T16:46:08.746Z [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/integrations/github" to read its schema
2024-02-14T16:46:08.746Z [TRACE] AttachSchemaTransformer: attaching resource schema to github_repository.repository
2024-02-14T16:46:08.746Z [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/integrations/github" to read its schema
2024-02-14T16:46:08.746Z [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/integrations/github"]
2024-02-14T16:46:08.746Z [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/integrations/github" to read its schema
2024-02-14T16:46:08.746Z [TRACE] AttachSchemaTransformer: attaching resource schema to github_repository.repository (expand)
2024-02-14T16:46:08.746Z [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2024-02-14T16:46:08.746Z [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2024-02-14T16:46:08.746Z [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2024-02-14T16:46:08.746Z [TRACE] Executing graph transform *terraform.ExternalReferenceTransformer
2024-02-14T16:46:08.746Z [TRACE] Completed graph transform *terraform.ExternalReferenceTransformer (no changes)
2024-02-14T16:46:08.746Z [TRACE] Executing graph transform *terraform.ReferenceTransformer
2024-02-14T16:46:08.747Z [DEBUG] ReferenceTransformer: "github_repository.repository (expand)" references: []
2024-02-14T16:46:08.747Z [DEBUG] ReferenceTransformer: "github_repository.repository" references: []
2024-02-14T16:46:08.747Z [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/integrations/github\"]" references: []
2024-02-14T16:46:08.747Z [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2024-02-14T16:46:08.747Z [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2024-02-14T16:46:08.747Z [TRACE] AttachDependenciesTransformer: github_repository.repository depends on []
2024-02-14T16:46:08.747Z [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2024-02-14T16:46:08.747Z [TRACE] Executing graph transform *terraform.checkStartTransformer
2024-02-14T16:46:08.747Z [TRACE] Completed graph transform *terraform.checkStartTransformer (no changes)
2024-02-14T16:46:08.747Z [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2024-02-14T16:46:08.747Z [TRACE] ForcedCBDTransformer: "github_repository.repository" (*terraform.NodeApplyableResourceInstance) has no CBD descendent, so skipping
2024-02-14T16:46:08.747Z [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2024-02-14T16:46:08.747Z [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2024-02-14T16:46:08.747Z [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2024-02-14T16:46:08.747Z [TRACE] Executing graph transform *terraform.CBDEdgeTransformer
2024-02-14T16:46:08.747Z [TRACE] Completed graph transform *terraform.CBDEdgeTransformer (no changes)
2024-02-14T16:46:08.747Z [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer
2024-02-14T16:46:08.747Z [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer (no changes)
2024-02-14T16:46:08.747Z [TRACE] Executing graph transform *terraform.TargetsTransformer
2024-02-14T16:46:08.747Z [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2024-02-14T16:46:08.747Z [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2024-02-14T16:46:08.747Z [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
github_repository.repository - *terraform.NodeApplyableResourceInstance
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] (close) - *terraform.graphNodeCloseProvider
github_repository.repository - *terraform.NodeApplyableResourceInstance
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
------
2024-02-14T16:46:08.747Z [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2024-02-14T16:46:08.747Z [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
github_repository.repository - *terraform.NodeApplyableResourceInstance
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] (close) - *terraform.graphNodeCloseProvider
github_repository.repository - *terraform.NodeApplyableResourceInstance
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
provider["registry.terraform.io/integrations/github"] (close) - *terraform.graphNodeCloseProvider
------
2024-02-14T16:46:08.747Z [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2024-02-14T16:46:08.747Z [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
github_repository.repository - *terraform.NodeApplyableResourceInstance
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] (close) - *terraform.graphNodeCloseProvider
github_repository.repository - *terraform.NodeApplyableResourceInstance
root - *terraform.nodeCloseModule
provider["registry.terraform.io/integrations/github"] (close) - *terraform.graphNodeCloseProvider
------
Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols:
~ update in-place
Terraform will perform the following actions:
# github_repository.repository will be updated in-place
~ resource "github_repository" "repository" {
~ has_wiki = false -> true
id = "import_test"
name = "import_test"
# (33 unchanged attributes hidden)
# (1 unchanged block hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy.
2024-02-14T16:46:08.750Z [INFO] backend/local: apply calling Apply
2024-02-14T16:46:08.750Z [DEBUG] Building and walking apply graph for NormalMode plan
2024-02-14T16:46:08.750Z [TRACE] Executing graph transform *terraform.ConfigTransformer
2024-02-14T16:46:08.750Z [TRACE] ConfigTransformer: Starting for path:
2024-02-14T16:46:08.750Z [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
------
2024-02-14T16:46:08.750Z [TRACE] Executing graph transform *terraform.RootVariableTransformer
2024-02-14T16:46:08.750Z [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2024-02-14T16:46:08.750Z [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2024-02-14T16:46:08.750Z [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2024-02-14T16:46:08.750Z [TRACE] Executing graph transform *terraform.LocalTransformer
2024-02-14T16:46:08.751Z [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2024-02-14T16:46:08.751Z [TRACE] Executing graph transform *terraform.OutputTransformer
2024-02-14T16:46:08.751Z [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2024-02-14T16:46:08.751Z [TRACE] Executing graph transform *terraform.DiffTransformer
2024-02-14T16:46:08.751Z [TRACE] DiffTransformer starting
2024-02-14T16:46:08.751Z [TRACE] DiffTransformer: found Update change for github_repository.repository
2024-02-14T16:46:08.751Z [TRACE] DiffTransformer: github_repository.repository will be represented by github_repository.repository
2024-02-14T16:46:08.751Z [TRACE] DiffTransformer complete
2024-02-14T16:46:08.751Z [TRACE] Completed graph transform *terraform.DiffTransformer with new graph:
github_repository.repository - *terraform.NodeApplyableResourceInstance
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
------
2024-02-14T16:46:08.751Z [TRACE] Executing graph transform *terraform.checkTransformer
2024-02-14T16:46:08.751Z [TRACE] Completed graph transform *terraform.checkTransformer (no changes)
2024-02-14T16:46:08.751Z [TRACE] Executing graph transform *terraform.AttachStateTransformer
2024-02-14T16:46:08.751Z [TRACE] NodeAbstractResourceInstance.AttachResourceState for github_repository.repository
2024-02-14T16:46:08.751Z [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2024-02-14T16:46:08.751Z [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2024-02-14T16:46:08.751Z [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2024-02-14T16:46:08.751Z [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2024-02-14T16:46:08.751Z [TRACE] AttachResourceConfigTransformer: attaching to "github_repository.repository" (*terraform.NodeApplyableResourceInstance) config from main.tf:11,1-42
2024-02-14T16:46:08.751Z [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to github_repository.repository
2024-02-14T16:46:08.751Z [TRACE] AttachResourceConfigTransformer: attaching to "github_repository.repository (expand)" (*terraform.nodeExpandApplyableResource) config from main.tf:11,1-42
2024-02-14T16:46:08.751Z [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to github_repository.repository (expand)
2024-02-14T16:46:08.751Z [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2024-02-14T16:46:08.751Z [TRACE] Executing graph transform *terraform.graphTransformerMulti
2024-02-14T16:46:08.751Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2024-02-14T16:46:08.751Z [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/integrations/github\"]" provider configuration from main.tf:9,1-18
2024-02-14T16:46:08.751Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
github_repository.repository - *terraform.NodeApplyableResourceInstance
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
------
2024-02-14T16:46:08.755Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2024-02-14T16:46:08.755Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2024-02-14T16:46:08.755Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2024-02-14T16:46:08.756Z [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/integrations/github"] serving github_repository.repository (expand)
2024-02-14T16:46:08.756Z [DEBUG] ProviderTransformer: "github_repository.repository (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/integrations/github"]
2024-02-14T16:46:08.756Z [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/integrations/github"] serving github_repository.repository
2024-02-14T16:46:08.756Z [DEBUG] ProviderTransformer: "github_repository.repository" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/integrations/github"]
2024-02-14T16:46:08.756Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
github_repository.repository - *terraform.NodeApplyableResourceInstance
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
------
2024-02-14T16:46:08.757Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2024-02-14T16:46:08.757Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2024-02-14T16:46:08.757Z [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
github_repository.repository - *terraform.NodeApplyableResourceInstance
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
------
2024-02-14T16:46:08.757Z [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2024-02-14T16:46:08.757Z [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2024-02-14T16:46:08.757Z [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2024-02-14T16:46:08.757Z [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/integrations/github" to read its schema
2024-02-14T16:46:08.757Z [TRACE] AttachSchemaTransformer: attaching resource schema to github_repository.repository
2024-02-14T16:46:08.757Z [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/integrations/github" to read its schema
2024-02-14T16:46:08.757Z [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/integrations/github"]
2024-02-14T16:46:08.757Z [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/integrations/github" to read its schema
2024-02-14T16:46:08.757Z [TRACE] AttachSchemaTransformer: attaching resource schema to github_repository.repository (expand)
2024-02-14T16:46:08.757Z [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2024-02-14T16:46:08.757Z [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2024-02-14T16:46:08.757Z [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2024-02-14T16:46:08.757Z [TRACE] Executing graph transform *terraform.ExternalReferenceTransformer
2024-02-14T16:46:08.757Z [TRACE] Completed graph transform *terraform.ExternalReferenceTransformer (no changes)
2024-02-14T16:46:08.757Z [TRACE] Executing graph transform *terraform.ReferenceTransformer
2024-02-14T16:46:08.757Z [DEBUG] ReferenceTransformer: "github_repository.repository (expand)" references: []
2024-02-14T16:46:08.757Z [DEBUG] ReferenceTransformer: "github_repository.repository" references: []
2024-02-14T16:46:08.757Z [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/integrations/github\"]" references: []
2024-02-14T16:46:08.757Z [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2024-02-14T16:46:08.757Z [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2024-02-14T16:46:08.757Z [TRACE] AttachDependenciesTransformer: github_repository.repository depends on []
2024-02-14T16:46:08.757Z [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2024-02-14T16:46:08.757Z [TRACE] Executing graph transform *terraform.checkStartTransformer
2024-02-14T16:46:08.757Z [TRACE] Completed graph transform *terraform.checkStartTransformer (no changes)
2024-02-14T16:46:08.757Z [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2024-02-14T16:46:08.757Z [TRACE] ForcedCBDTransformer: "github_repository.repository" (*terraform.NodeApplyableResourceInstance) has no CBD descendent, so skipping
2024-02-14T16:46:08.757Z [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2024-02-14T16:46:08.757Z [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2024-02-14T16:46:08.757Z [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2024-02-14T16:46:08.757Z [TRACE] Executing graph transform *terraform.CBDEdgeTransformer
2024-02-14T16:46:08.757Z [TRACE] Completed graph transform *terraform.CBDEdgeTransformer (no changes)
2024-02-14T16:46:08.757Z [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer
2024-02-14T16:46:08.757Z [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer (no changes)
2024-02-14T16:46:08.757Z [TRACE] Executing graph transform *terraform.TargetsTransformer
2024-02-14T16:46:08.757Z [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2024-02-14T16:46:08.757Z [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2024-02-14T16:46:08.758Z [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
github_repository.repository - *terraform.NodeApplyableResourceInstance
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] (close) - *terraform.graphNodeCloseProvider
github_repository.repository - *terraform.NodeApplyableResourceInstance
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
------
2024-02-14T16:46:08.758Z [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2024-02-14T16:46:08.758Z [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
github_repository.repository - *terraform.NodeApplyableResourceInstance
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] (close) - *terraform.graphNodeCloseProvider
github_repository.repository - *terraform.NodeApplyableResourceInstance
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
provider["registry.terraform.io/integrations/github"] (close) - *terraform.graphNodeCloseProvider
------
2024-02-14T16:46:08.758Z [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2024-02-14T16:46:08.758Z [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
github_repository.repository - *terraform.NodeApplyableResourceInstance
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] (close) - *terraform.graphNodeCloseProvider
github_repository.repository - *terraform.NodeApplyableResourceInstance
root - *terraform.nodeCloseModule
provider["registry.terraform.io/integrations/github"] (close) - *terraform.graphNodeCloseProvider
------
2024-02-14T16:46:08.758Z [DEBUG] Starting graph walk: walkApply
2024-02-14T16:46:08.758Z [TRACE] vertex "provider[\"registry.terraform.io/integrations/github\"]": starting visit (*terraform.NodeApplyableProvider)
2024-02-14T16:46:08.759Z [DEBUG] created provider logger: level=trace
2024-02-14T16:46:08.759Z [INFO] provider: configuring client automatic mTLS
2024-02-14T16:46:08.765Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0 args=[".terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0"]
2024-02-14T16:46:08.770Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0 pid=54489
2024-02-14T16:46:08.770Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0
2024-02-14T16:46:08.791Z [INFO] provider.terraform-provider-github_v5.45.0: configuring server automatic mTLS: timestamp=2024-02-14T16:46:08.790Z
2024-02-14T16:46:08.799Z [DEBUG] provider.terraform-provider-github_v5.45.0: plugin address: address=/var/folders/qr/_1x7dj194gz_67pn51xrds500000gn/T/plugin1099539986 network=unix timestamp=2024-02-14T16:46:08.799Z
2024-02-14T16:46:08.799Z [DEBUG] provider: using plugin: version=5
2024-02-14T16:46:08.805Z [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/integrations/github\"]" provider for provider["registry.terraform.io/integrations/github"]
2024-02-14T16:46:08.805Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:46:08.805Z [TRACE] provider.stdio: waiting for stdio data
2024-02-14T16:46:08.809Z [DEBUG] No provider meta schema returned
2024-02-14T16:46:08.812Z [TRACE] NodeApplyableProvider: configuring provider["registry.terraform.io/integrations/github"]
2024-02-14T16:46:08.812Z [TRACE] buildProviderConfig for provider["registry.terraform.io/integrations/github"]: using explicit config only
2024-02-14T16:46:08.812Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:46:08.812Z [TRACE] GRPCProvider: ValidateProviderConfig
2024-02-14T16:46:08.812Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:46:08.815Z [WARN] ValidateProviderConfig from "provider[\"registry.terraform.io/integrations/github\"]" changed the config value, but that value is unused
2024-02-14T16:46:08.815Z [TRACE] GRPCProvider: ConfigureProvider
2024-02-14T16:46:08.815Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:46:08.815Z [DEBUG] provider.terraform-provider-github_v5.45.0: 2024/02/14 16:46:08 [INFO] Selecting owner from GITHUB_OWNER environment variable
2024-02-14T16:46:08.878Z [DEBUG] provider.terraform-provider-github_v5.45.0: 2024/02/14 16:46:08 [INFO] Using the token from GitHub CLI
2024-02-14T16:46:08.878Z [DEBUG] provider.terraform-provider-github_v5.45.0: 2024/02/14 16:46:08 [INFO] Setting write_delay_ms to 1000
2024-02-14T16:46:08.878Z [DEBUG] provider.terraform-provider-github_v5.45.0: 2024/02/14 16:46:08 [DEBUG] Setting read_delay_ms to 0
2024-02-14T16:46:08.878Z [DEBUG] provider.terraform-provider-github_v5.45.0: 2024/02/14 16:46:08 [DEBUG] Setting parallel_requests to false
2024-02-14T16:46:08.878Z [DEBUG] provider.terraform-provider-github_v5.45.0: 2024/02/14 16:46:08 [DEBUG] GitHub API Request Details:
2024-02-14T16:46:08.878Z [DEBUG] provider.terraform-provider-github_v5.45.0: ---[ REQUEST ]---------------------------------------
2024-02-14T16:46:08.878Z [DEBUG] provider.terraform-provider-github_v5.45.0: GET /user HTTP/1.1
2024-02-14T16:46:08.878Z [DEBUG] provider.terraform-provider-github_v5.45.0: Host: api.github.com
2024-02-14T16:46:08.878Z [DEBUG] provider.terraform-provider-github_v5.45.0: User-Agent: go-github/v57.0.0
2024-02-14T16:46:08.878Z [DEBUG] provider.terraform-provider-github_v5.45.0: Accept: application/vnd.github.v3+json,application/vnd.github.stone-crop-preview+json
2024-02-14T16:46:08.878Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Github-Api-Version: 2022-11-28
2024-02-14T16:46:08.878Z [DEBUG] provider.terraform-provider-github_v5.45.0: Accept-Encoding: gzip
2024-02-14T16:46:08.878Z [DEBUG] provider.terraform-provider-github_v5.45.0
2024-02-14T16:46:08.878Z [DEBUG] provider.terraform-provider-github_v5.45.0
2024-02-14T16:46:08.878Z [DEBUG] provider.terraform-provider-github_v5.45.0: -----------------------------------------------------
2024-02-14T16:46:09.107Z [DEBUG] provider.terraform-provider-github_v5.45.0: 2024/02/14 16:46:09 [DEBUG] GitHub API Response Details:
2024-02-14T16:46:09.107Z [DEBUG] provider.terraform-provider-github_v5.45.0: ---[ RESPONSE ]--------------------------------------
2024-02-14T16:46:09.107Z [DEBUG] provider.terraform-provider-github_v5.45.0: HTTP/2.0 200 OK
2024-02-14T16:46:09.107Z [DEBUG] provider.terraform-provider-github_v5.45.0: Access-Control-Allow-Origin: *
2024-02-14T16:46:09.107Z [DEBUG] provider.terraform-provider-github_v5.45.0: Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset
2024-02-14T16:46:09.107Z [DEBUG] provider.terraform-provider-github_v5.45.0: Cache-Control: private, max-age=60, s-maxage=60
2024-02-14T16:46:09.107Z [DEBUG] provider.terraform-provider-github_v5.45.0: Content-Security-Policy: default-src 'none'
2024-02-14T16:46:09.107Z [DEBUG] provider.terraform-provider-github_v5.45.0: Content-Type: application/json; charset=utf-8
2024-02-14T16:46:09.107Z [DEBUG] provider.terraform-provider-github_v5.45.0: Date: Wed, 14 Feb 2024 16:46:09 GMT
2024-02-14T16:46:09.107Z [DEBUG] provider.terraform-provider-github_v5.45.0: Etag: W/"418427936db8c5d6eab657330e10c5f0f5014d7e596cd21dba9a6c6867399735"
2024-02-14T16:46:09.107Z [DEBUG] provider.terraform-provider-github_v5.45.0: Last-Modified: Fri, 09 Feb 2024 12:26:12 GMT
2024-02-14T16:46:09.107Z [DEBUG] provider.terraform-provider-github_v5.45.0: Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin
2024-02-14T16:46:09.108Z [DEBUG] provider.terraform-provider-github_v5.45.0: Server: GitHub.com
2024-02-14T16:46:09.108Z [DEBUG] provider.terraform-provider-github_v5.45.0: Strict-Transport-Security: max-age=31536000; includeSubdomains; preload
2024-02-14T16:46:09.108Z [DEBUG] provider.terraform-provider-github_v5.45.0: Vary: Accept, Authorization, Cookie, X-GitHub-OTP
2024-02-14T16:46:09.108Z [DEBUG] provider.terraform-provider-github_v5.45.0: Vary: Accept-Encoding, Accept, X-Requested-With
2024-02-14T16:46:09.108Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Accepted-Oauth-Scopes:
2024-02-14T16:46:09.108Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Content-Type-Options: nosniff
2024-02-14T16:46:09.108Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Frame-Options: deny
2024-02-14T16:46:09.108Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Github-Api-Version-Selected: 2022-11-28
2024-02-14T16:46:09.108Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Github-Media-Type: github.v3; format=json, github.stone-crop-preview; format=json
2024-02-14T16:46:09.108Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Github-Request-Id: E72F:3D8CF0:5B80344:5C68AE1:65CCEE50
2024-02-14T16:46:09.108Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Oauth-Client-Id: 178c6fc778ccc68e1d6a
2024-02-14T16:46:09.108Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Oauth-Scopes: admin:org, admin:repo_hook, gist, repo
2024-02-14T16:46:09.108Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Ratelimit-Limit: 5000
2024-02-14T16:46:09.108Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Ratelimit-Remaining: 4952
2024-02-14T16:46:09.108Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Ratelimit-Reset: 1707930388
2024-02-14T16:46:09.108Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Ratelimit-Resource: core
2024-02-14T16:46:09.108Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Ratelimit-Used: 48
2024-02-14T16:46:09.108Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Xss-Protection: 0
2024-02-14T16:46:09.108Z [DEBUG] provider.terraform-provider-github_v5.45.0
2024-02-14T16:46:09.108Z [DEBUG] provider.terraform-provider-github_v5.45.0: {
2024-02-14T16:46:09.108Z [DEBUG] provider.terraform-provider-github_v5.45.0: "login": "matthiasr",
2024-02-14T16:46:09.108Z [DEBUG] provider.terraform-provider-github_v5.45.0: "id": 131590,
2024-02-14T16:46:09.108Z [DEBUG] provider.terraform-provider-github_v5.45.0: "node_id": "MDQ6VXNlcjEzMTU5MA==",
2024-02-14T16:46:09.108Z [DEBUG] provider.terraform-provider-github_v5.45.0: "avatar_url": "https://avatars.githubusercontent.com/u/131590?v=4",
2024-02-14T16:46:09.108Z [DEBUG] provider.terraform-provider-github_v5.45.0: "gravatar_id": "",
2024-02-14T16:46:09.108Z [DEBUG] provider.terraform-provider-github_v5.45.0: "url": "https://api.github.com/users/matthiasr",
2024-02-14T16:46:09.108Z [DEBUG] provider.terraform-provider-github_v5.45.0: "html_url": "https://github.com/matthiasr",
2024-02-14T16:46:09.108Z [DEBUG] provider.terraform-provider-github_v5.45.0: "followers_url": "https://api.github.com/users/matthiasr/followers",
2024-02-14T16:46:09.108Z [DEBUG] provider.terraform-provider-github_v5.45.0: "following_url": "https://api.github.com/users/matthiasr/following{/other_user}",
2024-02-14T16:46:09.108Z [DEBUG] provider.terraform-provider-github_v5.45.0: "gists_url": "https://api.github.com/users/matthiasr/gists{/gist_id}",
2024-02-14T16:46:09.108Z [DEBUG] provider.terraform-provider-github_v5.45.0: "starred_url": "https://api.github.com/users/matthiasr/starred{/owner}{/repo}",
2024-02-14T16:46:09.108Z [DEBUG] provider.terraform-provider-github_v5.45.0: "subscriptions_url": "https://api.github.com/users/matthiasr/subscriptions",
2024-02-14T16:46:09.108Z [DEBUG] provider.terraform-provider-github_v5.45.0: "organizations_url": "https://api.github.com/users/matthiasr/orgs",
2024-02-14T16:46:09.108Z [DEBUG] provider.terraform-provider-github_v5.45.0: "repos_url": "https://api.github.com/users/matthiasr/repos",
2024-02-14T16:46:09.108Z [DEBUG] provider.terraform-provider-github_v5.45.0: "events_url": "https://api.github.com/users/matthiasr/events{/privacy}",
2024-02-14T16:46:09.108Z [DEBUG] provider.terraform-provider-github_v5.45.0: "received_events_url": "https://api.github.com/users/matthiasr/received_events",
2024-02-14T16:46:09.108Z [DEBUG] provider.terraform-provider-github_v5.45.0: "type": "User",
2024-02-14T16:46:09.108Z [DEBUG] provider.terraform-provider-github_v5.45.0: "site_admin": false,
2024-02-14T16:46:09.108Z [DEBUG] provider.terraform-provider-github_v5.45.0: "name": "Matthias Rampke",
2024-02-14T16:46:09.108Z [DEBUG] provider.terraform-provider-github_v5.45.0: "company": "@chronosphereio ",
2024-02-14T16:46:09.108Z [DEBUG] provider.terraform-provider-github_v5.45.0: "blog": "https://rampke.de/",
2024-02-14T16:46:09.109Z [DEBUG] provider.terraform-provider-github_v5.45.0: "location": "Berlin, Germany",
2024-02-14T16:46:09.109Z [DEBUG] provider.terraform-provider-github_v5.45.0: "email": "matthias@rampke.de",
2024-02-14T16:46:09.109Z [DEBUG] provider.terraform-provider-github_v5.45.0: "hireable": null,
2024-02-14T16:46:09.109Z [DEBUG] provider.terraform-provider-github_v5.45.0: "bio": null,
2024-02-14T16:46:09.109Z [DEBUG] provider.terraform-provider-github_v5.45.0: "twitter_username": null,
2024-02-14T16:46:09.109Z [DEBUG] provider.terraform-provider-github_v5.45.0: "public_repos": 72,
2024-02-14T16:46:09.109Z [DEBUG] provider.terraform-provider-github_v5.45.0: "public_gists": 46,
2024-02-14T16:46:09.109Z [DEBUG] provider.terraform-provider-github_v5.45.0: "followers": 105,
2024-02-14T16:46:09.109Z [DEBUG] provider.terraform-provider-github_v5.45.0: "following": 8,
2024-02-14T16:46:09.109Z [DEBUG] provider.terraform-provider-github_v5.45.0: "created_at": "2009-09-26T13:30:19Z",
2024-02-14T16:46:09.109Z [DEBUG] provider.terraform-provider-github_v5.45.0: "updated_at": "2024-02-09T12:26:12Z"
2024-02-14T16:46:09.109Z [DEBUG] provider.terraform-provider-github_v5.45.0: }
2024-02-14T16:46:09.109Z [DEBUG] provider.terraform-provider-github_v5.45.0: -----------------------------------------------------
2024-02-14T16:46:09.109Z [TRACE] vertex "provider[\"registry.terraform.io/integrations/github\"]": visit complete
2024-02-14T16:46:09.110Z [TRACE] vertex "github_repository.repository (expand)": starting visit (*terraform.nodeExpandApplyableResource)
2024-02-14T16:46:09.110Z [TRACE] vertex "github_repository.repository (expand)": visit complete
2024-02-14T16:46:09.110Z [TRACE] vertex "github_repository.repository": starting visit (*terraform.NodeApplyableResourceInstance)
2024-02-14T16:46:09.110Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:46:09.111Z [TRACE] readDiff: Read Update change from plan for github_repository.repository
2024-02-14T16:46:09.111Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:46:09.111Z [TRACE] readResourceInstanceState: reading state for github_repository.repository
2024-02-14T16:46:09.111Z [TRACE] upgradeResourceState: schema version of github_repository.repository is still 1; calling provider "github" for any other minor fixups
2024-02-14T16:46:09.111Z [TRACE] GRPCProvider: UpgradeResourceState
2024-02-14T16:46:09.111Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:46:09.117Z [TRACE] readDiff: Read Update change from plan for github_repository.repository
2024-02-14T16:46:09.117Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:46:09.118Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:46:09.118Z [TRACE] Re-validating config for "github_repository.repository"
2024-02-14T16:46:09.118Z [TRACE] GRPCProvider: ValidateResourceConfig
2024-02-14T16:46:09.118Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:46:09.119Z [TRACE] GRPCProvider: PlanResourceChange
2024-02-14T16:46:09.119Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:46:09.127Z [WARN] Provider "registry.terraform.io/integrations/github" produced an invalid plan for github_repository.repository, but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .has_projects: planned value cty.False for a non-computed attribute
- .homepage_url: planned value cty.StringVal("") for a non-computed attribute
- .squash_merge_commit_message: planned value cty.StringVal("COMMIT_MESSAGES") for a non-computed attribute
- .vulnerability_alerts: planned value cty.False for a non-computed attribute
- .allow_squash_merge: planned value cty.True for a non-computed attribute
- .allow_update_branch: planned value cty.False for a non-computed attribute
- .delete_branch_on_merge: planned value cty.False for a non-computed attribute
- .has_discussions: planned value cty.False for a non-computed attribute
- .allow_rebase_merge: planned value cty.True for a non-computed attribute
- .is_template: planned value cty.False for a non-computed attribute
- .merge_commit_title: planned value cty.StringVal("MERGE_MESSAGE") for a non-computed attribute
- .allow_merge_commit: planned value cty.True for a non-computed attribute
- .merge_commit_message: planned value cty.StringVal("PR_TITLE") for a non-computed attribute
- .auto_init: planned value cty.False for a non-computed attribute
- .allow_auto_merge: planned value cty.False for a non-computed attribute
- .squash_merge_commit_title: planned value cty.StringVal("COMMIT_OR_PR_TITLE") for a non-computed attribute
- .web_commit_signoff_required: planned value cty.False for a non-computed attribute
- .has_downloads: planned value cty.False for a non-computed attribute
2024-02-14T16:46:09.127Z [TRACE] checkPlannedChange: Verifying that actual change (action Update) matches planned change (action Update)
github_repository.repository: Modifying... [id=import_test]
2024-02-14T16:46:09.127Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:46:09.127Z [INFO] Starting apply for github_repository.repository
2024-02-14T16:46:09.128Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:46:09.128Z [DEBUG] github_repository.repository: applying the planned Update change
2024-02-14T16:46:09.128Z [TRACE] GRPCProvider: ApplyResourceChange
2024-02-14T16:46:09.128Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:46:09.133Z [DEBUG] provider.terraform-provider-github_v5.45.0: 2024/02/14 16:46:09 [DEBUG] GitHub API Request Details:
2024-02-14T16:46:09.133Z [DEBUG] provider.terraform-provider-github_v5.45.0: ---[ REQUEST ]---------------------------------------
2024-02-14T16:46:09.133Z [DEBUG] provider.terraform-provider-github_v5.45.0: PATCH /repos/matthiasr/import_test HTTP/1.1
2024-02-14T16:46:09.133Z [DEBUG] provider.terraform-provider-github_v5.45.0: Host: api.github.com
2024-02-14T16:46:09.133Z [DEBUG] provider.terraform-provider-github_v5.45.0: User-Agent: go-github/v57.0.0
2024-02-14T16:46:09.133Z [DEBUG] provider.terraform-provider-github_v5.45.0: Content-Length: 758
2024-02-14T16:46:09.133Z [DEBUG] provider.terraform-provider-github_v5.45.0: Accept: application/vnd.github.baptiste-preview+json, application/vnd.github.nebula-preview+json,application/vnd.github.stone-crop-preview+json
2024-02-14T16:46:09.133Z [DEBUG] provider.terraform-provider-github_v5.45.0: Content-Type: application/json
2024-02-14T16:46:09.133Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Github-Api-Version: 2022-11-28
2024-02-14T16:46:09.133Z [DEBUG] provider.terraform-provider-github_v5.45.0: Accept-Encoding: gzip
2024-02-14T16:46:09.133Z [DEBUG] provider.terraform-provider-github_v5.45.0
2024-02-14T16:46:09.133Z [DEBUG] provider.terraform-provider-github_v5.45.0: {
2024-02-14T16:46:09.133Z [DEBUG] provider.terraform-provider-github_v5.45.0: "name": "import_test",
2024-02-14T16:46:09.133Z [DEBUG] provider.terraform-provider-github_v5.45.0: "description": "testing import",
2024-02-14T16:46:09.133Z [DEBUG] provider.terraform-provider-github_v5.45.0: "homepage": "",
2024-02-14T16:46:09.133Z [DEBUG] provider.terraform-provider-github_v5.45.0: "auto_init": false,
2024-02-14T16:46:09.133Z [DEBUG] provider.terraform-provider-github_v5.45.0: "allow_rebase_merge": true,
2024-02-14T16:46:09.133Z [DEBUG] provider.terraform-provider-github_v5.45.0: "allow_update_branch": false,
2024-02-14T16:46:09.133Z [DEBUG] provider.terraform-provider-github_v5.45.0: "allow_squash_merge": true,
2024-02-14T16:46:09.133Z [DEBUG] provider.terraform-provider-github_v5.45.0: "allow_merge_commit": true,
2024-02-14T16:46:09.134Z [DEBUG] provider.terraform-provider-github_v5.45.0: "allow_auto_merge": false,
2024-02-14T16:46:09.134Z [DEBUG] provider.terraform-provider-github_v5.45.0: "web_commit_signoff_required": false,
2024-02-14T16:46:09.134Z [DEBUG] provider.terraform-provider-github_v5.45.0: "delete_branch_on_merge": false,
2024-02-14T16:46:09.134Z [DEBUG] provider.terraform-provider-github_v5.45.0: "squash_merge_commit_title": "COMMIT_OR_PR_TITLE",
2024-02-14T16:46:09.134Z [DEBUG] provider.terraform-provider-github_v5.45.0: "squash_merge_commit_message": "COMMIT_MESSAGES",
2024-02-14T16:46:09.134Z [DEBUG] provider.terraform-provider-github_v5.45.0: "merge_commit_title": "MERGE_MESSAGE",
2024-02-14T16:46:09.134Z [DEBUG] provider.terraform-provider-github_v5.45.0: "merge_commit_message": "PR_TITLE",
2024-02-14T16:46:09.134Z [DEBUG] provider.terraform-provider-github_v5.45.0: "archived": false,
2024-02-14T16:46:09.134Z [DEBUG] provider.terraform-provider-github_v5.45.0: "has_issues": true,
2024-02-14T16:46:09.134Z [DEBUG] provider.terraform-provider-github_v5.45.0: "has_wiki": true,
2024-02-14T16:46:09.134Z [DEBUG] provider.terraform-provider-github_v5.45.0: "has_projects": false,
2024-02-14T16:46:09.134Z [DEBUG] provider.terraform-provider-github_v5.45.0: "has_downloads": false,
2024-02-14T16:46:09.134Z [DEBUG] provider.terraform-provider-github_v5.45.0: "has_discussions": false,
2024-02-14T16:46:09.134Z [DEBUG] provider.terraform-provider-github_v5.45.0: "is_template": false,
2024-02-14T16:46:09.134Z [DEBUG] provider.terraform-provider-github_v5.45.0: "license_template": "",
2024-02-14T16:46:09.134Z [DEBUG] provider.terraform-provider-github_v5.45.0: "gitignore_template": "",
2024-02-14T16:46:09.134Z [DEBUG] provider.terraform-provider-github_v5.45.0: "security_and_analysis": {
2024-02-14T16:46:09.134Z [DEBUG] provider.terraform-provider-github_v5.45.0: "secret_scanning": {
2024-02-14T16:46:09.134Z [DEBUG] provider.terraform-provider-github_v5.45.0: "status": "disabled"
2024-02-14T16:46:09.134Z [DEBUG] provider.terraform-provider-github_v5.45.0: },
2024-02-14T16:46:09.134Z [DEBUG] provider.terraform-provider-github_v5.45.0: "secret_scanning_push_protection": {
2024-02-14T16:46:09.134Z [DEBUG] provider.terraform-provider-github_v5.45.0: "status": "disabled"
2024-02-14T16:46:09.134Z [DEBUG] provider.terraform-provider-github_v5.45.0: }
2024-02-14T16:46:09.134Z [DEBUG] provider.terraform-provider-github_v5.45.0: }
2024-02-14T16:46:09.134Z [DEBUG] provider.terraform-provider-github_v5.45.0: }
2024-02-14T16:46:09.134Z [DEBUG] provider.terraform-provider-github_v5.45.0
2024-02-14T16:46:09.134Z [DEBUG] provider.terraform-provider-github_v5.45.0: -----------------------------------------------------
2024-02-14T16:46:09.376Z [DEBUG] provider.terraform-provider-github_v5.45.0: 2024/02/14 16:46:09 [DEBUG] GitHub API Response Details:
2024-02-14T16:46:09.376Z [DEBUG] provider.terraform-provider-github_v5.45.0: ---[ RESPONSE ]--------------------------------------
2024-02-14T16:46:09.376Z [DEBUG] provider.terraform-provider-github_v5.45.0: HTTP/2.0 422 Unprocessable Entity
2024-02-14T16:46:09.376Z [DEBUG] provider.terraform-provider-github_v5.45.0: Content-Length: 158
2024-02-14T16:46:09.376Z [DEBUG] provider.terraform-provider-github_v5.45.0: Access-Control-Allow-Origin: *
2024-02-14T16:46:09.376Z [DEBUG] provider.terraform-provider-github_v5.45.0: Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset
2024-02-14T16:46:09.376Z [DEBUG] provider.terraform-provider-github_v5.45.0: Content-Security-Policy: default-src 'none'
2024-02-14T16:46:09.376Z [DEBUG] provider.terraform-provider-github_v5.45.0: Content-Type: application/json; charset=utf-8
2024-02-14T16:46:09.376Z [DEBUG] provider.terraform-provider-github_v5.45.0: Date: Wed, 14 Feb 2024 16:46:09 GMT
2024-02-14T16:46:09.376Z [DEBUG] provider.terraform-provider-github_v5.45.0: Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin
2024-02-14T16:46:09.376Z [DEBUG] provider.terraform-provider-github_v5.45.0: Server: GitHub.com
2024-02-14T16:46:09.376Z [DEBUG] provider.terraform-provider-github_v5.45.0: Strict-Transport-Security: max-age=31536000; includeSubdomains; preload
2024-02-14T16:46:09.377Z [DEBUG] provider.terraform-provider-github_v5.45.0: Vary: Accept-Encoding, Accept, X-Requested-With
2024-02-14T16:46:09.377Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Accepted-Oauth-Scopes:
2024-02-14T16:46:09.377Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Content-Type-Options: nosniff
2024-02-14T16:46:09.377Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Frame-Options: deny
2024-02-14T16:46:09.377Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Github-Api-Version-Selected: 2022-11-28
2024-02-14T16:46:09.377Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Github-Media-Type: github.v3; param=baptiste-preview.nebula-preview; format=json, github.stone-crop-preview; format=json
2024-02-14T16:46:09.377Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Github-Request-Id: E72F:3D8CF0:5B80476:5C68C01:65CCEE51
2024-02-14T16:46:09.377Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Oauth-Client-Id: 178c6fc778ccc68e1d6a
2024-02-14T16:46:09.377Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Oauth-Scopes: admin:org, admin:repo_hook, gist, repo
2024-02-14T16:46:09.377Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Ratelimit-Limit: 5000
2024-02-14T16:46:09.377Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Ratelimit-Remaining: 4951
2024-02-14T16:46:09.377Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Ratelimit-Reset: 1707930388
2024-02-14T16:46:09.377Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Ratelimit-Resource: core
2024-02-14T16:46:09.377Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Ratelimit-Used: 49
2024-02-14T16:46:09.377Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Xss-Protection: 0
2024-02-14T16:46:09.377Z [DEBUG] provider.terraform-provider-github_v5.45.0
2024-02-14T16:46:09.377Z [DEBUG] provider.terraform-provider-github_v5.45.0: {
2024-02-14T16:46:09.377Z [DEBUG] provider.terraform-provider-github_v5.45.0: "message": "Secret Scanning can only be changed on org owned repositories",
2024-02-14T16:46:09.377Z [DEBUG] provider.terraform-provider-github_v5.45.0: "documentation_url": "https://docs.github.com/rest/repos/repos#update-a-repository"
2024-02-14T16:46:09.378Z [DEBUG] provider.terraform-provider-github_v5.45.0: }
2024-02-14T16:46:09.378Z [DEBUG] provider.terraform-provider-github_v5.45.0: -----------------------------------------------------
2024-02-14T16:46:09.381Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:46:09.381Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for github_repository.repository
2024-02-14T16:46:09.381Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for github_repository.repository
2024-02-14T16:46:09.381Z [TRACE] evalApplyProvisioners: github_repository.repository is not freshly-created, so no provisioning is required
2024-02-14T16:46:09.381Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:46:09.381Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for github_repository.repository
2024-02-14T16:46:09.381Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for github_repository.repository
2024-02-14T16:46:09.382Z [TRACE] statemgr.Filesystem: creating backup snapshot at terraform.tfstate.backup
2024-02-14T16:46:09.383Z [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 39
2024-02-14T16:46:09.383Z [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
2024-02-14T16:46:09.391Z [DEBUG] State storage *statemgr.Filesystem declined to persist a state snapshot
2024-02-14T16:46:09.391Z [ERROR] vertex "github_repository.repository" error: PATCH https://api.github.com/repos/matthiasr/import_test: 422 Secret Scanning can only be changed on org owned repositories []
2024-02-14T16:46:09.391Z [TRACE] vertex "github_repository.repository": visit complete, with errors
2024-02-14T16:46:09.391Z [TRACE] dag/walk: upstream of "provider[\"registry.terraform.io/integrations/github\"] (close)" errored, so skipping
2024-02-14T16:46:09.391Z [TRACE] dag/walk: upstream of "root" errored, so skipping
2024-02-14T16:46:09.391Z [TRACE] statemgr.Filesystem: have already backed up original terraform.tfstate to terraform.tfstate.backup on a previous write
2024-02-14T16:46:09.392Z [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 40
2024-02-14T16:46:09.392Z [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
│ Error: PATCH https://api.github.com/repos/matthiasr/import_test: 422 Secret Scanning can only be changed on org owned repositories []
│ with github_repository.repository,
│ on main.tf line 11, in resource "github_repository" "repository":
│ 11: resource "github_repository" "repository" {
2024-02-14T16:46:09.397Z [TRACE] statemgr.Filesystem: removing lock metadata file .terraform.tfstate.lock.info
2024-02-14T16:46:09.399Z [TRACE] statemgr.Filesystem: unlocking terraform.tfstate using fcntl flock
2024-02-14T16:46:09.400Z [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2024-02-14T16:46:09.405Z [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0 pid=54489
2024-02-14T16:46:09.405Z [DEBUG] provider: plugin exited
❯ TF_LOG=trace terraform apply -auto-approve
2024-02-14T16:46:13.558Z [INFO] Terraform version: 1.6.1
2024-02-14T16:46:13.558Z [DEBUG] using github.com/hashicorp/go-tfe v1.34.0
2024-02-14T16:46:13.558Z [DEBUG] using github.com/hashicorp/hcl/v2 v2.18.1
2024-02-14T16:46:13.558Z [DEBUG] using github.com/hashicorp/terraform-svchost v0.1.1
2024-02-14T16:46:13.558Z [DEBUG] using github.com/zclconf/go-cty v1.14.1
2024-02-14T16:46:13.558Z [INFO] Go runtime version: go1.21.1
2024-02-14T16:46:13.558Z [INFO] CLI args: []string{"/opt/homebrew/Cellar/tfenv/3.0.0/versions/1.6.1/terraform", "apply", "-auto-approve"}
2024-02-14T16:46:13.558Z [TRACE] Stdout is a terminal of width 158
2024-02-14T16:46:13.558Z [TRACE] Stderr is a terminal of width 158
2024-02-14T16:46:13.558Z [TRACE] Stdin is a terminal
2024-02-14T16:46:13.558Z [DEBUG] Attempting to open CLI config file: /Users/matthiasrampke/.terraformrc
2024-02-14T16:46:13.558Z [INFO] Loading CLI configuration from /Users/matthiasrampke/.terraformrc
2024-02-14T16:46:13.559Z [DEBUG] ignoring non-existing provider search directory terraform.d/plugins
2024-02-14T16:46:13.559Z [DEBUG] ignoring non-existing provider search directory /Users/matthiasrampke/.terraform.d/plugins
2024-02-14T16:46:13.559Z [DEBUG] ignoring non-existing provider search directory /Users/matthiasrampke/Library/Application Support/io.terraform/plugins
2024-02-14T16:46:13.559Z [DEBUG] ignoring non-existing provider search directory /Library/Application Support/io.terraform/plugins
2024-02-14T16:46:13.559Z [INFO] CLI command args: []string{"apply", "-auto-approve"}
2024-02-14T16:46:13.559Z [TRACE] Meta.Backend: no config given or present on disk, so returning nil config
2024-02-14T16:46:13.559Z [TRACE] Meta.Backend: backend has not previously been initialized in this working directory
2024-02-14T16:46:13.559Z [DEBUG] New state was assigned lineage "9feecbc9-3681-7222-d267-d773f5ae7a08"
2024-02-14T16:46:13.559Z [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend)
2024-02-14T16:46:13.559Z [TRACE] Meta.Backend: instantiated backend of type <nil>
2024-02-14T16:46:13.559Z [TRACE] providercache.fillMetaCache: scanning directory .terraform/providers
2024-02-14T16:46:13.559Z [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/integrations/github v5.45.0 for darwin_arm64 at .terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64
2024-02-14T16:46:13.559Z [TRACE] providercache.fillMetaCache: including .terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64 as a candidate package for registry.terraform.io/integrations/github 5.45.0
2024-02-14T16:46:13.575Z [DEBUG] checking for provisioner in "."
2024-02-14T16:46:13.575Z [DEBUG] checking for provisioner in "/opt/homebrew/Cellar/tfenv/3.0.0/versions/1.6.1"
2024-02-14T16:46:13.575Z [TRACE] Meta.Backend: backend <nil> does not support operations, so wrapping it in a local backend
2024-02-14T16:46:13.575Z [INFO] backend/local: starting Apply operation
2024-02-14T16:46:13.575Z [TRACE] backend/local: requesting state manager for workspace "default"
2024-02-14T16:46:13.575Z [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
2024-02-14T16:46:13.575Z [TRACE] backend/local: requesting state lock for workspace "default"
2024-02-14T16:46:13.576Z [TRACE] statemgr.Filesystem: preparing to manage state snapshots at terraform.tfstate
2024-02-14T16:46:13.577Z [TRACE] statemgr.Filesystem: existing snapshot has lineage "74c5b913-61ee-10a1-709e-9a7cf6f8b697" serial 40
2024-02-14T16:46:13.577Z [TRACE] statemgr.Filesystem: locking terraform.tfstate using fcntl flock
2024-02-14T16:46:13.577Z [TRACE] statemgr.Filesystem: writing lock metadata to .terraform.tfstate.lock.info
2024-02-14T16:46:13.577Z [TRACE] backend/local: reading remote state for workspace "default"
2024-02-14T16:46:13.577Z [TRACE] statemgr.Filesystem: reading latest snapshot from terraform.tfstate
2024-02-14T16:46:13.577Z [TRACE] statemgr.Filesystem: read snapshot with lineage "74c5b913-61ee-10a1-709e-9a7cf6f8b697" serial 40
2024-02-14T16:46:13.577Z [TRACE] backend/local: populating backend.LocalRun for current working directory
2024-02-14T16:46:13.577Z [TRACE] Config.VerifyDependencySelections: provider registry.terraform.io/integrations/github has 5.45.0 to satisfy ""
2024-02-14T16:46:13.577Z [TRACE] terraform.NewContext: starting
2024-02-14T16:46:13.577Z [TRACE] terraform.NewContext: complete
2024-02-14T16:46:13.577Z [TRACE] backend/local: requesting interactive input, if necessary
2024-02-14T16:46:13.577Z [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/integrations/github"
2024-02-14T16:46:13.577Z [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/integrations/github" to read its schema
2024-02-14T16:46:13.577Z [DEBUG] created provider logger: level=trace
2024-02-14T16:46:13.577Z [INFO] provider: configuring client automatic mTLS
2024-02-14T16:46:13.583Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0 args=[".terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0"]
2024-02-14T16:46:13.585Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0 pid=54532
2024-02-14T16:46:13.585Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0
2024-02-14T16:46:13.594Z [INFO] provider.terraform-provider-github_v5.45.0: configuring server automatic mTLS: timestamp=2024-02-14T16:46:13.594Z
2024-02-14T16:46:13.599Z [DEBUG] provider: using plugin: version=5
2024-02-14T16:46:13.599Z [DEBUG] provider.terraform-provider-github_v5.45.0: plugin address: network=unix address=/var/folders/qr/_1x7dj194gz_67pn51xrds500000gn/T/plugin3640355502 timestamp=2024-02-14T16:46:13.599Z
2024-02-14T16:46:13.604Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:46:13.604Z [TRACE] provider.stdio: waiting for stdio data
2024-02-14T16:46:13.607Z [DEBUG] No provider meta schema returned
2024-02-14T16:46:13.609Z [TRACE] GRPCProvider: Close
2024-02-14T16:46:13.609Z [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2024-02-14T16:46:13.610Z [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0 pid=54532
2024-02-14T16:46:13.610Z [DEBUG] provider: plugin exited
2024-02-14T16:46:13.610Z [TRACE] Context.Input: Prompting for provider arguments
2024-02-14T16:46:13.610Z [TRACE] Context.Input: Provider provider.github declared at main.tf:9,1-18
2024-02-14T16:46:13.610Z [TRACE] Context.Input: Input for provider.github: map[string]cty.Value{}
2024-02-14T16:46:13.610Z [TRACE] backend/local: running validation operation
2024-02-14T16:46:13.610Z [DEBUG] Building and walking validate graph
2024-02-14T16:46:13.610Z [TRACE] building graph for walkValidate
2024-02-14T16:46:13.610Z [TRACE] Executing graph transform *terraform.ConfigTransformer
2024-02-14T16:46:13.610Z [TRACE] ConfigTransformer: Starting for path:
2024-02-14T16:46:13.610Z [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
github_repository.repository - *terraform.NodeValidatableResource
------
2024-02-14T16:46:13.610Z [TRACE] Executing graph transform *terraform.RootVariableTransformer
2024-02-14T16:46:13.610Z [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2024-02-14T16:46:13.610Z [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2024-02-14T16:46:13.610Z [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2024-02-14T16:46:13.610Z [TRACE] Executing graph transform *terraform.LocalTransformer
2024-02-14T16:46:13.610Z [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2024-02-14T16:46:13.610Z [TRACE] Executing graph transform *terraform.OutputTransformer
2024-02-14T16:46:13.610Z [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2024-02-14T16:46:13.610Z [TRACE] Executing graph transform *terraform.checkTransformer
2024-02-14T16:46:13.610Z [TRACE] Completed graph transform *terraform.checkTransformer (no changes)
2024-02-14T16:46:13.610Z [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2024-02-14T16:46:13.610Z [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2024-02-14T16:46:13.610Z [TRACE] Executing graph transform *terraform.StateTransformer
2024-02-14T16:46:13.610Z [TRACE] StateTransformer: pointless no-op call, creating no nodes at all
2024-02-14T16:46:13.610Z [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2024-02-14T16:46:13.610Z [TRACE] Executing graph transform *terraform.AttachStateTransformer
2024-02-14T16:46:13.610Z [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2024-02-14T16:46:13.610Z [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2024-02-14T16:46:13.610Z [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2024-02-14T16:46:13.610Z [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2024-02-14T16:46:13.610Z [TRACE] AttachResourceConfigTransformer: attaching to "github_repository.repository" (*terraform.NodeValidatableResource) config from main.tf:11,1-42
2024-02-14T16:46:13.610Z [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to github_repository.repository
2024-02-14T16:46:13.610Z [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2024-02-14T16:46:13.610Z [TRACE] Executing graph transform *terraform.graphTransformerMulti
2024-02-14T16:46:13.610Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2024-02-14T16:46:13.610Z [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/integrations/github\"]" provider configuration from main.tf:9,1-18
2024-02-14T16:46:13.610Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
github_repository.repository - *terraform.NodeValidatableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
------
2024-02-14T16:46:13.610Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2024-02-14T16:46:13.610Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2024-02-14T16:46:13.610Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2024-02-14T16:46:13.610Z [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/integrations/github"] serving github_repository.repository
2024-02-14T16:46:13.610Z [DEBUG] ProviderTransformer: "github_repository.repository" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/integrations/github"]
2024-02-14T16:46:13.610Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
github_repository.repository - *terraform.NodeValidatableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
------
2024-02-14T16:46:13.610Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2024-02-14T16:46:13.610Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2024-02-14T16:46:13.610Z [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
github_repository.repository - *terraform.NodeValidatableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
------
2024-02-14T16:46:13.610Z [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2024-02-14T16:46:13.610Z [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2024-02-14T16:46:13.610Z [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2024-02-14T16:46:13.610Z [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/integrations/github" to read its schema
2024-02-14T16:46:13.610Z [TRACE] AttachSchemaTransformer: attaching resource schema to github_repository.repository
2024-02-14T16:46:13.610Z [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/integrations/github" to read its schema
2024-02-14T16:46:13.610Z [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/integrations/github"]
2024-02-14T16:46:13.610Z [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2024-02-14T16:46:13.610Z [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2024-02-14T16:46:13.610Z [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2024-02-14T16:46:13.610Z [TRACE] Executing graph transform *terraform.ExternalReferenceTransformer
2024-02-14T16:46:13.610Z [TRACE] Completed graph transform *terraform.ExternalReferenceTransformer (no changes)
2024-02-14T16:46:13.610Z [TRACE] Executing graph transform *terraform.ReferenceTransformer
2024-02-14T16:46:13.610Z [DEBUG] ReferenceTransformer: "github_repository.repository" references: []
2024-02-14T16:46:13.610Z [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/integrations/github\"]" references: []
2024-02-14T16:46:13.610Z [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2024-02-14T16:46:13.610Z [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2024-02-14T16:46:13.610Z [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2024-02-14T16:46:13.610Z [TRACE] Executing graph transform *terraform.attachDataResourceDependsOnTransformer
2024-02-14T16:46:13.610Z [TRACE] Completed graph transform *terraform.attachDataResourceDependsOnTransformer (no changes)
2024-02-14T16:46:13.610Z [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2024-02-14T16:46:13.610Z [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2024-02-14T16:46:13.610Z [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer
2024-02-14T16:46:13.610Z [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer (no changes)
2024-02-14T16:46:13.610Z [TRACE] Executing graph transform *terraform.TargetsTransformer
2024-02-14T16:46:13.610Z [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2024-02-14T16:46:13.610Z [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2024-02-14T16:46:13.611Z [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2024-02-14T16:46:13.611Z [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2024-02-14T16:46:13.611Z [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
github_repository.repository - *terraform.NodeValidatableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] (close) - *terraform.graphNodeCloseProvider
github_repository.repository - *terraform.NodeValidatableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
------
2024-02-14T16:46:13.611Z [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2024-02-14T16:46:13.611Z [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
github_repository.repository - *terraform.NodeValidatableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] (close) - *terraform.graphNodeCloseProvider
github_repository.repository - *terraform.NodeValidatableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
provider["registry.terraform.io/integrations/github"] (close) - *terraform.graphNodeCloseProvider
------
2024-02-14T16:46:13.611Z [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2024-02-14T16:46:13.611Z [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
github_repository.repository - *terraform.NodeValidatableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] (close) - *terraform.graphNodeCloseProvider
github_repository.repository - *terraform.NodeValidatableResource
root - *terraform.nodeCloseModule
provider["registry.terraform.io/integrations/github"] (close) - *terraform.graphNodeCloseProvider
------
2024-02-14T16:46:13.611Z [DEBUG] Starting graph walk: walkValidate
2024-02-14T16:46:13.611Z [TRACE] vertex "provider[\"registry.terraform.io/integrations/github\"]": starting visit (*terraform.NodeApplyableProvider)
2024-02-14T16:46:13.611Z [DEBUG] created provider logger: level=trace
2024-02-14T16:46:13.611Z [INFO] provider: configuring client automatic mTLS
2024-02-14T16:46:13.613Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0 args=[".terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0"]
2024-02-14T16:46:13.614Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0 pid=54533
2024-02-14T16:46:13.614Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0
2024-02-14T16:46:13.623Z [INFO] provider.terraform-provider-github_v5.45.0: configuring server automatic mTLS: timestamp=2024-02-14T16:46:13.623Z
2024-02-14T16:46:13.628Z [DEBUG] provider: using plugin: version=5
2024-02-14T16:46:13.628Z [DEBUG] provider.terraform-provider-github_v5.45.0: plugin address: address=/var/folders/qr/_1x7dj194gz_67pn51xrds500000gn/T/plugin1402422613 network=unix timestamp=2024-02-14T16:46:13.628Z
2024-02-14T16:46:13.632Z [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/integrations/github\"]" provider for provider["registry.terraform.io/integrations/github"]
2024-02-14T16:46:13.632Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:46:13.632Z [TRACE] provider.stdio: waiting for stdio data
2024-02-14T16:46:13.635Z [DEBUG] No provider meta schema returned
2024-02-14T16:46:13.636Z [TRACE] NodeApplyableProvider: validating configuration for provider["registry.terraform.io/integrations/github"]
2024-02-14T16:46:13.636Z [TRACE] buildProviderConfig for provider["registry.terraform.io/integrations/github"]: using explicit config only
2024-02-14T16:46:13.636Z [TRACE] vertex "provider[\"registry.terraform.io/integrations/github\"]": visit complete
2024-02-14T16:46:13.636Z [TRACE] vertex "github_repository.repository": starting visit (*terraform.NodeValidatableResource)
2024-02-14T16:46:13.636Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:46:13.637Z [TRACE] GRPCProvider: ValidateResourceConfig
2024-02-14T16:46:13.637Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:46:13.638Z [TRACE] vertex "github_repository.repository": visit complete
2024-02-14T16:46:13.638Z [TRACE] vertex "provider[\"registry.terraform.io/integrations/github\"] (close)": starting visit (*terraform.graphNodeCloseProvider)
2024-02-14T16:46:13.638Z [TRACE] GRPCProvider: Close
2024-02-14T16:46:13.638Z [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2024-02-14T16:46:13.638Z [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0 pid=54533
2024-02-14T16:46:13.638Z [DEBUG] provider: plugin exited
2024-02-14T16:46:13.638Z [TRACE] vertex "provider[\"registry.terraform.io/integrations/github\"] (close)": visit complete
2024-02-14T16:46:13.638Z [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule)
2024-02-14T16:46:13.638Z [TRACE] vertex "root": visit complete
2024-02-14T16:46:13.638Z [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/integrations/github"
2024-02-14T16:46:13.638Z [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/integrations/github" to read its schema
2024-02-14T16:46:13.638Z [INFO] backend/local: apply calling Plan
2024-02-14T16:46:13.638Z [DEBUG] Building and walking plan graph for NormalMode
2024-02-14T16:46:13.638Z [TRACE] building graph for walkPlan
2024-02-14T16:46:13.638Z [TRACE] Executing graph transform *terraform.ConfigTransformer
2024-02-14T16:46:13.639Z [TRACE] ConfigTransformer: Starting for path:
2024-02-14T16:46:13.639Z [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
github_repository.repository (expand) - *terraform.nodeExpandPlannableResource
------
2024-02-14T16:46:13.639Z [TRACE] Executing graph transform *terraform.RootVariableTransformer
2024-02-14T16:46:13.639Z [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2024-02-14T16:46:13.639Z [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2024-02-14T16:46:13.639Z [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2024-02-14T16:46:13.639Z [TRACE] Executing graph transform *terraform.LocalTransformer
2024-02-14T16:46:13.639Z [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2024-02-14T16:46:13.639Z [TRACE] Executing graph transform *terraform.OutputTransformer
2024-02-14T16:46:13.639Z [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2024-02-14T16:46:13.639Z [TRACE] Executing graph transform *terraform.checkTransformer
2024-02-14T16:46:13.639Z [TRACE] Completed graph transform *terraform.checkTransformer (no changes)
2024-02-14T16:46:13.639Z [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2024-02-14T16:46:13.639Z [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2024-02-14T16:46:13.639Z [TRACE] Executing graph transform *terraform.StateTransformer
2024-02-14T16:46:13.639Z [TRACE] StateTransformer: creating nodes for deposed instance objects only
2024-02-14T16:46:13.639Z [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2024-02-14T16:46:13.639Z [TRACE] Executing graph transform *terraform.AttachStateTransformer
2024-02-14T16:46:13.639Z [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2024-02-14T16:46:13.639Z [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2024-02-14T16:46:13.639Z [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2024-02-14T16:46:13.639Z [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2024-02-14T16:46:13.639Z [TRACE] AttachResourceConfigTransformer: attaching to "github_repository.repository (expand)" (*terraform.nodeExpandPlannableResource) config from main.tf:11,1-42
2024-02-14T16:46:13.639Z [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to github_repository.repository (expand)
2024-02-14T16:46:13.639Z [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2024-02-14T16:46:13.639Z [TRACE] Executing graph transform *terraform.graphTransformerMulti
2024-02-14T16:46:13.639Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2024-02-14T16:46:13.639Z [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/integrations/github\"]" provider configuration from main.tf:9,1-18
2024-02-14T16:46:13.639Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
github_repository.repository (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
------
2024-02-14T16:46:13.639Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2024-02-14T16:46:13.639Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2024-02-14T16:46:13.639Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2024-02-14T16:46:13.639Z [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/integrations/github"] serving github_repository.repository (expand)
2024-02-14T16:46:13.639Z [DEBUG] ProviderTransformer: "github_repository.repository (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/integrations/github"]
2024-02-14T16:46:13.639Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
github_repository.repository (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
------
2024-02-14T16:46:13.639Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2024-02-14T16:46:13.639Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2024-02-14T16:46:13.639Z [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
github_repository.repository (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
------
2024-02-14T16:46:13.639Z [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2024-02-14T16:46:13.639Z [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2024-02-14T16:46:13.639Z [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2024-02-14T16:46:13.639Z [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/integrations/github" to read its schema
2024-02-14T16:46:13.639Z [TRACE] AttachSchemaTransformer: attaching resource schema to github_repository.repository (expand)
2024-02-14T16:46:13.639Z [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/integrations/github" to read its schema
2024-02-14T16:46:13.639Z [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/integrations/github"]
2024-02-14T16:46:13.639Z [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2024-02-14T16:46:13.639Z [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2024-02-14T16:46:13.639Z [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2024-02-14T16:46:13.639Z [TRACE] Executing graph transform *terraform.ExternalReferenceTransformer
2024-02-14T16:46:13.639Z [TRACE] Completed graph transform *terraform.ExternalReferenceTransformer (no changes)
2024-02-14T16:46:13.639Z [TRACE] Executing graph transform *terraform.ReferenceTransformer
2024-02-14T16:46:13.639Z [DEBUG] ReferenceTransformer: "github_repository.repository (expand)" references: []
2024-02-14T16:46:13.639Z [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/integrations/github\"]" references: []
2024-02-14T16:46:13.639Z [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2024-02-14T16:46:13.639Z [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2024-02-14T16:46:13.639Z [TRACE] AttachDependenciesTransformer: github_repository.repository depends on []
2024-02-14T16:46:13.639Z [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2024-02-14T16:46:13.639Z [TRACE] Executing graph transform *terraform.attachDataResourceDependsOnTransformer
2024-02-14T16:46:13.639Z [TRACE] Completed graph transform *terraform.attachDataResourceDependsOnTransformer (no changes)
2024-02-14T16:46:13.639Z [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2024-02-14T16:46:13.639Z [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2024-02-14T16:46:13.639Z [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer
2024-02-14T16:46:13.639Z [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer (no changes)
2024-02-14T16:46:13.639Z [TRACE] Executing graph transform *terraform.TargetsTransformer
2024-02-14T16:46:13.639Z [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2024-02-14T16:46:13.639Z [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2024-02-14T16:46:13.639Z [TRACE] ForcedCBDTransformer: "github_repository.repository (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2024-02-14T16:46:13.639Z [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2024-02-14T16:46:13.639Z [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2024-02-14T16:46:13.639Z [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
github_repository.repository (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] (close) - *terraform.graphNodeCloseProvider
github_repository.repository (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
------
2024-02-14T16:46:13.639Z [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2024-02-14T16:46:13.639Z [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
github_repository.repository (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] (close) - *terraform.graphNodeCloseProvider
github_repository.repository (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
provider["registry.terraform.io/integrations/github"] (close) - *terraform.graphNodeCloseProvider
------
2024-02-14T16:46:13.639Z [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2024-02-14T16:46:13.639Z [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
github_repository.repository (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] (close) - *terraform.graphNodeCloseProvider
github_repository.repository (expand) - *terraform.nodeExpandPlannableResource
root - *terraform.nodeCloseModule
provider["registry.terraform.io/integrations/github"] (close) - *terraform.graphNodeCloseProvider
------
2024-02-14T16:46:13.639Z [DEBUG] Starting graph walk: walkPlan
2024-02-14T16:46:13.639Z [TRACE] vertex "provider[\"registry.terraform.io/integrations/github\"]": starting visit (*terraform.NodeApplyableProvider)
2024-02-14T16:46:13.639Z [DEBUG] created provider logger: level=trace
2024-02-14T16:46:13.639Z [INFO] provider: configuring client automatic mTLS
2024-02-14T16:46:13.641Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0 args=[".terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0"]
2024-02-14T16:46:13.643Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0 pid=54534
2024-02-14T16:46:13.643Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0
2024-02-14T16:46:13.652Z [INFO] provider.terraform-provider-github_v5.45.0: configuring server automatic mTLS: timestamp=2024-02-14T16:46:13.652Z
2024-02-14T16:46:13.657Z [DEBUG] provider: using plugin: version=5
2024-02-14T16:46:13.657Z [DEBUG] provider.terraform-provider-github_v5.45.0: plugin address: address=/var/folders/qr/_1x7dj194gz_67pn51xrds500000gn/T/plugin531170918 network=unix timestamp=2024-02-14T16:46:13.657Z
2024-02-14T16:46:13.661Z [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/integrations/github\"]" provider for provider["registry.terraform.io/integrations/github"]
2024-02-14T16:46:13.661Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:46:13.661Z [TRACE] provider.stdio: waiting for stdio data
2024-02-14T16:46:13.664Z [DEBUG] No provider meta schema returned
2024-02-14T16:46:13.665Z [TRACE] NodeApplyableProvider: configuring provider["registry.terraform.io/integrations/github"]
2024-02-14T16:46:13.665Z [TRACE] buildProviderConfig for provider["registry.terraform.io/integrations/github"]: using explicit config only
2024-02-14T16:46:13.665Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:46:13.665Z [TRACE] GRPCProvider: ValidateProviderConfig
2024-02-14T16:46:13.665Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:46:13.668Z [WARN] ValidateProviderConfig from "provider[\"registry.terraform.io/integrations/github\"]" changed the config value, but that value is unused
2024-02-14T16:46:13.668Z [TRACE] GRPCProvider: ConfigureProvider
2024-02-14T16:46:13.668Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:46:13.668Z [DEBUG] provider.terraform-provider-github_v5.45.0: 2024/02/14 16:46:13 [INFO] Selecting owner from GITHUB_OWNER environment variable
2024-02-14T16:46:13.730Z [DEBUG] provider.terraform-provider-github_v5.45.0: 2024/02/14 16:46:13 [INFO] Using the token from GitHub CLI
2024-02-14T16:46:13.730Z [DEBUG] provider.terraform-provider-github_v5.45.0: 2024/02/14 16:46:13 [INFO] Setting write_delay_ms to 1000
2024-02-14T16:46:13.730Z [DEBUG] provider.terraform-provider-github_v5.45.0: 2024/02/14 16:46:13 [DEBUG] Setting read_delay_ms to 0
2024-02-14T16:46:13.730Z [DEBUG] provider.terraform-provider-github_v5.45.0: 2024/02/14 16:46:13 [DEBUG] Setting parallel_requests to false
2024-02-14T16:46:13.730Z [DEBUG] provider.terraform-provider-github_v5.45.0: 2024/02/14 16:46:13 [DEBUG] GitHub API Request Details:
2024-02-14T16:46:13.730Z [DEBUG] provider.terraform-provider-github_v5.45.0: ---[ REQUEST ]---------------------------------------
2024-02-14T16:46:13.730Z [DEBUG] provider.terraform-provider-github_v5.45.0: GET /user HTTP/1.1
2024-02-14T16:46:13.730Z [DEBUG] provider.terraform-provider-github_v5.45.0: Host: api.github.com
2024-02-14T16:46:13.730Z [DEBUG] provider.terraform-provider-github_v5.45.0: User-Agent: go-github/v57.0.0
2024-02-14T16:46:13.730Z [DEBUG] provider.terraform-provider-github_v5.45.0: Accept: application/vnd.github.v3+json,application/vnd.github.stone-crop-preview+json
2024-02-14T16:46:13.730Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Github-Api-Version: 2022-11-28
2024-02-14T16:46:13.730Z [DEBUG] provider.terraform-provider-github_v5.45.0: Accept-Encoding: gzip
2024-02-14T16:46:13.730Z [DEBUG] provider.terraform-provider-github_v5.45.0
2024-02-14T16:46:13.730Z [DEBUG] provider.terraform-provider-github_v5.45.0
2024-02-14T16:46:13.730Z [DEBUG] provider.terraform-provider-github_v5.45.0: -----------------------------------------------------
2024-02-14T16:46:13.986Z [DEBUG] provider.terraform-provider-github_v5.45.0: 2024/02/14 16:46:13 [DEBUG] GitHub API Response Details:
2024-02-14T16:46:13.987Z [DEBUG] provider.terraform-provider-github_v5.45.0: ---[ RESPONSE ]--------------------------------------
2024-02-14T16:46:13.987Z [DEBUG] provider.terraform-provider-github_v5.45.0: HTTP/2.0 200 OK
2024-02-14T16:46:13.987Z [DEBUG] provider.terraform-provider-github_v5.45.0: Access-Control-Allow-Origin: *
2024-02-14T16:46:13.987Z [DEBUG] provider.terraform-provider-github_v5.45.0: Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset
2024-02-14T16:46:13.987Z [DEBUG] provider.terraform-provider-github_v5.45.0: Cache-Control: private, max-age=60, s-maxage=60
2024-02-14T16:46:13.987Z [DEBUG] provider.terraform-provider-github_v5.45.0: Content-Security-Policy: default-src 'none'
2024-02-14T16:46:13.987Z [DEBUG] provider.terraform-provider-github_v5.45.0: Content-Type: application/json; charset=utf-8
2024-02-14T16:46:13.987Z [DEBUG] provider.terraform-provider-github_v5.45.0: Date: Wed, 14 Feb 2024 16:46:13 GMT
2024-02-14T16:46:13.987Z [DEBUG] provider.terraform-provider-github_v5.45.0: Etag: W/"418427936db8c5d6eab657330e10c5f0f5014d7e596cd21dba9a6c6867399735"
2024-02-14T16:46:13.987Z [DEBUG] provider.terraform-provider-github_v5.45.0: Last-Modified: Fri, 09 Feb 2024 12:26:12 GMT
2024-02-14T16:46:13.987Z [DEBUG] provider.terraform-provider-github_v5.45.0: Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin
2024-02-14T16:46:13.987Z [DEBUG] provider.terraform-provider-github_v5.45.0: Server: GitHub.com
2024-02-14T16:46:13.987Z [DEBUG] provider.terraform-provider-github_v5.45.0: Strict-Transport-Security: max-age=31536000; includeSubdomains; preload
2024-02-14T16:46:13.987Z [DEBUG] provider.terraform-provider-github_v5.45.0: Vary: Accept, Authorization, Cookie, X-GitHub-OTP
2024-02-14T16:46:13.987Z [DEBUG] provider.terraform-provider-github_v5.45.0: Vary: Accept-Encoding, Accept, X-Requested-With
2024-02-14T16:46:13.987Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Accepted-Oauth-Scopes:
2024-02-14T16:46:13.987Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Content-Type-Options: nosniff
2024-02-14T16:46:13.987Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Frame-Options: deny
2024-02-14T16:46:13.987Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Github-Api-Version-Selected: 2022-11-28
2024-02-14T16:46:13.988Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Github-Media-Type: github.v3; format=json, github.stone-crop-preview; format=json
2024-02-14T16:46:13.988Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Github-Request-Id: E736:3AB096:5BB4ACE:5C9D535:65CCEE55
2024-02-14T16:46:13.988Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Oauth-Client-Id: 178c6fc778ccc68e1d6a
2024-02-14T16:46:13.988Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Oauth-Scopes: admin:org, admin:repo_hook, gist, repo
2024-02-14T16:46:13.988Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Ratelimit-Limit: 5000
2024-02-14T16:46:13.988Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Ratelimit-Remaining: 4950
2024-02-14T16:46:13.988Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Ratelimit-Reset: 1707930388
2024-02-14T16:46:13.988Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Ratelimit-Resource: core
2024-02-14T16:46:13.988Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Ratelimit-Used: 50
2024-02-14T16:46:13.988Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Xss-Protection: 0
2024-02-14T16:46:13.988Z [DEBUG] provider.terraform-provider-github_v5.45.0
2024-02-14T16:46:13.988Z [DEBUG] provider.terraform-provider-github_v5.45.0: {
2024-02-14T16:46:13.988Z [DEBUG] provider.terraform-provider-github_v5.45.0: "login": "matthiasr",
2024-02-14T16:46:13.988Z [DEBUG] provider.terraform-provider-github_v5.45.0: "id": 131590,
2024-02-14T16:46:13.988Z [DEBUG] provider.terraform-provider-github_v5.45.0: "node_id": "MDQ6VXNlcjEzMTU5MA==",
2024-02-14T16:46:13.988Z [DEBUG] provider.terraform-provider-github_v5.45.0: "avatar_url": "https://avatars.githubusercontent.com/u/131590?v=4",
2024-02-14T16:46:13.988Z [DEBUG] provider.terraform-provider-github_v5.45.0: "gravatar_id": "",
2024-02-14T16:46:13.988Z [DEBUG] provider.terraform-provider-github_v5.45.0: "url": "https://api.github.com/users/matthiasr",
2024-02-14T16:46:13.988Z [DEBUG] provider.terraform-provider-github_v5.45.0: "html_url": "https://github.com/matthiasr",
2024-02-14T16:46:13.988Z [DEBUG] provider.terraform-provider-github_v5.45.0: "followers_url": "https://api.github.com/users/matthiasr/followers",
2024-02-14T16:46:13.988Z [DEBUG] provider.terraform-provider-github_v5.45.0: "following_url": "https://api.github.com/users/matthiasr/following{/other_user}",
2024-02-14T16:46:13.988Z [DEBUG] provider.terraform-provider-github_v5.45.0: "gists_url": "https://api.github.com/users/matthiasr/gists{/gist_id}",
2024-02-14T16:46:13.988Z [DEBUG] provider.terraform-provider-github_v5.45.0: "starred_url": "https://api.github.com/users/matthiasr/starred{/owner}{/repo}",
2024-02-14T16:46:13.988Z [DEBUG] provider.terraform-provider-github_v5.45.0: "subscriptions_url": "https://api.github.com/users/matthiasr/subscriptions",
2024-02-14T16:46:13.988Z [DEBUG] provider.terraform-provider-github_v5.45.0: "organizations_url": "https://api.github.com/users/matthiasr/orgs",
2024-02-14T16:46:13.988Z [DEBUG] provider.terraform-provider-github_v5.45.0: "repos_url": "https://api.github.com/users/matthiasr/repos",
2024-02-14T16:46:13.988Z [DEBUG] provider.terraform-provider-github_v5.45.0: "events_url": "https://api.github.com/users/matthiasr/events{/privacy}",
2024-02-14T16:46:13.989Z [DEBUG] provider.terraform-provider-github_v5.45.0: "received_events_url": "https://api.github.com/users/matthiasr/received_events",
2024-02-14T16:46:13.989Z [DEBUG] provider.terraform-provider-github_v5.45.0: "type": "User",
2024-02-14T16:46:13.989Z [DEBUG] provider.terraform-provider-github_v5.45.0: "site_admin": false,
2024-02-14T16:46:13.989Z [DEBUG] provider.terraform-provider-github_v5.45.0: "name": "Matthias Rampke",
2024-02-14T16:46:13.989Z [DEBUG] provider.terraform-provider-github_v5.45.0: "company": "@chronosphereio ",
2024-02-14T16:46:13.989Z [DEBUG] provider.terraform-provider-github_v5.45.0: "blog": "https://rampke.de/",
2024-02-14T16:46:13.989Z [DEBUG] provider.terraform-provider-github_v5.45.0: "location": "Berlin, Germany",
2024-02-14T16:46:13.989Z [DEBUG] provider.terraform-provider-github_v5.45.0: "email": "matthias@rampke.de",
2024-02-14T16:46:13.989Z [DEBUG] provider.terraform-provider-github_v5.45.0: "hireable": null,
2024-02-14T16:46:13.989Z [DEBUG] provider.terraform-provider-github_v5.45.0: "bio": null,
2024-02-14T16:46:13.989Z [DEBUG] provider.terraform-provider-github_v5.45.0: "twitter_username": null,
2024-02-14T16:46:13.989Z [DEBUG] provider.terraform-provider-github_v5.45.0: "public_repos": 72,
2024-02-14T16:46:13.989Z [DEBUG] provider.terraform-provider-github_v5.45.0: "public_gists": 46,
2024-02-14T16:46:13.989Z [DEBUG] provider.terraform-provider-github_v5.45.0: "followers": 105,
2024-02-14T16:46:13.989Z [DEBUG] provider.terraform-provider-github_v5.45.0: "following": 8,
2024-02-14T16:46:13.989Z [DEBUG] provider.terraform-provider-github_v5.45.0: "created_at": "2009-09-26T13:30:19Z",
2024-02-14T16:46:13.989Z [DEBUG] provider.terraform-provider-github_v5.45.0: "updated_at": "2024-02-09T12:26:12Z"
2024-02-14T16:46:13.989Z [DEBUG] provider.terraform-provider-github_v5.45.0: }
2024-02-14T16:46:13.989Z [DEBUG] provider.terraform-provider-github_v5.45.0: -----------------------------------------------------
2024-02-14T16:46:13.989Z [TRACE] vertex "provider[\"registry.terraform.io/integrations/github\"]": visit complete
2024-02-14T16:46:13.989Z [TRACE] vertex "github_repository.repository (expand)": starting visit (*terraform.nodeExpandPlannableResource)
2024-02-14T16:46:13.990Z [TRACE] vertex "github_repository.repository (expand)": expanding dynamic subgraph
2024-02-14T16:46:13.990Z [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2024-02-14T16:46:13.990Z [TRACE] ResourceCountTransformer: adding github_repository.repository as *terraform.NodePlannableResourceInstance
2024-02-14T16:46:13.990Z [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
github_repository.repository - *terraform.NodePlannableResourceInstance
------
2024-02-14T16:46:13.990Z [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2024-02-14T16:46:13.990Z [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2024-02-14T16:46:13.990Z [TRACE] Executing graph transform *terraform.AttachStateTransformer
2024-02-14T16:46:13.990Z [TRACE] NodeAbstractResourceInstance.AttachResourceState for github_repository.repository
2024-02-14T16:46:13.990Z [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2024-02-14T16:46:13.990Z [TRACE] Executing graph transform *terraform.TargetsTransformer
2024-02-14T16:46:13.990Z [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2024-02-14T16:46:13.990Z [TRACE] Executing graph transform *terraform.ReferenceTransformer
2024-02-14T16:46:13.990Z [DEBUG] ReferenceTransformer: "github_repository.repository" references: []
2024-02-14T16:46:13.990Z [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2024-02-14T16:46:13.990Z [TRACE] Executing graph transform *terraform.RootTransformer
2024-02-14T16:46:13.991Z [TRACE] Completed graph transform *terraform.RootTransformer with new graph:
github_repository.repository - *terraform.NodePlannableResourceInstance
root - terraform.graphNodeRoot
github_repository.repository - *terraform.NodePlannableResourceInstance
------
2024-02-14T16:46:13.991Z [TRACE] vertex "github_repository.repository (expand)": entering dynamic subgraph
2024-02-14T16:46:13.991Z [TRACE] vertex "github_repository.repository": starting visit (*terraform.NodePlannableResourceInstance)
2024-02-14T16:46:13.991Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:46:13.991Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:46:13.991Z [TRACE] readResourceInstanceState: reading state for github_repository.repository
2024-02-14T16:46:13.992Z [TRACE] upgradeResourceState: schema version of github_repository.repository is still 1; calling provider "github" for any other minor fixups
2024-02-14T16:46:13.992Z [TRACE] GRPCProvider: UpgradeResourceState
2024-02-14T16:46:13.992Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:46:13.998Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:46:13.998Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to prevRunState for github_repository.repository
2024-02-14T16:46:13.998Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for github_repository.repository
2024-02-14T16:46:13.999Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:46:13.999Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for github_repository.repository
2024-02-14T16:46:13.999Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for github_repository.repository
2024-02-14T16:46:13.999Z [TRACE] NodeAbstractResourceInstance.refresh for github_repository.repository
2024-02-14T16:46:14.000Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:46:14.000Z [TRACE] GRPCProvider: GetProviderSchema
github_repository.repository: Refreshing state... [id=import_test]
2024-02-14T16:46:14.000Z [TRACE] GRPCProvider: ReadResource
2024-02-14T16:46:14.000Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:46:14.003Z [DEBUG] provider.terraform-provider-github_v5.45.0: 2024/02/14 16:46:14 [DEBUG] GitHub API Request Details:
2024-02-14T16:46:14.003Z [DEBUG] provider.terraform-provider-github_v5.45.0: ---[ REQUEST ]---------------------------------------
2024-02-14T16:46:14.003Z [DEBUG] provider.terraform-provider-github_v5.45.0: GET /repos/matthiasr/import_test HTTP/1.1
2024-02-14T16:46:14.003Z [DEBUG] provider.terraform-provider-github_v5.45.0: Host: api.github.com
2024-02-14T16:46:14.003Z [DEBUG] provider.terraform-provider-github_v5.45.0: User-Agent: go-github/v57.0.0
2024-02-14T16:46:14.003Z [DEBUG] provider.terraform-provider-github_v5.45.0: Accept: application/vnd.github.scarlet-witch-preview+json, application/vnd.github.mercy-preview+json, application/vnd.github.baptiste-preview+json, application/vnd.github.nebula-preview+json,application/vnd.github.stone-crop-preview+json
2024-02-14T16:46:14.003Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Github-Api-Version: 2022-11-28
2024-02-14T16:46:14.003Z [DEBUG] provider.terraform-provider-github_v5.45.0: Accept-Encoding: gzip
2024-02-14T16:46:14.003Z [DEBUG] provider.terraform-provider-github_v5.45.0
2024-02-14T16:46:14.003Z [DEBUG] provider.terraform-provider-github_v5.45.0
2024-02-14T16:46:14.003Z [DEBUG] provider.terraform-provider-github_v5.45.0: -----------------------------------------------------
2024-02-14T16:46:14.225Z [DEBUG] provider.terraform-provider-github_v5.45.0: 2024/02/14 16:46:14 [DEBUG] GitHub API Response Details:
2024-02-14T16:46:14.225Z [DEBUG] provider.terraform-provider-github_v5.45.0: ---[ RESPONSE ]--------------------------------------
2024-02-14T16:46:14.225Z [DEBUG] provider.terraform-provider-github_v5.45.0: HTTP/2.0 304 Not Modified
2024-02-14T16:46:14.225Z [DEBUG] provider.terraform-provider-github_v5.45.0: Access-Control-Allow-Origin: *
2024-02-14T16:46:14.225Z [DEBUG] provider.terraform-provider-github_v5.45.0: Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset
2024-02-14T16:46:14.225Z [DEBUG] provider.terraform-provider-github_v5.45.0: Cache-Control: private, max-age=60, s-maxage=60
2024-02-14T16:46:14.226Z [DEBUG] provider.terraform-provider-github_v5.45.0: Content-Security-Policy: default-src 'none'
2024-02-14T16:46:14.226Z [DEBUG] provider.terraform-provider-github_v5.45.0: Date: Wed, 14 Feb 2024 16:46:14 GMT
2024-02-14T16:46:14.226Z [DEBUG] provider.terraform-provider-github_v5.45.0: Etag: "f1c0febe2576d83ae62f1446de4b8724734dd0df6c1df07bfccaca6b7c0fc8fa"
2024-02-14T16:46:14.226Z [DEBUG] provider.terraform-provider-github_v5.45.0: Last-Modified: Wed, 14 Feb 2024 16:45:28 GMT
2024-02-14T16:46:14.226Z [DEBUG] provider.terraform-provider-github_v5.45.0: Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin
2024-02-14T16:46:14.226Z [DEBUG] provider.terraform-provider-github_v5.45.0: Server: GitHub.com
2024-02-14T16:46:14.226Z [DEBUG] provider.terraform-provider-github_v5.45.0: Strict-Transport-Security: max-age=31536000; includeSubdomains; preload
2024-02-14T16:46:14.226Z [DEBUG] provider.terraform-provider-github_v5.45.0: Vary: Accept, Authorization, Cookie, X-GitHub-OTP
2024-02-14T16:46:14.226Z [DEBUG] provider.terraform-provider-github_v5.45.0: Vary: Accept-Encoding, Accept, X-Requested-With
2024-02-14T16:46:14.226Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Content-Type-Options: nosniff
2024-02-14T16:46:14.226Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Frame-Options: deny
2024-02-14T16:46:14.226Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Github-Api-Version-Selected: 2022-11-28
2024-02-14T16:46:14.226Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Github-Request-Id: E736:3AB096:5BB4BED:5C9D667:65CCEE55
2024-02-14T16:46:14.226Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Ratelimit-Limit: 5000
2024-02-14T16:46:14.226Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Ratelimit-Remaining: 4950
2024-02-14T16:46:14.226Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Ratelimit-Reset: 1707930388
2024-02-14T16:46:14.226Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Ratelimit-Resource: core
2024-02-14T16:46:14.226Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Ratelimit-Used: 50
2024-02-14T16:46:14.226Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Xss-Protection: 0
2024-02-14T16:46:14.226Z [DEBUG] provider.terraform-provider-github_v5.45.0
2024-02-14T16:46:14.226Z [DEBUG] provider.terraform-provider-github_v5.45.0
2024-02-14T16:46:14.226Z [DEBUG] provider.terraform-provider-github_v5.45.0: -----------------------------------------------------
2024-02-14T16:46:14.228Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:46:14.228Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for github_repository.repository
2024-02-14T16:46:14.228Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for github_repository.repository
2024-02-14T16:46:14.229Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:46:14.229Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:46:14.229Z [TRACE] Re-validating config for "github_repository.repository"
2024-02-14T16:46:14.229Z [TRACE] GRPCProvider: ValidateResourceConfig
2024-02-14T16:46:14.229Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:46:14.231Z [TRACE] GRPCProvider: PlanResourceChange
2024-02-14T16:46:14.231Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:46:14.242Z [WARN] Provider "registry.terraform.io/integrations/github" produced an invalid plan for github_repository.repository, but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .vulnerability_alerts: planned value cty.False for a non-computed attribute
- .has_downloads: planned value cty.False for a non-computed attribute
- .has_projects: planned value cty.False for a non-computed attribute
- .allow_rebase_merge: planned value cty.True for a non-computed attribute
- .allow_squash_merge: planned value cty.True for a non-computed attribute
- .squash_merge_commit_title: planned value cty.StringVal("COMMIT_OR_PR_TITLE") for a non-computed attribute
- .homepage_url: planned value cty.StringVal("") for a non-computed attribute
- .allow_update_branch: planned value cty.False for a non-computed attribute
- .delete_branch_on_merge: planned value cty.False for a non-computed attribute
- .has_discussions: planned value cty.False for a non-computed attribute
- .merge_commit_message: planned value cty.StringVal("PR_TITLE") for a non-computed attribute
- .squash_merge_commit_message: planned value cty.StringVal("COMMIT_MESSAGES") for a non-computed attribute
- .web_commit_signoff_required: planned value cty.False for a non-computed attribute
- .is_template: planned value cty.False for a non-computed attribute
- .auto_init: planned value cty.False for a non-computed attribute
- .merge_commit_title: planned value cty.StringVal("MERGE_MESSAGE") for a non-computed attribute
- .allow_auto_merge: planned value cty.False for a non-computed attribute
- .allow_merge_commit: planned value cty.True for a non-computed attribute
2024-02-14T16:46:14.242Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:46:14.243Z [TRACE] writeChange: recorded NoOp change for github_repository.repository
2024-02-14T16:46:14.243Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:46:14.243Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for github_repository.repository
2024-02-14T16:46:14.243Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for github_repository.repository
2024-02-14T16:46:14.243Z [TRACE] vertex "github_repository.repository": visit complete
2024-02-14T16:46:14.243Z [TRACE] vertex "root": starting visit (terraform.graphNodeRoot)
2024-02-14T16:46:14.243Z [TRACE] vertex "root": visit complete
2024-02-14T16:46:14.243Z [TRACE] vertex "github_repository.repository (expand)": dynamic subgraph completed successfully
2024-02-14T16:46:14.243Z [TRACE] vertex "github_repository.repository (expand)": visit complete
2024-02-14T16:46:14.243Z [TRACE] vertex "provider[\"registry.terraform.io/integrations/github\"] (close)": starting visit (*terraform.graphNodeCloseProvider)
2024-02-14T16:46:14.243Z [TRACE] GRPCProvider: Close
2024-02-14T16:46:14.244Z [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2024-02-14T16:46:14.247Z [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0 pid=54534
2024-02-14T16:46:14.248Z [DEBUG] provider: plugin exited
2024-02-14T16:46:14.248Z [TRACE] vertex "provider[\"registry.terraform.io/integrations/github\"] (close)": visit complete
2024-02-14T16:46:14.248Z [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule)
2024-02-14T16:46:14.248Z [TRACE] vertex "root": visit complete
2024-02-14T16:46:14.248Z [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/integrations/github"
2024-02-14T16:46:14.248Z [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/integrations/github" to read its schema
2024-02-14T16:46:14.248Z [DEBUG] no planned changes, skipping apply graph check
No changes. Your infrastructure matches the configuration.
Terraform has compared your real infrastructure against your configuration and found no differences, so no changes are needed.
2024-02-14T16:46:14.251Z [INFO] backend/local: apply calling Apply
2024-02-14T16:46:14.251Z [DEBUG] Building and walking apply graph for NormalMode plan
2024-02-14T16:46:14.251Z [TRACE] Executing graph transform *terraform.ConfigTransformer
2024-02-14T16:46:14.251Z [TRACE] ConfigTransformer: Starting for path:
2024-02-14T16:46:14.251Z [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
------
2024-02-14T16:46:14.251Z [TRACE] Executing graph transform *terraform.RootVariableTransformer
2024-02-14T16:46:14.251Z [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2024-02-14T16:46:14.251Z [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2024-02-14T16:46:14.251Z [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2024-02-14T16:46:14.251Z [TRACE] Executing graph transform *terraform.LocalTransformer
2024-02-14T16:46:14.251Z [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2024-02-14T16:46:14.251Z [TRACE] Executing graph transform *terraform.OutputTransformer
2024-02-14T16:46:14.251Z [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2024-02-14T16:46:14.251Z [TRACE] Executing graph transform *terraform.DiffTransformer
2024-02-14T16:46:14.254Z [TRACE] DiffTransformer starting
2024-02-14T16:46:14.254Z [TRACE] DiffTransformer: found NoOp change for github_repository.repository
2024-02-14T16:46:14.254Z [TRACE] DiffTransformer complete
2024-02-14T16:46:14.254Z [TRACE] Completed graph transform *terraform.DiffTransformer (no changes)
2024-02-14T16:46:14.254Z [TRACE] Executing graph transform *terraform.checkTransformer
2024-02-14T16:46:14.255Z [TRACE] Completed graph transform *terraform.checkTransformer (no changes)
2024-02-14T16:46:14.255Z [TRACE] Executing graph transform *terraform.AttachStateTransformer
2024-02-14T16:46:14.255Z [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2024-02-14T16:46:14.255Z [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2024-02-14T16:46:14.255Z [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2024-02-14T16:46:14.255Z [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2024-02-14T16:46:14.255Z [TRACE] AttachResourceConfigTransformer: attaching to "github_repository.repository (expand)" (*terraform.nodeExpandApplyableResource) config from main.tf:11,1-42
2024-02-14T16:46:14.255Z [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to github_repository.repository (expand)
2024-02-14T16:46:14.255Z [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2024-02-14T16:46:14.255Z [TRACE] Executing graph transform *terraform.graphTransformerMulti
2024-02-14T16:46:14.255Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2024-02-14T16:46:14.255Z [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/integrations/github\"]" provider configuration from main.tf:9,1-18
2024-02-14T16:46:14.256Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
------
2024-02-14T16:46:14.256Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2024-02-14T16:46:14.256Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2024-02-14T16:46:14.257Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2024-02-14T16:46:14.257Z [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/integrations/github"] serving github_repository.repository (expand)
2024-02-14T16:46:14.257Z [DEBUG] ProviderTransformer: "github_repository.repository (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/integrations/github"]
2024-02-14T16:46:14.257Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
------
2024-02-14T16:46:14.257Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2024-02-14T16:46:14.257Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2024-02-14T16:46:14.257Z [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
------
2024-02-14T16:46:14.257Z [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2024-02-14T16:46:14.257Z [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2024-02-14T16:46:14.257Z [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2024-02-14T16:46:14.257Z [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/integrations/github" to read its schema
2024-02-14T16:46:14.257Z [TRACE] AttachSchemaTransformer: attaching resource schema to github_repository.repository (expand)
2024-02-14T16:46:14.257Z [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/integrations/github" to read its schema
2024-02-14T16:46:14.257Z [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/integrations/github"]
2024-02-14T16:46:14.257Z [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2024-02-14T16:46:14.257Z [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2024-02-14T16:46:14.257Z [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2024-02-14T16:46:14.257Z [TRACE] Executing graph transform *terraform.ExternalReferenceTransformer
2024-02-14T16:46:14.257Z [TRACE] Completed graph transform *terraform.ExternalReferenceTransformer (no changes)
2024-02-14T16:46:14.257Z [TRACE] Executing graph transform *terraform.ReferenceTransformer
2024-02-14T16:46:14.258Z [DEBUG] ReferenceTransformer: "github_repository.repository (expand)" references: []
2024-02-14T16:46:14.258Z [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/integrations/github\"]" references: []
2024-02-14T16:46:14.258Z [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2024-02-14T16:46:14.258Z [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2024-02-14T16:46:14.258Z [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2024-02-14T16:46:14.258Z [TRACE] Executing graph transform *terraform.checkStartTransformer
2024-02-14T16:46:14.259Z [TRACE] Completed graph transform *terraform.checkStartTransformer (no changes)
2024-02-14T16:46:14.259Z [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2024-02-14T16:46:14.259Z [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2024-02-14T16:46:14.259Z [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2024-02-14T16:46:14.259Z [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2024-02-14T16:46:14.259Z [TRACE] Executing graph transform *terraform.CBDEdgeTransformer
2024-02-14T16:46:14.259Z [TRACE] Completed graph transform *terraform.CBDEdgeTransformer (no changes)
2024-02-14T16:46:14.259Z [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer
2024-02-14T16:46:14.259Z [DEBUG] pruneUnusedNodes: github_repository.repository (expand) is no longer needed, removing
2024-02-14T16:46:14.259Z [DEBUG] pruneUnusedNodes: provider["registry.terraform.io/integrations/github"] is no longer needed, removing
2024-02-14T16:46:14.259Z [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer with new graph:
------
2024-02-14T16:46:14.259Z [TRACE] Executing graph transform *terraform.TargetsTransformer
2024-02-14T16:46:14.259Z [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2024-02-14T16:46:14.259Z [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2024-02-14T16:46:14.259Z [TRACE] Completed graph transform *terraform.CloseProviderTransformer (no changes)
2024-02-14T16:46:14.259Z [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2024-02-14T16:46:14.259Z [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
root - *terraform.nodeCloseModule
------
2024-02-14T16:46:14.259Z [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2024-02-14T16:46:14.259Z [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer (no changes)
2024-02-14T16:46:14.259Z [DEBUG] Starting graph walk: walkApply
2024-02-14T16:46:14.259Z [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule)
2024-02-14T16:46:14.259Z [TRACE] vertex "root": visit complete
2024-02-14T16:46:14.259Z [TRACE] statemgr.Filesystem: not making a backup, because the new snapshot is identical to the old
2024-02-14T16:46:14.260Z [TRACE] statemgr.Filesystem: no state changes since last snapshot
2024-02-14T16:46:14.260Z [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
2024-02-14T16:46:14.266Z [TRACE] statemgr.Filesystem: removing lock metadata file .terraform.tfstate.lock.info
2024-02-14T16:46:14.266Z [TRACE] statemgr.Filesystem: unlocking terraform.tfstate using fcntl flock
Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
❯ TF_LOG=trace terraform apply -auto-approve
2024-02-14T16:48:04.387Z [INFO] Terraform version: 1.6.1
2024-02-14T16:48:04.387Z [DEBUG] using github.com/hashicorp/go-tfe v1.34.0
2024-02-14T16:48:04.387Z [DEBUG] using github.com/hashicorp/hcl/v2 v2.18.1
2024-02-14T16:48:04.387Z [DEBUG] using github.com/hashicorp/terraform-svchost v0.1.1
2024-02-14T16:48:04.387Z [DEBUG] using github.com/zclconf/go-cty v1.14.1
2024-02-14T16:48:04.387Z [INFO] Go runtime version: go1.21.1
2024-02-14T16:48:04.387Z [INFO] CLI args: []string{"/opt/homebrew/Cellar/tfenv/3.0.0/versions/1.6.1/terraform", "apply", "-auto-approve"}
2024-02-14T16:48:04.387Z [TRACE] Stdout is a terminal of width 158
2024-02-14T16:48:04.387Z [TRACE] Stderr is a terminal of width 158
2024-02-14T16:48:04.387Z [TRACE] Stdin is a terminal
2024-02-14T16:48:04.387Z [DEBUG] Attempting to open CLI config file: /Users/matthiasrampke/.terraformrc
2024-02-14T16:48:04.387Z [INFO] Loading CLI configuration from /Users/matthiasrampke/.terraformrc
2024-02-14T16:48:04.387Z [DEBUG] ignoring non-existing provider search directory terraform.d/plugins
2024-02-14T16:48:04.387Z [DEBUG] ignoring non-existing provider search directory /Users/matthiasrampke/.terraform.d/plugins
2024-02-14T16:48:04.387Z [DEBUG] ignoring non-existing provider search directory /Users/matthiasrampke/Library/Application Support/io.terraform/plugins
2024-02-14T16:48:04.387Z [DEBUG] ignoring non-existing provider search directory /Library/Application Support/io.terraform/plugins
2024-02-14T16:48:04.387Z [INFO] CLI command args: []string{"apply", "-auto-approve"}
2024-02-14T16:48:04.388Z [TRACE] Meta.Backend: no config given or present on disk, so returning nil config
2024-02-14T16:48:04.388Z [TRACE] Meta.Backend: backend has not previously been initialized in this working directory
2024-02-14T16:48:04.388Z [DEBUG] New state was assigned lineage "cf7299f7-3e61-c7f7-0152-55e6872e1b85"
2024-02-14T16:48:04.388Z [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend)
2024-02-14T16:48:04.388Z [TRACE] Meta.Backend: instantiated backend of type <nil>
2024-02-14T16:48:04.388Z [TRACE] providercache.fillMetaCache: scanning directory .terraform/providers
2024-02-14T16:48:04.388Z [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/integrations/github v5.45.0 for darwin_arm64 at .terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64
2024-02-14T16:48:04.388Z [TRACE] providercache.fillMetaCache: including .terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64 as a candidate package for registry.terraform.io/integrations/github 5.45.0
2024-02-14T16:48:04.403Z [DEBUG] checking for provisioner in "."
2024-02-14T16:48:04.403Z [DEBUG] checking for provisioner in "/opt/homebrew/Cellar/tfenv/3.0.0/versions/1.6.1"
2024-02-14T16:48:04.403Z [TRACE] Meta.Backend: backend <nil> does not support operations, so wrapping it in a local backend
2024-02-14T16:48:04.403Z [INFO] backend/local: starting Apply operation
2024-02-14T16:48:04.404Z [TRACE] backend/local: requesting state manager for workspace "default"
2024-02-14T16:48:04.404Z [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
2024-02-14T16:48:04.404Z [TRACE] backend/local: requesting state lock for workspace "default"
2024-02-14T16:48:04.405Z [TRACE] statemgr.Filesystem: preparing to manage state snapshots at terraform.tfstate
2024-02-14T16:48:04.405Z [TRACE] statemgr.Filesystem: existing snapshot has lineage "74c5b913-61ee-10a1-709e-9a7cf6f8b697" serial 40
2024-02-14T16:48:04.405Z [TRACE] statemgr.Filesystem: locking terraform.tfstate using fcntl flock
2024-02-14T16:48:04.405Z [TRACE] statemgr.Filesystem: writing lock metadata to .terraform.tfstate.lock.info
2024-02-14T16:48:04.405Z [TRACE] backend/local: reading remote state for workspace "default"
2024-02-14T16:48:04.405Z [TRACE] statemgr.Filesystem: reading latest snapshot from terraform.tfstate
2024-02-14T16:48:04.406Z [TRACE] statemgr.Filesystem: read snapshot with lineage "74c5b913-61ee-10a1-709e-9a7cf6f8b697" serial 40
2024-02-14T16:48:04.406Z [TRACE] backend/local: populating backend.LocalRun for current working directory
2024-02-14T16:48:04.406Z [TRACE] Config.VerifyDependencySelections: provider registry.terraform.io/integrations/github has 5.45.0 to satisfy ""
2024-02-14T16:48:04.406Z [TRACE] terraform.NewContext: starting
2024-02-14T16:48:04.406Z [TRACE] terraform.NewContext: complete
2024-02-14T16:48:04.406Z [TRACE] backend/local: requesting interactive input, if necessary
2024-02-14T16:48:04.406Z [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/integrations/github"
2024-02-14T16:48:04.406Z [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/integrations/github" to read its schema
2024-02-14T16:48:04.406Z [DEBUG] created provider logger: level=trace
2024-02-14T16:48:04.406Z [INFO] provider: configuring client automatic mTLS
2024-02-14T16:48:04.412Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0 args=[".terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0"]
2024-02-14T16:48:04.413Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0 pid=54746
2024-02-14T16:48:04.413Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0
2024-02-14T16:48:04.423Z [INFO] provider.terraform-provider-github_v5.45.0: configuring server automatic mTLS: timestamp=2024-02-14T16:48:04.423Z
2024-02-14T16:48:04.428Z [DEBUG] provider.terraform-provider-github_v5.45.0: plugin address: address=/var/folders/qr/_1x7dj194gz_67pn51xrds500000gn/T/plugin2051681026 network=unix timestamp=2024-02-14T16:48:04.428Z
2024-02-14T16:48:04.428Z [DEBUG] provider: using plugin: version=5
2024-02-14T16:48:04.432Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:48:04.432Z [TRACE] provider.stdio: waiting for stdio data
2024-02-14T16:48:04.435Z [DEBUG] No provider meta schema returned
2024-02-14T16:48:04.437Z [TRACE] GRPCProvider: Close
2024-02-14T16:48:04.438Z [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2024-02-14T16:48:04.438Z [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0 pid=54746
2024-02-14T16:48:04.438Z [DEBUG] provider: plugin exited
2024-02-14T16:48:04.438Z [TRACE] Context.Input: Prompting for provider arguments
2024-02-14T16:48:04.438Z [TRACE] Context.Input: Provider provider.github declared at main.tf:9,1-18
2024-02-14T16:48:04.438Z [TRACE] Context.Input: Input for provider.github: map[string]cty.Value{}
2024-02-14T16:48:04.438Z [TRACE] backend/local: running validation operation
2024-02-14T16:48:04.438Z [DEBUG] Building and walking validate graph
2024-02-14T16:48:04.438Z [TRACE] building graph for walkValidate
2024-02-14T16:48:04.438Z [TRACE] Executing graph transform *terraform.ConfigTransformer
2024-02-14T16:48:04.438Z [TRACE] ConfigTransformer: Starting for path:
2024-02-14T16:48:04.438Z [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
github_repository.repository - *terraform.NodeValidatableResource
------
2024-02-14T16:48:04.438Z [TRACE] Executing graph transform *terraform.RootVariableTransformer
2024-02-14T16:48:04.438Z [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2024-02-14T16:48:04.438Z [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2024-02-14T16:48:04.438Z [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2024-02-14T16:48:04.438Z [TRACE] Executing graph transform *terraform.LocalTransformer
2024-02-14T16:48:04.438Z [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2024-02-14T16:48:04.438Z [TRACE] Executing graph transform *terraform.OutputTransformer
2024-02-14T16:48:04.438Z [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2024-02-14T16:48:04.438Z [TRACE] Executing graph transform *terraform.checkTransformer
2024-02-14T16:48:04.438Z [TRACE] Completed graph transform *terraform.checkTransformer (no changes)
2024-02-14T16:48:04.438Z [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2024-02-14T16:48:04.438Z [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2024-02-14T16:48:04.438Z [TRACE] Executing graph transform *terraform.StateTransformer
2024-02-14T16:48:04.438Z [TRACE] StateTransformer: pointless no-op call, creating no nodes at all
2024-02-14T16:48:04.438Z [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2024-02-14T16:48:04.438Z [TRACE] Executing graph transform *terraform.AttachStateTransformer
2024-02-14T16:48:04.438Z [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2024-02-14T16:48:04.438Z [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2024-02-14T16:48:04.438Z [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2024-02-14T16:48:04.438Z [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2024-02-14T16:48:04.438Z [TRACE] AttachResourceConfigTransformer: attaching to "github_repository.repository" (*terraform.NodeValidatableResource) config from main.tf:11,1-42
2024-02-14T16:48:04.438Z [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to github_repository.repository
2024-02-14T16:48:04.438Z [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2024-02-14T16:48:04.438Z [TRACE] Executing graph transform *terraform.graphTransformerMulti
2024-02-14T16:48:04.438Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2024-02-14T16:48:04.438Z [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/integrations/github\"]" provider configuration from main.tf:9,1-18
2024-02-14T16:48:04.438Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
github_repository.repository - *terraform.NodeValidatableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
------
2024-02-14T16:48:04.438Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2024-02-14T16:48:04.438Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2024-02-14T16:48:04.438Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2024-02-14T16:48:04.439Z [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/integrations/github"] serving github_repository.repository
2024-02-14T16:48:04.439Z [DEBUG] ProviderTransformer: "github_repository.repository" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/integrations/github"]
2024-02-14T16:48:04.439Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
github_repository.repository - *terraform.NodeValidatableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
------
2024-02-14T16:48:04.439Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2024-02-14T16:48:04.439Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2024-02-14T16:48:04.439Z [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
github_repository.repository - *terraform.NodeValidatableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
------
2024-02-14T16:48:04.439Z [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2024-02-14T16:48:04.439Z [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2024-02-14T16:48:04.439Z [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2024-02-14T16:48:04.439Z [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/integrations/github" to read its schema
2024-02-14T16:48:04.439Z [TRACE] AttachSchemaTransformer: attaching resource schema to github_repository.repository
2024-02-14T16:48:04.439Z [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/integrations/github" to read its schema
2024-02-14T16:48:04.439Z [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/integrations/github"]
2024-02-14T16:48:04.439Z [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2024-02-14T16:48:04.439Z [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2024-02-14T16:48:04.439Z [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2024-02-14T16:48:04.439Z [TRACE] Executing graph transform *terraform.ExternalReferenceTransformer
2024-02-14T16:48:04.439Z [TRACE] Completed graph transform *terraform.ExternalReferenceTransformer (no changes)
2024-02-14T16:48:04.439Z [TRACE] Executing graph transform *terraform.ReferenceTransformer
2024-02-14T16:48:04.439Z [DEBUG] ReferenceTransformer: "github_repository.repository" references: []
2024-02-14T16:48:04.439Z [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/integrations/github\"]" references: []
2024-02-14T16:48:04.439Z [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2024-02-14T16:48:04.439Z [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2024-02-14T16:48:04.439Z [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2024-02-14T16:48:04.439Z [TRACE] Executing graph transform *terraform.attachDataResourceDependsOnTransformer
2024-02-14T16:48:04.439Z [TRACE] Completed graph transform *terraform.attachDataResourceDependsOnTransformer (no changes)
2024-02-14T16:48:04.439Z [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2024-02-14T16:48:04.439Z [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2024-02-14T16:48:04.439Z [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer
2024-02-14T16:48:04.439Z [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer (no changes)
2024-02-14T16:48:04.439Z [TRACE] Executing graph transform *terraform.TargetsTransformer
2024-02-14T16:48:04.439Z [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2024-02-14T16:48:04.439Z [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2024-02-14T16:48:04.439Z [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2024-02-14T16:48:04.439Z [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2024-02-14T16:48:04.439Z [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
github_repository.repository - *terraform.NodeValidatableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] (close) - *terraform.graphNodeCloseProvider
github_repository.repository - *terraform.NodeValidatableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
------
2024-02-14T16:48:04.439Z [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2024-02-14T16:48:04.439Z [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
github_repository.repository - *terraform.NodeValidatableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] (close) - *terraform.graphNodeCloseProvider
github_repository.repository - *terraform.NodeValidatableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
provider["registry.terraform.io/integrations/github"] (close) - *terraform.graphNodeCloseProvider
------
2024-02-14T16:48:04.439Z [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2024-02-14T16:48:04.439Z [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
github_repository.repository - *terraform.NodeValidatableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] (close) - *terraform.graphNodeCloseProvider
github_repository.repository - *terraform.NodeValidatableResource
root - *terraform.nodeCloseModule
provider["registry.terraform.io/integrations/github"] (close) - *terraform.graphNodeCloseProvider
------
2024-02-14T16:48:04.439Z [DEBUG] Starting graph walk: walkValidate
2024-02-14T16:48:04.439Z [TRACE] vertex "provider[\"registry.terraform.io/integrations/github\"]": starting visit (*terraform.NodeApplyableProvider)
2024-02-14T16:48:04.439Z [DEBUG] created provider logger: level=trace
2024-02-14T16:48:04.439Z [INFO] provider: configuring client automatic mTLS
2024-02-14T16:48:04.441Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0 args=[".terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0"]
2024-02-14T16:48:04.443Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0 pid=54747
2024-02-14T16:48:04.443Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0
2024-02-14T16:48:04.452Z [INFO] provider.terraform-provider-github_v5.45.0: configuring server automatic mTLS: timestamp=2024-02-14T16:48:04.452Z
2024-02-14T16:48:04.457Z [DEBUG] provider: using plugin: version=5
2024-02-14T16:48:04.457Z [DEBUG] provider.terraform-provider-github_v5.45.0: plugin address: network=unix address=/var/folders/qr/_1x7dj194gz_67pn51xrds500000gn/T/plugin3584222894 timestamp=2024-02-14T16:48:04.457Z
2024-02-14T16:48:04.461Z [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/integrations/github\"]" provider for provider["registry.terraform.io/integrations/github"]
2024-02-14T16:48:04.461Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:48:04.461Z [TRACE] provider.stdio: waiting for stdio data
2024-02-14T16:48:04.464Z [DEBUG] No provider meta schema returned
2024-02-14T16:48:04.465Z [TRACE] NodeApplyableProvider: validating configuration for provider["registry.terraform.io/integrations/github"]
2024-02-14T16:48:04.465Z [TRACE] buildProviderConfig for provider["registry.terraform.io/integrations/github"]: using explicit config only
2024-02-14T16:48:04.465Z [TRACE] vertex "provider[\"registry.terraform.io/integrations/github\"]": visit complete
2024-02-14T16:48:04.465Z [TRACE] vertex "github_repository.repository": starting visit (*terraform.NodeValidatableResource)
2024-02-14T16:48:04.465Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:48:04.466Z [TRACE] GRPCProvider: ValidateResourceConfig
2024-02-14T16:48:04.466Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:48:04.466Z [TRACE] vertex "github_repository.repository": visit complete
2024-02-14T16:48:04.466Z [TRACE] vertex "provider[\"registry.terraform.io/integrations/github\"] (close)": starting visit (*terraform.graphNodeCloseProvider)
2024-02-14T16:48:04.466Z [TRACE] GRPCProvider: Close
2024-02-14T16:48:04.466Z [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2024-02-14T16:48:04.467Z [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0 pid=54747
2024-02-14T16:48:04.467Z [DEBUG] provider: plugin exited
2024-02-14T16:48:04.467Z [TRACE] vertex "provider[\"registry.terraform.io/integrations/github\"] (close)": visit complete
2024-02-14T16:48:04.467Z [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule)
2024-02-14T16:48:04.467Z [TRACE] vertex "root": visit complete
2024-02-14T16:48:04.467Z [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/integrations/github"
2024-02-14T16:48:04.467Z [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/integrations/github" to read its schema
2024-02-14T16:48:04.467Z [INFO] backend/local: apply calling Plan
2024-02-14T16:48:04.467Z [DEBUG] Building and walking plan graph for NormalMode
2024-02-14T16:48:04.467Z [TRACE] building graph for walkPlan
2024-02-14T16:48:04.467Z [TRACE] Executing graph transform *terraform.ConfigTransformer
2024-02-14T16:48:04.467Z [TRACE] ConfigTransformer: Starting for path:
2024-02-14T16:48:04.467Z [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
github_repository.repository (expand) - *terraform.nodeExpandPlannableResource
------
2024-02-14T16:48:04.467Z [TRACE] Executing graph transform *terraform.RootVariableTransformer
2024-02-14T16:48:04.467Z [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2024-02-14T16:48:04.467Z [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2024-02-14T16:48:04.467Z [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2024-02-14T16:48:04.467Z [TRACE] Executing graph transform *terraform.LocalTransformer
2024-02-14T16:48:04.467Z [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2024-02-14T16:48:04.467Z [TRACE] Executing graph transform *terraform.OutputTransformer
2024-02-14T16:48:04.467Z [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2024-02-14T16:48:04.467Z [TRACE] Executing graph transform *terraform.checkTransformer
2024-02-14T16:48:04.467Z [TRACE] Completed graph transform *terraform.checkTransformer (no changes)
2024-02-14T16:48:04.467Z [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2024-02-14T16:48:04.467Z [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2024-02-14T16:48:04.467Z [TRACE] Executing graph transform *terraform.StateTransformer
2024-02-14T16:48:04.467Z [TRACE] StateTransformer: creating nodes for deposed instance objects only
2024-02-14T16:48:04.467Z [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2024-02-14T16:48:04.467Z [TRACE] Executing graph transform *terraform.AttachStateTransformer
2024-02-14T16:48:04.467Z [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2024-02-14T16:48:04.467Z [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2024-02-14T16:48:04.467Z [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2024-02-14T16:48:04.467Z [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2024-02-14T16:48:04.467Z [TRACE] AttachResourceConfigTransformer: attaching to "github_repository.repository (expand)" (*terraform.nodeExpandPlannableResource) config from main.tf:11,1-42
2024-02-14T16:48:04.467Z [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to github_repository.repository (expand)
2024-02-14T16:48:04.467Z [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2024-02-14T16:48:04.467Z [TRACE] Executing graph transform *terraform.graphTransformerMulti
2024-02-14T16:48:04.467Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2024-02-14T16:48:04.467Z [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/integrations/github\"]" provider configuration from main.tf:9,1-18
2024-02-14T16:48:04.467Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
github_repository.repository (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
------
2024-02-14T16:48:04.467Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2024-02-14T16:48:04.467Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2024-02-14T16:48:04.467Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2024-02-14T16:48:04.467Z [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/integrations/github"] serving github_repository.repository (expand)
2024-02-14T16:48:04.467Z [DEBUG] ProviderTransformer: "github_repository.repository (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/integrations/github"]
2024-02-14T16:48:04.467Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
github_repository.repository (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
------
2024-02-14T16:48:04.467Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2024-02-14T16:48:04.467Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2024-02-14T16:48:04.467Z [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
github_repository.repository (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
------
2024-02-14T16:48:04.467Z [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2024-02-14T16:48:04.467Z [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2024-02-14T16:48:04.467Z [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2024-02-14T16:48:04.467Z [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/integrations/github" to read its schema
2024-02-14T16:48:04.467Z [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/integrations/github"]
2024-02-14T16:48:04.467Z [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/integrations/github" to read its schema
2024-02-14T16:48:04.467Z [TRACE] AttachSchemaTransformer: attaching resource schema to github_repository.repository (expand)
2024-02-14T16:48:04.467Z [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2024-02-14T16:48:04.467Z [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2024-02-14T16:48:04.467Z [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2024-02-14T16:48:04.467Z [TRACE] Executing graph transform *terraform.ExternalReferenceTransformer
2024-02-14T16:48:04.467Z [TRACE] Completed graph transform *terraform.ExternalReferenceTransformer (no changes)
2024-02-14T16:48:04.467Z [TRACE] Executing graph transform *terraform.ReferenceTransformer
2024-02-14T16:48:04.467Z [DEBUG] ReferenceTransformer: "github_repository.repository (expand)" references: []
2024-02-14T16:48:04.467Z [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/integrations/github\"]" references: []
2024-02-14T16:48:04.467Z [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2024-02-14T16:48:04.467Z [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2024-02-14T16:48:04.467Z [TRACE] AttachDependenciesTransformer: github_repository.repository depends on []
2024-02-14T16:48:04.467Z [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2024-02-14T16:48:04.467Z [TRACE] Executing graph transform *terraform.attachDataResourceDependsOnTransformer
2024-02-14T16:48:04.467Z [TRACE] Completed graph transform *terraform.attachDataResourceDependsOnTransformer (no changes)
2024-02-14T16:48:04.467Z [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2024-02-14T16:48:04.467Z [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2024-02-14T16:48:04.467Z [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer
2024-02-14T16:48:04.467Z [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer (no changes)
2024-02-14T16:48:04.467Z [TRACE] Executing graph transform *terraform.TargetsTransformer
2024-02-14T16:48:04.467Z [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2024-02-14T16:48:04.467Z [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2024-02-14T16:48:04.467Z [TRACE] ForcedCBDTransformer: "github_repository.repository (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2024-02-14T16:48:04.467Z [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2024-02-14T16:48:04.467Z [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2024-02-14T16:48:04.467Z [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
github_repository.repository (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] (close) - *terraform.graphNodeCloseProvider
github_repository.repository (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
------
2024-02-14T16:48:04.467Z [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2024-02-14T16:48:04.467Z [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
github_repository.repository (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] (close) - *terraform.graphNodeCloseProvider
github_repository.repository (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
provider["registry.terraform.io/integrations/github"] (close) - *terraform.graphNodeCloseProvider
------
2024-02-14T16:48:04.467Z [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2024-02-14T16:48:04.467Z [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
github_repository.repository (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] (close) - *terraform.graphNodeCloseProvider
github_repository.repository (expand) - *terraform.nodeExpandPlannableResource
root - *terraform.nodeCloseModule
provider["registry.terraform.io/integrations/github"] (close) - *terraform.graphNodeCloseProvider
------
2024-02-14T16:48:04.467Z [DEBUG] Starting graph walk: walkPlan
2024-02-14T16:48:04.467Z [TRACE] vertex "provider[\"registry.terraform.io/integrations/github\"]": starting visit (*terraform.NodeApplyableProvider)
2024-02-14T16:48:04.467Z [DEBUG] created provider logger: level=trace
2024-02-14T16:48:04.467Z [INFO] provider: configuring client automatic mTLS
2024-02-14T16:48:04.470Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0 args=[".terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0"]
2024-02-14T16:48:04.471Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0 pid=54748
2024-02-14T16:48:04.471Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0
2024-02-14T16:48:04.480Z [INFO] provider.terraform-provider-github_v5.45.0: configuring server automatic mTLS: timestamp=2024-02-14T16:48:04.480Z
2024-02-14T16:48:04.485Z [DEBUG] provider: using plugin: version=5
2024-02-14T16:48:04.485Z [DEBUG] provider.terraform-provider-github_v5.45.0: plugin address: network=unix address=/var/folders/qr/_1x7dj194gz_67pn51xrds500000gn/T/plugin3166383500 timestamp=2024-02-14T16:48:04.485Z
2024-02-14T16:48:04.490Z [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/integrations/github\"]" provider for provider["registry.terraform.io/integrations/github"]
2024-02-14T16:48:04.490Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:48:04.490Z [TRACE] provider.stdio: waiting for stdio data
2024-02-14T16:48:04.493Z [DEBUG] No provider meta schema returned
2024-02-14T16:48:04.494Z [TRACE] NodeApplyableProvider: configuring provider["registry.terraform.io/integrations/github"]
2024-02-14T16:48:04.494Z [TRACE] buildProviderConfig for provider["registry.terraform.io/integrations/github"]: using explicit config only
2024-02-14T16:48:04.494Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:48:04.494Z [TRACE] GRPCProvider: ValidateProviderConfig
2024-02-14T16:48:04.494Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:48:04.497Z [WARN] ValidateProviderConfig from "provider[\"registry.terraform.io/integrations/github\"]" changed the config value, but that value is unused
2024-02-14T16:48:04.497Z [TRACE] GRPCProvider: ConfigureProvider
2024-02-14T16:48:04.497Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:48:04.497Z [DEBUG] provider.terraform-provider-github_v5.45.0: 2024/02/14 16:48:04 [INFO] Selecting owner from GITHUB_OWNER environment variable
2024-02-14T16:48:04.557Z [DEBUG] provider.terraform-provider-github_v5.45.0: 2024/02/14 16:48:04 [INFO] Using the token from GitHub CLI
2024-02-14T16:48:04.557Z [DEBUG] provider.terraform-provider-github_v5.45.0: 2024/02/14 16:48:04 [INFO] Setting write_delay_ms to 1000
2024-02-14T16:48:04.557Z [DEBUG] provider.terraform-provider-github_v5.45.0: 2024/02/14 16:48:04 [DEBUG] Setting read_delay_ms to 0
2024-02-14T16:48:04.557Z [DEBUG] provider.terraform-provider-github_v5.45.0: 2024/02/14 16:48:04 [DEBUG] Setting parallel_requests to false
2024-02-14T16:48:04.557Z [DEBUG] provider.terraform-provider-github_v5.45.0: 2024/02/14 16:48:04 [DEBUG] GitHub API Request Details:
2024-02-14T16:48:04.557Z [DEBUG] provider.terraform-provider-github_v5.45.0: ---[ REQUEST ]---------------------------------------
2024-02-14T16:48:04.557Z [DEBUG] provider.terraform-provider-github_v5.45.0: GET /user HTTP/1.1
2024-02-14T16:48:04.557Z [DEBUG] provider.terraform-provider-github_v5.45.0: Host: api.github.com
2024-02-14T16:48:04.557Z [DEBUG] provider.terraform-provider-github_v5.45.0: User-Agent: go-github/v57.0.0
2024-02-14T16:48:04.557Z [DEBUG] provider.terraform-provider-github_v5.45.0: Accept: application/vnd.github.v3+json,application/vnd.github.stone-crop-preview+json
2024-02-14T16:48:04.557Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Github-Api-Version: 2022-11-28
2024-02-14T16:48:04.557Z [DEBUG] provider.terraform-provider-github_v5.45.0: Accept-Encoding: gzip
2024-02-14T16:48:04.557Z [DEBUG] provider.terraform-provider-github_v5.45.0
2024-02-14T16:48:04.557Z [DEBUG] provider.terraform-provider-github_v5.45.0
2024-02-14T16:48:04.557Z [DEBUG] provider.terraform-provider-github_v5.45.0: -----------------------------------------------------
2024-02-14T16:48:04.777Z [DEBUG] provider.terraform-provider-github_v5.45.0: 2024/02/14 16:48:04 [DEBUG] GitHub API Response Details:
2024-02-14T16:48:04.777Z [DEBUG] provider.terraform-provider-github_v5.45.0: ---[ RESPONSE ]--------------------------------------
2024-02-14T16:48:04.777Z [DEBUG] provider.terraform-provider-github_v5.45.0: HTTP/2.0 200 OK
2024-02-14T16:48:04.777Z [DEBUG] provider.terraform-provider-github_v5.45.0: Access-Control-Allow-Origin: *
2024-02-14T16:48:04.777Z [DEBUG] provider.terraform-provider-github_v5.45.0: Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset
2024-02-14T16:48:04.777Z [DEBUG] provider.terraform-provider-github_v5.45.0: Cache-Control: private, max-age=60, s-maxage=60
2024-02-14T16:48:04.777Z [DEBUG] provider.terraform-provider-github_v5.45.0: Content-Security-Policy: default-src 'none'
2024-02-14T16:48:04.777Z [DEBUG] provider.terraform-provider-github_v5.45.0: Content-Type: application/json; charset=utf-8
2024-02-14T16:48:04.777Z [DEBUG] provider.terraform-provider-github_v5.45.0: Date: Wed, 14 Feb 2024 16:48:04 GMT
2024-02-14T16:48:04.777Z [DEBUG] provider.terraform-provider-github_v5.45.0: Etag: W/"418427936db8c5d6eab657330e10c5f0f5014d7e596cd21dba9a6c6867399735"
2024-02-14T16:48:04.777Z [DEBUG] provider.terraform-provider-github_v5.45.0: Last-Modified: Fri, 09 Feb 2024 12:26:12 GMT
2024-02-14T16:48:04.777Z [DEBUG] provider.terraform-provider-github_v5.45.0: Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin
2024-02-14T16:48:04.777Z [DEBUG] provider.terraform-provider-github_v5.45.0: Server: GitHub.com
2024-02-14T16:48:04.777Z [DEBUG] provider.terraform-provider-github_v5.45.0: Strict-Transport-Security: max-age=31536000; includeSubdomains; preload
2024-02-14T16:48:04.777Z [DEBUG] provider.terraform-provider-github_v5.45.0: Vary: Accept, Authorization, Cookie, X-GitHub-OTP
2024-02-14T16:48:04.777Z [DEBUG] provider.terraform-provider-github_v5.45.0: Vary: Accept-Encoding, Accept, X-Requested-With
2024-02-14T16:48:04.777Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Accepted-Oauth-Scopes:
2024-02-14T16:48:04.777Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Content-Type-Options: nosniff
2024-02-14T16:48:04.777Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Frame-Options: deny
2024-02-14T16:48:04.777Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Github-Api-Version-Selected: 2022-11-28
2024-02-14T16:48:04.777Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Github-Media-Type: github.v3; format=json, github.stone-crop-preview; format=json
2024-02-14T16:48:04.777Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Github-Request-Id: E746:D4678:6016717:6101615:65CCEEC4
2024-02-14T16:48:04.777Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Oauth-Client-Id: 178c6fc778ccc68e1d6a
2024-02-14T16:48:04.777Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Oauth-Scopes: admin:org, admin:repo_hook, gist, repo
2024-02-14T16:48:04.778Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Ratelimit-Limit: 5000
2024-02-14T16:48:04.778Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Ratelimit-Remaining: 4948
2024-02-14T16:48:04.778Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Ratelimit-Reset: 1707930388
2024-02-14T16:48:04.778Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Ratelimit-Resource: core
2024-02-14T16:48:04.778Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Ratelimit-Used: 52
2024-02-14T16:48:04.778Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Xss-Protection: 0
2024-02-14T16:48:04.778Z [DEBUG] provider.terraform-provider-github_v5.45.0
2024-02-14T16:48:04.778Z [DEBUG] provider.terraform-provider-github_v5.45.0: {
2024-02-14T16:48:04.778Z [DEBUG] provider.terraform-provider-github_v5.45.0: "login": "matthiasr",
2024-02-14T16:48:04.778Z [DEBUG] provider.terraform-provider-github_v5.45.0: "id": 131590,
2024-02-14T16:48:04.778Z [DEBUG] provider.terraform-provider-github_v5.45.0: "node_id": "MDQ6VXNlcjEzMTU5MA==",
2024-02-14T16:48:04.778Z [DEBUG] provider.terraform-provider-github_v5.45.0: "avatar_url": "https://avatars.githubusercontent.com/u/131590?v=4",
2024-02-14T16:48:04.778Z [DEBUG] provider.terraform-provider-github_v5.45.0: "gravatar_id": "",
2024-02-14T16:48:04.778Z [DEBUG] provider.terraform-provider-github_v5.45.0: "url": "https://api.github.com/users/matthiasr",
2024-02-14T16:48:04.778Z [DEBUG] provider.terraform-provider-github_v5.45.0: "html_url": "https://github.com/matthiasr",
2024-02-14T16:48:04.778Z [DEBUG] provider.terraform-provider-github_v5.45.0: "followers_url": "https://api.github.com/users/matthiasr/followers",
2024-02-14T16:48:04.778Z [DEBUG] provider.terraform-provider-github_v5.45.0: "following_url": "https://api.github.com/users/matthiasr/following{/other_user}",
2024-02-14T16:48:04.778Z [DEBUG] provider.terraform-provider-github_v5.45.0: "gists_url": "https://api.github.com/users/matthiasr/gists{/gist_id}",
2024-02-14T16:48:04.778Z [DEBUG] provider.terraform-provider-github_v5.45.0: "starred_url": "https://api.github.com/users/matthiasr/starred{/owner}{/repo}",
2024-02-14T16:48:04.778Z [DEBUG] provider.terraform-provider-github_v5.45.0: "subscriptions_url": "https://api.github.com/users/matthiasr/subscriptions",
2024-02-14T16:48:04.778Z [DEBUG] provider.terraform-provider-github_v5.45.0: "organizations_url": "https://api.github.com/users/matthiasr/orgs",
2024-02-14T16:48:04.778Z [DEBUG] provider.terraform-provider-github_v5.45.0: "repos_url": "https://api.github.com/users/matthiasr/repos",
2024-02-14T16:48:04.778Z [DEBUG] provider.terraform-provider-github_v5.45.0: "events_url": "https://api.github.com/users/matthiasr/events{/privacy}",
2024-02-14T16:48:04.778Z [DEBUG] provider.terraform-provider-github_v5.45.0: "received_events_url": "https://api.github.com/users/matthiasr/received_events",
2024-02-14T16:48:04.778Z [DEBUG] provider.terraform-provider-github_v5.45.0: "type": "User",
2024-02-14T16:48:04.778Z [DEBUG] provider.terraform-provider-github_v5.45.0: "site_admin": false,
2024-02-14T16:48:04.778Z [DEBUG] provider.terraform-provider-github_v5.45.0: "name": "Matthias Rampke",
2024-02-14T16:48:04.778Z [DEBUG] provider.terraform-provider-github_v5.45.0: "company": "@chronosphereio ",
2024-02-14T16:48:04.778Z [DEBUG] provider.terraform-provider-github_v5.45.0: "blog": "https://rampke.de/",
2024-02-14T16:48:04.778Z [DEBUG] provider.terraform-provider-github_v5.45.0: "location": "Berlin, Germany",
2024-02-14T16:48:04.778Z [DEBUG] provider.terraform-provider-github_v5.45.0: "email": "matthias@rampke.de",
2024-02-14T16:48:04.778Z [DEBUG] provider.terraform-provider-github_v5.45.0: "hireable": null,
2024-02-14T16:48:04.778Z [DEBUG] provider.terraform-provider-github_v5.45.0: "bio": null,
2024-02-14T16:48:04.778Z [DEBUG] provider.terraform-provider-github_v5.45.0: "twitter_username": null,
2024-02-14T16:48:04.778Z [DEBUG] provider.terraform-provider-github_v5.45.0: "public_repos": 72,
2024-02-14T16:48:04.778Z [DEBUG] provider.terraform-provider-github_v5.45.0: "public_gists": 46,
2024-02-14T16:48:04.778Z [DEBUG] provider.terraform-provider-github_v5.45.0: "followers": 105,
2024-02-14T16:48:04.778Z [DEBUG] provider.terraform-provider-github_v5.45.0: "following": 8,
2024-02-14T16:48:04.778Z [DEBUG] provider.terraform-provider-github_v5.45.0: "created_at": "2009-09-26T13:30:19Z",
2024-02-14T16:48:04.778Z [DEBUG] provider.terraform-provider-github_v5.45.0: "updated_at": "2024-02-09T12:26:12Z"
2024-02-14T16:48:04.778Z [DEBUG] provider.terraform-provider-github_v5.45.0: }
2024-02-14T16:48:04.779Z [DEBUG] provider.terraform-provider-github_v5.45.0: -----------------------------------------------------
2024-02-14T16:48:04.779Z [TRACE] vertex "provider[\"registry.terraform.io/integrations/github\"]": visit complete
2024-02-14T16:48:04.779Z [TRACE] vertex "github_repository.repository (expand)": starting visit (*terraform.nodeExpandPlannableResource)
2024-02-14T16:48:04.779Z [TRACE] vertex "github_repository.repository (expand)": expanding dynamic subgraph
2024-02-14T16:48:04.779Z [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2024-02-14T16:48:04.779Z [TRACE] ResourceCountTransformer: adding github_repository.repository as *terraform.NodePlannableResourceInstance
2024-02-14T16:48:04.779Z [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
github_repository.repository - *terraform.NodePlannableResourceInstance
------
2024-02-14T16:48:04.779Z [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2024-02-14T16:48:04.780Z [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2024-02-14T16:48:04.780Z [TRACE] Executing graph transform *terraform.AttachStateTransformer
2024-02-14T16:48:04.780Z [TRACE] NodeAbstractResourceInstance.AttachResourceState for github_repository.repository
2024-02-14T16:48:04.780Z [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2024-02-14T16:48:04.780Z [TRACE] Executing graph transform *terraform.TargetsTransformer
2024-02-14T16:48:04.780Z [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2024-02-14T16:48:04.780Z [TRACE] Executing graph transform *terraform.ReferenceTransformer
2024-02-14T16:48:04.780Z [DEBUG] ReferenceTransformer: "github_repository.repository" references: []
2024-02-14T16:48:04.780Z [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2024-02-14T16:48:04.780Z [TRACE] Executing graph transform *terraform.RootTransformer
2024-02-14T16:48:04.780Z [TRACE] Completed graph transform *terraform.RootTransformer with new graph:
github_repository.repository - *terraform.NodePlannableResourceInstance
root - terraform.graphNodeRoot
github_repository.repository - *terraform.NodePlannableResourceInstance
------
2024-02-14T16:48:04.780Z [TRACE] vertex "github_repository.repository (expand)": entering dynamic subgraph
2024-02-14T16:48:04.780Z [TRACE] vertex "github_repository.repository": starting visit (*terraform.NodePlannableResourceInstance)
2024-02-14T16:48:04.780Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:48:04.781Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:48:04.781Z [TRACE] readResourceInstanceState: reading state for github_repository.repository
2024-02-14T16:48:04.781Z [TRACE] upgradeResourceState: schema version of github_repository.repository is still 1; calling provider "github" for any other minor fixups
2024-02-14T16:48:04.781Z [TRACE] GRPCProvider: UpgradeResourceState
2024-02-14T16:48:04.781Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:48:04.787Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:48:04.787Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to prevRunState for github_repository.repository
2024-02-14T16:48:04.787Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for github_repository.repository
2024-02-14T16:48:04.787Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:48:04.787Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for github_repository.repository
2024-02-14T16:48:04.787Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for github_repository.repository
2024-02-14T16:48:04.788Z [TRACE] NodeAbstractResourceInstance.refresh for github_repository.repository
2024-02-14T16:48:04.788Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:48:04.788Z [TRACE] GRPCProvider: GetProviderSchema
github_repository.repository: Refreshing state... [id=import_test]
2024-02-14T16:48:04.788Z [TRACE] GRPCProvider: ReadResource
2024-02-14T16:48:04.788Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:48:04.791Z [DEBUG] provider.terraform-provider-github_v5.45.0: 2024/02/14 16:48:04 [DEBUG] GitHub API Request Details:
2024-02-14T16:48:04.791Z [DEBUG] provider.terraform-provider-github_v5.45.0: ---[ REQUEST ]---------------------------------------
2024-02-14T16:48:04.791Z [DEBUG] provider.terraform-provider-github_v5.45.0: GET /repos/matthiasr/import_test HTTP/1.1
2024-02-14T16:48:04.791Z [DEBUG] provider.terraform-provider-github_v5.45.0: Host: api.github.com
2024-02-14T16:48:04.791Z [DEBUG] provider.terraform-provider-github_v5.45.0: User-Agent: go-github/v57.0.0
2024-02-14T16:48:04.791Z [DEBUG] provider.terraform-provider-github_v5.45.0: Accept: application/vnd.github.scarlet-witch-preview+json, application/vnd.github.mercy-preview+json, application/vnd.github.baptiste-preview+json, application/vnd.github.nebula-preview+json,application/vnd.github.stone-crop-preview+json
2024-02-14T16:48:04.791Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Github-Api-Version: 2022-11-28
2024-02-14T16:48:04.791Z [DEBUG] provider.terraform-provider-github_v5.45.0: Accept-Encoding: gzip
2024-02-14T16:48:04.791Z [DEBUG] provider.terraform-provider-github_v5.45.0
2024-02-14T16:48:04.791Z [DEBUG] provider.terraform-provider-github_v5.45.0
2024-02-14T16:48:04.791Z [DEBUG] provider.terraform-provider-github_v5.45.0: -----------------------------------------------------
2024-02-14T16:48:05.017Z [DEBUG] provider.terraform-provider-github_v5.45.0: 2024/02/14 16:48:05 [DEBUG] GitHub API Response Details:
2024-02-14T16:48:05.017Z [DEBUG] provider.terraform-provider-github_v5.45.0: ---[ RESPONSE ]--------------------------------------
2024-02-14T16:48:05.017Z [DEBUG] provider.terraform-provider-github_v5.45.0: HTTP/2.0 304 Not Modified
2024-02-14T16:48:05.017Z [DEBUG] provider.terraform-provider-github_v5.45.0: Access-Control-Allow-Origin: *
2024-02-14T16:48:05.017Z [DEBUG] provider.terraform-provider-github_v5.45.0: Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset
2024-02-14T16:48:05.017Z [DEBUG] provider.terraform-provider-github_v5.45.0: Cache-Control: private, max-age=60, s-maxage=60
2024-02-14T16:48:05.017Z [DEBUG] provider.terraform-provider-github_v5.45.0: Content-Security-Policy: default-src 'none'
2024-02-14T16:48:05.017Z [DEBUG] provider.terraform-provider-github_v5.45.0: Date: Wed, 14 Feb 2024 16:48:04 GMT
2024-02-14T16:48:05.017Z [DEBUG] provider.terraform-provider-github_v5.45.0: Etag: "f1c0febe2576d83ae62f1446de4b8724734dd0df6c1df07bfccaca6b7c0fc8fa"
2024-02-14T16:48:05.017Z [DEBUG] provider.terraform-provider-github_v5.45.0: Last-Modified: Wed, 14 Feb 2024 16:45:28 GMT
2024-02-14T16:48:05.017Z [DEBUG] provider.terraform-provider-github_v5.45.0: Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin
2024-02-14T16:48:05.017Z [DEBUG] provider.terraform-provider-github_v5.45.0: Server: GitHub.com
2024-02-14T16:48:05.017Z [DEBUG] provider.terraform-provider-github_v5.45.0: Strict-Transport-Security: max-age=31536000; includeSubdomains; preload
2024-02-14T16:48:05.017Z [DEBUG] provider.terraform-provider-github_v5.45.0: Vary: Accept, Authorization, Cookie, X-GitHub-OTP
2024-02-14T16:48:05.017Z [DEBUG] provider.terraform-provider-github_v5.45.0: Vary: Accept-Encoding, Accept, X-Requested-With
2024-02-14T16:48:05.017Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Content-Type-Options: nosniff
2024-02-14T16:48:05.017Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Frame-Options: deny
2024-02-14T16:48:05.017Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Github-Api-Version-Selected: 2022-11-28
2024-02-14T16:48:05.017Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Github-Request-Id: E746:D4678:6016834:6101729:65CCEEC4
2024-02-14T16:48:05.017Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Ratelimit-Limit: 5000
2024-02-14T16:48:05.017Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Ratelimit-Remaining: 4948
2024-02-14T16:48:05.017Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Ratelimit-Reset: 1707930388
2024-02-14T16:48:05.018Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Ratelimit-Resource: core
2024-02-14T16:48:05.018Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Ratelimit-Used: 52
2024-02-14T16:48:05.018Z [DEBUG] provider.terraform-provider-github_v5.45.0: X-Xss-Protection: 0
2024-02-14T16:48:05.018Z [DEBUG] provider.terraform-provider-github_v5.45.0
2024-02-14T16:48:05.018Z [DEBUG] provider.terraform-provider-github_v5.45.0
2024-02-14T16:48:05.018Z [DEBUG] provider.terraform-provider-github_v5.45.0: -----------------------------------------------------
2024-02-14T16:48:05.023Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:48:05.023Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for github_repository.repository
2024-02-14T16:48:05.023Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for github_repository.repository
2024-02-14T16:48:05.024Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:48:05.026Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:48:05.026Z [TRACE] Re-validating config for "github_repository.repository"
2024-02-14T16:48:05.026Z [TRACE] GRPCProvider: ValidateResourceConfig
2024-02-14T16:48:05.026Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:48:05.028Z [TRACE] GRPCProvider: PlanResourceChange
2024-02-14T16:48:05.028Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:48:05.037Z [WARN] Provider "registry.terraform.io/integrations/github" produced an invalid plan for github_repository.repository, but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .allow_update_branch: planned value cty.False for a non-computed attribute
- .has_projects: planned value cty.False for a non-computed attribute
- .delete_branch_on_merge: planned value cty.False for a non-computed attribute
- .homepage_url: planned value cty.StringVal("") for a non-computed attribute
- .allow_auto_merge: planned value cty.False for a non-computed attribute
- .web_commit_signoff_required: planned value cty.False for a non-computed attribute
- .allow_rebase_merge: planned value cty.True for a non-computed attribute
- .auto_init: planned value cty.False for a non-computed attribute
- .allow_squash_merge: planned value cty.True for a non-computed attribute
- .has_discussions: planned value cty.False for a non-computed attribute
- .is_template: planned value cty.False for a non-computed attribute
- .merge_commit_title: planned value cty.StringVal("MERGE_MESSAGE") for a non-computed attribute
- .squash_merge_commit_title: planned value cty.StringVal("COMMIT_OR_PR_TITLE") for a non-computed attribute
- .vulnerability_alerts: planned value cty.False for a non-computed attribute
- .merge_commit_message: planned value cty.StringVal("PR_TITLE") for a non-computed attribute
- .allow_merge_commit: planned value cty.True for a non-computed attribute
- .has_downloads: planned value cty.False for a non-computed attribute
- .squash_merge_commit_message: planned value cty.StringVal("COMMIT_MESSAGES") for a non-computed attribute
2024-02-14T16:48:05.038Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:48:05.038Z [TRACE] writeChange: recorded NoOp change for github_repository.repository
2024-02-14T16:48:05.038Z [TRACE] GRPCProvider: GetProviderSchema
2024-02-14T16:48:05.038Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for github_repository.repository
2024-02-14T16:48:05.038Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for github_repository.repository
2024-02-14T16:48:05.038Z [TRACE] vertex "github_repository.repository": visit complete
2024-02-14T16:48:05.038Z [TRACE] vertex "root": starting visit (terraform.graphNodeRoot)
2024-02-14T16:48:05.038Z [TRACE] vertex "root": visit complete
2024-02-14T16:48:05.039Z [TRACE] vertex "github_repository.repository (expand)": dynamic subgraph completed successfully
2024-02-14T16:48:05.039Z [TRACE] vertex "github_repository.repository (expand)": visit complete
2024-02-14T16:48:05.039Z [TRACE] vertex "provider[\"registry.terraform.io/integrations/github\"] (close)": starting visit (*terraform.graphNodeCloseProvider)
2024-02-14T16:48:05.039Z [TRACE] GRPCProvider: Close
2024-02-14T16:48:05.040Z [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2024-02-14T16:48:05.043Z [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/integrations/github/5.45.0/darwin_arm64/terraform-provider-github_v5.45.0 pid=54748
2024-02-14T16:48:05.043Z [DEBUG] provider: plugin exited
2024-02-14T16:48:05.043Z [TRACE] vertex "provider[\"registry.terraform.io/integrations/github\"] (close)": visit complete
2024-02-14T16:48:05.043Z [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule)
2024-02-14T16:48:05.043Z [TRACE] vertex "root": visit complete
2024-02-14T16:48:05.043Z [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/integrations/github"
2024-02-14T16:48:05.043Z [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/integrations/github" to read its schema
2024-02-14T16:48:05.043Z [DEBUG] no planned changes, skipping apply graph check
No changes. Your infrastructure matches the configuration.
Terraform has compared your real infrastructure against your configuration and found no differences, so no changes are needed.
2024-02-14T16:48:05.046Z [INFO] backend/local: apply calling Apply
2024-02-14T16:48:05.046Z [DEBUG] Building and walking apply graph for NormalMode plan
2024-02-14T16:48:05.046Z [TRACE] Executing graph transform *terraform.ConfigTransformer
2024-02-14T16:48:05.046Z [TRACE] ConfigTransformer: Starting for path:
2024-02-14T16:48:05.046Z [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
------
2024-02-14T16:48:05.046Z [TRACE] Executing graph transform *terraform.RootVariableTransformer
2024-02-14T16:48:05.046Z [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2024-02-14T16:48:05.046Z [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2024-02-14T16:48:05.046Z [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2024-02-14T16:48:05.046Z [TRACE] Executing graph transform *terraform.LocalTransformer
2024-02-14T16:48:05.046Z [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2024-02-14T16:48:05.046Z [TRACE] Executing graph transform *terraform.OutputTransformer
2024-02-14T16:48:05.046Z [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2024-02-14T16:48:05.046Z [TRACE] Executing graph transform *terraform.DiffTransformer
2024-02-14T16:48:05.046Z [TRACE] DiffTransformer starting
2024-02-14T16:48:05.046Z [TRACE] DiffTransformer: found NoOp change for github_repository.repository
2024-02-14T16:48:05.046Z [TRACE] DiffTransformer complete
2024-02-14T16:48:05.046Z [TRACE] Completed graph transform *terraform.DiffTransformer (no changes)
2024-02-14T16:48:05.046Z [TRACE] Executing graph transform *terraform.checkTransformer
2024-02-14T16:48:05.046Z [TRACE] Completed graph transform *terraform.checkTransformer (no changes)
2024-02-14T16:48:05.046Z [TRACE] Executing graph transform *terraform.AttachStateTransformer
2024-02-14T16:48:05.046Z [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2024-02-14T16:48:05.046Z [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2024-02-14T16:48:05.046Z [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2024-02-14T16:48:05.046Z [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2024-02-14T16:48:05.046Z [TRACE] AttachResourceConfigTransformer: attaching to "github_repository.repository (expand)" (*terraform.nodeExpandApplyableResource) config from main.tf:11,1-42
2024-02-14T16:48:05.046Z [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to github_repository.repository (expand)
2024-02-14T16:48:05.046Z [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2024-02-14T16:48:05.046Z [TRACE] Executing graph transform *terraform.graphTransformerMulti
2024-02-14T16:48:05.046Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2024-02-14T16:48:05.046Z [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/integrations/github\"]" provider configuration from main.tf:9,1-18
2024-02-14T16:48:05.046Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
------
2024-02-14T16:48:05.046Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2024-02-14T16:48:05.046Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2024-02-14T16:48:05.046Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2024-02-14T16:48:05.046Z [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/integrations/github"] serving github_repository.repository (expand)
2024-02-14T16:48:05.046Z [DEBUG] ProviderTransformer: "github_repository.repository (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/integrations/github"]
2024-02-14T16:48:05.046Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
------
2024-02-14T16:48:05.046Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2024-02-14T16:48:05.046Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2024-02-14T16:48:05.046Z [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
github_repository.repository (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/integrations/github"] - *terraform.NodeApplyableProvider
------
2024-02-14T16:48:05.046Z [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2024-02-14T16:48:05.046Z [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2024-02-14T16:48:05.046Z [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2024-02-14T16:48:05.046Z [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/integrations/github" to read its schema
2024-02-14T16:48:05.046Z [TRACE] AttachSchemaTransformer: attaching resource schema to github_repository.repository (expand)
2024-02-14T16:48:05.046Z [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/integrations/github" to read its schema
2024-02-14T16:48:05.046Z [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/integrations/github"]
2024-02-14T16:48:05.046Z [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2024-02-14T16:48:05.046Z [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2024-02-14T16:48:05.046Z [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2024-02-14T16:48:05.046Z [TRACE] Executing graph transform *terraform.ExternalReferenceTransformer
2024-02-14T16:48:05.046Z [TRACE] Completed graph transform *terraform.ExternalReferenceTransformer (no changes)
2024-02-14T16:48:05.046Z [TRACE] Executing graph transform *terraform.ReferenceTransformer
2024-02-14T16:48:05.047Z [DEBUG] ReferenceTransformer: "github_repository.repository (expand)" references: []
2024-02-14T16:48:05.047Z [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/integrations/github\"]" references: []
2024-02-14T16:48:05.047Z [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2024-02-14T16:48:05.047Z [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2024-02-14T16:48:05.047Z [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2024-02-14T16:48:05.047Z [TRACE] Executing graph transform *terraform.checkStartTransformer
2024-02-14T16:48:05.047Z [TRACE] Completed graph transform *terraform.checkStartTransformer (no changes)
2024-02-14T16:48:05.047Z [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2024-02-14T16:48:05.047Z [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2024-02-14T16:48:05.047Z [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2024-02-14T16:48:05.047Z [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2024-02-14T16:48:05.047Z [TRACE] Executing graph transform *terraform.CBDEdgeTransformer
2024-02-14T16:48:05.047Z [TRACE] Completed graph transform *terraform.CBDEdgeTransformer (no changes)
2024-02-14T16:48:05.047Z [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer
2024-02-14T16:48:05.047Z [DEBUG] pruneUnusedNodes: github_repository.repository (expand) is no longer needed, removing
2024-02-14T16:48:05.047Z [DEBUG] pruneUnusedNodes: provider["registry.terraform.io/integrations/github"] is no longer needed, removing
2024-02-14T16:48:05.047Z [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer with new graph:
------
2024-02-14T16:48:05.047Z [TRACE] Executing graph transform *terraform.TargetsTransformer
2024-02-14T16:48:05.047Z [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2024-02-14T16:48:05.047Z [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2024-02-14T16:48:05.047Z [TRACE] Completed graph transform *terraform.CloseProviderTransformer (no changes)
2024-02-14T16:48:05.047Z [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2024-02-14T16:48:05.047Z [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
root - *terraform.nodeCloseModule
------
2024-02-14T16:48:05.047Z [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2024-02-14T16:48:05.047Z [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer (no changes)
2024-02-14T16:48:05.047Z [DEBUG] Starting graph walk: walkApply
2024-02-14T16:48:05.047Z [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule)
2024-02-14T16:48:05.047Z [TRACE] vertex "root": visit complete
2024-02-14T16:48:05.047Z [TRACE] statemgr.Filesystem: not making a backup, because the new snapshot is identical to the old
2024-02-14T16:48:05.048Z [TRACE] statemgr.Filesystem: no state changes since last snapshot
2024-02-14T16:48:05.048Z [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
2024-02-14T16:48:05.055Z [TRACE] statemgr.Filesystem: removing lock metadata file .terraform.tfstate.lock.info
2024-02-14T16:48:05.056Z [TRACE] statemgr.Filesystem: unlocking terraform.tfstate using fcntl flock
Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment