Skip to content

Instantly share code, notes, and snippets.

@BigTexasDork
Created April 13, 2022 04:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BigTexasDork/5dc40fcbb64101b31d42f3e4861d9b84 to your computer and use it in GitHub Desktop.
Save BigTexasDork/5dc40fcbb64101b31d42f3e4861d9b84 to your computer and use it in GitHub Desktop.
invalid github_repository configuration causes panic
2022-04-12T20:59:23.787-0700 [INFO] Terraform version: 1.1.8
2022-04-12T20:59:23.787-0700 [INFO] Go runtime version: go1.17.2
2022-04-12T20:59:23.787-0700 [INFO] CLI args: []string{"terraform-1.1.18", "apply", "-no-color"}
2022-04-12T20:59:23.787-0700 [DEBUG] Attempting to open CLI config file: /Users/joefranklin/.terraformrc
2022-04-12T20:59:23.787-0700 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2022-04-12T20:59:23.787-0700 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins
2022-04-12T20:59:23.787-0700 [DEBUG] ignoring non-existing provider search directory /Users/joefranklin/.terraform.d/plugins
2022-04-12T20:59:23.787-0700 [DEBUG] ignoring non-existing provider search directory /Users/joefranklin/Library/Application Support/io.terraform/plugins
2022-04-12T20:59:23.787-0700 [DEBUG] ignoring non-existing provider search directory /Library/Application Support/io.terraform/plugins
2022-04-12T20:59:23.788-0700 [INFO] CLI command args: []string{"apply", "-no-color"}
2022-04-12T20:59:23.791-0700 [DEBUG] New state was assigned lineage "69979e61-eceb-7398-97b1-1dc62fe3fc12"
2022-04-12T20:59:23.804-0700 [DEBUG] checking for provisioner in "."
2022-04-12T20:59:23.804-0700 [DEBUG] checking for provisioner in "/Users/joefranklin/projects/carpe/code/cloudtool/tools"
2022-04-12T20:59:23.812-0700 [INFO] backend/local: starting Apply operation
2022-04-12T20:59:23.821-0700 [DEBUG] created provider logger: level=debug
2022-04-12T20:59:23.821-0700 [INFO] provider: configuring client automatic mTLS
2022-04-12T20:59:23.829-0700 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/integrations/github/4.23.0/darwin_arm64/terraform-provider-github_v4.23.0 args=[.terraform/providers/registry.terraform.io/integrations/github/4.23.0/darwin_arm64/terraform-provider-github_v4.23.0]
2022-04-12T20:59:23.831-0700 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/integrations/github/4.23.0/darwin_arm64/terraform-provider-github_v4.23.0 pid=86841
2022-04-12T20:59:23.831-0700 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/integrations/github/4.23.0/darwin_arm64/terraform-provider-github_v4.23.0
2022-04-12T20:59:24.171-0700 [INFO] provider.terraform-provider-github_v4.23.0: configuring server automatic mTLS: timestamp=2022-04-12T20:59:24.170-0700
2022-04-12T20:59:24.202-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: plugin address: address=/var/folders/yl/d_llpmcx5638cfy4g6tvwm680000gn/T/plugin595065788 network=unix timestamp=2022-04-12T20:59:24.202-0700
2022-04-12T20:59:24.202-0700 [DEBUG] provider: using plugin: version=5
2022-04-12T20:59:24.223-0700 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unimplemented desc = unknown service plugin.GRPCStdio"
2022-04-12T20:59:24.225-0700 [DEBUG] No provider meta schema returned
2022-04-12T20:59:24.227-0700 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/integrations/github/4.23.0/darwin_arm64/terraform-provider-github_v4.23.0 pid=86841
2022-04-12T20:59:24.248-0700 [DEBUG] provider: plugin exited
2022-04-12T20:59:24.248-0700 [DEBUG] Building and walking validate graph
2022-04-12T20:59:24.248-0700 [DEBUG] ProviderTransformer: "github_repository.test_repo" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/integrations/github"]
2022-04-12T20:59:24.248-0700 [DEBUG] ReferenceTransformer: "var.gh_org" references: []
2022-04-12T20:59:24.248-0700 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/integrations/github\"]" references: []
2022-04-12T20:59:24.248-0700 [DEBUG] ReferenceTransformer: "github_repository.test_repo" references: []
2022-04-12T20:59:24.248-0700 [DEBUG] Starting graph walk: walkValidate
2022-04-12T20:59:24.249-0700 [DEBUG] created provider logger: level=debug
2022-04-12T20:59:24.249-0700 [INFO] provider: configuring client automatic mTLS
2022-04-12T20:59:24.256-0700 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/integrations/github/4.23.0/darwin_arm64/terraform-provider-github_v4.23.0 args=[.terraform/providers/registry.terraform.io/integrations/github/4.23.0/darwin_arm64/terraform-provider-github_v4.23.0]
2022-04-12T20:59:24.258-0700 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/integrations/github/4.23.0/darwin_arm64/terraform-provider-github_v4.23.0 pid=86842
2022-04-12T20:59:24.258-0700 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/integrations/github/4.23.0/darwin_arm64/terraform-provider-github_v4.23.0
2022-04-12T20:59:24.266-0700 [INFO] provider.terraform-provider-github_v4.23.0: configuring server automatic mTLS: timestamp=2022-04-12T20:59:24.266-0700
2022-04-12T20:59:24.289-0700 [DEBUG] provider: using plugin: version=5
2022-04-12T20:59:24.289-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: plugin address: address=/var/folders/yl/d_llpmcx5638cfy4g6tvwm680000gn/T/plugin471173041 network=unix timestamp=2022-04-12T20:59:24.289-0700
2022-04-12T20:59:24.308-0700 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unimplemented desc = unknown service plugin.GRPCStdio"
2022-04-12T20:59:24.310-0700 [DEBUG] No provider meta schema returned
2022-04-12T20:59:24.312-0700 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/integrations/github/4.23.0/darwin_arm64/terraform-provider-github_v4.23.0 pid=86842
2022-04-12T20:59:24.332-0700 [DEBUG] provider: plugin exited
2022-04-12T20:59:24.332-0700 [INFO] backend/local: apply calling Plan
2022-04-12T20:59:24.332-0700 [DEBUG] Building and walking plan graph for NormalMode
2022-04-12T20:59:24.332-0700 [DEBUG] ProviderTransformer: "github_repository.test_repo (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/integrations/github"]
2022-04-12T20:59:24.332-0700 [DEBUG] ReferenceTransformer: "github_repository.test_repo (expand)" references: []
2022-04-12T20:59:24.332-0700 [DEBUG] ReferenceTransformer: "var.gh_org" references: []
2022-04-12T20:59:24.332-0700 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/integrations/github\"]" references: []
2022-04-12T20:59:24.332-0700 [DEBUG] Starting graph walk: walkPlan
2022-04-12T20:59:24.332-0700 [DEBUG] created provider logger: level=debug
2022-04-12T20:59:24.332-0700 [INFO] provider: configuring client automatic mTLS
2022-04-12T20:59:24.339-0700 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/integrations/github/4.23.0/darwin_arm64/terraform-provider-github_v4.23.0 args=[.terraform/providers/registry.terraform.io/integrations/github/4.23.0/darwin_arm64/terraform-provider-github_v4.23.0]
2022-04-12T20:59:24.341-0700 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/integrations/github/4.23.0/darwin_arm64/terraform-provider-github_v4.23.0 pid=86843
2022-04-12T20:59:24.341-0700 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/integrations/github/4.23.0/darwin_arm64/terraform-provider-github_v4.23.0
2022-04-12T20:59:24.350-0700 [INFO] provider.terraform-provider-github_v4.23.0: configuring server automatic mTLS: timestamp=2022-04-12T20:59:24.350-0700
2022-04-12T20:59:24.372-0700 [DEBUG] provider: using plugin: version=5
2022-04-12T20:59:24.372-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: plugin address: address=/var/folders/yl/d_llpmcx5638cfy4g6tvwm680000gn/T/plugin019646406 network=unix timestamp=2022-04-12T20:59:24.372-0700
2022-04-12T20:59:24.391-0700 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unimplemented desc = unknown service plugin.GRPCStdio"
2022-04-12T20:59:24.392-0700 [DEBUG] No provider meta schema returned
2022-04-12T20:59:24.395-0700 [WARN] ValidateProviderConfig from "provider[\"registry.terraform.io/integrations/github\"]" changed the config value, but that value is unused
2022-04-12T20:59:24.395-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: 2022/04/12 20:59:24 [INFO] Selecting owner from GITHUB_OWNER environment variable
2022-04-12T20:59:24.395-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: 2022/04/12 20:59:24 [INFO] Setting write_delay_ms to 1000
2022-04-12T20:59:24.395-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: 2022/04/12 20:59:24 [DEBUG] Setting read_delay_ms to 0
2022-04-12T20:59:24.395-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: 2022/04/12 20:59:24 [DEBUG] Github API Request Details:
2022-04-12T20:59:24.395-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: ---[ REQUEST ]---------------------------------------
2022-04-12T20:59:24.395-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: GET /user HTTP/1.1
2022-04-12T20:59:24.395-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: Host: api.github.com
2022-04-12T20:59:24.395-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: User-Agent: go-github
2022-04-12T20:59:24.395-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: Accept: application/vnd.github.v3+json
2022-04-12T20:59:24.395-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: Accept-Encoding: gzip
2022-04-12T20:59:24.395-0700 [DEBUG] provider.terraform-provider-github_v4.23.0:
2022-04-12T20:59:24.395-0700 [DEBUG] provider.terraform-provider-github_v4.23.0:
2022-04-12T20:59:24.395-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: -----------------------------------------------------
2022-04-12T20:59:24.896-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: 2022/04/12 20:59:24 [DEBUG] Github API Response Details:
2022-04-12T20:59:24.896-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: ---[ RESPONSE ]--------------------------------------
2022-04-12T20:59:24.896-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: HTTP/2.0 200 OK
2022-04-12T20:59:24.896-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: Access-Control-Allow-Origin: *
2022-04-12T20:59:24.896-0700 [DEBUG] provider.terraform-provider-github_v4.23.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
2022-04-12T20:59:24.897-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: Cache-Control: private, max-age=60, s-maxage=60
2022-04-12T20:59:24.897-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: Content-Security-Policy: default-src 'none'
2022-04-12T20:59:24.897-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: Content-Type: application/json; charset=utf-8
2022-04-12T20:59:24.897-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: Date: Wed, 13 Apr 2022 03:59:24 GMT
2022-04-12T20:59:24.897-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: Etag: W/"6768291aa2cf6c4535af908cca1338f9fecf9684f5b49406379f48e5059143b8"
2022-04-12T20:59:24.897-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: Last-Modified: Wed, 13 Apr 2022 03:40:20 GMT
2022-04-12T20:59:24.897-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin
2022-04-12T20:59:24.897-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: Server: GitHub.com
2022-04-12T20:59:24.897-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: Strict-Transport-Security: max-age=31536000; includeSubdomains; preload
2022-04-12T20:59:24.897-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: Vary: Accept, Authorization, Cookie, X-GitHub-OTP
2022-04-12T20:59:24.897-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: Vary: Accept-Encoding, Accept, X-Requested-With
2022-04-12T20:59:24.897-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: X-Accepted-Oauth-Scopes:
2022-04-12T20:59:24.897-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: X-Content-Type-Options: nosniff
2022-04-12T20:59:24.897-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: X-Frame-Options: deny
2022-04-12T20:59:24.897-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: X-Github-Media-Type: github.v3; format=json
2022-04-12T20:59:24.897-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: X-Github-Request-Id: DA50:306B:AA1AF5:B10157:62564A9C
2022-04-12T20:59:24.897-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: X-Oauth-Scopes: read:org, read:user, repo
2022-04-12T20:59:24.897-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: X-Ratelimit-Limit: 5000
2022-04-12T20:59:24.897-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: X-Ratelimit-Remaining: 4956
2022-04-12T20:59:24.897-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: X-Ratelimit-Reset: 1649823045
2022-04-12T20:59:24.897-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: X-Ratelimit-Resource: core
2022-04-12T20:59:24.897-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: X-Ratelimit-Used: 44
2022-04-12T20:59:24.897-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: X-Xss-Protection: 0
2022-04-12T20:59:24.897-0700 [DEBUG] provider.terraform-provider-github_v4.23.0:
2022-04-12T20:59:24.897-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: {
2022-04-12T20:59:24.897-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "login": "BigTexasDork",
2022-04-12T20:59:24.897-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "id": 2243795,
2022-04-12T20:59:24.897-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "node_id": "MDQ6VXNlcjIyNDM3OTU=",
2022-04-12T20:59:24.897-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "avatar_url": "https://avatars.githubusercontent.com/u/2243795?v=4",
2022-04-12T20:59:24.897-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "gravatar_id": "",
2022-04-12T20:59:24.897-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "url": "https://api.github.com/users/BigTexasDork",
2022-04-12T20:59:24.897-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "html_url": "https://github.com/BigTexasDork",
2022-04-12T20:59:24.897-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "followers_url": "https://api.github.com/users/BigTexasDork/followers",
2022-04-12T20:59:24.897-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "following_url": "https://api.github.com/users/BigTexasDork/following{/other_user}",
2022-04-12T20:59:24.897-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "gists_url": "https://api.github.com/users/BigTexasDork/gists{/gist_id}",
2022-04-12T20:59:24.897-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "starred_url": "https://api.github.com/users/BigTexasDork/starred{/owner}{/repo}",
2022-04-12T20:59:24.898-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "subscriptions_url": "https://api.github.com/users/BigTexasDork/subscriptions",
2022-04-12T20:59:24.898-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "organizations_url": "https://api.github.com/users/BigTexasDork/orgs",
2022-04-12T20:59:24.898-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "repos_url": "https://api.github.com/users/BigTexasDork/repos",
2022-04-12T20:59:24.898-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "events_url": "https://api.github.com/users/BigTexasDork/events{/privacy}",
2022-04-12T20:59:24.898-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "received_events_url": "https://api.github.com/users/BigTexasDork/received_events",
2022-04-12T20:59:24.898-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "type": "User",
2022-04-12T20:59:24.898-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "site_admin": false,
2022-04-12T20:59:24.898-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "name": "Joe Franklin",
2022-04-12T20:59:24.898-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "company": null,
2022-04-12T20:59:24.898-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "blog": "",
2022-04-12T20:59:24.898-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "location": null,
2022-04-12T20:59:24.898-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "email": null,
2022-04-12T20:59:24.898-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "hireable": null,
2022-04-12T20:59:24.898-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "bio": null,
2022-04-12T20:59:24.898-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "twitter_username": null,
2022-04-12T20:59:24.898-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "public_repos": 18,
2022-04-12T20:59:24.898-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "public_gists": 1,
2022-04-12T20:59:24.898-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "followers": 1,
2022-04-12T20:59:24.898-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "following": 1,
2022-04-12T20:59:24.898-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "created_at": "2012-08-29T19:40:42Z",
2022-04-12T20:59:24.898-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "updated_at": "2022-04-13T03:40:20Z",
2022-04-12T20:59:24.898-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "private_gists": 0,
2022-04-12T20:59:24.898-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "total_private_repos": 5,
2022-04-12T20:59:24.898-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "owned_private_repos": 5,
2022-04-12T20:59:24.898-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "disk_usage": 4572,
2022-04-12T20:59:24.898-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "collaborators": 1,
2022-04-12T20:59:24.899-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "two_factor_authentication": true,
2022-04-12T20:59:24.899-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "plan": {
2022-04-12T20:59:24.899-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "name": "free",
2022-04-12T20:59:24.899-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "space": 976562499,
2022-04-12T20:59:24.899-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "collaborators": 0,
2022-04-12T20:59:24.899-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "private_repos": 10000
2022-04-12T20:59:24.899-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: }
2022-04-12T20:59:24.899-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: }
2022-04-12T20:59:24.899-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: -----------------------------------------------------
2022-04-12T20:59:24.899-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: 2022/04/12 20:59:24 [INFO] Token present; configuring authenticated owner: BigTexasDork
2022-04-12T20:59:24.900-0700 [DEBUG] Resource instance state not found for node "github_repository.test_repo", instance github_repository.test_repo
2022-04-12T20:59:24.900-0700 [DEBUG] ReferenceTransformer: "github_repository.test_repo" references: []
2022-04-12T20:59:24.900-0700 [DEBUG] refresh: github_repository.test_repo: no state, so not refreshing
2022-04-12T20:59:24.906-0700 [WARN] Provider "registry.terraform.io/integrations/github" produced an invalid plan for github_repository.test_repo, 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:
- .archived: planned value cty.False for a non-computed attribute
- .allow_squash_merge: planned value cty.True for a non-computed attribute
- .delete_branch_on_merge: planned value cty.False 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
- .allow_rebase_merge: planned value cty.True for a non-computed attribute
2022-04-12T20:59:24.910-0700 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/integrations/github/4.23.0/darwin_arm64/terraform-provider-github_v4.23.0 pid=86843
2022-04-12T20:59:24.930-0700 [DEBUG] provider: plugin exited
2022-04-12T20:59:24.933-0700 [DEBUG] command: asking for input: "\nDo you want to perform these actions?"
2022-04-12T20:59:26.240-0700 [INFO] backend/local: apply calling Apply
2022-04-12T20:59:26.240-0700 [DEBUG] Building and walking apply graph for NormalMode plan
2022-04-12T20:59:26.240-0700 [DEBUG] Resource state not found for node "github_repository.test_repo", instance github_repository.test_repo
2022-04-12T20:59:26.240-0700 [DEBUG] ProviderTransformer: "github_repository.test_repo (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/integrations/github"]
2022-04-12T20:59:26.240-0700 [DEBUG] ProviderTransformer: "github_repository.test_repo" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/integrations/github"]
2022-04-12T20:59:26.240-0700 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/integrations/github\"]" references: []
2022-04-12T20:59:26.241-0700 [DEBUG] ReferenceTransformer: "github_repository.test_repo (expand)" references: []
2022-04-12T20:59:26.241-0700 [DEBUG] ReferenceTransformer: "var.gh_org" references: []
2022-04-12T20:59:26.241-0700 [DEBUG] ReferenceTransformer: "github_repository.test_repo" references: []
2022-04-12T20:59:26.241-0700 [DEBUG] Starting graph walk: walkApply
2022-04-12T20:59:26.241-0700 [DEBUG] created provider logger: level=debug
2022-04-12T20:59:26.241-0700 [INFO] provider: configuring client automatic mTLS
2022-04-12T20:59:26.250-0700 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/integrations/github/4.23.0/darwin_arm64/terraform-provider-github_v4.23.0 args=[.terraform/providers/registry.terraform.io/integrations/github/4.23.0/darwin_arm64/terraform-provider-github_v4.23.0]
2022-04-12T20:59:26.253-0700 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/integrations/github/4.23.0/darwin_arm64/terraform-provider-github_v4.23.0 pid=86846
2022-04-12T20:59:26.253-0700 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/integrations/github/4.23.0/darwin_arm64/terraform-provider-github_v4.23.0
2022-04-12T20:59:26.265-0700 [INFO] provider.terraform-provider-github_v4.23.0: configuring server automatic mTLS: timestamp=2022-04-12T20:59:26.265-0700
2022-04-12T20:59:26.297-0700 [DEBUG] provider: using plugin: version=5
2022-04-12T20:59:26.297-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: plugin address: address=/var/folders/yl/d_llpmcx5638cfy4g6tvwm680000gn/T/plugin798734869 network=unix timestamp=2022-04-12T20:59:26.296-0700
2022-04-12T20:59:26.318-0700 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unimplemented desc = unknown service plugin.GRPCStdio"
2022-04-12T20:59:26.318-0700 [DEBUG] No provider meta schema returned
2022-04-12T20:59:26.321-0700 [WARN] ValidateProviderConfig from "provider[\"registry.terraform.io/integrations/github\"]" changed the config value, but that value is unused
2022-04-12T20:59:26.321-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: 2022/04/12 20:59:26 [INFO] Selecting owner from GITHUB_OWNER environment variable
2022-04-12T20:59:26.321-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: 2022/04/12 20:59:26 [INFO] Setting write_delay_ms to 1000
2022-04-12T20:59:26.321-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: 2022/04/12 20:59:26 [DEBUG] Setting read_delay_ms to 0
2022-04-12T20:59:26.321-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: 2022/04/12 20:59:26 [DEBUG] Github API Request Details:
2022-04-12T20:59:26.321-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: ---[ REQUEST ]---------------------------------------
2022-04-12T20:59:26.321-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: GET /user HTTP/1.1
2022-04-12T20:59:26.321-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: Host: api.github.com
2022-04-12T20:59:26.321-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: User-Agent: go-github
2022-04-12T20:59:26.321-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: Accept: application/vnd.github.v3+json
2022-04-12T20:59:26.321-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: Accept-Encoding: gzip
2022-04-12T20:59:26.322-0700 [DEBUG] provider.terraform-provider-github_v4.23.0:
2022-04-12T20:59:26.322-0700 [DEBUG] provider.terraform-provider-github_v4.23.0:
2022-04-12T20:59:26.322-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: -----------------------------------------------------
2022-04-12T20:59:26.858-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: 2022/04/12 20:59:26 [DEBUG] Github API Response Details:
2022-04-12T20:59:26.858-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: ---[ RESPONSE ]--------------------------------------
2022-04-12T20:59:26.858-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: HTTP/2.0 200 OK
2022-04-12T20:59:26.858-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: Access-Control-Allow-Origin: *
2022-04-12T20:59:26.858-0700 [DEBUG] provider.terraform-provider-github_v4.23.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
2022-04-12T20:59:26.858-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: Cache-Control: private, max-age=60, s-maxage=60
2022-04-12T20:59:26.858-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: Content-Security-Policy: default-src 'none'
2022-04-12T20:59:26.858-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: Content-Type: application/json; charset=utf-8
2022-04-12T20:59:26.858-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: Date: Wed, 13 Apr 2022 03:59:26 GMT
2022-04-12T20:59:26.858-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: Etag: W/"6768291aa2cf6c4535af908cca1338f9fecf9684f5b49406379f48e5059143b8"
2022-04-12T20:59:26.858-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: Last-Modified: Wed, 13 Apr 2022 03:40:20 GMT
2022-04-12T20:59:26.858-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin
2022-04-12T20:59:26.858-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: Server: GitHub.com
2022-04-12T20:59:26.858-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: Strict-Transport-Security: max-age=31536000; includeSubdomains; preload
2022-04-12T20:59:26.858-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: Vary: Accept, Authorization, Cookie, X-GitHub-OTP
2022-04-12T20:59:26.858-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: Vary: Accept-Encoding, Accept, X-Requested-With
2022-04-12T20:59:26.858-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: X-Accepted-Oauth-Scopes:
2022-04-12T20:59:26.858-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: X-Content-Type-Options: nosniff
2022-04-12T20:59:26.858-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: X-Frame-Options: deny
2022-04-12T20:59:26.858-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: X-Github-Media-Type: github.v3; format=json
2022-04-12T20:59:26.858-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: X-Github-Request-Id: DA53:6BF9:1B9A95:208557:62564A9E
2022-04-12T20:59:26.858-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: X-Oauth-Scopes: read:org, read:user, repo
2022-04-12T20:59:26.858-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: X-Ratelimit-Limit: 5000
2022-04-12T20:59:26.858-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: X-Ratelimit-Remaining: 4955
2022-04-12T20:59:26.858-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: X-Ratelimit-Reset: 1649823045
2022-04-12T20:59:26.858-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: X-Ratelimit-Resource: core
2022-04-12T20:59:26.858-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: X-Ratelimit-Used: 45
2022-04-12T20:59:26.858-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: X-Xss-Protection: 0
2022-04-12T20:59:26.858-0700 [DEBUG] provider.terraform-provider-github_v4.23.0:
2022-04-12T20:59:26.858-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: {
2022-04-12T20:59:26.858-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "login": "BigTexasDork",
2022-04-12T20:59:26.858-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "id": 2243795,
2022-04-12T20:59:26.858-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "node_id": "MDQ6VXNlcjIyNDM3OTU=",
2022-04-12T20:59:26.859-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "avatar_url": "https://avatars.githubusercontent.com/u/2243795?v=4",
2022-04-12T20:59:26.859-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "gravatar_id": "",
2022-04-12T20:59:26.859-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "url": "https://api.github.com/users/BigTexasDork",
2022-04-12T20:59:26.859-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "html_url": "https://github.com/BigTexasDork",
2022-04-12T20:59:26.859-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "followers_url": "https://api.github.com/users/BigTexasDork/followers",
2022-04-12T20:59:26.859-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "following_url": "https://api.github.com/users/BigTexasDork/following{/other_user}",
2022-04-12T20:59:26.859-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "gists_url": "https://api.github.com/users/BigTexasDork/gists{/gist_id}",
2022-04-12T20:59:26.859-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "starred_url": "https://api.github.com/users/BigTexasDork/starred{/owner}{/repo}",
2022-04-12T20:59:26.859-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "subscriptions_url": "https://api.github.com/users/BigTexasDork/subscriptions",
2022-04-12T20:59:26.859-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "organizations_url": "https://api.github.com/users/BigTexasDork/orgs",
2022-04-12T20:59:26.859-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "repos_url": "https://api.github.com/users/BigTexasDork/repos",
2022-04-12T20:59:26.859-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "events_url": "https://api.github.com/users/BigTexasDork/events{/privacy}",
2022-04-12T20:59:26.859-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "received_events_url": "https://api.github.com/users/BigTexasDork/received_events",
2022-04-12T20:59:26.859-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "type": "User",
2022-04-12T20:59:26.859-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "site_admin": false,
2022-04-12T20:59:26.859-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "name": "Joe Franklin",
2022-04-12T20:59:26.859-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "company": null,
2022-04-12T20:59:26.859-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "blog": "",
2022-04-12T20:59:26.859-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "location": null,
2022-04-12T20:59:26.859-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "email": null,
2022-04-12T20:59:26.859-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "hireable": null,
2022-04-12T20:59:26.859-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "bio": null,
2022-04-12T20:59:26.859-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "twitter_username": null,
2022-04-12T20:59:26.859-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "public_repos": 18,
2022-04-12T20:59:26.859-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "public_gists": 1,
2022-04-12T20:59:26.859-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "followers": 1,
2022-04-12T20:59:26.859-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "following": 1,
2022-04-12T20:59:26.859-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "created_at": "2012-08-29T19:40:42Z",
2022-04-12T20:59:26.859-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "updated_at": "2022-04-13T03:40:20Z",
2022-04-12T20:59:26.859-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "private_gists": 0,
2022-04-12T20:59:26.859-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "total_private_repos": 5,
2022-04-12T20:59:26.859-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "owned_private_repos": 5,
2022-04-12T20:59:26.859-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "disk_usage": 4572,
2022-04-12T20:59:26.859-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "collaborators": 1,
2022-04-12T20:59:26.859-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "two_factor_authentication": true,
2022-04-12T20:59:26.859-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "plan": {
2022-04-12T20:59:26.859-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "name": "free",
2022-04-12T20:59:26.859-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "space": 976562499,
2022-04-12T20:59:26.859-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "collaborators": 0,
2022-04-12T20:59:26.859-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "private_repos": 10000
2022-04-12T20:59:26.859-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: }
2022-04-12T20:59:26.859-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: }
2022-04-12T20:59:26.859-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: -----------------------------------------------------
2022-04-12T20:59:26.859-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: 2022/04/12 20:59:26 [INFO] Token present; configuring authenticated owner: BigTexasDork
2022-04-12T20:59:26.865-0700 [WARN] Provider "registry.terraform.io/integrations/github" produced an invalid plan for github_repository.test_repo, 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_squash_merge: planned value cty.True for a non-computed attribute
- .delete_branch_on_merge: planned value cty.False 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
- .allow_rebase_merge: planned value cty.True for a non-computed attribute
- .archived: planned value cty.False for a non-computed attribute
2022-04-12T20:59:26.866-0700 [INFO] Starting apply for github_repository.test_repo
2022-04-12T20:59:26.866-0700 [DEBUG] github_repository.test_repo: applying the planned Create change
2022-04-12T20:59:26.867-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: 2022/04/12 20:59:26 [DEBUG] setting computed for "branches" from ComputedKeys
2022-04-12T20:59:26.868-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: 2022/04/12 20:59:26 [DEBUG] Github API Request Details:
2022-04-12T20:59:26.868-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: ---[ REQUEST ]---------------------------------------
2022-04-12T20:59:26.868-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: POST /user/repos HTTP/1.1
2022-04-12T20:59:26.868-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: Host: api.github.com
2022-04-12T20:59:26.868-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: User-Agent: go-github
2022-04-12T20:59:26.868-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: Content-Length: 393
2022-04-12T20:59:26.868-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: Accept: application/vnd.github.baptiste-preview+json, application/vnd.github.nebula-preview+json
2022-04-12T20:59:26.868-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: Content-Type: application/json
2022-04-12T20:59:26.868-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: Accept-Encoding: gzip
2022-04-12T20:59:26.868-0700 [DEBUG] provider.terraform-provider-github_v4.23.0:
2022-04-12T20:59:26.868-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: {
2022-04-12T20:59:26.868-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "name": "jf-test-repo",
2022-04-12T20:59:26.868-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "description": "testing gh provider panic",
2022-04-12T20:59:26.868-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "homepage": "",
2022-04-12T20:59:26.868-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "private": true,
2022-04-12T20:59:26.868-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "visibility": "private",
2022-04-12T20:59:26.868-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "has_issues": false,
2022-04-12T20:59:26.868-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "has_projects": false,
2022-04-12T20:59:26.868-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "has_wiki": false,
2022-04-12T20:59:26.868-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "is_template": false,
2022-04-12T20:59:26.868-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "auto_init": false,
2022-04-12T20:59:26.868-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "gitignore_template": "",
2022-04-12T20:59:26.868-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "license_template": "",
2022-04-12T20:59:26.868-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "allow_squash_merge": true,
2022-04-12T20:59:26.868-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "allow_merge_commit": true,
2022-04-12T20:59:26.868-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "allow_rebase_merge": true,
2022-04-12T20:59:26.868-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "allow_auto_merge": false,
2022-04-12T20:59:26.868-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "delete_branch_on_merge": false
2022-04-12T20:59:26.868-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: }
2022-04-12T20:59:26.868-0700 [DEBUG] provider.terraform-provider-github_v4.23.0:
2022-04-12T20:59:26.868-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: -----------------------------------------------------
2022-04-12T20:59:27.898-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: 2022/04/12 20:59:27 [DEBUG] Github API Response Details:
2022-04-12T20:59:27.898-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: ---[ RESPONSE ]--------------------------------------
2022-04-12T20:59:27.898-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: HTTP/2.0 201 Created
2022-04-12T20:59:27.899-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: Content-Length: 5455
2022-04-12T20:59:27.899-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: Access-Control-Allow-Origin: *
2022-04-12T20:59:27.899-0700 [DEBUG] provider.terraform-provider-github_v4.23.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
2022-04-12T20:59:27.899-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: Cache-Control: private, max-age=60, s-maxage=60
2022-04-12T20:59:27.899-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: Content-Security-Policy: default-src 'none'
2022-04-12T20:59:27.899-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: Content-Type: application/json; charset=utf-8
2022-04-12T20:59:27.899-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: Date: Wed, 13 Apr 2022 03:59:27 GMT
2022-04-12T20:59:27.899-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: Etag: "51958cf5118b969f5bbd3fdd46197c1331362d019b1445cd81938b8ae24e0d8a"
2022-04-12T20:59:27.899-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: Location: https://api.github.com/repos/BigTexasDork/jf-test-repo
2022-04-12T20:59:27.899-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin
2022-04-12T20:59:27.899-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: Server: GitHub.com
2022-04-12T20:59:27.899-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: Strict-Transport-Security: max-age=31536000; includeSubdomains; preload
2022-04-12T20:59:27.899-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: Vary: Accept, Authorization, Cookie, X-GitHub-OTP
2022-04-12T20:59:27.899-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: Vary: Accept-Encoding, Accept, X-Requested-With
2022-04-12T20:59:27.899-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: X-Accepted-Oauth-Scopes: public_repo, repo
2022-04-12T20:59:27.899-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: X-Content-Type-Options: nosniff
2022-04-12T20:59:27.899-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: X-Frame-Options: deny
2022-04-12T20:59:27.899-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: X-Github-Media-Type: github.v3; param=baptiste-preview.nebula-preview; format=json
2022-04-12T20:59:27.899-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: X-Github-Request-Id: DA53:6BF9:1B9A9B:20855E:62564A9E
2022-04-12T20:59:27.899-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: X-Oauth-Scopes: read:org, read:user, repo
2022-04-12T20:59:27.900-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: X-Ratelimit-Limit: 5000
2022-04-12T20:59:27.900-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: X-Ratelimit-Remaining: 4954
2022-04-12T20:59:27.900-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: X-Ratelimit-Reset: 1649823045
2022-04-12T20:59:27.900-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: X-Ratelimit-Resource: core
2022-04-12T20:59:27.900-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: X-Ratelimit-Used: 46
2022-04-12T20:59:27.900-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: X-Xss-Protection: 0
2022-04-12T20:59:27.900-0700 [DEBUG] provider.terraform-provider-github_v4.23.0:
2022-04-12T20:59:27.900-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: {
2022-04-12T20:59:27.900-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "id": 481063799,
2022-04-12T20:59:27.900-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "node_id": "R_kgDOHKxzdw",
2022-04-12T20:59:27.900-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "name": "jf-test-repo",
2022-04-12T20:59:27.900-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "full_name": "BigTexasDork/jf-test-repo",
2022-04-12T20:59:27.900-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "private": true,
2022-04-12T20:59:27.900-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "owner": {
2022-04-12T20:59:27.900-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "login": "BigTexasDork",
2022-04-12T20:59:27.900-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "id": 2243795,
2022-04-12T20:59:27.900-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "node_id": "MDQ6VXNlcjIyNDM3OTU=",
2022-04-12T20:59:27.900-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "avatar_url": "https://avatars.githubusercontent.com/u/2243795?v=4",
2022-04-12T20:59:27.900-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "gravatar_id": "",
2022-04-12T20:59:27.900-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "url": "https://api.github.com/users/BigTexasDork",
2022-04-12T20:59:27.901-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "html_url": "https://github.com/BigTexasDork",
2022-04-12T20:59:27.901-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "followers_url": "https://api.github.com/users/BigTexasDork/followers",
2022-04-12T20:59:27.901-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "following_url": "https://api.github.com/users/BigTexasDork/following{/other_user}",
2022-04-12T20:59:27.901-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "gists_url": "https://api.github.com/users/BigTexasDork/gists{/gist_id}",
2022-04-12T20:59:27.901-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "starred_url": "https://api.github.com/users/BigTexasDork/starred{/owner}{/repo}",
2022-04-12T20:59:27.901-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "subscriptions_url": "https://api.github.com/users/BigTexasDork/subscriptions",
2022-04-12T20:59:27.901-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "organizations_url": "https://api.github.com/users/BigTexasDork/orgs",
2022-04-12T20:59:27.901-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "repos_url": "https://api.github.com/users/BigTexasDork/repos",
2022-04-12T20:59:27.901-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "events_url": "https://api.github.com/users/BigTexasDork/events{/privacy}",
2022-04-12T20:59:27.901-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "received_events_url": "https://api.github.com/users/BigTexasDork/received_events",
2022-04-12T20:59:27.901-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "type": "User",
2022-04-12T20:59:27.901-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "site_admin": false
2022-04-12T20:59:27.901-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: },
2022-04-12T20:59:27.901-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "html_url": "https://github.com/BigTexasDork/jf-test-repo",
2022-04-12T20:59:27.901-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "description": "testing gh provider panic",
2022-04-12T20:59:27.901-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "fork": false,
2022-04-12T20:59:27.901-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "url": "https://api.github.com/repos/BigTexasDork/jf-test-repo",
2022-04-12T20:59:27.901-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "forks_url": "https://api.github.com/repos/BigTexasDork/jf-test-repo/forks",
2022-04-12T20:59:27.901-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "keys_url": "https://api.github.com/repos/BigTexasDork/jf-test-repo/keys{/key_id}",
2022-04-12T20:59:27.901-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "collaborators_url": "https://api.github.com/repos/BigTexasDork/jf-test-repo/collaborators{/collaborator}",
2022-04-12T20:59:27.901-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "teams_url": "https://api.github.com/repos/BigTexasDork/jf-test-repo/teams",
2022-04-12T20:59:27.901-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "hooks_url": "https://api.github.com/repos/BigTexasDork/jf-test-repo/hooks",
2022-04-12T20:59:27.902-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "issue_events_url": "https://api.github.com/repos/BigTexasDork/jf-test-repo/issues/events{/number}",
2022-04-12T20:59:27.902-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "events_url": "https://api.github.com/repos/BigTexasDork/jf-test-repo/events",
2022-04-12T20:59:27.902-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "assignees_url": "https://api.github.com/repos/BigTexasDork/jf-test-repo/assignees{/user}",
2022-04-12T20:59:27.902-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "branches_url": "https://api.github.com/repos/BigTexasDork/jf-test-repo/branches{/branch}",
2022-04-12T20:59:27.902-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "tags_url": "https://api.github.com/repos/BigTexasDork/jf-test-repo/tags",
2022-04-12T20:59:27.902-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "blobs_url": "https://api.github.com/repos/BigTexasDork/jf-test-repo/git/blobs{/sha}",
2022-04-12T20:59:27.902-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "git_tags_url": "https://api.github.com/repos/BigTexasDork/jf-test-repo/git/tags{/sha}",
2022-04-12T20:59:27.902-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "git_refs_url": "https://api.github.com/repos/BigTexasDork/jf-test-repo/git/refs{/sha}",
2022-04-12T20:59:27.902-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "trees_url": "https://api.github.com/repos/BigTexasDork/jf-test-repo/git/trees{/sha}",
2022-04-12T20:59:27.902-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "statuses_url": "https://api.github.com/repos/BigTexasDork/jf-test-repo/statuses/{sha}",
2022-04-12T20:59:27.902-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "languages_url": "https://api.github.com/repos/BigTexasDork/jf-test-repo/languages",
2022-04-12T20:59:27.902-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "stargazers_url": "https://api.github.com/repos/BigTexasDork/jf-test-repo/stargazers",
2022-04-12T20:59:27.902-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "contributors_url": "https://api.github.com/repos/BigTexasDork/jf-test-repo/contributors",
2022-04-12T20:59:27.902-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "subscribers_url": "https://api.github.com/repos/BigTexasDork/jf-test-repo/subscribers",
2022-04-12T20:59:27.902-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "subscription_url": "https://api.github.com/repos/BigTexasDork/jf-test-repo/subscription",
2022-04-12T20:59:27.902-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "commits_url": "https://api.github.com/repos/BigTexasDork/jf-test-repo/commits{/sha}",
2022-04-12T20:59:27.902-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "git_commits_url": "https://api.github.com/repos/BigTexasDork/jf-test-repo/git/commits{/sha}",
2022-04-12T20:59:27.902-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "comments_url": "https://api.github.com/repos/BigTexasDork/jf-test-repo/comments{/number}",
2022-04-12T20:59:27.902-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "issue_comment_url": "https://api.github.com/repos/BigTexasDork/jf-test-repo/issues/comments{/number}",
2022-04-12T20:59:27.902-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "contents_url": "https://api.github.com/repos/BigTexasDork/jf-test-repo/contents/{+path}",
2022-04-12T20:59:27.902-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "compare_url": "https://api.github.com/repos/BigTexasDork/jf-test-repo/compare/{base}...{head}",
2022-04-12T20:59:27.902-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "merges_url": "https://api.github.com/repos/BigTexasDork/jf-test-repo/merges",
2022-04-12T20:59:27.902-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "archive_url": "https://api.github.com/repos/BigTexasDork/jf-test-repo/{archive_format}{/ref}",
2022-04-12T20:59:27.902-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "downloads_url": "https://api.github.com/repos/BigTexasDork/jf-test-repo/downloads",
2022-04-12T20:59:27.903-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "issues_url": "https://api.github.com/repos/BigTexasDork/jf-test-repo/issues{/number}",
2022-04-12T20:59:27.903-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "pulls_url": "https://api.github.com/repos/BigTexasDork/jf-test-repo/pulls{/number}",
2022-04-12T20:59:27.903-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "milestones_url": "https://api.github.com/repos/BigTexasDork/jf-test-repo/milestones{/number}",
2022-04-12T20:59:27.903-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "notifications_url": "https://api.github.com/repos/BigTexasDork/jf-test-repo/notifications{?since,all,participating}",
2022-04-12T20:59:27.903-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "labels_url": "https://api.github.com/repos/BigTexasDork/jf-test-repo/labels{/name}",
2022-04-12T20:59:27.903-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "releases_url": "https://api.github.com/repos/BigTexasDork/jf-test-repo/releases{/id}",
2022-04-12T20:59:27.903-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "deployments_url": "https://api.github.com/repos/BigTexasDork/jf-test-repo/deployments",
2022-04-12T20:59:27.903-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "created_at": "2022-04-13T03:59:27Z",
2022-04-12T20:59:27.903-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "updated_at": "2022-04-13T03:59:27Z",
2022-04-12T20:59:27.903-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "pushed_at": "2022-04-13T03:59:27Z",
2022-04-12T20:59:27.903-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "git_url": "git://github.com/BigTexasDork/jf-test-repo.git",
2022-04-12T20:59:27.903-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "ssh_url": "git@github.com:BigTexasDork/jf-test-repo.git",
2022-04-12T20:59:27.903-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "clone_url": "https://github.com/BigTexasDork/jf-test-repo.git",
2022-04-12T20:59:27.903-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "svn_url": "https://github.com/BigTexasDork/jf-test-repo",
2022-04-12T20:59:27.903-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "homepage": "",
2022-04-12T20:59:27.903-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "size": 0,
2022-04-12T20:59:27.903-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "stargazers_count": 0,
2022-04-12T20:59:27.903-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "watchers_count": 0,
2022-04-12T20:59:27.903-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "language": null,
2022-04-12T20:59:27.903-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "has_issues": false,
2022-04-12T20:59:27.903-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "has_projects": false,
2022-04-12T20:59:27.903-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "has_downloads": true,
2022-04-12T20:59:27.903-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "has_wiki": false,
2022-04-12T20:59:27.903-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "has_pages": false,
2022-04-12T20:59:27.903-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "forks_count": 0,
2022-04-12T20:59:27.903-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "mirror_url": null,
2022-04-12T20:59:27.903-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "archived": false,
2022-04-12T20:59:27.903-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "disabled": false,
2022-04-12T20:59:27.903-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "open_issues_count": 0,
2022-04-12T20:59:27.903-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "license": null,
2022-04-12T20:59:27.903-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "allow_forking": true,
2022-04-12T20:59:27.903-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "is_template": false,
2022-04-12T20:59:27.903-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "topics": [],
2022-04-12T20:59:27.903-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "visibility": "private",
2022-04-12T20:59:27.903-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "forks": 0,
2022-04-12T20:59:27.903-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "open_issues": 0,
2022-04-12T20:59:27.903-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "watchers": 0,
2022-04-12T20:59:27.903-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "default_branch": "main",
2022-04-12T20:59:27.903-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "permissions": {
2022-04-12T20:59:27.903-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "admin": true,
2022-04-12T20:59:27.903-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "maintain": true,
2022-04-12T20:59:27.903-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "push": true,
2022-04-12T20:59:27.903-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "triage": true,
2022-04-12T20:59:27.903-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "pull": true
2022-04-12T20:59:27.903-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: },
2022-04-12T20:59:27.903-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "allow_squash_merge": true,
2022-04-12T20:59:27.903-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "allow_merge_commit": true,
2022-04-12T20:59:27.903-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "allow_rebase_merge": true,
2022-04-12T20:59:27.903-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "allow_auto_merge": false,
2022-04-12T20:59:27.903-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "delete_branch_on_merge": false,
2022-04-12T20:59:27.903-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "allow_update_branch": false,
2022-04-12T20:59:27.903-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "network_count": 0,
2022-04-12T20:59:27.903-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: "subscribers_count": 0
2022-04-12T20:59:27.903-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: }
2022-04-12T20:59:27.903-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: -----------------------------------------------------
2022-04-12T20:59:27.906-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: panic: interface conversion: interface {} is nil, not map[string]interface {}
2022-04-12T20:59:27.906-0700 [DEBUG] provider.terraform-provider-github_v4.23.0:
2022-04-12T20:59:27.906-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: goroutine 47 [running]:
2022-04-12T20:59:27.906-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: github.com/terraform-providers/terraform-provider-github/github.expandPages(0x1400033c8e0, 0x1, 0x1, 0x10368ba00)
2022-04-12T20:59:27.906-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: github.com/terraform-providers/terraform-provider-github/github/resource_github_repository.go:633 +0x2e8
2022-04-12T20:59:27.906-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: github.com/terraform-providers/terraform-provider-github/github.resourceGithubRepositoryCreate(0x14000270620, 0x1036712a0, 0x1400018aa80, 0x2, 0x103e19a60)
2022-04-12T20:59:27.906-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: github.com/terraform-providers/terraform-provider-github/github/resource_github_repository.go:392 +0x5b4
2022-04-12T20:59:27.906-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: github.com/hashicorp/terraform-plugin-sdk/helper/schema.(*Resource).Apply(0x14000227f80, 0x140004c4280, 0x140006ad560, 0x1036712a0, 0x1400018aa80, 0x1036df701, 0x1400040b5f8, 0x1400076dcb0)
2022-04-12T20:59:27.906-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: github.com/hashicorp/terraform-plugin-sdk@v1.7.0/helper/schema/resource.go:305 +0x294
2022-04-12T20:59:27.906-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: github.com/hashicorp/terraform-plugin-sdk/helper/schema.(*Provider).Apply(0x14000553380, 0x140000e38d0, 0x140004c4280, 0x140006ad560, 0x1400076fb88, 0x1400000e0f8, 0x1036e1340)
2022-04-12T20:59:27.906-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: github.com/hashicorp/terraform-plugin-sdk@v1.7.0/helper/schema/provider.go:294 +0x88
2022-04-12T20:59:27.906-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: github.com/hashicorp/terraform-plugin-sdk/internal/helper/plugin.(*GRPCProviderServer).ApplyResourceChange(0x14000126b58, 0x103865790, 0x1400075a030, 0x14000128720, 0x14000126b58, 0x1030115a8, 0x1037a84e0)
2022-04-12T20:59:27.906-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: github.com/hashicorp/terraform-plugin-sdk@v1.7.0/internal/helper/plugin/grpc_provider.go:885 +0x6cc
2022-04-12T20:59:27.906-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: github.com/hashicorp/terraform-plugin-sdk/internal/tfplugin5._Provider_ApplyResourceChange_Handler(0x1037f1de0, 0x14000126b58, 0x103865790, 0x1400075a030, 0x140001286c0, 0x0, 0x103865790, 0x1400075a030, 0x14000756b00, 0x54c)
2022-04-12T20:59:27.906-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: github.com/hashicorp/terraform-plugin-sdk@v1.7.0/internal/tfplugin5/tfplugin5.pb.go:3189 +0x1c8
2022-04-12T20:59:27.906-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: google.golang.org/grpc.(*Server).processUnaryRPC(0x14000152000, 0x10386d698, 0x14000196900, 0x14000230400, 0x1400057a210, 0x103ddb300, 0x0, 0x0, 0x0)
2022-04-12T20:59:27.906-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: google.golang.org/grpc@v1.23.0/server.go:995 +0x380
2022-04-12T20:59:27.906-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: google.golang.org/grpc.(*Server).handleStream(0x14000152000, 0x10386d698, 0x14000196900, 0x14000230400, 0x0)
2022-04-12T20:59:27.906-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: google.golang.org/grpc@v1.23.0/server.go:1275 +0xab0
2022-04-12T20:59:27.906-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: google.golang.org/grpc.(*Server).serveStreams.func1.1(0x140001861f0, 0x14000152000, 0x10386d698, 0x14000196900, 0x14000230400)
2022-04-12T20:59:27.907-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: google.golang.org/grpc@v1.23.0/server.go:710 +0x94
2022-04-12T20:59:27.907-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: created by google.golang.org/grpc.(*Server).serveStreams.func1
2022-04-12T20:59:27.907-0700 [DEBUG] provider.terraform-provider-github_v4.23.0: google.golang.org/grpc@v1.23.0/server.go:708 +0x8c
2022-04-12T20:59:27.909-0700 [ERROR] plugin.(*GRPCProvider).ApplyResourceChange: error="rpc error: code = Unavailable desc = transport is closing"
2022-04-12T20:59:27.909-0700 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/integrations/github/4.23.0/darwin_arm64/terraform-provider-github_v4.23.0 pid=86846 error="exit status 2"
2022-04-12T20:59:27.948-0700 [ERROR] vertex "github_repository.test_repo" error: Plugin did not respond
Error: Plugin did not respond
with github_repository.test_repo,
on main.tf line 11, in resource "github_repository" "test_repo":
11: resource "github_repository" "test_repo" {
The plugin encountered an error, and failed to respond to the
plugin.(*GRPCProvider).ApplyResourceChange call. The plugin logs may contain
more details.
Stack trace from the terraform-provider-github_v4.23.0 plugin:
panic: interface conversion: interface {} is nil, not map[string]interface {}
goroutine 47 [running]:
github.com/terraform-providers/terraform-provider-github/github.expandPages(0x1400033c8e0, 0x1, 0x1, 0x10368ba00)
github.com/terraform-providers/terraform-provider-github/github/resource_github_repository.go:633 +0x2e8
github.com/terraform-providers/terraform-provider-github/github.resourceGithubRepositoryCreate(0x14000270620, 0x1036712a0, 0x1400018aa80, 0x2, 0x103e19a60)
github.com/terraform-providers/terraform-provider-github/github/resource_github_repository.go:392 +0x5b4
github.com/hashicorp/terraform-plugin-sdk/helper/schema.(*Resource).Apply(0x14000227f80, 0x140004c4280, 0x140006ad560, 0x1036712a0, 0x1400018aa80, 0x1036df701, 0x1400040b5f8, 0x1400076dcb0)
github.com/hashicorp/terraform-plugin-sdk@v1.7.0/helper/schema/resource.go:305 +0x294
github.com/hashicorp/terraform-plugin-sdk/helper/schema.(*Provider).Apply(0x14000553380, 0x140000e38d0, 0x140004c4280, 0x140006ad560, 0x1400076fb88, 0x1400000e0f8, 0x1036e1340)
github.com/hashicorp/terraform-plugin-sdk@v1.7.0/helper/schema/provider.go:294 +0x88
github.com/hashicorp/terraform-plugin-sdk/internal/helper/plugin.(*GRPCProviderServer).ApplyResourceChange(0x14000126b58, 0x103865790, 0x1400075a030, 0x14000128720, 0x14000126b58, 0x1030115a8, 0x1037a84e0)
github.com/hashicorp/terraform-plugin-sdk@v1.7.0/internal/helper/plugin/grpc_provider.go:885 +0x6cc
github.com/hashicorp/terraform-plugin-sdk/internal/tfplugin5._Provider_ApplyResourceChange_Handler(0x1037f1de0, 0x14000126b58, 0x103865790, 0x1400075a030, 0x140001286c0, 0x0, 0x103865790, 0x1400075a030, 0x14000756b00, 0x54c)
github.com/hashicorp/terraform-plugin-sdk@v1.7.0/internal/tfplugin5/tfplugin5.pb.go:3189 +0x1c8
google.golang.org/grpc.(*Server).processUnaryRPC(0x14000152000, 0x10386d698, 0x14000196900, 0x14000230400, 0x1400057a210, 0x103ddb300, 0x0, 0x0, 0x0)
google.golang.org/grpc@v1.23.0/server.go:995 +0x380
google.golang.org/grpc.(*Server).handleStream(0x14000152000, 0x10386d698, 0x14000196900, 0x14000230400, 0x0)
google.golang.org/grpc@v1.23.0/server.go:1275 +0xab0
google.golang.org/grpc.(*Server).serveStreams.func1.1(0x140001861f0, 0x14000152000, 0x10386d698, 0x14000196900, 0x14000230400)
google.golang.org/grpc@v1.23.0/server.go:710 +0x94
created by google.golang.org/grpc.(*Server).serveStreams.func1
google.golang.org/grpc@v1.23.0/server.go:708 +0x8c
Error: The terraform-provider-github_v4.23.0 plugin crashed!
This is always indicative of a bug within the plugin. It would be immensely
helpful if you could report the crash with the plugin's maintainers so that it
can be fixed. The output above should help diagnose the issue.
2022-04-12T20:59:27.979-0700 [DEBUG] provider: plugin exited
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment