Created
February 26, 2020 21:37
-
-
Save jcudit/22179b6ba6617ac9baf017333589aeb9 to your computer and use it in GitHub Desktop.
TestAccGithubRepositoryCollaborator Failing Tests
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
? github.com/terraform-providers/terraform-provider-github [no test files] | |
=== RUN TestAccGithubRepositoryCollaborator_basic | |
=== PAUSE TestAccGithubRepositoryCollaborator_basic | |
=== CONT TestAccGithubRepositoryCollaborator_basic | |
2020/02/26 16:30:14 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:14 [DEBUG] Test: Executing step 0 | |
2020/02/26 16:30:14 [DEBUG] provider has no plugin.Client | |
2020/02/26 16:30:14 [INFO] terraform: building graph: GraphTypeValidate | |
2020/02/26 16:30:14 [DEBUG] adding implicit provider configuration provider.github, implied first by github_repository_collaborator.test_repo_collaborator | |
2020/02/26 16:30:14 [DEBUG] ProviderTransformer: "github_repository_collaborator.test_repo_collaborator" (*terraform.NodeValidatableResource) needs provider.github | |
2020/02/26 16:30:14 [DEBUG] ProviderTransformer: "github_repository.test" (*terraform.NodeValidatableResource) needs provider.github | |
2020/02/26 16:30:14 [DEBUG] ReferenceTransformer: "github_repository_collaborator.test_repo_collaborator" references: [github_repository.test] | |
2020/02/26 16:30:14 [DEBUG] ReferenceTransformer: "github_repository.test" references: [] | |
2020/02/26 16:30:14 [DEBUG] ReferenceTransformer: "provider.github" references: [] | |
2020/02/26 16:30:14 [DEBUG] Starting graph walk: walkValidate | |
2020/02/26 16:30:14 [DEBUG] provider has no plugin.Client | |
2020/02/26 16:30:14 [INFO] terraform: building graph: GraphTypeRefresh | |
2020/02/26 16:30:14 [DEBUG] Starting graph walk: walkRefresh | |
2020/02/26 16:30:14 [DEBUG] New state was assigned lineage "a7c27b22-8bb5-a2a9-a2cc-b312a46d74e9" | |
2020/02/26 16:30:14 [INFO] terraform: building graph: GraphTypePlan | |
2020/02/26 16:30:14 [DEBUG] adding implicit provider configuration provider.github, implied first by github_repository.test | |
2020/02/26 16:30:14 [DEBUG] ProviderTransformer: "github_repository.test" (*terraform.NodePlannableResource) needs provider.github | |
2020/02/26 16:30:14 [DEBUG] ProviderTransformer: "github_repository_collaborator.test_repo_collaborator" (*terraform.NodePlannableResource) needs provider.github | |
2020/02/26 16:30:14 [DEBUG] ReferenceTransformer: "provider.github" references: [] | |
2020/02/26 16:30:14 [DEBUG] ReferenceTransformer: "github_repository.test" references: [] | |
2020/02/26 16:30:14 [DEBUG] ReferenceTransformer: "github_repository_collaborator.test_repo_collaborator" references: [github_repository.test] | |
2020/02/26 16:30:14 [DEBUG] Starting graph walk: walkPlan | |
2020/02/26 16:30:14 [DEBUG] Resource instance state not found for node "github_repository.test", instance github_repository.test | |
2020/02/26 16:30:14 [DEBUG] ReferenceTransformer: "github_repository.test" references: [] | |
2020/02/26 16:30:14 [WARN] Provider "registry.terraform.io/-/github" produced an invalid plan for github_repository.test, 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 does not match config value cty.NullVal(cty.Bool) | |
- .archived: planned value cty.False does not match config value cty.NullVal(cty.Bool) | |
- .allow_merge_commit: planned value cty.True does not match config value cty.NullVal(cty.Bool) | |
- .allow_rebase_merge: planned value cty.True does not match config value cty.NullVal(cty.Bool) | |
2020/02/26 16:30:14 [DEBUG] Resource instance state not found for node "github_repository_collaborator.test_repo_collaborator", instance github_repository_collaborator.test_repo_collaborator | |
2020/02/26 16:30:14 [DEBUG] ReferenceTransformer: "github_repository_collaborator.test_repo_collaborator" references: [] | |
2020/02/26 16:30:14 [DEBUG] provider has no plugin.Client | |
2020/02/26 16:30:14 [WARN] Test: Step plan: DIFF: | |
CREATE: github_repository.test | |
allow_merge_commit: "" => "true" | |
allow_rebase_merge: "" => "true" | |
allow_squash_merge: "" => "true" | |
archived: "" => "false" | |
default_branch: "" => "<computed>" | |
etag: "" => "<computed>" | |
full_name: "" => "<computed>" | |
git_clone_url: "" => "<computed>" | |
html_url: "" => "<computed>" | |
http_clone_url: "" => "<computed>" | |
id: "" => "<computed>" | |
name: "" => "tf-acc-test-collab-mal4w" | |
ssh_clone_url: "" => "<computed>" | |
svn_url: "" => "<computed>" | |
template.#: "" => "0" | |
CREATE: github_repository_collaborator.test_repo_collaborator | |
id: "" => "<computed>" | |
invitation_id: "" => "<computed>" | |
permission: "" => "admin" | |
repository: "" => "tf-acc-test-collab-mal4w" | |
username: "" => "github-terraform-test-collaborator" | |
STATE: | |
<no state> | |
2020/02/26 16:30:14 [INFO] terraform: building graph: GraphTypeApply | |
2020/02/26 16:30:14 [DEBUG] Resource state not found for node "github_repository.test", instance github_repository.test | |
2020/02/26 16:30:14 [DEBUG] Resource state not found for node "github_repository_collaborator.test_repo_collaborator", instance github_repository_collaborator.test_repo_collaborator | |
2020/02/26 16:30:14 [DEBUG] adding implicit provider configuration provider.github, implied first by github_repository.test | |
2020/02/26 16:30:14 [DEBUG] ProviderTransformer: "github_repository_collaborator.test_repo_collaborator" (*terraform.NodeApplyableResourceInstance) needs provider.github | |
2020/02/26 16:30:14 [DEBUG] ProviderTransformer: "github_repository.test (prepare state)" (*terraform.NodeApplyableResource) needs provider.github | |
2020/02/26 16:30:14 [DEBUG] ProviderTransformer: "github_repository_collaborator.test_repo_collaborator (prepare state)" (*terraform.NodeApplyableResource) needs provider.github | |
2020/02/26 16:30:14 [DEBUG] ProviderTransformer: "github_repository.test" (*terraform.NodeApplyableResourceInstance) needs provider.github | |
2020/02/26 16:30:14 [DEBUG] ReferenceTransformer: "github_repository_collaborator.test_repo_collaborator" references: [github_repository.test (prepare state) github_repository.test github_repository.test] | |
2020/02/26 16:30:14 [DEBUG] ReferenceTransformer: "provider.github" references: [] | |
2020/02/26 16:30:14 [DEBUG] ReferenceTransformer: "github_repository.test (prepare state)" references: [] | |
2020/02/26 16:30:14 [DEBUG] ReferenceTransformer: "github_repository_collaborator.test_repo_collaborator (prepare state)" references: [] | |
2020/02/26 16:30:14 [DEBUG] ReferenceTransformer: "github_repository.test" references: [] | |
2020/02/26 16:30:14 [DEBUG] Starting graph walk: walkApply | |
2020/02/26 16:30:14 [WARN] Provider "registry.terraform.io/-/github" produced an invalid plan for github_repository.test, 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_merge_commit: planned value cty.True does not match config value cty.NullVal(cty.Bool) | |
- .allow_rebase_merge: planned value cty.True does not match config value cty.NullVal(cty.Bool) | |
- .allow_squash_merge: planned value cty.True does not match config value cty.NullVal(cty.Bool) | |
- .archived: planned value cty.False does not match config value cty.NullVal(cty.Bool) | |
2020/02/26 16:30:14 [DEBUG] github_repository.test: applying the planned Create change | |
2020/02/26 16:30:14 [DEBUG] Creating repository: terraformtesting/tf-acc-test-collab-mal4w | |
2020/02/26 16:30:14 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:14 [DEBUG] Github API Request Details: | |
---[ REQUEST ]--------------------------------------- | |
POST /orgs/terraformtesting/repos HTTP/1.1 | |
Host: api.github.com | |
User-Agent: go-github | |
Content-Length: 282 | |
Accept: application/vnd.github.baptiste-preview+json | |
Content-Type: application/json | |
Accept-Encoding: gzip | |
{ | |
"name": "tf-acc-test-collab-mal4w", | |
"description": "", | |
"homepage": "", | |
"private": false, | |
"has_issues": false, | |
"has_projects": false, | |
"has_wiki": false, | |
"auto_init": false, | |
"gitignore_template": "", | |
"license_template": "", | |
"allow_squash_merge": true, | |
"allow_merge_commit": true, | |
"allow_rebase_merge": true | |
} | |
----------------------------------------------------- | |
2020/02/26 16:30:15 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:15 [DEBUG] Github API Response Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 201 Created | |
Content-Length: 7154 | |
Access-Control-Allow-Origin: * | |
Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset | |
Cache-Control: private, max-age=60, s-maxage=60 | |
Content-Security-Policy: default-src 'none' | |
Content-Type: application/json; charset=utf-8 | |
Date: Wed, 26 Feb 2020 21:30:15 GMT | |
Etag: "c804ddda48e4f43a5b1e0a4e3fac1c04" | |
Location: https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w | |
Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin | |
Server: GitHub.com | |
Status: 201 Created | |
Strict-Transport-Security: max-age=31536000; includeSubdomains; preload | |
Vary: Accept, Authorization, Cookie, X-GitHub-OTP | |
Vary: Accept-Encoding, Accept, X-Requested-With | |
X-Accepted-Oauth-Scopes: public_repo, repo | |
X-Content-Type-Options: nosniff | |
X-Frame-Options: deny | |
X-Github-Media-Type: github.baptiste-preview; format=json | |
X-Github-Request-Id: F706:2A77:2FF11:817ED:5E56E366 | |
X-Oauth-Scopes: admin:org, admin:org_hook, admin:repo_hook, delete_repo, repo, user, workflow | |
X-Ratelimit-Limit: 5000 | |
X-Ratelimit-Remaining: 4911 | |
X-Ratelimit-Reset: 1582755715 | |
X-Xss-Protection: 1; mode=block | |
{ | |
"id": 243369854, | |
"node_id": "MDEwOlJlcG9zaXRvcnkyNDMzNjk4NTQ=", | |
"name": "tf-acc-test-collab-mal4w", | |
"full_name": "terraformtesting/tf-acc-test-collab-mal4w", | |
"private": false, | |
"owner": { | |
"login": "terraformtesting", | |
"id": 17906721, | |
"node_id": "MDEyOk9yZ2FuaXphdGlvbjE3OTA2NzIx", | |
"avatar_url": "https://avatars0.githubusercontent.com/u/17906721?v=4", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/terraformtesting", | |
"html_url": "https://github.com/terraformtesting", | |
"followers_url": "https://api.github.com/users/terraformtesting/followers", | |
"following_url": "https://api.github.com/users/terraformtesting/following{/other_user}", | |
"gists_url": "https://api.github.com/users/terraformtesting/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/terraformtesting/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/terraformtesting/subscriptions", | |
"organizations_url": "https://api.github.com/users/terraformtesting/orgs", | |
"repos_url": "https://api.github.com/users/terraformtesting/repos", | |
"events_url": "https://api.github.com/users/terraformtesting/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/terraformtesting/received_events", | |
"type": "Organization", | |
"site_admin": false | |
}, | |
"html_url": "https://github.com/terraformtesting/tf-acc-test-collab-mal4w", | |
"description": null, | |
"fork": false, | |
"url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w", | |
"forks_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/forks", | |
"keys_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/keys{/key_id}", | |
"collaborators_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/collaborators{/collaborator}", | |
"teams_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/teams", | |
"hooks_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/hooks", | |
"issue_events_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/issues/events{/number}", | |
"events_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/events", | |
"assignees_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/assignees{/user}", | |
"branches_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/branches{/branch}", | |
"tags_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/tags", | |
"blobs_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/git/blobs{/sha}", | |
"git_tags_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/git/tags{/sha}", | |
"git_refs_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/git/refs{/sha}", | |
"trees_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/git/trees{/sha}", | |
"statuses_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/statuses/{sha}", | |
"languages_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/languages", | |
"stargazers_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/stargazers", | |
"contributors_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/contributors", | |
"subscribers_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/subscribers", | |
"subscription_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/subscription", | |
"commits_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/commits{/sha}", | |
"git_commits_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/git/commits{/sha}", | |
"comments_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/comments{/number}", | |
"issue_comment_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/issues/comments{/number}", | |
"contents_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/contents/{+path}", | |
"compare_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/compare/{base}...{head}", | |
"merges_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/merges", | |
"archive_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/{archive_format}{/ref}", | |
"downloads_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/downloads", | |
"issues_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/issues{/number}", | |
"pulls_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/pulls{/number}", | |
"milestones_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/milestones{/number}", | |
"notifications_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/notifications{?since,all,participating}", | |
"labels_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/labels{/name}", | |
"releases_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/releases{/id}", | |
"deployments_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/deployments", | |
"created_at": "2020-02-26T21:30:14Z", | |
"updated_at": "2020-02-26T21:30:14Z", | |
"pushed_at": "2020-02-26T21:30:15Z", | |
"git_url": "git://github.com/terraformtesting/tf-acc-test-collab-mal4w.git", | |
"ssh_url": "[email protected]:terraformtesting/tf-acc-test-collab-mal4w.git", | |
"clone_url": "https://github.com/terraformtesting/tf-acc-test-collab-mal4w.git", | |
"svn_url": "https://github.com/terraformtesting/tf-acc-test-collab-mal4w", | |
"homepage": "", | |
"size": 0, | |
"stargazers_count": 0, | |
"watchers_count": 0, | |
"language": null, | |
"has_issues": false, | |
"has_projects": false, | |
"has_downloads": true, | |
"has_wiki": false, | |
"has_pages": false, | |
"forks_count": 0, | |
"mirror_url": null, | |
"archived": false, | |
"disabled": false, | |
"open_issues_count": 0, | |
"license": null, | |
"is_template": false, | |
"forks": 0, | |
"open_issues": 0, | |
"watchers": 0, | |
"default_branch": "master", | |
"permissions": { | |
"admin": true, | |
"push": true, | |
"pull": true | |
}, | |
"allow_squash_merge": true, | |
"allow_merge_commit": true, | |
"allow_rebase_merge": true, | |
"delete_branch_on_merge": false, | |
"template_repository": null, | |
"organization": { | |
"login": "terraformtesting", | |
"id": 17906721, | |
"node_id": "MDEyOk9yZ2FuaXphdGlvbjE3OTA2NzIx", | |
"avatar_url": "https://avatars0.githubusercontent.com/u/17906721?v=4", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/terraformtesting", | |
"html_url": "https://github.com/terraformtesting", | |
"followers_url": "https://api.github.com/users/terraformtesting/followers", | |
"following_url": "https://api.github.com/users/terraformtesting/following{/other_user}", | |
"gists_url": "https://api.github.com/users/terraformtesting/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/terraformtesting/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/terraformtesting/subscriptions", | |
"organizations_url": "https://api.github.com/users/terraformtesting/orgs", | |
"repos_url": "https://api.github.com/users/terraformtesting/repos", | |
"events_url": "https://api.github.com/users/terraformtesting/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/terraformtesting/received_events", | |
"type": "Organization", | |
"site_admin": false | |
}, | |
"network_count": 0, | |
"subscribers_count": 0 | |
} | |
----------------------------------------------------- | |
2020/02/26 16:30:15 [DEBUG] Updating repository: terraformtesting/tf-acc-test-collab-mal4w | |
2020/02/26 16:30:15 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:15 [DEBUG] Github API Request Details: | |
---[ REQUEST ]--------------------------------------- | |
PATCH /repos/terraformtesting/tf-acc-test-collab-mal4w HTTP/1.1 | |
Host: api.github.com | |
User-Agent: go-github | |
Content-Length: 321 | |
Accept: application/vnd.github.baptiste-preview+json | |
Content-Type: application/json | |
Accept-Encoding: gzip | |
{ | |
"name": "tf-acc-test-collab-mal4w", | |
"description": "", | |
"homepage": "", | |
"auto_init": false, | |
"allow_rebase_merge": true, | |
"allow_squash_merge": true, | |
"allow_merge_commit": true, | |
"archived": false, | |
"private": false, | |
"has_issues": false, | |
"has_wiki": false, | |
"has_projects": false, | |
"has_downloads": false, | |
"license_template": "", | |
"gitignore_template": "" | |
} | |
----------------------------------------------------- | |
2020/02/26 16:30:15 [DEBUG] Sleeping 1s between write operations | |
2020/02/26 16:30:17 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:17 [DEBUG] Github API Response Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Transfer-Encoding: chunked | |
Access-Control-Allow-Origin: * | |
Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset | |
Cache-Control: private, max-age=60, s-maxage=60 | |
Content-Security-Policy: default-src 'none' | |
Content-Type: application/json; charset=utf-8 | |
Date: Wed, 26 Feb 2020 21:30:17 GMT | |
Etag: W/"28fac95d9963a9524ffb20ac37569c35" | |
Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin | |
Server: GitHub.com | |
Status: 200 OK | |
Strict-Transport-Security: max-age=31536000; includeSubdomains; preload | |
Vary: Accept, Authorization, Cookie, X-GitHub-OTP | |
Vary: Accept-Encoding, Accept, X-Requested-With | |
X-Accepted-Oauth-Scopes: | |
X-Content-Type-Options: nosniff | |
X-Frame-Options: deny | |
X-Github-Media-Type: github.baptiste-preview; format=json | |
X-Github-Request-Id: F706:2A77:2FF42:8183E:5E56E367 | |
X-Oauth-Scopes: admin:org, admin:org_hook, admin:repo_hook, delete_repo, repo, user, workflow | |
X-Ratelimit-Limit: 5000 | |
X-Ratelimit-Remaining: 4910 | |
X-Ratelimit-Reset: 1582755716 | |
X-Xss-Protection: 1; mode=block | |
1bf3 | |
{ | |
"id": 243369854, | |
"node_id": "MDEwOlJlcG9zaXRvcnkyNDMzNjk4NTQ=", | |
"name": "tf-acc-test-collab-mal4w", | |
"full_name": "terraformtesting/tf-acc-test-collab-mal4w", | |
"private": false, | |
"owner": { | |
"login": "terraformtesting", | |
"id": 17906721, | |
"node_id": "MDEyOk9yZ2FuaXphdGlvbjE3OTA2NzIx", | |
"avatar_url": "https://avatars0.githubusercontent.com/u/17906721?v=4", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/terraformtesting", | |
"html_url": "https://github.com/terraformtesting", | |
"followers_url": "https://api.github.com/users/terraformtesting/followers", | |
"following_url": "https://api.github.com/users/terraformtesting/following{/other_user}", | |
"gists_url": "https://api.github.com/users/terraformtesting/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/terraformtesting/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/terraformtesting/subscriptions", | |
"organizations_url": "https://api.github.com/users/terraformtesting/orgs", | |
"repos_url": "https://api.github.com/users/terraformtesting/repos", | |
"events_url": "https://api.github.com/users/terraformtesting/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/terraformtesting/received_events", | |
"type": "Organization", | |
"site_admin": false | |
}, | |
"html_url": "https://github.com/terraformtesting/tf-acc-test-collab-mal4w", | |
"description": null, | |
"fork": false, | |
"url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w", | |
"forks_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/forks", | |
"keys_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/keys{/key_id}", | |
"collaborators_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/collaborators{/collaborator}", | |
"teams_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/teams", | |
"hooks_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/hooks", | |
"issue_events_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/issues/events{/number}", | |
"events_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/events", | |
"assignees_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/assignees{/user}", | |
"branches_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/branches{/branch}", | |
"tags_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/tags", | |
"blobs_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/git/blobs{/sha}", | |
"git_tags_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/git/tags{/sha}", | |
"git_refs_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/git/refs{/sha}", | |
"trees_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/git/trees{/sha}", | |
"statuses_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/statuses/{sha}", | |
"languages_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/languages", | |
"stargazers_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/stargazers", | |
"contributors_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/contributors", | |
"subscribers_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/subscribers", | |
"subscription_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/subscription", | |
"commits_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/commits{/sha}", | |
"git_commits_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/git/commits{/sha}", | |
"comments_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/comments{/number}", | |
"issue_comment_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/issues/comments{/number}", | |
"contents_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/contents/{+path}", | |
"compare_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/compare/{base}...{head}", | |
"merges_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/merges", | |
"archive_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/{archive_format}{/ref}", | |
"downloads_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/downloads", | |
"issues_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/issues{/number}", | |
"pulls_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/pulls{/number}", | |
"milestones_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/milestones{/number}", | |
"notifications_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/notifications{?since,all,participating}", | |
"labels_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/labels{/name}", | |
"releases_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/releases{/id}", | |
"deployments_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/deployments", | |
"created_at": "2020-02-26T21:30:14Z", | |
"updated_at": "2020-02-26T21:30:16Z", | |
"pushed_at": "2020-02-26T21:30:15Z", | |
"git_url": "git://github.com/terraformtesting/tf-acc-test-collab-mal4w.git", | |
"ssh_url": "[email protected]:terraformtesting/tf-acc-test-collab-mal4w.git", | |
"clone_url": "https://github.com/terraformtesting/tf-acc-test-collab-mal4w.git", | |
"svn_url": "https://github.com/terraformtesting/tf-acc-test-collab-mal4w", | |
"homepage": "", | |
"size": 0, | |
"stargazers_count": 0, | |
"watchers_count": 0, | |
"language": null, | |
"has_issues": false, | |
"has_projects": false, | |
"has_downloads": false, | |
"has_wiki": false, | |
"has_pages": false, | |
"forks_count": 0, | |
"mirror_url": null, | |
"archived": false, | |
"disabled": false, | |
"open_issues_count": 0, | |
"license": null, | |
"is_template": false, | |
"forks": 0, | |
"open_issues": 0, | |
"watchers": 0, | |
"default_branch": "master", | |
"permissions": { | |
"admin": true, | |
"push": true, | |
"pull": true | |
}, | |
"allow_squash_merge": true, | |
"allow_merge_commit": true, | |
"allow_rebase_merge": true, | |
"delete_branch_on_merge": false, | |
"template_repository": null, | |
"organization": { | |
"login": "terraformtesting", | |
"id": 17906721, | |
"node_id": "MDEyOk9yZ2FuaXphdGlvbjE3OTA2NzIx", | |
"avatar_url": "https://avatars0.githubusercontent.com/u/17906721?v=4", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/terraformtesting", | |
"html_url": "https://github.com/terraformtesting", | |
"followers_url": "https://api.github.com/users/terraformtesting/followers", | |
"following_url": "https://api.github.com/users/terraformtesting/following{/other_user}", | |
"gists_url": "https://api.github.com/users/terraformtesting/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/terraformtesting/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/terraformtesting/subscriptions", | |
"organizations_url": "https://api.github.com/users/terraformtesting/orgs", | |
"repos_url": "https://api.github.com/users/terraformtesting/repos", | |
"events_url": "https://api.github.com/users/terraformtesting/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/terraformtesting/received_events", | |
"type": "Organization", | |
"site_admin": false | |
}, | |
"network_count": 0, | |
"subscribers_count": 0 | |
} | |
0 | |
----------------------------------------------------- | |
2020/02/26 16:30:17 [DEBUG] Reading repository: terraformtesting/tf-acc-test-collab-mal4w | |
2020/02/26 16:30:17 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:17 [DEBUG] Github API Request Details: | |
---[ REQUEST ]--------------------------------------- | |
GET /repos/terraformtesting/tf-acc-test-collab-mal4w HTTP/1.1 | |
Host: api.github.com | |
User-Agent: go-github | |
Accept: application/vnd.github.scarlet-witch-preview+json, application/vnd.github.mercy-preview+json, application/vnd.github.baptiste-preview+json | |
Accept-Encoding: gzip | |
----------------------------------------------------- | |
2020/02/26 16:30:17 [DEBUG] Sleeping 1s between write operations | |
2020/02/26 16:30:18 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:18 [DEBUG] Github API Response Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Transfer-Encoding: chunked | |
Access-Control-Allow-Origin: * | |
Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset | |
Cache-Control: private, max-age=60, s-maxage=60 | |
Content-Security-Policy: default-src 'none' | |
Content-Type: application/json; charset=utf-8 | |
Date: Wed, 26 Feb 2020 21:30:18 GMT | |
Etag: W/"eab89f3180955fc28fb1e688a2b81dac" | |
Last-Modified: Wed, 26 Feb 2020 21:30:16 GMT | |
Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin | |
Server: GitHub.com | |
Status: 200 OK | |
Strict-Transport-Security: max-age=31536000; includeSubdomains; preload | |
Vary: Accept, Authorization, Cookie, X-GitHub-OTP | |
Vary: Accept-Encoding, Accept, X-Requested-With | |
X-Accepted-Oauth-Scopes: repo | |
X-Content-Type-Options: nosniff | |
X-Frame-Options: deny | |
X-Github-Media-Type: github.scarlet-witch-preview; format=json, github.mercy-preview; format=json, github.baptiste-preview; format=json | |
X-Github-Request-Id: F706:2A77:2FF6A:81889:5E56E369 | |
X-Oauth-Scopes: admin:org, admin:org_hook, admin:repo_hook, delete_repo, repo, user, workflow | |
X-Ratelimit-Limit: 5000 | |
X-Ratelimit-Remaining: 4909 | |
X-Ratelimit-Reset: 1582755715 | |
X-Xss-Protection: 1; mode=block | |
1cbd | |
{ | |
"id": 243369854, | |
"node_id": "MDEwOlJlcG9zaXRvcnkyNDMzNjk4NTQ=", | |
"name": "tf-acc-test-collab-mal4w", | |
"full_name": "terraformtesting/tf-acc-test-collab-mal4w", | |
"private": false, | |
"owner": { | |
"login": "terraformtesting", | |
"id": 17906721, | |
"node_id": "MDEyOk9yZ2FuaXphdGlvbjE3OTA2NzIx", | |
"avatar_url": "https://avatars0.githubusercontent.com/u/17906721?v=4", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/terraformtesting", | |
"html_url": "https://github.com/terraformtesting", | |
"followers_url": "https://api.github.com/users/terraformtesting/followers", | |
"following_url": "https://api.github.com/users/terraformtesting/following{/other_user}", | |
"gists_url": "https://api.github.com/users/terraformtesting/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/terraformtesting/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/terraformtesting/subscriptions", | |
"organizations_url": "https://api.github.com/users/terraformtesting/orgs", | |
"repos_url": "https://api.github.com/users/terraformtesting/repos", | |
"events_url": "https://api.github.com/users/terraformtesting/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/terraformtesting/received_events", | |
"type": "Organization", | |
"site_admin": false | |
}, | |
"html_url": "https://github.com/terraformtesting/tf-acc-test-collab-mal4w", | |
"description": null, | |
"fork": false, | |
"url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w", | |
"forks_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/forks", | |
"keys_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/keys{/key_id}", | |
"collaborators_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/collaborators{/collaborator}", | |
"teams_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/teams", | |
"hooks_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/hooks", | |
"issue_events_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/issues/events{/number}", | |
"events_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/events", | |
"assignees_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/assignees{/user}", | |
"branches_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/branches{/branch}", | |
"tags_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/tags", | |
"blobs_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/git/blobs{/sha}", | |
"git_tags_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/git/tags{/sha}", | |
"git_refs_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/git/refs{/sha}", | |
"trees_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/git/trees{/sha}", | |
"statuses_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/statuses/{sha}", | |
"languages_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/languages", | |
"stargazers_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/stargazers", | |
"contributors_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/contributors", | |
"subscribers_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/subscribers", | |
"subscription_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/subscription", | |
"commits_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/commits{/sha}", | |
"git_commits_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/git/commits{/sha}", | |
"comments_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/comments{/number}", | |
"issue_comment_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/issues/comments{/number}", | |
"contents_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/contents/{+path}", | |
"compare_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/compare/{base}...{head}", | |
"merges_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/merges", | |
"archive_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/{archive_format}{/ref}", | |
"downloads_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/downloads", | |
"issues_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/issues{/number}", | |
"pulls_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/pulls{/number}", | |
"milestones_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/milestones{/number}", | |
"notifications_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/notifications{?since,all,participating}", | |
"labels_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/labels{/name}", | |
"releases_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/releases{/id}", | |
"deployments_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/deployments", | |
"created_at": "2020-02-26T21:30:14Z", | |
"updated_at": "2020-02-26T21:30:16Z", | |
"pushed_at": "2020-02-26T21:30:15Z", | |
"git_url": "git://github.com/terraformtesting/tf-acc-test-collab-mal4w.git", | |
"ssh_url": "[email protected]:terraformtesting/tf-acc-test-collab-mal4w.git", | |
"clone_url": "https://github.com/terraformtesting/tf-acc-test-collab-mal4w.git", | |
"svn_url": "https://github.com/terraformtesting/tf-acc-test-collab-mal4w", | |
"homepage": "", | |
"size": 0, | |
"stargazers_count": 0, | |
"watchers_count": 0, | |
"language": null, | |
"has_issues": false, | |
"has_projects": false, | |
"has_downloads": false, | |
"has_wiki": false, | |
"has_pages": false, | |
"forks_count": 0, | |
"mirror_url": null, | |
"archived": false, | |
"disabled": false, | |
"open_issues_count": 0, | |
"license": null, | |
"topics": [], | |
"is_template": false, | |
"forks": 0, | |
"open_issues": 0, | |
"watchers": 0, | |
"default_branch": "master", | |
"permissions": { | |
"admin": true, | |
"push": true, | |
"pull": true | |
}, | |
"code_of_conduct": { | |
"key": "none", | |
"name": "None", | |
"html_url": null, | |
"url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/community/code_of_conduct" | |
}, | |
"temp_clone_token": "", | |
"allow_squash_merge": true, | |
"allow_merge_commit": true, | |
"allow_rebase_merge": true, | |
"delete_branch_on_merge": false, | |
"template_repository": null, | |
"organization": { | |
"login": "terraformtesting", | |
"id": 17906721, | |
"node_id": "MDEyOk9yZ2FuaXphdGlvbjE3OTA2NzIx", | |
"avatar_url": "https://avatars0.githubusercontent.com/u/17906721?v=4", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/terraformtesting", | |
"html_url": "https://github.com/terraformtesting", | |
"followers_url": "https://api.github.com/users/terraformtesting/followers", | |
"following_url": "https://api.github.com/users/terraformtesting/following{/other_user}", | |
"gists_url": "https://api.github.com/users/terraformtesting/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/terraformtesting/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/terraformtesting/subscriptions", | |
"organizations_url": "https://api.github.com/users/terraformtesting/orgs", | |
"repos_url": "https://api.github.com/users/terraformtesting/repos", | |
"events_url": "https://api.github.com/users/terraformtesting/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/terraformtesting/received_events", | |
"type": "Organization", | |
"site_admin": false | |
}, | |
"network_count": 0, | |
"subscribers_count": 0 | |
} | |
0 | |
----------------------------------------------------- | |
2020/02/26 16:30:18 [WARN] Provider "registry.terraform.io/-/github" produced an unexpected new value for github_repository.test, 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: was null, but now cty.False | |
- .has_wiki: was null, but now cty.False | |
- .has_issues: was null, but now cty.False | |
- .private: was null, but now cty.False | |
- .description: was null, but now cty.StringVal("") | |
- .has_projects: was null, but now cty.False | |
- .homepage_url: was null, but now cty.StringVal("") | |
2020/02/26 16:30:18 [DEBUG] github_repository_collaborator.test_repo_collaborator: applying the planned Create change | |
2020/02/26 16:30:18 [DEBUG] Creating repository collaborator: github-terraform-test-collaborator (terraformtesting/tf-acc-test-collab-mal4w) | |
2020/02/26 16:30:18 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:18 [DEBUG] Github API Request Details: | |
---[ REQUEST ]--------------------------------------- | |
PUT /repos/terraformtesting/tf-acc-test-collab-mal4w/collaborators/github-terraform-test-collaborator HTTP/1.1 | |
Host: api.github.com | |
User-Agent: go-github | |
Content-Length: 23 | |
Accept: application/vnd.github.v3+json | |
Content-Type: application/json | |
Accept-Encoding: gzip | |
{ | |
"permission": "admin" | |
} | |
----------------------------------------------------- | |
2020/02/26 16:30:19 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:19 [DEBUG] Github API Response Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 201 Created | |
Content-Length: 7534 | |
Access-Control-Allow-Origin: * | |
Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset | |
Cache-Control: private, max-age=60, s-maxage=60 | |
Content-Security-Policy: default-src 'none' | |
Content-Type: application/json; charset=utf-8 | |
Date: Wed, 26 Feb 2020 21:30:19 GMT | |
Etag: "596789cfea7dfdb9e15587cca71d49da" | |
Location: https://api.github.com/user/repository_invitations/23914113 | |
Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin | |
Server: GitHub.com | |
Status: 201 Created | |
Strict-Transport-Security: max-age=31536000; includeSubdomains; preload | |
Vary: Accept, Authorization, Cookie, X-GitHub-OTP | |
Vary: Accept-Encoding, Accept, X-Requested-With | |
X-Accepted-Oauth-Scopes: | |
X-Content-Type-Options: nosniff | |
X-Frame-Options: deny | |
X-Github-Media-Type: github.v3; format=json | |
X-Github-Request-Id: F706:2A77:2FF70:818C8:5E56E36A | |
X-Oauth-Scopes: admin:org, admin:org_hook, admin:repo_hook, delete_repo, repo, user, workflow | |
X-Ratelimit-Limit: 5000 | |
X-Ratelimit-Remaining: 4908 | |
X-Ratelimit-Reset: 1582755716 | |
X-Xss-Protection: 1; mode=block | |
{ | |
"id": 23914113, | |
"node_id": "MDIwOlJlcG9zaXRvcnlJbnZpdGF0aW9uMjM5MTQxMTM=", | |
"repository": { | |
"id": 243369854, | |
"node_id": "MDEwOlJlcG9zaXRvcnkyNDMzNjk4NTQ=", | |
"name": "tf-acc-test-collab-mal4w", | |
"full_name": "terraformtesting/tf-acc-test-collab-mal4w", | |
"private": false, | |
"owner": { | |
"login": "terraformtesting", | |
"id": 17906721, | |
"node_id": "MDEyOk9yZ2FuaXphdGlvbjE3OTA2NzIx", | |
"avatar_url": "https://avatars0.githubusercontent.com/u/17906721?v=4", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/terraformtesting", | |
"html_url": "https://github.com/terraformtesting", | |
"followers_url": "https://api.github.com/users/terraformtesting/followers", | |
"following_url": "https://api.github.com/users/terraformtesting/following{/other_user}", | |
"gists_url": "https://api.github.com/users/terraformtesting/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/terraformtesting/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/terraformtesting/subscriptions", | |
"organizations_url": "https://api.github.com/users/terraformtesting/orgs", | |
"repos_url": "https://api.github.com/users/terraformtesting/repos", | |
"events_url": "https://api.github.com/users/terraformtesting/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/terraformtesting/received_events", | |
"type": "Organization", | |
"site_admin": false | |
}, | |
"html_url": "https://github.com/terraformtesting/tf-acc-test-collab-mal4w", | |
"description": null, | |
"fork": false, | |
"url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w", | |
"forks_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/forks", | |
"keys_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/keys{/key_id}", | |
"collaborators_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/collaborators{/collaborator}", | |
"teams_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/teams", | |
"hooks_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/hooks", | |
"issue_events_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/issues/events{/number}", | |
"events_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/events", | |
"assignees_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/assignees{/user}", | |
"branches_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/branches{/branch}", | |
"tags_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/tags", | |
"blobs_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/git/blobs{/sha}", | |
"git_tags_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/git/tags{/sha}", | |
"git_refs_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/git/refs{/sha}", | |
"trees_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/git/trees{/sha}", | |
"statuses_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/statuses/{sha}", | |
"languages_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/languages", | |
"stargazers_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/stargazers", | |
"contributors_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/contributors", | |
"subscribers_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/subscribers", | |
"subscription_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/subscription", | |
"commits_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/commits{/sha}", | |
"git_commits_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/git/commits{/sha}", | |
"comments_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/comments{/number}", | |
"issue_comment_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/issues/comments{/number}", | |
"contents_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/contents/{+path}", | |
"compare_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/compare/{base}...{head}", | |
"merges_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/merges", | |
"archive_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/{archive_format}{/ref}", | |
"downloads_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/downloads", | |
"issues_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/issues{/number}", | |
"pulls_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/pulls{/number}", | |
"milestones_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/milestones{/number}", | |
"notifications_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/notifications{?since,all,participating}", | |
"labels_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/labels{/name}", | |
"releases_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/releases{/id}", | |
"deployments_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/deployments" | |
}, | |
"invitee": { | |
"login": "github-terraform-test-collaborator", | |
"id": 60107582, | |
"node_id": "MDQ6VXNlcjYwMTA3NTgy", | |
"avatar_url": "https://avatars1.githubusercontent.com/u/60107582?v=4", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/github-terraform-test-collaborator", | |
"html_url": "https://github.com/github-terraform-test-collaborator", | |
"followers_url": "https://api.github.com/users/github-terraform-test-collaborator/followers", | |
"following_url": "https://api.github.com/users/github-terraform-test-collaborator/following{/other_user}", | |
"gists_url": "https://api.github.com/users/github-terraform-test-collaborator/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/github-terraform-test-collaborator/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/github-terraform-test-collaborator/subscriptions", | |
"organizations_url": "https://api.github.com/users/github-terraform-test-collaborator/orgs", | |
"repos_url": "https://api.github.com/users/github-terraform-test-collaborator/repos", | |
"events_url": "https://api.github.com/users/github-terraform-test-collaborator/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/github-terraform-test-collaborator/received_events", | |
"type": "User", | |
"site_admin": false | |
}, | |
"inviter": { | |
"login": "jcudit", | |
"id": 5034582, | |
"node_id": "MDQ6VXNlcjUwMzQ1ODI=", | |
"avatar_url": "https://avatars0.githubusercontent.com/u/5034582?v=4", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/jcudit", | |
"html_url": "https://github.com/jcudit", | |
"followers_url": "https://api.github.com/users/jcudit/followers", | |
"following_url": "https://api.github.com/users/jcudit/following{/other_user}", | |
"gists_url": "https://api.github.com/users/jcudit/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/jcudit/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/jcudit/subscriptions", | |
"organizations_url": "https://api.github.com/users/jcudit/orgs", | |
"repos_url": "https://api.github.com/users/jcudit/repos", | |
"events_url": "https://api.github.com/users/jcudit/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/jcudit/received_events", | |
"type": "User", | |
"site_admin": true | |
}, | |
"permissions": "admin", | |
"created_at": "2020-02-26T21:30:18Z", | |
"url": "https://api.github.com/user/repository_invitations/23914113", | |
"html_url": "https://github.com/terraformtesting/tf-acc-test-collab-mal4w/invitations" | |
} | |
----------------------------------------------------- | |
2020/02/26 16:30:19 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:19 [DEBUG] Github API Request Details: | |
---[ REQUEST ]--------------------------------------- | |
GET /repos/terraformtesting/tf-acc-test-collab-mal4w/invitations?per_page=100 HTTP/1.1 | |
Host: api.github.com | |
User-Agent: go-github | |
Accept: application/vnd.github.v3+json | |
Accept-Encoding: gzip | |
----------------------------------------------------- | |
2020/02/26 16:30:19 [DEBUG] Sleeping 1s between write operations | |
2020/02/26 16:30:20 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:20 [DEBUG] Github API Response Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Transfer-Encoding: chunked | |
Access-Control-Allow-Origin: * | |
Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset | |
Cache-Control: private, max-age=60, s-maxage=60 | |
Content-Security-Policy: default-src 'none' | |
Content-Type: application/json; charset=utf-8 | |
Date: Wed, 26 Feb 2020 21:30:20 GMT | |
Etag: W/"a1236b9ea627832173fde1f6b34863ef" | |
Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin | |
Server: GitHub.com | |
Status: 200 OK | |
Strict-Transport-Security: max-age=31536000; includeSubdomains; preload | |
Vary: Accept, Authorization, Cookie, X-GitHub-OTP | |
Vary: Accept-Encoding, Accept, X-Requested-With | |
X-Accepted-Oauth-Scopes: | |
X-Content-Type-Options: nosniff | |
X-Frame-Options: deny | |
X-Github-Media-Type: github.v3; format=json | |
X-Github-Request-Id: F706:2A77:2FF9D:818DD:5E56E36B | |
X-Oauth-Scopes: admin:org, admin:org_hook, admin:repo_hook, delete_repo, repo, user, workflow | |
X-Ratelimit-Limit: 5000 | |
X-Ratelimit-Remaining: 4907 | |
X-Ratelimit-Reset: 1582755716 | |
X-Xss-Protection: 1; mode=block | |
1d70 | |
[ | |
{ | |
"id": 23914113, | |
"node_id": "MDIwOlJlcG9zaXRvcnlJbnZpdGF0aW9uMjM5MTQxMTM=", | |
"repository": { | |
"id": 243369854, | |
"node_id": "MDEwOlJlcG9zaXRvcnkyNDMzNjk4NTQ=", | |
"name": "tf-acc-test-collab-mal4w", | |
"full_name": "terraformtesting/tf-acc-test-collab-mal4w", | |
"private": false, | |
"owner": { | |
"login": "terraformtesting", | |
"id": 17906721, | |
"node_id": "MDEyOk9yZ2FuaXphdGlvbjE3OTA2NzIx", | |
"avatar_url": "https://avatars0.githubusercontent.com/u/17906721?v=4", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/terraformtesting", | |
"html_url": "https://github.com/terraformtesting", | |
"followers_url": "https://api.github.com/users/terraformtesting/followers", | |
"following_url": "https://api.github.com/users/terraformtesting/following{/other_user}", | |
"gists_url": "https://api.github.com/users/terraformtesting/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/terraformtesting/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/terraformtesting/subscriptions", | |
"organizations_url": "https://api.github.com/users/terraformtesting/orgs", | |
"repos_url": "https://api.github.com/users/terraformtesting/repos", | |
"events_url": "https://api.github.com/users/terraformtesting/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/terraformtesting/received_events", | |
"type": "Organization", | |
"site_admin": false | |
}, | |
"html_url": "https://github.com/terraformtesting/tf-acc-test-collab-mal4w", | |
"description": null, | |
"fork": false, | |
"url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w", | |
"forks_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/forks", | |
"keys_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/keys{/key_id}", | |
"collaborators_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/collaborators{/collaborator}", | |
"teams_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/teams", | |
"hooks_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/hooks", | |
"issue_events_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/issues/events{/number}", | |
"events_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/events", | |
"assignees_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/assignees{/user}", | |
"branches_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/branches{/branch}", | |
"tags_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/tags", | |
"blobs_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/git/blobs{/sha}", | |
"git_tags_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/git/tags{/sha}", | |
"git_refs_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/git/refs{/sha}", | |
"trees_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/git/trees{/sha}", | |
"statuses_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/statuses/{sha}", | |
"languages_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/languages", | |
"stargazers_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/stargazers", | |
"contributors_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/contributors", | |
"subscribers_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/subscribers", | |
"subscription_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/subscription", | |
"commits_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/commits{/sha}", | |
"git_commits_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/git/commits{/sha}", | |
"comments_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/comments{/number}", | |
"issue_comment_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/issues/comments{/number}", | |
"contents_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/contents/{+path}", | |
"compare_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/compare/{base}...{head}", | |
"merges_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/merges", | |
"archive_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/{archive_format}{/ref}", | |
"downloads_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/downloads", | |
"issues_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/issues{/number}", | |
"pulls_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/pulls{/number}", | |
"milestones_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/milestones{/number}", | |
"notifications_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/notifications{?since,all,participating}", | |
"labels_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/labels{/name}", | |
"releases_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/releases{/id}", | |
"deployments_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/deployments" | |
}, | |
"invitee": { | |
"login": "github-terraform-test-collaborator", | |
"id": 60107582, | |
"node_id": "MDQ6VXNlcjYwMTA3NTgy", | |
"avatar_url": "https://avatars1.githubusercontent.com/u/60107582?v=4", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/github-terraform-test-collaborator", | |
"html_url": "https://github.com/github-terraform-test-collaborator", | |
"followers_url": "https://api.github.com/users/github-terraform-test-collaborator/followers", | |
"following_url": "https://api.github.com/users/github-terraform-test-collaborator/following{/other_user}", | |
"gists_url": "https://api.github.com/users/github-terraform-test-collaborator/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/github-terraform-test-collaborator/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/github-terraform-test-collaborator/subscriptions", | |
"organizations_url": "https://api.github.com/users/github-terraform-test-collaborator/orgs", | |
"repos_url": "https://api.github.com/users/github-terraform-test-collaborator/repos", | |
"events_url": "https://api.github.com/users/github-terraform-test-collaborator/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/github-terraform-test-collaborator/received_events", | |
"type": "User", | |
"site_admin": false | |
}, | |
"inviter": { | |
"login": "jcudit", | |
"id": 5034582, | |
"node_id": "MDQ6VXNlcjUwMzQ1ODI=", | |
"avatar_url": "https://avatars0.githubusercontent.com/u/5034582?v=4", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/jcudit", | |
"html_url": "https://github.com/jcudit", | |
"followers_url": "https://api.github.com/users/jcudit/followers", | |
"following_url": "https://api.github.com/users/jcudit/following{/other_user}", | |
"gists_url": "https://api.github.com/users/jcudit/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/jcudit/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/jcudit/subscriptions", | |
"organizations_url": "https://api.github.com/users/jcudit/orgs", | |
"repos_url": "https://api.github.com/users/jcudit/repos", | |
"events_url": "https://api.github.com/users/jcudit/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/jcudit/received_events", | |
"type": "User", | |
"site_admin": true | |
}, | |
"permissions": "admin", | |
"created_at": "2020-02-26T21:30:18Z", | |
"url": "https://api.github.com/user/repository_invitations/23914113", | |
"html_url": "https://github.com/terraformtesting/tf-acc-test-collab-mal4w/invitations" | |
} | |
] | |
0 | |
----------------------------------------------------- | |
2020/02/26 16:30:20 [DEBUG] Found invitation for "github-terraform-test-collaborator" | |
2020/02/26 16:30:20 [DEBUG] provider has no plugin.Client | |
2020/02/26 16:30:20 [DEBUG] New state was assigned lineage "4e9321cd-d0fe-8ec9-7518-2776097f931b" | |
2020/02/26 16:30:20 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:20 [DEBUG] Github API Request Details: | |
---[ REQUEST ]--------------------------------------- | |
GET /repos/terraformtesting/tf-acc-test-collab-mal4w/invitations HTTP/1.1 | |
Host: api.github.com | |
User-Agent: go-github | |
Accept: application/vnd.github.v3+json | |
Accept-Encoding: gzip | |
----------------------------------------------------- | |
2020/02/26 16:30:20 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:20 [DEBUG] Github API Response Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Transfer-Encoding: chunked | |
Access-Control-Allow-Origin: * | |
Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset | |
Cache-Control: private, max-age=60, s-maxage=60 | |
Content-Security-Policy: default-src 'none' | |
Content-Type: application/json; charset=utf-8 | |
Date: Wed, 26 Feb 2020 21:30:20 GMT | |
Etag: W/"a1236b9ea627832173fde1f6b34863ef" | |
Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin | |
Server: GitHub.com | |
Status: 200 OK | |
Strict-Transport-Security: max-age=31536000; includeSubdomains; preload | |
Vary: Accept, Authorization, Cookie, X-GitHub-OTP | |
Vary: Accept-Encoding, Accept, X-Requested-With | |
X-Accepted-Oauth-Scopes: | |
X-Content-Type-Options: nosniff | |
X-Frame-Options: deny | |
X-Github-Media-Type: github.v3; format=json | |
X-Github-Request-Id: F706:2A77:2FFA1:81928:5E56E36C | |
X-Oauth-Scopes: admin:org, admin:org_hook, admin:repo_hook, delete_repo, repo, user, workflow | |
X-Ratelimit-Limit: 5000 | |
X-Ratelimit-Remaining: 4906 | |
X-Ratelimit-Reset: 1582755716 | |
X-Xss-Protection: 1; mode=block | |
1d70 | |
[ | |
{ | |
"id": 23914113, | |
"node_id": "MDIwOlJlcG9zaXRvcnlJbnZpdGF0aW9uMjM5MTQxMTM=", | |
"repository": { | |
"id": 243369854, | |
"node_id": "MDEwOlJlcG9zaXRvcnkyNDMzNjk4NTQ=", | |
"name": "tf-acc-test-collab-mal4w", | |
"full_name": "terraformtesting/tf-acc-test-collab-mal4w", | |
"private": false, | |
"owner": { | |
"login": "terraformtesting", | |
"id": 17906721, | |
"node_id": "MDEyOk9yZ2FuaXphdGlvbjE3OTA2NzIx", | |
"avatar_url": "https://avatars0.githubusercontent.com/u/17906721?v=4", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/terraformtesting", | |
"html_url": "https://github.com/terraformtesting", | |
"followers_url": "https://api.github.com/users/terraformtesting/followers", | |
"following_url": "https://api.github.com/users/terraformtesting/following{/other_user}", | |
"gists_url": "https://api.github.com/users/terraformtesting/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/terraformtesting/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/terraformtesting/subscriptions", | |
"organizations_url": "https://api.github.com/users/terraformtesting/orgs", | |
"repos_url": "https://api.github.com/users/terraformtesting/repos", | |
"events_url": "https://api.github.com/users/terraformtesting/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/terraformtesting/received_events", | |
"type": "Organization", | |
"site_admin": false | |
}, | |
"html_url": "https://github.com/terraformtesting/tf-acc-test-collab-mal4w", | |
"description": null, | |
"fork": false, | |
"url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w", | |
"forks_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/forks", | |
"keys_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/keys{/key_id}", | |
"collaborators_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/collaborators{/collaborator}", | |
"teams_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/teams", | |
"hooks_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/hooks", | |
"issue_events_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/issues/events{/number}", | |
"events_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/events", | |
"assignees_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/assignees{/user}", | |
"branches_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/branches{/branch}", | |
"tags_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/tags", | |
"blobs_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/git/blobs{/sha}", | |
"git_tags_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/git/tags{/sha}", | |
"git_refs_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/git/refs{/sha}", | |
"trees_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/git/trees{/sha}", | |
"statuses_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/statuses/{sha}", | |
"languages_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/languages", | |
"stargazers_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/stargazers", | |
"contributors_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/contributors", | |
"subscribers_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/subscribers", | |
"subscription_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/subscription", | |
"commits_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/commits{/sha}", | |
"git_commits_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/git/commits{/sha}", | |
"comments_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/comments{/number}", | |
"issue_comment_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/issues/comments{/number}", | |
"contents_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/contents/{+path}", | |
"compare_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/compare/{base}...{head}", | |
"merges_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/merges", | |
"archive_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/{archive_format}{/ref}", | |
"downloads_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/downloads", | |
"issues_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/issues{/number}", | |
"pulls_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/pulls{/number}", | |
"milestones_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/milestones{/number}", | |
"notifications_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/notifications{?since,all,participating}", | |
"labels_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/labels{/name}", | |
"releases_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/releases{/id}", | |
"deployments_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/deployments" | |
}, | |
"invitee": { | |
"login": "github-terraform-test-collaborator", | |
"id": 60107582, | |
"node_id": "MDQ6VXNlcjYwMTA3NTgy", | |
"avatar_url": "https://avatars1.githubusercontent.com/u/60107582?v=4", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/github-terraform-test-collaborator", | |
"html_url": "https://github.com/github-terraform-test-collaborator", | |
"followers_url": "https://api.github.com/users/github-terraform-test-collaborator/followers", | |
"following_url": "https://api.github.com/users/github-terraform-test-collaborator/following{/other_user}", | |
"gists_url": "https://api.github.com/users/github-terraform-test-collaborator/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/github-terraform-test-collaborator/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/github-terraform-test-collaborator/subscriptions", | |
"organizations_url": "https://api.github.com/users/github-terraform-test-collaborator/orgs", | |
"repos_url": "https://api.github.com/users/github-terraform-test-collaborator/repos", | |
"events_url": "https://api.github.com/users/github-terraform-test-collaborator/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/github-terraform-test-collaborator/received_events", | |
"type": "User", | |
"site_admin": false | |
}, | |
"inviter": { | |
"login": "jcudit", | |
"id": 5034582, | |
"node_id": "MDQ6VXNlcjUwMzQ1ODI=", | |
"avatar_url": "https://avatars0.githubusercontent.com/u/5034582?v=4", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/jcudit", | |
"html_url": "https://github.com/jcudit", | |
"followers_url": "https://api.github.com/users/jcudit/followers", | |
"following_url": "https://api.github.com/users/jcudit/following{/other_user}", | |
"gists_url": "https://api.github.com/users/jcudit/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/jcudit/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/jcudit/subscriptions", | |
"organizations_url": "https://api.github.com/users/jcudit/orgs", | |
"repos_url": "https://api.github.com/users/jcudit/repos", | |
"events_url": "https://api.github.com/users/jcudit/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/jcudit/received_events", | |
"type": "User", | |
"site_admin": true | |
}, | |
"permissions": "admin", | |
"created_at": "2020-02-26T21:30:18Z", | |
"url": "https://api.github.com/user/repository_invitations/23914113", | |
"html_url": "https://github.com/terraformtesting/tf-acc-test-collab-mal4w/invitations" | |
} | |
] | |
0 | |
----------------------------------------------------- | |
2020/02/26 16:30:20 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:20 [DEBUG] Github API Request Details: | |
---[ REQUEST ]--------------------------------------- | |
GET /repos/terraformtesting/tf-acc-test-collab-mal4w/invitations HTTP/1.1 | |
Host: api.github.com | |
User-Agent: go-github | |
Accept: application/vnd.github.v3+json | |
Accept-Encoding: gzip | |
----------------------------------------------------- | |
2020/02/26 16:30:20 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:20 [DEBUG] Github API Response Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Transfer-Encoding: chunked | |
Access-Control-Allow-Origin: * | |
Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset | |
Cache-Control: private, max-age=60, s-maxage=60 | |
Content-Security-Policy: default-src 'none' | |
Content-Type: application/json; charset=utf-8 | |
Date: Wed, 26 Feb 2020 21:30:20 GMT | |
Etag: W/"a1236b9ea627832173fde1f6b34863ef" | |
Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin | |
Server: GitHub.com | |
Status: 200 OK | |
Strict-Transport-Security: max-age=31536000; includeSubdomains; preload | |
Vary: Accept, Authorization, Cookie, X-GitHub-OTP | |
Vary: Accept-Encoding, Accept, X-Requested-With | |
X-Accepted-Oauth-Scopes: | |
X-Content-Type-Options: nosniff | |
X-Frame-Options: deny | |
X-Github-Media-Type: github.v3; format=json | |
X-Github-Request-Id: F706:2A77:2FFA3:8192D:5E56E36C | |
X-Oauth-Scopes: admin:org, admin:org_hook, admin:repo_hook, delete_repo, repo, user, workflow | |
X-Ratelimit-Limit: 5000 | |
X-Ratelimit-Remaining: 4905 | |
X-Ratelimit-Reset: 1582755716 | |
X-Xss-Protection: 1; mode=block | |
1d70 | |
[ | |
{ | |
"id": 23914113, | |
"node_id": "MDIwOlJlcG9zaXRvcnlJbnZpdGF0aW9uMjM5MTQxMTM=", | |
"repository": { | |
"id": 243369854, | |
"node_id": "MDEwOlJlcG9zaXRvcnkyNDMzNjk4NTQ=", | |
"name": "tf-acc-test-collab-mal4w", | |
"full_name": "terraformtesting/tf-acc-test-collab-mal4w", | |
"private": false, | |
"owner": { | |
"login": "terraformtesting", | |
"id": 17906721, | |
"node_id": "MDEyOk9yZ2FuaXphdGlvbjE3OTA2NzIx", | |
"avatar_url": "https://avatars0.githubusercontent.com/u/17906721?v=4", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/terraformtesting", | |
"html_url": "https://github.com/terraformtesting", | |
"followers_url": "https://api.github.com/users/terraformtesting/followers", | |
"following_url": "https://api.github.com/users/terraformtesting/following{/other_user}", | |
"gists_url": "https://api.github.com/users/terraformtesting/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/terraformtesting/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/terraformtesting/subscriptions", | |
"organizations_url": "https://api.github.com/users/terraformtesting/orgs", | |
"repos_url": "https://api.github.com/users/terraformtesting/repos", | |
"events_url": "https://api.github.com/users/terraformtesting/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/terraformtesting/received_events", | |
"type": "Organization", | |
"site_admin": false | |
}, | |
"html_url": "https://github.com/terraformtesting/tf-acc-test-collab-mal4w", | |
"description": null, | |
"fork": false, | |
"url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w", | |
"forks_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/forks", | |
"keys_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/keys{/key_id}", | |
"collaborators_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/collaborators{/collaborator}", | |
"teams_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/teams", | |
"hooks_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/hooks", | |
"issue_events_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/issues/events{/number}", | |
"events_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/events", | |
"assignees_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/assignees{/user}", | |
"branches_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/branches{/branch}", | |
"tags_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/tags", | |
"blobs_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/git/blobs{/sha}", | |
"git_tags_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/git/tags{/sha}", | |
"git_refs_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/git/refs{/sha}", | |
"trees_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/git/trees{/sha}", | |
"statuses_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/statuses/{sha}", | |
"languages_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/languages", | |
"stargazers_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/stargazers", | |
"contributors_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/contributors", | |
"subscribers_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/subscribers", | |
"subscription_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/subscription", | |
"commits_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/commits{/sha}", | |
"git_commits_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/git/commits{/sha}", | |
"comments_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/comments{/number}", | |
"issue_comment_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/issues/comments{/number}", | |
"contents_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/contents/{+path}", | |
"compare_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/compare/{base}...{head}", | |
"merges_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/merges", | |
"archive_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/{archive_format}{/ref}", | |
"downloads_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/downloads", | |
"issues_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/issues{/number}", | |
"pulls_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/pulls{/number}", | |
"milestones_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/milestones{/number}", | |
"notifications_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/notifications{?since,all,participating}", | |
"labels_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/labels{/name}", | |
"releases_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/releases{/id}", | |
"deployments_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/deployments" | |
}, | |
"invitee": { | |
"login": "github-terraform-test-collaborator", | |
"id": 60107582, | |
"node_id": "MDQ6VXNlcjYwMTA3NTgy", | |
"avatar_url": "https://avatars1.githubusercontent.com/u/60107582?v=4", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/github-terraform-test-collaborator", | |
"html_url": "https://github.com/github-terraform-test-collaborator", | |
"followers_url": "https://api.github.com/users/github-terraform-test-collaborator/followers", | |
"following_url": "https://api.github.com/users/github-terraform-test-collaborator/following{/other_user}", | |
"gists_url": "https://api.github.com/users/github-terraform-test-collaborator/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/github-terraform-test-collaborator/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/github-terraform-test-collaborator/subscriptions", | |
"organizations_url": "https://api.github.com/users/github-terraform-test-collaborator/orgs", | |
"repos_url": "https://api.github.com/users/github-terraform-test-collaborator/repos", | |
"events_url": "https://api.github.com/users/github-terraform-test-collaborator/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/github-terraform-test-collaborator/received_events", | |
"type": "User", | |
"site_admin": false | |
}, | |
"inviter": { | |
"login": "jcudit", | |
"id": 5034582, | |
"node_id": "MDQ6VXNlcjUwMzQ1ODI=", | |
"avatar_url": "https://avatars0.githubusercontent.com/u/5034582?v=4", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/jcudit", | |
"html_url": "https://github.com/jcudit", | |
"followers_url": "https://api.github.com/users/jcudit/followers", | |
"following_url": "https://api.github.com/users/jcudit/following{/other_user}", | |
"gists_url": "https://api.github.com/users/jcudit/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/jcudit/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/jcudit/subscriptions", | |
"organizations_url": "https://api.github.com/users/jcudit/orgs", | |
"repos_url": "https://api.github.com/users/jcudit/repos", | |
"events_url": "https://api.github.com/users/jcudit/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/jcudit/received_events", | |
"type": "User", | |
"site_admin": true | |
}, | |
"permissions": "admin", | |
"created_at": "2020-02-26T21:30:18Z", | |
"url": "https://api.github.com/user/repository_invitations/23914113", | |
"html_url": "https://github.com/terraformtesting/tf-acc-test-collab-mal4w/invitations" | |
} | |
] | |
0 | |
----------------------------------------------------- | |
2020/02/26 16:30:20 [INFO] terraform: building graph: GraphTypePlan | |
2020/02/26 16:30:20 [DEBUG] adding implicit provider configuration provider.github, implied first by github_repository.test | |
2020/02/26 16:30:20 [DEBUG] ProviderTransformer: "github_repository_collaborator.test_repo_collaborator" (*terraform.NodePlannableResource) needs provider.github | |
2020/02/26 16:30:20 [DEBUG] ProviderTransformer: "github_repository.test" (*terraform.NodePlannableResource) needs provider.github | |
2020/02/26 16:30:20 [DEBUG] ReferenceTransformer: "github_repository.test" references: [] | |
2020/02/26 16:30:20 [DEBUG] ReferenceTransformer: "github_repository_collaborator.test_repo_collaborator" references: [github_repository.test] | |
2020/02/26 16:30:20 [DEBUG] ReferenceTransformer: "provider.github" references: [] | |
2020/02/26 16:30:20 [DEBUG] Starting graph walk: walkPlan | |
2020/02/26 16:30:20 [DEBUG] ReferenceTransformer: "github_repository.test" references: [] | |
2020/02/26 16:30:20 [DEBUG] ReferenceTransformer: "github_repository_collaborator.test_repo_collaborator" references: [] | |
2020/02/26 16:30:20 [DEBUG] provider has no plugin.Client | |
2020/02/26 16:30:20 [INFO] terraform: building graph: GraphTypeRefresh | |
2020/02/26 16:30:20 [DEBUG] adding implicit provider configuration provider.github, implied first by github_repository.test | |
2020/02/26 16:30:20 [DEBUG] ProviderTransformer: "github_repository.test" (*terraform.NodeRefreshableManagedResource) needs provider.github | |
2020/02/26 16:30:20 [DEBUG] ProviderTransformer: "github_repository_collaborator.test_repo_collaborator" (*terraform.NodeRefreshableManagedResource) needs provider.github | |
2020/02/26 16:30:20 [DEBUG] ReferenceTransformer: "github_repository.test" references: [] | |
2020/02/26 16:30:20 [DEBUG] ReferenceTransformer: "github_repository_collaborator.test_repo_collaborator" references: [github_repository.test] | |
2020/02/26 16:30:20 [DEBUG] ReferenceTransformer: "provider.github" references: [] | |
2020/02/26 16:30:20 [DEBUG] Starting graph walk: walkRefresh | |
2020/02/26 16:30:20 [DEBUG] ReferenceTransformer: "github_repository.test" references: [] | |
2020/02/26 16:30:20 [DEBUG] Reading repository: terraformtesting/tf-acc-test-collab-mal4w | |
2020/02/26 16:30:20 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:20 [DEBUG] Github API Request Details: | |
---[ REQUEST ]--------------------------------------- | |
GET /repos/terraformtesting/tf-acc-test-collab-mal4w HTTP/1.1 | |
Host: api.github.com | |
User-Agent: go-github | |
Accept: application/vnd.github.scarlet-witch-preview+json, application/vnd.github.mercy-preview+json, application/vnd.github.baptiste-preview+json | |
Accept-Encoding: gzip | |
----------------------------------------------------- | |
2020/02/26 16:30:20 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:20 [DEBUG] Github API Response Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 304 Not Modified | |
Access-Control-Allow-Origin: * | |
Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset | |
Cache-Control: private, max-age=60, s-maxage=60 | |
Content-Security-Policy: default-src 'none' | |
Date: Wed, 26 Feb 2020 21:30:20 GMT | |
Etag: "eab89f3180955fc28fb1e688a2b81dac" | |
Last-Modified: Wed, 26 Feb 2020 21:30:16 GMT | |
Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin | |
Server: GitHub.com | |
Status: 304 Not Modified | |
Strict-Transport-Security: max-age=31536000; includeSubdomains; preload | |
Vary: Accept, Authorization, Cookie, X-GitHub-OTP | |
Vary: Accept-Encoding, Accept, X-Requested-With | |
X-Content-Type-Options: nosniff | |
X-Frame-Options: deny | |
X-Github-Request-Id: F706:2A77:2FFA7:81935:5E56E36C | |
X-Ratelimit-Limit: 5000 | |
X-Ratelimit-Remaining: 4905 | |
X-Ratelimit-Reset: 1582755716 | |
X-Xss-Protection: 1; mode=block | |
----------------------------------------------------- | |
2020/02/26 16:30:20 [DEBUG] ReferenceTransformer: "github_repository_collaborator.test_repo_collaborator" references: [] | |
2020/02/26 16:30:20 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:20 [DEBUG] Github API Request Details: | |
---[ REQUEST ]--------------------------------------- | |
GET /repos/terraformtesting/tf-acc-test-collab-mal4w/invitations?per_page=100 HTTP/1.1 | |
Host: api.github.com | |
User-Agent: go-github | |
Accept: application/vnd.github.v3+json | |
Accept-Encoding: gzip | |
----------------------------------------------------- | |
2020/02/26 16:30:20 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:20 [DEBUG] Github API Response Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Transfer-Encoding: chunked | |
Access-Control-Allow-Origin: * | |
Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset | |
Cache-Control: private, max-age=60, s-maxage=60 | |
Content-Security-Policy: default-src 'none' | |
Content-Type: application/json; charset=utf-8 | |
Date: Wed, 26 Feb 2020 21:30:20 GMT | |
Etag: W/"a1236b9ea627832173fde1f6b34863ef" | |
Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin | |
Server: GitHub.com | |
Status: 200 OK | |
Strict-Transport-Security: max-age=31536000; includeSubdomains; preload | |
Vary: Accept, Authorization, Cookie, X-GitHub-OTP | |
Vary: Accept-Encoding, Accept, X-Requested-With | |
X-Accepted-Oauth-Scopes: | |
X-Content-Type-Options: nosniff | |
X-Frame-Options: deny | |
X-Github-Media-Type: github.v3; format=json | |
X-Github-Request-Id: F706:2A77:2FFAD:81945:5E56E36C | |
X-Oauth-Scopes: admin:org, admin:org_hook, admin:repo_hook, delete_repo, repo, user, workflow | |
X-Ratelimit-Limit: 5000 | |
X-Ratelimit-Remaining: 4904 | |
X-Ratelimit-Reset: 1582755716 | |
X-Xss-Protection: 1; mode=block | |
1d70 | |
[ | |
{ | |
"id": 23914113, | |
"node_id": "MDIwOlJlcG9zaXRvcnlJbnZpdGF0aW9uMjM5MTQxMTM=", | |
"repository": { | |
"id": 243369854, | |
"node_id": "MDEwOlJlcG9zaXRvcnkyNDMzNjk4NTQ=", | |
"name": "tf-acc-test-collab-mal4w", | |
"full_name": "terraformtesting/tf-acc-test-collab-mal4w", | |
"private": false, | |
"owner": { | |
"login": "terraformtesting", | |
"id": 17906721, | |
"node_id": "MDEyOk9yZ2FuaXphdGlvbjE3OTA2NzIx", | |
"avatar_url": "https://avatars0.githubusercontent.com/u/17906721?v=4", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/terraformtesting", | |
"html_url": "https://github.com/terraformtesting", | |
"followers_url": "https://api.github.com/users/terraformtesting/followers", | |
"following_url": "https://api.github.com/users/terraformtesting/following{/other_user}", | |
"gists_url": "https://api.github.com/users/terraformtesting/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/terraformtesting/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/terraformtesting/subscriptions", | |
"organizations_url": "https://api.github.com/users/terraformtesting/orgs", | |
"repos_url": "https://api.github.com/users/terraformtesting/repos", | |
"events_url": "https://api.github.com/users/terraformtesting/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/terraformtesting/received_events", | |
"type": "Organization", | |
"site_admin": false | |
}, | |
"html_url": "https://github.com/terraformtesting/tf-acc-test-collab-mal4w", | |
"description": null, | |
"fork": false, | |
"url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w", | |
"forks_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/forks", | |
"keys_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/keys{/key_id}", | |
"collaborators_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/collaborators{/collaborator}", | |
"teams_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/teams", | |
"hooks_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/hooks", | |
"issue_events_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/issues/events{/number}", | |
"events_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/events", | |
"assignees_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/assignees{/user}", | |
"branches_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/branches{/branch}", | |
"tags_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/tags", | |
"blobs_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/git/blobs{/sha}", | |
"git_tags_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/git/tags{/sha}", | |
"git_refs_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/git/refs{/sha}", | |
"trees_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/git/trees{/sha}", | |
"statuses_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/statuses/{sha}", | |
"languages_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/languages", | |
"stargazers_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/stargazers", | |
"contributors_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/contributors", | |
"subscribers_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/subscribers", | |
"subscription_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/subscription", | |
"commits_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/commits{/sha}", | |
"git_commits_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/git/commits{/sha}", | |
"comments_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/comments{/number}", | |
"issue_comment_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/issues/comments{/number}", | |
"contents_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/contents/{+path}", | |
"compare_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/compare/{base}...{head}", | |
"merges_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/merges", | |
"archive_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/{archive_format}{/ref}", | |
"downloads_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/downloads", | |
"issues_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/issues{/number}", | |
"pulls_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/pulls{/number}", | |
"milestones_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/milestones{/number}", | |
"notifications_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/notifications{?since,all,participating}", | |
"labels_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/labels{/name}", | |
"releases_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/releases{/id}", | |
"deployments_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/deployments" | |
}, | |
"invitee": { | |
"login": "github-terraform-test-collaborator", | |
"id": 60107582, | |
"node_id": "MDQ6VXNlcjYwMTA3NTgy", | |
"avatar_url": "https://avatars1.githubusercontent.com/u/60107582?v=4", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/github-terraform-test-collaborator", | |
"html_url": "https://github.com/github-terraform-test-collaborator", | |
"followers_url": "https://api.github.com/users/github-terraform-test-collaborator/followers", | |
"following_url": "https://api.github.com/users/github-terraform-test-collaborator/following{/other_user}", | |
"gists_url": "https://api.github.com/users/github-terraform-test-collaborator/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/github-terraform-test-collaborator/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/github-terraform-test-collaborator/subscriptions", | |
"organizations_url": "https://api.github.com/users/github-terraform-test-collaborator/orgs", | |
"repos_url": "https://api.github.com/users/github-terraform-test-collaborator/repos", | |
"events_url": "https://api.github.com/users/github-terraform-test-collaborator/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/github-terraform-test-collaborator/received_events", | |
"type": "User", | |
"site_admin": false | |
}, | |
"inviter": { | |
"login": "jcudit", | |
"id": 5034582, | |
"node_id": "MDQ6VXNlcjUwMzQ1ODI=", | |
"avatar_url": "https://avatars0.githubusercontent.com/u/5034582?v=4", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/jcudit", | |
"html_url": "https://github.com/jcudit", | |
"followers_url": "https://api.github.com/users/jcudit/followers", | |
"following_url": "https://api.github.com/users/jcudit/following{/other_user}", | |
"gists_url": "https://api.github.com/users/jcudit/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/jcudit/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/jcudit/subscriptions", | |
"organizations_url": "https://api.github.com/users/jcudit/orgs", | |
"repos_url": "https://api.github.com/users/jcudit/repos", | |
"events_url": "https://api.github.com/users/jcudit/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/jcudit/received_events", | |
"type": "User", | |
"site_admin": true | |
}, | |
"permissions": "admin", | |
"created_at": "2020-02-26T21:30:18Z", | |
"url": "https://api.github.com/user/repository_invitations/23914113", | |
"html_url": "https://github.com/terraformtesting/tf-acc-test-collab-mal4w/invitations" | |
} | |
] | |
0 | |
----------------------------------------------------- | |
2020/02/26 16:30:20 [DEBUG] Found invitation for "github-terraform-test-collaborator" | |
2020/02/26 16:30:20 [DEBUG] provider has no plugin.Client | |
2020/02/26 16:30:20 [DEBUG] New state was assigned lineage "eb69bdd1-77f9-8970-eba9-ef2222f6a117" | |
2020/02/26 16:30:20 [INFO] terraform: building graph: GraphTypePlan | |
2020/02/26 16:30:20 [DEBUG] adding implicit provider configuration provider.github, implied first by github_repository_collaborator.test_repo_collaborator | |
2020/02/26 16:30:20 [DEBUG] ProviderTransformer: "github_repository.test" (*terraform.NodePlannableResource) needs provider.github | |
2020/02/26 16:30:20 [DEBUG] ProviderTransformer: "github_repository_collaborator.test_repo_collaborator" (*terraform.NodePlannableResource) needs provider.github | |
2020/02/26 16:30:20 [DEBUG] ReferenceTransformer: "github_repository_collaborator.test_repo_collaborator" references: [github_repository.test] | |
2020/02/26 16:30:20 [DEBUG] ReferenceTransformer: "provider.github" references: [] | |
2020/02/26 16:30:20 [DEBUG] ReferenceTransformer: "github_repository.test" references: [] | |
2020/02/26 16:30:20 [DEBUG] Starting graph walk: walkPlan | |
2020/02/26 16:30:20 [DEBUG] ReferenceTransformer: "github_repository.test" references: [] | |
2020/02/26 16:30:20 [DEBUG] ReferenceTransformer: "github_repository_collaborator.test_repo_collaborator" references: [] | |
2020/02/26 16:30:20 [DEBUG] provider has no plugin.Client | |
2020/02/26 16:30:20 [DEBUG] Test: Executing step 1 | |
2020/02/26 16:30:20 [DEBUG] provider has no plugin.Client | |
2020/02/26 16:30:20 [DEBUG] provider has no plugin.Client | |
2020/02/26 16:30:20 [DEBUG] ProviderTransformer: "github_repository_collaborator.test_repo_collaborator (import id \"tf-acc-test-collab-mal4w:github-terraform-test-collaborator\")" (*terraform.graphNodeImportState) needs provider.github | |
2020/02/26 16:30:20 [DEBUG] pruning unused provider.tls | |
2020/02/26 16:30:20 [DEBUG] ReferenceTransformer: "github_repository_collaborator.test_repo_collaborator (import id \"tf-acc-test-collab-mal4w:github-terraform-test-collaborator\")" references: [] | |
2020/02/26 16:30:20 [DEBUG] ReferenceTransformer: "provider.github" references: [] | |
2020/02/26 16:30:20 [DEBUG] Starting graph walk: walkImport | |
2020/02/26 16:30:20 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:20 [DEBUG] Github API Request Details: | |
---[ REQUEST ]--------------------------------------- | |
GET /repos/terraformtesting/tf-acc-test-collab-mal4w/invitations?per_page=100 HTTP/1.1 | |
Host: api.github.com | |
User-Agent: go-github | |
Accept: application/vnd.github.v3+json | |
Accept-Encoding: gzip | |
----------------------------------------------------- | |
2020/02/26 16:30:20 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:20 [DEBUG] Github API Response Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Transfer-Encoding: chunked | |
Access-Control-Allow-Origin: * | |
Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset | |
Cache-Control: private, max-age=60, s-maxage=60 | |
Content-Security-Policy: default-src 'none' | |
Content-Type: application/json; charset=utf-8 | |
Date: Wed, 26 Feb 2020 21:30:20 GMT | |
Etag: W/"a1236b9ea627832173fde1f6b34863ef" | |
Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin | |
Server: GitHub.com | |
Status: 200 OK | |
Strict-Transport-Security: max-age=31536000; includeSubdomains; preload | |
Vary: Accept, Authorization, Cookie, X-GitHub-OTP | |
Vary: Accept-Encoding, Accept, X-Requested-With | |
X-Accepted-Oauth-Scopes: | |
X-Content-Type-Options: nosniff | |
X-Frame-Options: deny | |
X-Github-Media-Type: github.v3; format=json | |
X-Github-Request-Id: F706:2A77:2FFB1:8194C:5E56E36C | |
X-Oauth-Scopes: admin:org, admin:org_hook, admin:repo_hook, delete_repo, repo, user, workflow | |
X-Ratelimit-Limit: 5000 | |
X-Ratelimit-Remaining: 4903 | |
X-Ratelimit-Reset: 1582755715 | |
X-Xss-Protection: 1; mode=block | |
1d70 | |
[ | |
{ | |
"id": 23914113, | |
"node_id": "MDIwOlJlcG9zaXRvcnlJbnZpdGF0aW9uMjM5MTQxMTM=", | |
"repository": { | |
"id": 243369854, | |
"node_id": "MDEwOlJlcG9zaXRvcnkyNDMzNjk4NTQ=", | |
"name": "tf-acc-test-collab-mal4w", | |
"full_name": "terraformtesting/tf-acc-test-collab-mal4w", | |
"private": false, | |
"owner": { | |
"login": "terraformtesting", | |
"id": 17906721, | |
"node_id": "MDEyOk9yZ2FuaXphdGlvbjE3OTA2NzIx", | |
"avatar_url": "https://avatars0.githubusercontent.com/u/17906721?v=4", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/terraformtesting", | |
"html_url": "https://github.com/terraformtesting", | |
"followers_url": "https://api.github.com/users/terraformtesting/followers", | |
"following_url": "https://api.github.com/users/terraformtesting/following{/other_user}", | |
"gists_url": "https://api.github.com/users/terraformtesting/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/terraformtesting/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/terraformtesting/subscriptions", | |
"organizations_url": "https://api.github.com/users/terraformtesting/orgs", | |
"repos_url": "https://api.github.com/users/terraformtesting/repos", | |
"events_url": "https://api.github.com/users/terraformtesting/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/terraformtesting/received_events", | |
"type": "Organization", | |
"site_admin": false | |
}, | |
"html_url": "https://github.com/terraformtesting/tf-acc-test-collab-mal4w", | |
"description": null, | |
"fork": false, | |
"url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w", | |
"forks_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/forks", | |
"keys_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/keys{/key_id}", | |
"collaborators_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/collaborators{/collaborator}", | |
"teams_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/teams", | |
"hooks_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/hooks", | |
"issue_events_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/issues/events{/number}", | |
"events_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/events", | |
"assignees_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/assignees{/user}", | |
"branches_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/branches{/branch}", | |
"tags_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/tags", | |
"blobs_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/git/blobs{/sha}", | |
"git_tags_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/git/tags{/sha}", | |
"git_refs_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/git/refs{/sha}", | |
"trees_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/git/trees{/sha}", | |
"statuses_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/statuses/{sha}", | |
"languages_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/languages", | |
"stargazers_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/stargazers", | |
"contributors_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/contributors", | |
"subscribers_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/subscribers", | |
"subscription_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/subscription", | |
"commits_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/commits{/sha}", | |
"git_commits_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/git/commits{/sha}", | |
"comments_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/comments{/number}", | |
"issue_comment_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/issues/comments{/number}", | |
"contents_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/contents/{+path}", | |
"compare_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/compare/{base}...{head}", | |
"merges_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/merges", | |
"archive_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/{archive_format}{/ref}", | |
"downloads_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/downloads", | |
"issues_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/issues{/number}", | |
"pulls_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/pulls{/number}", | |
"milestones_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/milestones{/number}", | |
"notifications_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/notifications{?since,all,participating}", | |
"labels_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/labels{/name}", | |
"releases_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/releases{/id}", | |
"deployments_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/deployments" | |
}, | |
"invitee": { | |
"login": "github-terraform-test-collaborator", | |
"id": 60107582, | |
"node_id": "MDQ6VXNlcjYwMTA3NTgy", | |
"avatar_url": "https://avatars1.githubusercontent.com/u/60107582?v=4", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/github-terraform-test-collaborator", | |
"html_url": "https://github.com/github-terraform-test-collaborator", | |
"followers_url": "https://api.github.com/users/github-terraform-test-collaborator/followers", | |
"following_url": "https://api.github.com/users/github-terraform-test-collaborator/following{/other_user}", | |
"gists_url": "https://api.github.com/users/github-terraform-test-collaborator/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/github-terraform-test-collaborator/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/github-terraform-test-collaborator/subscriptions", | |
"organizations_url": "https://api.github.com/users/github-terraform-test-collaborator/orgs", | |
"repos_url": "https://api.github.com/users/github-terraform-test-collaborator/repos", | |
"events_url": "https://api.github.com/users/github-terraform-test-collaborator/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/github-terraform-test-collaborator/received_events", | |
"type": "User", | |
"site_admin": false | |
}, | |
"inviter": { | |
"login": "jcudit", | |
"id": 5034582, | |
"node_id": "MDQ6VXNlcjUwMzQ1ODI=", | |
"avatar_url": "https://avatars0.githubusercontent.com/u/5034582?v=4", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/jcudit", | |
"html_url": "https://github.com/jcudit", | |
"followers_url": "https://api.github.com/users/jcudit/followers", | |
"following_url": "https://api.github.com/users/jcudit/following{/other_user}", | |
"gists_url": "https://api.github.com/users/jcudit/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/jcudit/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/jcudit/subscriptions", | |
"organizations_url": "https://api.github.com/users/jcudit/orgs", | |
"repos_url": "https://api.github.com/users/jcudit/repos", | |
"events_url": "https://api.github.com/users/jcudit/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/jcudit/received_events", | |
"type": "User", | |
"site_admin": true | |
}, | |
"permissions": "admin", | |
"created_at": "2020-02-26T21:30:18Z", | |
"url": "https://api.github.com/user/repository_invitations/23914113", | |
"html_url": "https://github.com/terraformtesting/tf-acc-test-collab-mal4w/invitations" | |
} | |
] | |
0 | |
----------------------------------------------------- | |
2020/02/26 16:30:20 [DEBUG] Found invitation for "github-terraform-test-collaborator" | |
2020/02/26 16:30:20 [DEBUG] provider has no plugin.Client | |
2020/02/26 16:30:20 [DEBUG] New state was assigned lineage "ab4efd25-6e85-0f1b-aab2-2a7839ea7bdf" | |
2020/02/26 16:30:20 [WARN] Test: Executing destroy step | |
2020/02/26 16:30:20 [DEBUG] provider has no plugin.Client | |
2020/02/26 16:30:20 [INFO] terraform: building graph: GraphTypeValidate | |
2020/02/26 16:30:20 [DEBUG] adding implicit provider configuration provider.github, implied first by github_repository.test | |
2020/02/26 16:30:20 [DEBUG] ProviderTransformer: "github_repository.test" (*terraform.NodeAbstractResourceInstance) needs provider.github | |
2020/02/26 16:30:20 [DEBUG] ProviderTransformer: "github_repository_collaborator.test_repo_collaborator" (*terraform.NodeAbstractResourceInstance) needs provider.github | |
2020/02/26 16:30:20 [DEBUG] ReferenceTransformer: "provider.github" references: [] | |
2020/02/26 16:30:20 [DEBUG] ReferenceTransformer: "github_repository.test" references: [] | |
2020/02/26 16:30:20 [DEBUG] ReferenceTransformer: "github_repository_collaborator.test_repo_collaborator" references: [] | |
2020/02/26 16:30:20 [DEBUG] Starting graph walk: walkValidate | |
2020/02/26 16:30:20 [DEBUG] provider has no plugin.Client | |
2020/02/26 16:30:20 [WARN] Not fixing up EachModes for github_repository.test because it has no config | |
2020/02/26 16:30:20 [WARN] Not fixing up EachModes for github_repository_collaborator.test_repo_collaborator because it has no config | |
2020/02/26 16:30:20 [INFO] terraform: building graph: GraphTypeRefresh | |
2020/02/26 16:30:20 [DEBUG] adding implicit provider configuration provider.github, implied first by github_repository.test | |
2020/02/26 16:30:20 [DEBUG] ProviderTransformer: "github_repository.test" (*terraform.NodeRefreshableManagedResourceInstance) needs provider.github | |
2020/02/26 16:30:20 [DEBUG] ProviderTransformer: "github_repository_collaborator.test_repo_collaborator" (*terraform.NodeRefreshableManagedResourceInstance) needs provider.github | |
2020/02/26 16:30:20 [DEBUG] ReferenceTransformer: "github_repository.test" references: [] | |
2020/02/26 16:30:20 [DEBUG] ReferenceTransformer: "github_repository_collaborator.test_repo_collaborator" references: [] | |
2020/02/26 16:30:20 [DEBUG] ReferenceTransformer: "provider.github" references: [] | |
2020/02/26 16:30:20 [DEBUG] Starting graph walk: walkRefresh | |
2020/02/26 16:30:20 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:20 [DEBUG] Github API Request Details: | |
---[ REQUEST ]--------------------------------------- | |
GET /repos/terraformtesting/tf-acc-test-collab-mal4w/invitations?per_page=100 HTTP/1.1 | |
Host: api.github.com | |
User-Agent: go-github | |
Accept: application/vnd.github.v3+json | |
Accept-Encoding: gzip | |
----------------------------------------------------- | |
2020/02/26 16:30:20 [DEBUG] Reading repository: terraformtesting/tf-acc-test-collab-mal4w | |
2020/02/26 16:30:20 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:20 [DEBUG] Github API Request Details: | |
---[ REQUEST ]--------------------------------------- | |
GET /repos/terraformtesting/tf-acc-test-collab-mal4w HTTP/1.1 | |
Host: api.github.com | |
User-Agent: go-github | |
Accept: application/vnd.github.scarlet-witch-preview+json, application/vnd.github.mercy-preview+json, application/vnd.github.baptiste-preview+json | |
Accept-Encoding: gzip | |
----------------------------------------------------- | |
2020/02/26 16:30:20 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:20 [DEBUG] Github API Response Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Transfer-Encoding: chunked | |
Access-Control-Allow-Origin: * | |
Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset | |
Cache-Control: private, max-age=60, s-maxage=60 | |
Content-Security-Policy: default-src 'none' | |
Content-Type: application/json; charset=utf-8 | |
Date: Wed, 26 Feb 2020 21:30:20 GMT | |
Etag: W/"a1236b9ea627832173fde1f6b34863ef" | |
Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin | |
Server: GitHub.com | |
Status: 200 OK | |
Strict-Transport-Security: max-age=31536000; includeSubdomains; preload | |
Vary: Accept, Authorization, Cookie, X-GitHub-OTP | |
Vary: Accept-Encoding, Accept, X-Requested-With | |
X-Accepted-Oauth-Scopes: | |
X-Content-Type-Options: nosniff | |
X-Frame-Options: deny | |
X-Github-Media-Type: github.v3; format=json | |
X-Github-Request-Id: F706:2A77:2FFB2:81951:5E56E36C | |
X-Oauth-Scopes: admin:org, admin:org_hook, admin:repo_hook, delete_repo, repo, user, workflow | |
X-Ratelimit-Limit: 5000 | |
X-Ratelimit-Remaining: 4902 | |
X-Ratelimit-Reset: 1582755715 | |
X-Xss-Protection: 1; mode=block | |
1d70 | |
[ | |
{ | |
"id": 23914113, | |
"node_id": "MDIwOlJlcG9zaXRvcnlJbnZpdGF0aW9uMjM5MTQxMTM=", | |
"repository": { | |
"id": 243369854, | |
"node_id": "MDEwOlJlcG9zaXRvcnkyNDMzNjk4NTQ=", | |
"name": "tf-acc-test-collab-mal4w", | |
"full_name": "terraformtesting/tf-acc-test-collab-mal4w", | |
"private": false, | |
"owner": { | |
"login": "terraformtesting", | |
"id": 17906721, | |
"node_id": "MDEyOk9yZ2FuaXphdGlvbjE3OTA2NzIx", | |
"avatar_url": "https://avatars0.githubusercontent.com/u/17906721?v=4", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/terraformtesting", | |
"html_url": "https://github.com/terraformtesting", | |
"followers_url": "https://api.github.com/users/terraformtesting/followers", | |
"following_url": "https://api.github.com/users/terraformtesting/following{/other_user}", | |
"gists_url": "https://api.github.com/users/terraformtesting/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/terraformtesting/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/terraformtesting/subscriptions", | |
"organizations_url": "https://api.github.com/users/terraformtesting/orgs", | |
"repos_url": "https://api.github.com/users/terraformtesting/repos", | |
"events_url": "https://api.github.com/users/terraformtesting/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/terraformtesting/received_events", | |
"type": "Organization", | |
"site_admin": false | |
}, | |
"html_url": "https://github.com/terraformtesting/tf-acc-test-collab-mal4w", | |
"description": null, | |
"fork": false, | |
"url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w", | |
"forks_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/forks", | |
"keys_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/keys{/key_id}", | |
"collaborators_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/collaborators{/collaborator}", | |
"teams_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/teams", | |
"hooks_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/hooks", | |
"issue_events_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/issues/events{/number}", | |
"events_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/events", | |
"assignees_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/assignees{/user}", | |
"branches_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/branches{/branch}", | |
"tags_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/tags", | |
"blobs_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/git/blobs{/sha}", | |
"git_tags_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/git/tags{/sha}", | |
"git_refs_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/git/refs{/sha}", | |
"trees_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/git/trees{/sha}", | |
"statuses_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/statuses/{sha}", | |
"languages_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/languages", | |
"stargazers_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/stargazers", | |
"contributors_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/contributors", | |
"subscribers_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/subscribers", | |
"subscription_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/subscription", | |
"commits_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/commits{/sha}", | |
"git_commits_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/git/commits{/sha}", | |
"comments_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/comments{/number}", | |
"issue_comment_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/issues/comments{/number}", | |
"contents_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/contents/{+path}", | |
"compare_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/compare/{base}...{head}", | |
"merges_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/merges", | |
"archive_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/{archive_format}{/ref}", | |
"downloads_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/downloads", | |
"issues_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/issues{/number}", | |
"pulls_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/pulls{/number}", | |
"milestones_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/milestones{/number}", | |
"notifications_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/notifications{?since,all,participating}", | |
"labels_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/labels{/name}", | |
"releases_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/releases{/id}", | |
"deployments_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/deployments" | |
}, | |
"invitee": { | |
"login": "github-terraform-test-collaborator", | |
"id": 60107582, | |
"node_id": "MDQ6VXNlcjYwMTA3NTgy", | |
"avatar_url": "https://avatars1.githubusercontent.com/u/60107582?v=4", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/github-terraform-test-collaborator", | |
"html_url": "https://github.com/github-terraform-test-collaborator", | |
"followers_url": "https://api.github.com/users/github-terraform-test-collaborator/followers", | |
"following_url": "https://api.github.com/users/github-terraform-test-collaborator/following{/other_user}", | |
"gists_url": "https://api.github.com/users/github-terraform-test-collaborator/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/github-terraform-test-collaborator/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/github-terraform-test-collaborator/subscriptions", | |
"organizations_url": "https://api.github.com/users/github-terraform-test-collaborator/orgs", | |
"repos_url": "https://api.github.com/users/github-terraform-test-collaborator/repos", | |
"events_url": "https://api.github.com/users/github-terraform-test-collaborator/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/github-terraform-test-collaborator/received_events", | |
"type": "User", | |
"site_admin": false | |
}, | |
"inviter": { | |
"login": "jcudit", | |
"id": 5034582, | |
"node_id": "MDQ6VXNlcjUwMzQ1ODI=", | |
"avatar_url": "https://avatars0.githubusercontent.com/u/5034582?v=4", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/jcudit", | |
"html_url": "https://github.com/jcudit", | |
"followers_url": "https://api.github.com/users/jcudit/followers", | |
"following_url": "https://api.github.com/users/jcudit/following{/other_user}", | |
"gists_url": "https://api.github.com/users/jcudit/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/jcudit/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/jcudit/subscriptions", | |
"organizations_url": "https://api.github.com/users/jcudit/orgs", | |
"repos_url": "https://api.github.com/users/jcudit/repos", | |
"events_url": "https://api.github.com/users/jcudit/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/jcudit/received_events", | |
"type": "User", | |
"site_admin": true | |
}, | |
"permissions": "admin", | |
"created_at": "2020-02-26T21:30:18Z", | |
"url": "https://api.github.com/user/repository_invitations/23914113", | |
"html_url": "https://github.com/terraformtesting/tf-acc-test-collab-mal4w/invitations" | |
} | |
] | |
0 | |
----------------------------------------------------- | |
2020/02/26 16:30:20 [DEBUG] Found invitation for "github-terraform-test-collaborator" | |
2020/02/26 16:30:21 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:21 [DEBUG] Github API Response Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 304 Not Modified | |
Access-Control-Allow-Origin: * | |
Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset | |
Cache-Control: private, max-age=60, s-maxage=60 | |
Content-Security-Policy: default-src 'none' | |
Date: Wed, 26 Feb 2020 21:30:21 GMT | |
Etag: "eab89f3180955fc28fb1e688a2b81dac" | |
Last-Modified: Wed, 26 Feb 2020 21:30:16 GMT | |
Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin | |
Server: GitHub.com | |
Status: 304 Not Modified | |
Strict-Transport-Security: max-age=31536000; includeSubdomains; preload | |
Vary: Accept, Authorization, Cookie, X-GitHub-OTP | |
Vary: Accept-Encoding, Accept, X-Requested-With | |
X-Content-Type-Options: nosniff | |
X-Frame-Options: deny | |
X-Github-Request-Id: F706:2A77:2FFB6:81954:5E56E36C | |
X-Ratelimit-Limit: 5000 | |
X-Ratelimit-Remaining: 4902 | |
X-Ratelimit-Reset: 1582755715 | |
X-Xss-Protection: 1; mode=block | |
----------------------------------------------------- | |
2020/02/26 16:30:21 [DEBUG] provider has no plugin.Client | |
2020/02/26 16:30:21 [DEBUG] New state was assigned lineage "35942b14-7ae4-808f-0fb4-98e8427cf39f" | |
2020/02/26 16:30:21 [INFO] terraform: building graph: GraphTypePlanDestroy | |
2020/02/26 16:30:21 [DEBUG] adding implicit provider configuration provider.github, implied first by github_repository_collaborator.test_repo_collaborator | |
2020/02/26 16:30:21 [DEBUG] ProviderTransformer: "github_repository_collaborator.test_repo_collaborator" (*terraform.NodePlanDestroyableResourceInstance) needs provider.github | |
2020/02/26 16:30:21 [DEBUG] ProviderTransformer: "github_repository.test" (*terraform.NodePlanDestroyableResourceInstance) needs provider.github | |
2020/02/26 16:30:21 [DEBUG] adding implicit provider configuration provider.github, implied first by github_repository.test | |
2020/02/26 16:30:21 [DEBUG] ProviderTransformer: "github_repository_collaborator.test_repo_collaborator (destroy)" (*terraform.NodeDestroyResourceInstance) needs provider.github | |
2020/02/26 16:30:21 [DEBUG] ProviderTransformer: "github_repository.test" (*terraform.NodeAbstractResourceInstance) needs provider.github | |
2020/02/26 16:30:21 [DEBUG] ProviderTransformer: "github_repository.test (destroy)" (*terraform.NodeDestroyResourceInstance) needs provider.github | |
2020/02/26 16:30:21 [DEBUG] ProviderTransformer: "github_repository_collaborator.test_repo_collaborator" (*terraform.NodeAbstractResourceInstance) needs provider.github | |
2020/02/26 16:30:21 [DEBUG] ReferenceTransformer: "github_repository.test" references: [] | |
2020/02/26 16:30:21 [DEBUG] ReferenceTransformer: "github_repository.test (destroy)" references: [] | |
2020/02/26 16:30:21 [DEBUG] ReferenceTransformer: "github_repository_collaborator.test_repo_collaborator" references: [] | |
2020/02/26 16:30:21 [DEBUG] ReferenceTransformer: "github_repository_collaborator.test_repo_collaborator (destroy)" references: [] | |
2020/02/26 16:30:21 [DEBUG] ReferenceTransformer: "provider.github" references: [] | |
2020/02/26 16:30:21 [DEBUG] Starting graph walk: walkPlanDestroy | |
2020/02/26 16:30:21 [WARN] Test: Step plan: DIFF: | |
DESTROY: github_repository.test | |
allow_merge_commit: "true" => "" | |
allow_rebase_merge: "true" => "" | |
allow_squash_merge: "true" => "" | |
archived: "false" => "" | |
default_branch: "master" => "" | |
description: "" => "" | |
etag: "W/\"eab89f3180955fc28fb1e688a2b81dac\"" => "" | |
full_name: "terraformtesting/tf-acc-test-collab-mal4w" => "" | |
git_clone_url: "git://github.com/terraformtesting/tf-acc-test-collab-mal4w.git" => "" | |
has_downloads: "false" => "" | |
has_issues: "false" => "" | |
has_projects: "false" => "" | |
has_wiki: "false" => "" | |
homepage_url: "" => "" | |
html_url: "https://github.com/terraformtesting/tf-acc-test-collab-mal4w" => "" | |
http_clone_url: "https://github.com/terraformtesting/tf-acc-test-collab-mal4w.git" => "" | |
id: "tf-acc-test-collab-mal4w" => "" | |
name: "tf-acc-test-collab-mal4w" => "" | |
private: "false" => "" | |
ssh_clone_url: "[email protected]:terraformtesting/tf-acc-test-collab-mal4w.git" => "" | |
svn_url: "https://github.com/terraformtesting/tf-acc-test-collab-mal4w" => "" | |
template.#: "0" => "" | |
DESTROY: github_repository_collaborator.test_repo_collaborator | |
id: "tf-acc-test-collab-mal4w:github-terraform-test-collaborator" => "" | |
invitation_id: "23914113" => "" | |
permission: "admin" => "" | |
repository: "tf-acc-test-collab-mal4w" => "" | |
username: "github-terraform-test-collaborator" => "" | |
STATE: | |
github_repository.test: | |
ID = tf-acc-test-collab-mal4w | |
provider = provider.github | |
allow_merge_commit = true | |
allow_rebase_merge = true | |
allow_squash_merge = true | |
archived = false | |
default_branch = master | |
description = | |
etag = W/"eab89f3180955fc28fb1e688a2b81dac" | |
full_name = terraformtesting/tf-acc-test-collab-mal4w | |
git_clone_url = git://github.com/terraformtesting/tf-acc-test-collab-mal4w.git | |
has_downloads = false | |
has_issues = false | |
has_projects = false | |
has_wiki = false | |
homepage_url = | |
html_url = https://github.com/terraformtesting/tf-acc-test-collab-mal4w | |
http_clone_url = https://github.com/terraformtesting/tf-acc-test-collab-mal4w.git | |
name = tf-acc-test-collab-mal4w | |
private = false | |
ssh_clone_url = [email protected]:terraformtesting/tf-acc-test-collab-mal4w.git | |
svn_url = https://github.com/terraformtesting/tf-acc-test-collab-mal4w | |
github_repository_collaborator.test_repo_collaborator: | |
ID = tf-acc-test-collab-mal4w:github-terraform-test-collaborator | |
provider = provider.github | |
invitation_id = 23914113 | |
permission = admin | |
repository = tf-acc-test-collab-mal4w | |
username = github-terraform-test-collaborator | |
2020/02/26 16:30:21 [INFO] terraform: building graph: GraphTypeApply | |
2020/02/26 16:30:21 [DEBUG] adding implicit provider configuration provider.github, implied first by github_repository_collaborator.test_repo_collaborator (destroy) | |
2020/02/26 16:30:21 [DEBUG] ProviderTransformer: "github_repository_collaborator.test_repo_collaborator (destroy)" (*terraform.NodeDestroyResourceInstance) needs provider.github | |
2020/02/26 16:30:21 [DEBUG] ProviderTransformer: "github_repository.test (destroy)" (*terraform.NodeDestroyResourceInstance) needs provider.github | |
2020/02/26 16:30:21 [DEBUG] ReferenceTransformer: "github_repository.test (clean up state)" references: [] | |
2020/02/26 16:30:21 [DEBUG] ReferenceTransformer: "github_repository_collaborator.test_repo_collaborator (clean up state)" references: [] | |
2020/02/26 16:30:21 [DEBUG] ReferenceTransformer: "provider.github" references: [] | |
2020/02/26 16:30:21 [DEBUG] ReferenceTransformer: "github_repository_collaborator.test_repo_collaborator (destroy)" references: [] | |
2020/02/26 16:30:21 [DEBUG] ReferenceTransformer: "github_repository.test (destroy)" references: [] | |
2020/02/26 16:30:21 [DEBUG] adding implicit provider configuration provider.github, implied first by github_repository_collaborator.test_repo_collaborator | |
2020/02/26 16:30:21 [DEBUG] ProviderTransformer: "github_repository.test" (*terraform.NodeAbstractResourceInstance) needs provider.github | |
2020/02/26 16:30:21 [DEBUG] ProviderTransformer: "github_repository.test (destroy)" (*terraform.NodeDestroyResourceInstance) needs provider.github | |
2020/02/26 16:30:21 [DEBUG] ProviderTransformer: "github_repository_collaborator.test_repo_collaborator" (*terraform.NodeAbstractResourceInstance) needs provider.github | |
2020/02/26 16:30:21 [DEBUG] ProviderTransformer: "github_repository_collaborator.test_repo_collaborator (destroy)" (*terraform.NodeDestroyResourceInstance) needs provider.github | |
2020/02/26 16:30:21 [DEBUG] ReferenceTransformer: "provider.github" references: [] | |
2020/02/26 16:30:21 [DEBUG] ReferenceTransformer: "github_repository_collaborator.test_repo_collaborator" references: [] | |
2020/02/26 16:30:21 [DEBUG] ReferenceTransformer: "github_repository_collaborator.test_repo_collaborator (destroy)" references: [] | |
2020/02/26 16:30:21 [DEBUG] ReferenceTransformer: "github_repository.test" references: [] | |
2020/02/26 16:30:21 [DEBUG] ReferenceTransformer: "github_repository.test (destroy)" references: [] | |
2020/02/26 16:30:21 [DEBUG] Starting graph walk: walkDestroy | |
2020/02/26 16:30:21 [DEBUG] github_repository_collaborator.test_repo_collaborator: applying the planned Delete change | |
2020/02/26 16:30:21 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:21 [DEBUG] Github API Request Details: | |
---[ REQUEST ]--------------------------------------- | |
GET /repos/terraformtesting/tf-acc-test-collab-mal4w/invitations?per_page=100 HTTP/1.1 | |
Host: api.github.com | |
User-Agent: go-github | |
Accept: application/vnd.github.v3+json | |
Accept-Encoding: gzip | |
----------------------------------------------------- | |
2020/02/26 16:30:21 [DEBUG] github_repository.test: applying the planned Delete change | |
2020/02/26 16:30:21 [DEBUG] Deleting repository: terraformtesting/tf-acc-test-collab-mal4w | |
2020/02/26 16:30:21 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:21 [DEBUG] Github API Request Details: | |
---[ REQUEST ]--------------------------------------- | |
DELETE /repos/terraformtesting/tf-acc-test-collab-mal4w HTTP/1.1 | |
Host: api.github.com | |
User-Agent: go-github | |
Accept: application/vnd.github.v3+json | |
Accept-Encoding: gzip | |
----------------------------------------------------- | |
2020/02/26 16:30:21 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:21 [DEBUG] Github API Response Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Transfer-Encoding: chunked | |
Access-Control-Allow-Origin: * | |
Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset | |
Cache-Control: private, max-age=60, s-maxage=60 | |
Content-Security-Policy: default-src 'none' | |
Content-Type: application/json; charset=utf-8 | |
Date: Wed, 26 Feb 2020 21:30:21 GMT | |
Etag: W/"a1236b9ea627832173fde1f6b34863ef" | |
Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin | |
Server: GitHub.com | |
Status: 200 OK | |
Strict-Transport-Security: max-age=31536000; includeSubdomains; preload | |
Vary: Accept, Authorization, Cookie, X-GitHub-OTP | |
Vary: Accept-Encoding, Accept, X-Requested-With | |
X-Accepted-Oauth-Scopes: | |
X-Content-Type-Options: nosniff | |
X-Frame-Options: deny | |
X-Github-Media-Type: github.v3; format=json | |
X-Github-Request-Id: F706:2A77:2FFB7:8195E:5E56E36D | |
X-Oauth-Scopes: admin:org, admin:org_hook, admin:repo_hook, delete_repo, repo, user, workflow | |
X-Ratelimit-Limit: 5000 | |
X-Ratelimit-Remaining: 4901 | |
X-Ratelimit-Reset: 1582755716 | |
X-Xss-Protection: 1; mode=block | |
1d70 | |
[ | |
{ | |
"id": 23914113, | |
"node_id": "MDIwOlJlcG9zaXRvcnlJbnZpdGF0aW9uMjM5MTQxMTM=", | |
"repository": { | |
"id": 243369854, | |
"node_id": "MDEwOlJlcG9zaXRvcnkyNDMzNjk4NTQ=", | |
"name": "tf-acc-test-collab-mal4w", | |
"full_name": "terraformtesting/tf-acc-test-collab-mal4w", | |
"private": false, | |
"owner": { | |
"login": "terraformtesting", | |
"id": 17906721, | |
"node_id": "MDEyOk9yZ2FuaXphdGlvbjE3OTA2NzIx", | |
"avatar_url": "https://avatars0.githubusercontent.com/u/17906721?v=4", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/terraformtesting", | |
"html_url": "https://github.com/terraformtesting", | |
"followers_url": "https://api.github.com/users/terraformtesting/followers", | |
"following_url": "https://api.github.com/users/terraformtesting/following{/other_user}", | |
"gists_url": "https://api.github.com/users/terraformtesting/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/terraformtesting/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/terraformtesting/subscriptions", | |
"organizations_url": "https://api.github.com/users/terraformtesting/orgs", | |
"repos_url": "https://api.github.com/users/terraformtesting/repos", | |
"events_url": "https://api.github.com/users/terraformtesting/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/terraformtesting/received_events", | |
"type": "Organization", | |
"site_admin": false | |
}, | |
"html_url": "https://github.com/terraformtesting/tf-acc-test-collab-mal4w", | |
"description": null, | |
"fork": false, | |
"url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w", | |
"forks_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/forks", | |
"keys_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/keys{/key_id}", | |
"collaborators_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/collaborators{/collaborator}", | |
"teams_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/teams", | |
"hooks_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/hooks", | |
"issue_events_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/issues/events{/number}", | |
"events_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/events", | |
"assignees_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/assignees{/user}", | |
"branches_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/branches{/branch}", | |
"tags_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/tags", | |
"blobs_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/git/blobs{/sha}", | |
"git_tags_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/git/tags{/sha}", | |
"git_refs_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/git/refs{/sha}", | |
"trees_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/git/trees{/sha}", | |
"statuses_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/statuses/{sha}", | |
"languages_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/languages", | |
"stargazers_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/stargazers", | |
"contributors_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/contributors", | |
"subscribers_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/subscribers", | |
"subscription_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/subscription", | |
"commits_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/commits{/sha}", | |
"git_commits_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/git/commits{/sha}", | |
"comments_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/comments{/number}", | |
"issue_comment_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/issues/comments{/number}", | |
"contents_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/contents/{+path}", | |
"compare_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/compare/{base}...{head}", | |
"merges_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/merges", | |
"archive_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/{archive_format}{/ref}", | |
"downloads_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/downloads", | |
"issues_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/issues{/number}", | |
"pulls_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/pulls{/number}", | |
"milestones_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/milestones{/number}", | |
"notifications_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/notifications{?since,all,participating}", | |
"labels_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/labels{/name}", | |
"releases_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/releases{/id}", | |
"deployments_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/deployments" | |
}, | |
"invitee": { | |
"login": "github-terraform-test-collaborator", | |
"id": 60107582, | |
"node_id": "MDQ6VXNlcjYwMTA3NTgy", | |
"avatar_url": "https://avatars1.githubusercontent.com/u/60107582?v=4", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/github-terraform-test-collaborator", | |
"html_url": "https://github.com/github-terraform-test-collaborator", | |
"followers_url": "https://api.github.com/users/github-terraform-test-collaborator/followers", | |
"following_url": "https://api.github.com/users/github-terraform-test-collaborator/following{/other_user}", | |
"gists_url": "https://api.github.com/users/github-terraform-test-collaborator/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/github-terraform-test-collaborator/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/github-terraform-test-collaborator/subscriptions", | |
"organizations_url": "https://api.github.com/users/github-terraform-test-collaborator/orgs", | |
"repos_url": "https://api.github.com/users/github-terraform-test-collaborator/repos", | |
"events_url": "https://api.github.com/users/github-terraform-test-collaborator/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/github-terraform-test-collaborator/received_events", | |
"type": "User", | |
"site_admin": false | |
}, | |
"inviter": { | |
"login": "jcudit", | |
"id": 5034582, | |
"node_id": "MDQ6VXNlcjUwMzQ1ODI=", | |
"avatar_url": "https://avatars0.githubusercontent.com/u/5034582?v=4", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/jcudit", | |
"html_url": "https://github.com/jcudit", | |
"followers_url": "https://api.github.com/users/jcudit/followers", | |
"following_url": "https://api.github.com/users/jcudit/following{/other_user}", | |
"gists_url": "https://api.github.com/users/jcudit/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/jcudit/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/jcudit/subscriptions", | |
"organizations_url": "https://api.github.com/users/jcudit/orgs", | |
"repos_url": "https://api.github.com/users/jcudit/repos", | |
"events_url": "https://api.github.com/users/jcudit/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/jcudit/received_events", | |
"type": "User", | |
"site_admin": true | |
}, | |
"permissions": "admin", | |
"created_at": "2020-02-26T21:30:18Z", | |
"url": "https://api.github.com/user/repository_invitations/23914113", | |
"html_url": "https://github.com/terraformtesting/tf-acc-test-collab-mal4w/invitations" | |
} | |
] | |
0 | |
----------------------------------------------------- | |
2020/02/26 16:30:21 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:21 [DEBUG] Github API Request Details: | |
---[ REQUEST ]--------------------------------------- | |
DELETE /repos/terraformtesting/tf-acc-test-collab-mal4w/invitations/23914113 HTTP/1.1 | |
Host: api.github.com | |
User-Agent: go-github | |
Accept: application/vnd.github.v3+json | |
Accept-Encoding: gzip | |
----------------------------------------------------- | |
2020/02/26 16:30:21 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:21 [DEBUG] Sleeping 1s between write operations | |
2020/02/26 16:30:21 [DEBUG] Github API Response Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 204 No Content | |
Access-Control-Allow-Origin: * | |
Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset | |
Content-Security-Policy: default-src 'none' | |
Date: Wed, 26 Feb 2020 21:30:21 GMT | |
Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin | |
Server: GitHub.com | |
Status: 204 No Content | |
Strict-Transport-Security: max-age=31536000; includeSubdomains; preload | |
Vary: Accept-Encoding, Accept, X-Requested-With | |
X-Accepted-Oauth-Scopes: delete_repo | |
X-Content-Type-Options: nosniff | |
X-Frame-Options: deny | |
X-Github-Media-Type: github.v3; format=json | |
X-Github-Request-Id: F706:2A77:2FFBA:81964:5E56E36D | |
X-Oauth-Scopes: admin:org, admin:org_hook, admin:repo_hook, delete_repo, repo, user, workflow | |
X-Ratelimit-Limit: 5000 | |
X-Ratelimit-Remaining: 4900 | |
X-Ratelimit-Reset: 1582755716 | |
X-Xss-Protection: 1; mode=block | |
----------------------------------------------------- | |
2020/02/26 16:30:22 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:22 [DEBUG] Github API Response Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 404 Not Found | |
Transfer-Encoding: chunked | |
Access-Control-Allow-Origin: * | |
Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset | |
Content-Security-Policy: default-src 'none' | |
Content-Type: application/json; charset=utf-8 | |
Date: Wed, 26 Feb 2020 21:30:22 GMT | |
Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin | |
Server: GitHub.com | |
Status: 404 Not Found | |
Strict-Transport-Security: max-age=31536000; includeSubdomains; preload | |
Vary: Accept-Encoding, Accept, X-Requested-With | |
X-Accepted-Oauth-Scopes: repo | |
X-Content-Type-Options: nosniff | |
X-Frame-Options: deny | |
X-Github-Media-Type: github.v3; format=json | |
X-Github-Request-Id: F706:2A77:2FFD3:81985:5E56E36D | |
X-Oauth-Scopes: admin:org, admin:org_hook, admin:repo_hook, delete_repo, repo, user, workflow | |
X-Ratelimit-Limit: 5000 | |
X-Ratelimit-Remaining: 4899 | |
X-Ratelimit-Reset: 1582755716 | |
X-Xss-Protection: 1; mode=block | |
7f | |
{ | |
"message": "Not Found", | |
"documentation_url": "https://developer.github.com/v3/repos/invitations/#delete-a-repository-invitation" | |
} | |
0 | |
----------------------------------------------------- | |
2020/02/26 16:30:22 [DEBUG] github_repository_collaborator.test_repo_collaborator: apply errored, but we're indicating that via the Error pointer rather than returning it: DELETE https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/invitations/23914113: 404 Not Found [] | |
2020/02/26 16:30:22 [ERROR] <root>: eval: *terraform.EvalApplyPost, err: DELETE https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/invitations/23914113: 404 Not Found [] | |
2020/02/26 16:30:22 [ERROR] <root>: eval: *terraform.EvalSequence, err: DELETE https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/invitations/23914113: 404 Not Found [] | |
2020/02/26 16:30:22 [ERROR] <root>: eval: *terraform.EvalOpFilter, err: DELETE https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/invitations/23914113: 404 Not Found [] | |
2020/02/26 16:30:22 [DEBUG] New state was assigned lineage "6756079a-d768-a20d-40b3-7d6319f10410" | |
--- FAIL: TestAccGithubRepositoryCollaborator_basic (8.56s) | |
testing.go:629: Error destroying resource! WARNING: Dangling resources | |
may exist. The full state and error is shown below. | |
Error: errors during apply: DELETE https://api.github.com/repos/terraformtesting/tf-acc-test-collab-mal4w/invitations/23914113: 404 Not Found [] | |
State: github_repository_collaborator.test_repo_collaborator: | |
ID = tf-acc-test-collab-mal4w:github-terraform-test-collaborator | |
provider = provider.github | |
invitation_id = 23914113 | |
permission = admin | |
repository = tf-acc-test-collab-mal4w | |
username = github-terraform-test-collaborator | |
FAIL | |
FAIL github.com/terraform-providers/terraform-provider-github/github 8.969s | |
? github.com/terraform-providers/terraform-provider-github [no test files] | |
=== RUN TestAccGithubRepositoryCollaborator_caseInsensitive | |
=== PAUSE TestAccGithubRepositoryCollaborator_caseInsensitive | |
=== CONT TestAccGithubRepositoryCollaborator_caseInsensitive | |
2020/02/26 16:30:25 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:25 [DEBUG] Test: Executing step 0 | |
2020/02/26 16:30:25 [DEBUG] provider has no plugin.Client | |
2020/02/26 16:30:25 [INFO] terraform: building graph: GraphTypeValidate | |
2020/02/26 16:30:25 [DEBUG] adding implicit provider configuration provider.github, implied first by github_repository_collaborator.test_repo_collaborator | |
2020/02/26 16:30:25 [DEBUG] ProviderTransformer: "github_repository_collaborator.test_repo_collaborator" (*terraform.NodeValidatableResource) needs provider.github | |
2020/02/26 16:30:25 [DEBUG] ProviderTransformer: "github_repository.test" (*terraform.NodeValidatableResource) needs provider.github | |
2020/02/26 16:30:25 [DEBUG] ReferenceTransformer: "github_repository_collaborator.test_repo_collaborator" references: [github_repository.test] | |
2020/02/26 16:30:25 [DEBUG] ReferenceTransformer: "github_repository.test" references: [] | |
2020/02/26 16:30:25 [DEBUG] ReferenceTransformer: "provider.github" references: [] | |
2020/02/26 16:30:25 [DEBUG] Starting graph walk: walkValidate | |
2020/02/26 16:30:25 [DEBUG] provider has no plugin.Client | |
2020/02/26 16:30:25 [INFO] terraform: building graph: GraphTypeRefresh | |
2020/02/26 16:30:25 [DEBUG] Starting graph walk: walkRefresh | |
2020/02/26 16:30:25 [DEBUG] New state was assigned lineage "4a5eb715-6e36-b937-cdc5-6ed2e5854195" | |
2020/02/26 16:30:25 [INFO] terraform: building graph: GraphTypePlan | |
2020/02/26 16:30:25 [DEBUG] adding implicit provider configuration provider.github, implied first by github_repository.test | |
2020/02/26 16:30:25 [DEBUG] ProviderTransformer: "github_repository.test" (*terraform.NodePlannableResource) needs provider.github | |
2020/02/26 16:30:25 [DEBUG] ProviderTransformer: "github_repository_collaborator.test_repo_collaborator" (*terraform.NodePlannableResource) needs provider.github | |
2020/02/26 16:30:25 [DEBUG] ReferenceTransformer: "github_repository.test" references: [] | |
2020/02/26 16:30:25 [DEBUG] ReferenceTransformer: "github_repository_collaborator.test_repo_collaborator" references: [github_repository.test] | |
2020/02/26 16:30:25 [DEBUG] ReferenceTransformer: "provider.github" references: [] | |
2020/02/26 16:30:25 [DEBUG] Starting graph walk: walkPlan | |
2020/02/26 16:30:25 [DEBUG] Resource instance state not found for node "github_repository.test", instance github_repository.test | |
2020/02/26 16:30:25 [DEBUG] ReferenceTransformer: "github_repository.test" references: [] | |
2020/02/26 16:30:25 [WARN] Provider "registry.terraform.io/-/github" produced an invalid plan for github_repository.test, 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_rebase_merge: planned value cty.True does not match config value cty.NullVal(cty.Bool) | |
- .allow_squash_merge: planned value cty.True does not match config value cty.NullVal(cty.Bool) | |
- .allow_merge_commit: planned value cty.True does not match config value cty.NullVal(cty.Bool) | |
- .archived: planned value cty.False does not match config value cty.NullVal(cty.Bool) | |
2020/02/26 16:30:25 [DEBUG] Resource instance state not found for node "github_repository_collaborator.test_repo_collaborator", instance github_repository_collaborator.test_repo_collaborator | |
2020/02/26 16:30:25 [DEBUG] ReferenceTransformer: "github_repository_collaborator.test_repo_collaborator" references: [] | |
2020/02/26 16:30:25 [DEBUG] provider has no plugin.Client | |
2020/02/26 16:30:25 [WARN] Test: Step plan: DIFF: | |
CREATE: github_repository.test | |
allow_merge_commit: "" => "true" | |
allow_rebase_merge: "" => "true" | |
allow_squash_merge: "" => "true" | |
archived: "" => "false" | |
default_branch: "" => "<computed>" | |
etag: "" => "<computed>" | |
full_name: "" => "<computed>" | |
git_clone_url: "" => "<computed>" | |
html_url: "" => "<computed>" | |
http_clone_url: "" => "<computed>" | |
id: "" => "<computed>" | |
name: "" => "tf-acc-test-collab-o1p4m" | |
ssh_clone_url: "" => "<computed>" | |
svn_url: "" => "<computed>" | |
template.#: "" => "0" | |
CREATE: github_repository_collaborator.test_repo_collaborator | |
id: "" => "<computed>" | |
invitation_id: "" => "<computed>" | |
permission: "" => "admin" | |
repository: "" => "tf-acc-test-collab-o1p4m" | |
username: "" => "github-terraform-test-collaborator" | |
STATE: | |
<no state> | |
2020/02/26 16:30:25 [INFO] terraform: building graph: GraphTypeApply | |
2020/02/26 16:30:25 [DEBUG] Resource state not found for node "github_repository.test", instance github_repository.test | |
2020/02/26 16:30:25 [DEBUG] Resource state not found for node "github_repository_collaborator.test_repo_collaborator", instance github_repository_collaborator.test_repo_collaborator | |
2020/02/26 16:30:25 [DEBUG] adding implicit provider configuration provider.github, implied first by github_repository.test (prepare state) | |
2020/02/26 16:30:25 [DEBUG] ProviderTransformer: "github_repository.test (prepare state)" (*terraform.NodeApplyableResource) needs provider.github | |
2020/02/26 16:30:25 [DEBUG] ProviderTransformer: "github_repository_collaborator.test_repo_collaborator (prepare state)" (*terraform.NodeApplyableResource) needs provider.github | |
2020/02/26 16:30:25 [DEBUG] ProviderTransformer: "github_repository.test" (*terraform.NodeApplyableResourceInstance) needs provider.github | |
2020/02/26 16:30:25 [DEBUG] ProviderTransformer: "github_repository_collaborator.test_repo_collaborator" (*terraform.NodeApplyableResourceInstance) needs provider.github | |
2020/02/26 16:30:25 [DEBUG] ReferenceTransformer: "github_repository.test (prepare state)" references: [] | |
2020/02/26 16:30:25 [DEBUG] ReferenceTransformer: "github_repository_collaborator.test_repo_collaborator (prepare state)" references: [] | |
2020/02/26 16:30:25 [DEBUG] ReferenceTransformer: "github_repository.test" references: [] | |
2020/02/26 16:30:25 [DEBUG] ReferenceTransformer: "github_repository_collaborator.test_repo_collaborator" references: [github_repository.test (prepare state) github_repository.test github_repository.test] | |
2020/02/26 16:30:25 [DEBUG] ReferenceTransformer: "provider.github" references: [] | |
2020/02/26 16:30:25 [DEBUG] Starting graph walk: walkApply | |
2020/02/26 16:30:25 [WARN] Provider "registry.terraform.io/-/github" produced an invalid plan for github_repository.test, 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_rebase_merge: planned value cty.True does not match config value cty.NullVal(cty.Bool) | |
- .allow_squash_merge: planned value cty.True does not match config value cty.NullVal(cty.Bool) | |
- .allow_merge_commit: planned value cty.True does not match config value cty.NullVal(cty.Bool) | |
- .archived: planned value cty.False does not match config value cty.NullVal(cty.Bool) | |
2020/02/26 16:30:25 [DEBUG] github_repository.test: applying the planned Create change | |
2020/02/26 16:30:25 [DEBUG] Creating repository: terraformtesting/tf-acc-test-collab-o1p4m | |
2020/02/26 16:30:25 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:25 [DEBUG] Github API Request Details: | |
---[ REQUEST ]--------------------------------------- | |
POST /orgs/terraformtesting/repos HTTP/1.1 | |
Host: api.github.com | |
User-Agent: go-github | |
Content-Length: 282 | |
Accept: application/vnd.github.baptiste-preview+json | |
Content-Type: application/json | |
Accept-Encoding: gzip | |
{ | |
"name": "tf-acc-test-collab-o1p4m", | |
"description": "", | |
"homepage": "", | |
"private": false, | |
"has_issues": false, | |
"has_projects": false, | |
"has_wiki": false, | |
"auto_init": false, | |
"gitignore_template": "", | |
"license_template": "", | |
"allow_squash_merge": true, | |
"allow_merge_commit": true, | |
"allow_rebase_merge": true | |
} | |
----------------------------------------------------- | |
2020/02/26 16:30:27 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:27 [DEBUG] Github API Response Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 201 Created | |
Content-Length: 7154 | |
Access-Control-Allow-Origin: * | |
Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset | |
Cache-Control: private, max-age=60, s-maxage=60 | |
Content-Security-Policy: default-src 'none' | |
Content-Type: application/json; charset=utf-8 | |
Date: Wed, 26 Feb 2020 21:30:27 GMT | |
Etag: "9a2cb3c6a6206e4b5fa4d4ebe18983bb" | |
Location: https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m | |
Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin | |
Server: GitHub.com | |
Status: 201 Created | |
Strict-Transport-Security: max-age=31536000; includeSubdomains; preload | |
Vary: Accept, Authorization, Cookie, X-GitHub-OTP | |
Vary: Accept-Encoding, Accept, X-Requested-With | |
X-Accepted-Oauth-Scopes: public_repo, repo | |
X-Content-Type-Options: nosniff | |
X-Frame-Options: deny | |
X-Github-Media-Type: github.baptiste-preview; format=json | |
X-Github-Request-Id: F70B:2EDB:C69EB:1D8DA1:5E56E371 | |
X-Oauth-Scopes: admin:org, admin:org_hook, admin:repo_hook, delete_repo, repo, user, workflow | |
X-Ratelimit-Limit: 5000 | |
X-Ratelimit-Remaining: 4898 | |
X-Ratelimit-Reset: 1582755715 | |
X-Xss-Protection: 1; mode=block | |
{ | |
"id": 243369880, | |
"node_id": "MDEwOlJlcG9zaXRvcnkyNDMzNjk4ODA=", | |
"name": "tf-acc-test-collab-o1p4m", | |
"full_name": "terraformtesting/tf-acc-test-collab-o1p4m", | |
"private": false, | |
"owner": { | |
"login": "terraformtesting", | |
"id": 17906721, | |
"node_id": "MDEyOk9yZ2FuaXphdGlvbjE3OTA2NzIx", | |
"avatar_url": "https://avatars0.githubusercontent.com/u/17906721?v=4", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/terraformtesting", | |
"html_url": "https://github.com/terraformtesting", | |
"followers_url": "https://api.github.com/users/terraformtesting/followers", | |
"following_url": "https://api.github.com/users/terraformtesting/following{/other_user}", | |
"gists_url": "https://api.github.com/users/terraformtesting/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/terraformtesting/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/terraformtesting/subscriptions", | |
"organizations_url": "https://api.github.com/users/terraformtesting/orgs", | |
"repos_url": "https://api.github.com/users/terraformtesting/repos", | |
"events_url": "https://api.github.com/users/terraformtesting/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/terraformtesting/received_events", | |
"type": "Organization", | |
"site_admin": false | |
}, | |
"html_url": "https://github.com/terraformtesting/tf-acc-test-collab-o1p4m", | |
"description": null, | |
"fork": false, | |
"url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m", | |
"forks_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/forks", | |
"keys_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/keys{/key_id}", | |
"collaborators_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/collaborators{/collaborator}", | |
"teams_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/teams", | |
"hooks_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/hooks", | |
"issue_events_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/issues/events{/number}", | |
"events_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/events", | |
"assignees_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/assignees{/user}", | |
"branches_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/branches{/branch}", | |
"tags_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/tags", | |
"blobs_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/git/blobs{/sha}", | |
"git_tags_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/git/tags{/sha}", | |
"git_refs_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/git/refs{/sha}", | |
"trees_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/git/trees{/sha}", | |
"statuses_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/statuses/{sha}", | |
"languages_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/languages", | |
"stargazers_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/stargazers", | |
"contributors_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/contributors", | |
"subscribers_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/subscribers", | |
"subscription_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/subscription", | |
"commits_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/commits{/sha}", | |
"git_commits_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/git/commits{/sha}", | |
"comments_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/comments{/number}", | |
"issue_comment_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/issues/comments{/number}", | |
"contents_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/contents/{+path}", | |
"compare_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/compare/{base}...{head}", | |
"merges_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/merges", | |
"archive_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/{archive_format}{/ref}", | |
"downloads_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/downloads", | |
"issues_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/issues{/number}", | |
"pulls_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/pulls{/number}", | |
"milestones_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/milestones{/number}", | |
"notifications_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/notifications{?since,all,participating}", | |
"labels_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/labels{/name}", | |
"releases_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/releases{/id}", | |
"deployments_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/deployments", | |
"created_at": "2020-02-26T21:30:25Z", | |
"updated_at": "2020-02-26T21:30:25Z", | |
"pushed_at": "2020-02-26T21:30:26Z", | |
"git_url": "git://github.com/terraformtesting/tf-acc-test-collab-o1p4m.git", | |
"ssh_url": "[email protected]:terraformtesting/tf-acc-test-collab-o1p4m.git", | |
"clone_url": "https://github.com/terraformtesting/tf-acc-test-collab-o1p4m.git", | |
"svn_url": "https://github.com/terraformtesting/tf-acc-test-collab-o1p4m", | |
"homepage": "", | |
"size": 0, | |
"stargazers_count": 0, | |
"watchers_count": 0, | |
"language": null, | |
"has_issues": false, | |
"has_projects": false, | |
"has_downloads": true, | |
"has_wiki": false, | |
"has_pages": false, | |
"forks_count": 0, | |
"mirror_url": null, | |
"archived": false, | |
"disabled": false, | |
"open_issues_count": 0, | |
"license": null, | |
"is_template": false, | |
"forks": 0, | |
"open_issues": 0, | |
"watchers": 0, | |
"default_branch": "master", | |
"permissions": { | |
"admin": true, | |
"push": true, | |
"pull": true | |
}, | |
"allow_squash_merge": true, | |
"allow_merge_commit": true, | |
"allow_rebase_merge": true, | |
"delete_branch_on_merge": false, | |
"template_repository": null, | |
"organization": { | |
"login": "terraformtesting", | |
"id": 17906721, | |
"node_id": "MDEyOk9yZ2FuaXphdGlvbjE3OTA2NzIx", | |
"avatar_url": "https://avatars0.githubusercontent.com/u/17906721?v=4", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/terraformtesting", | |
"html_url": "https://github.com/terraformtesting", | |
"followers_url": "https://api.github.com/users/terraformtesting/followers", | |
"following_url": "https://api.github.com/users/terraformtesting/following{/other_user}", | |
"gists_url": "https://api.github.com/users/terraformtesting/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/terraformtesting/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/terraformtesting/subscriptions", | |
"organizations_url": "https://api.github.com/users/terraformtesting/orgs", | |
"repos_url": "https://api.github.com/users/terraformtesting/repos", | |
"events_url": "https://api.github.com/users/terraformtesting/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/terraformtesting/received_events", | |
"type": "Organization", | |
"site_admin": false | |
}, | |
"network_count": 0, | |
"subscribers_count": 0 | |
} | |
----------------------------------------------------- | |
2020/02/26 16:30:27 [DEBUG] Updating repository: terraformtesting/tf-acc-test-collab-o1p4m | |
2020/02/26 16:30:27 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:27 [DEBUG] Github API Request Details: | |
---[ REQUEST ]--------------------------------------- | |
PATCH /repos/terraformtesting/tf-acc-test-collab-o1p4m HTTP/1.1 | |
Host: api.github.com | |
User-Agent: go-github | |
Content-Length: 321 | |
Accept: application/vnd.github.baptiste-preview+json | |
Content-Type: application/json | |
Accept-Encoding: gzip | |
{ | |
"name": "tf-acc-test-collab-o1p4m", | |
"description": "", | |
"homepage": "", | |
"auto_init": false, | |
"allow_rebase_merge": true, | |
"allow_squash_merge": true, | |
"allow_merge_commit": true, | |
"archived": false, | |
"private": false, | |
"has_issues": false, | |
"has_wiki": false, | |
"has_projects": false, | |
"has_downloads": false, | |
"license_template": "", | |
"gitignore_template": "" | |
} | |
----------------------------------------------------- | |
2020/02/26 16:30:27 [DEBUG] Sleeping 1s between write operations | |
2020/02/26 16:30:28 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:28 [DEBUG] Github API Response Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Transfer-Encoding: chunked | |
Access-Control-Allow-Origin: * | |
Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset | |
Cache-Control: private, max-age=60, s-maxage=60 | |
Content-Security-Policy: default-src 'none' | |
Content-Type: application/json; charset=utf-8 | |
Date: Wed, 26 Feb 2020 21:30:28 GMT | |
Etag: W/"7add21f15e70841c85c4a09319b742c4" | |
Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin | |
Server: GitHub.com | |
Status: 200 OK | |
Strict-Transport-Security: max-age=31536000; includeSubdomains; preload | |
Vary: Accept, Authorization, Cookie, X-GitHub-OTP | |
Vary: Accept-Encoding, Accept, X-Requested-With | |
X-Accepted-Oauth-Scopes: | |
X-Content-Type-Options: nosniff | |
X-Frame-Options: deny | |
X-Github-Media-Type: github.baptiste-preview; format=json | |
X-Github-Request-Id: F70B:2EDB:C6A7F:1D8EA1:5E56E373 | |
X-Oauth-Scopes: admin:org, admin:org_hook, admin:repo_hook, delete_repo, repo, user, workflow | |
X-Ratelimit-Limit: 5000 | |
X-Ratelimit-Remaining: 4897 | |
X-Ratelimit-Reset: 1582755716 | |
X-Xss-Protection: 1; mode=block | |
1bf3 | |
{ | |
"id": 243369880, | |
"node_id": "MDEwOlJlcG9zaXRvcnkyNDMzNjk4ODA=", | |
"name": "tf-acc-test-collab-o1p4m", | |
"full_name": "terraformtesting/tf-acc-test-collab-o1p4m", | |
"private": false, | |
"owner": { | |
"login": "terraformtesting", | |
"id": 17906721, | |
"node_id": "MDEyOk9yZ2FuaXphdGlvbjE3OTA2NzIx", | |
"avatar_url": "https://avatars0.githubusercontent.com/u/17906721?v=4", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/terraformtesting", | |
"html_url": "https://github.com/terraformtesting", | |
"followers_url": "https://api.github.com/users/terraformtesting/followers", | |
"following_url": "https://api.github.com/users/terraformtesting/following{/other_user}", | |
"gists_url": "https://api.github.com/users/terraformtesting/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/terraformtesting/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/terraformtesting/subscriptions", | |
"organizations_url": "https://api.github.com/users/terraformtesting/orgs", | |
"repos_url": "https://api.github.com/users/terraformtesting/repos", | |
"events_url": "https://api.github.com/users/terraformtesting/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/terraformtesting/received_events", | |
"type": "Organization", | |
"site_admin": false | |
}, | |
"html_url": "https://github.com/terraformtesting/tf-acc-test-collab-o1p4m", | |
"description": null, | |
"fork": false, | |
"url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m", | |
"forks_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/forks", | |
"keys_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/keys{/key_id}", | |
"collaborators_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/collaborators{/collaborator}", | |
"teams_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/teams", | |
"hooks_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/hooks", | |
"issue_events_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/issues/events{/number}", | |
"events_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/events", | |
"assignees_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/assignees{/user}", | |
"branches_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/branches{/branch}", | |
"tags_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/tags", | |
"blobs_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/git/blobs{/sha}", | |
"git_tags_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/git/tags{/sha}", | |
"git_refs_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/git/refs{/sha}", | |
"trees_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/git/trees{/sha}", | |
"statuses_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/statuses/{sha}", | |
"languages_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/languages", | |
"stargazers_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/stargazers", | |
"contributors_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/contributors", | |
"subscribers_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/subscribers", | |
"subscription_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/subscription", | |
"commits_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/commits{/sha}", | |
"git_commits_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/git/commits{/sha}", | |
"comments_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/comments{/number}", | |
"issue_comment_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/issues/comments{/number}", | |
"contents_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/contents/{+path}", | |
"compare_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/compare/{base}...{head}", | |
"merges_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/merges", | |
"archive_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/{archive_format}{/ref}", | |
"downloads_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/downloads", | |
"issues_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/issues{/number}", | |
"pulls_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/pulls{/number}", | |
"milestones_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/milestones{/number}", | |
"notifications_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/notifications{?since,all,participating}", | |
"labels_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/labels{/name}", | |
"releases_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/releases{/id}", | |
"deployments_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/deployments", | |
"created_at": "2020-02-26T21:30:25Z", | |
"updated_at": "2020-02-26T21:30:28Z", | |
"pushed_at": "2020-02-26T21:30:26Z", | |
"git_url": "git://github.com/terraformtesting/tf-acc-test-collab-o1p4m.git", | |
"ssh_url": "[email protected]:terraformtesting/tf-acc-test-collab-o1p4m.git", | |
"clone_url": "https://github.com/terraformtesting/tf-acc-test-collab-o1p4m.git", | |
"svn_url": "https://github.com/terraformtesting/tf-acc-test-collab-o1p4m", | |
"homepage": "", | |
"size": 0, | |
"stargazers_count": 0, | |
"watchers_count": 0, | |
"language": null, | |
"has_issues": false, | |
"has_projects": false, | |
"has_downloads": false, | |
"has_wiki": false, | |
"has_pages": false, | |
"forks_count": 0, | |
"mirror_url": null, | |
"archived": false, | |
"disabled": false, | |
"open_issues_count": 0, | |
"license": null, | |
"is_template": false, | |
"forks": 0, | |
"open_issues": 0, | |
"watchers": 0, | |
"default_branch": "master", | |
"permissions": { | |
"admin": true, | |
"push": true, | |
"pull": true | |
}, | |
"allow_squash_merge": true, | |
"allow_merge_commit": true, | |
"allow_rebase_merge": true, | |
"delete_branch_on_merge": false, | |
"template_repository": null, | |
"organization": { | |
"login": "terraformtesting", | |
"id": 17906721, | |
"node_id": "MDEyOk9yZ2FuaXphdGlvbjE3OTA2NzIx", | |
"avatar_url": "https://avatars0.githubusercontent.com/u/17906721?v=4", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/terraformtesting", | |
"html_url": "https://github.com/terraformtesting", | |
"followers_url": "https://api.github.com/users/terraformtesting/followers", | |
"following_url": "https://api.github.com/users/terraformtesting/following{/other_user}", | |
"gists_url": "https://api.github.com/users/terraformtesting/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/terraformtesting/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/terraformtesting/subscriptions", | |
"organizations_url": "https://api.github.com/users/terraformtesting/orgs", | |
"repos_url": "https://api.github.com/users/terraformtesting/repos", | |
"events_url": "https://api.github.com/users/terraformtesting/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/terraformtesting/received_events", | |
"type": "Organization", | |
"site_admin": false | |
}, | |
"network_count": 0, | |
"subscribers_count": 0 | |
} | |
0 | |
----------------------------------------------------- | |
2020/02/26 16:30:28 [DEBUG] Reading repository: terraformtesting/tf-acc-test-collab-o1p4m | |
2020/02/26 16:30:28 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:28 [DEBUG] Github API Request Details: | |
---[ REQUEST ]--------------------------------------- | |
GET /repos/terraformtesting/tf-acc-test-collab-o1p4m HTTP/1.1 | |
Host: api.github.com | |
User-Agent: go-github | |
Accept: application/vnd.github.scarlet-witch-preview+json, application/vnd.github.mercy-preview+json, application/vnd.github.baptiste-preview+json | |
Accept-Encoding: gzip | |
----------------------------------------------------- | |
2020/02/26 16:30:28 [DEBUG] Sleeping 1s between write operations | |
2020/02/26 16:30:29 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:29 [DEBUG] Github API Response Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Transfer-Encoding: chunked | |
Access-Control-Allow-Origin: * | |
Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset | |
Cache-Control: private, max-age=60, s-maxage=60 | |
Content-Security-Policy: default-src 'none' | |
Content-Type: application/json; charset=utf-8 | |
Date: Wed, 26 Feb 2020 21:30:29 GMT | |
Etag: W/"04e1dfad8da3ec8aa4fb2a318dee7e8e" | |
Last-Modified: Wed, 26 Feb 2020 21:30:28 GMT | |
Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin | |
Server: GitHub.com | |
Status: 200 OK | |
Strict-Transport-Security: max-age=31536000; includeSubdomains; preload | |
Vary: Accept, Authorization, Cookie, X-GitHub-OTP | |
Vary: Accept-Encoding, Accept, X-Requested-With | |
X-Accepted-Oauth-Scopes: repo | |
X-Content-Type-Options: nosniff | |
X-Frame-Options: deny | |
X-Github-Media-Type: github.scarlet-witch-preview; format=json, github.mercy-preview; format=json, github.baptiste-preview; format=json | |
X-Github-Request-Id: F70B:2EDB:C6AD1:1D8F65:5E56E374 | |
X-Oauth-Scopes: admin:org, admin:org_hook, admin:repo_hook, delete_repo, repo, user, workflow | |
X-Ratelimit-Limit: 5000 | |
X-Ratelimit-Remaining: 4896 | |
X-Ratelimit-Reset: 1582755716 | |
X-Xss-Protection: 1; mode=block | |
1cbd | |
{ | |
"id": 243369880, | |
"node_id": "MDEwOlJlcG9zaXRvcnkyNDMzNjk4ODA=", | |
"name": "tf-acc-test-collab-o1p4m", | |
"full_name": "terraformtesting/tf-acc-test-collab-o1p4m", | |
"private": false, | |
"owner": { | |
"login": "terraformtesting", | |
"id": 17906721, | |
"node_id": "MDEyOk9yZ2FuaXphdGlvbjE3OTA2NzIx", | |
"avatar_url": "https://avatars0.githubusercontent.com/u/17906721?v=4", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/terraformtesting", | |
"html_url": "https://github.com/terraformtesting", | |
"followers_url": "https://api.github.com/users/terraformtesting/followers", | |
"following_url": "https://api.github.com/users/terraformtesting/following{/other_user}", | |
"gists_url": "https://api.github.com/users/terraformtesting/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/terraformtesting/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/terraformtesting/subscriptions", | |
"organizations_url": "https://api.github.com/users/terraformtesting/orgs", | |
"repos_url": "https://api.github.com/users/terraformtesting/repos", | |
"events_url": "https://api.github.com/users/terraformtesting/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/terraformtesting/received_events", | |
"type": "Organization", | |
"site_admin": false | |
}, | |
"html_url": "https://github.com/terraformtesting/tf-acc-test-collab-o1p4m", | |
"description": null, | |
"fork": false, | |
"url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m", | |
"forks_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/forks", | |
"keys_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/keys{/key_id}", | |
"collaborators_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/collaborators{/collaborator}", | |
"teams_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/teams", | |
"hooks_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/hooks", | |
"issue_events_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/issues/events{/number}", | |
"events_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/events", | |
"assignees_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/assignees{/user}", | |
"branches_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/branches{/branch}", | |
"tags_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/tags", | |
"blobs_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/git/blobs{/sha}", | |
"git_tags_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/git/tags{/sha}", | |
"git_refs_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/git/refs{/sha}", | |
"trees_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/git/trees{/sha}", | |
"statuses_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/statuses/{sha}", | |
"languages_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/languages", | |
"stargazers_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/stargazers", | |
"contributors_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/contributors", | |
"subscribers_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/subscribers", | |
"subscription_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/subscription", | |
"commits_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/commits{/sha}", | |
"git_commits_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/git/commits{/sha}", | |
"comments_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/comments{/number}", | |
"issue_comment_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/issues/comments{/number}", | |
"contents_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/contents/{+path}", | |
"compare_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/compare/{base}...{head}", | |
"merges_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/merges", | |
"archive_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/{archive_format}{/ref}", | |
"downloads_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/downloads", | |
"issues_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/issues{/number}", | |
"pulls_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/pulls{/number}", | |
"milestones_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/milestones{/number}", | |
"notifications_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/notifications{?since,all,participating}", | |
"labels_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/labels{/name}", | |
"releases_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/releases{/id}", | |
"deployments_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/deployments", | |
"created_at": "2020-02-26T21:30:25Z", | |
"updated_at": "2020-02-26T21:30:28Z", | |
"pushed_at": "2020-02-26T21:30:26Z", | |
"git_url": "git://github.com/terraformtesting/tf-acc-test-collab-o1p4m.git", | |
"ssh_url": "[email protected]:terraformtesting/tf-acc-test-collab-o1p4m.git", | |
"clone_url": "https://github.com/terraformtesting/tf-acc-test-collab-o1p4m.git", | |
"svn_url": "https://github.com/terraformtesting/tf-acc-test-collab-o1p4m", | |
"homepage": "", | |
"size": 0, | |
"stargazers_count": 0, | |
"watchers_count": 0, | |
"language": null, | |
"has_issues": false, | |
"has_projects": false, | |
"has_downloads": false, | |
"has_wiki": false, | |
"has_pages": false, | |
"forks_count": 0, | |
"mirror_url": null, | |
"archived": false, | |
"disabled": false, | |
"open_issues_count": 0, | |
"license": null, | |
"topics": [], | |
"is_template": false, | |
"forks": 0, | |
"open_issues": 0, | |
"watchers": 0, | |
"default_branch": "master", | |
"permissions": { | |
"admin": true, | |
"push": true, | |
"pull": true | |
}, | |
"code_of_conduct": { | |
"key": "none", | |
"name": "None", | |
"html_url": null, | |
"url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/community/code_of_conduct" | |
}, | |
"temp_clone_token": "", | |
"allow_squash_merge": true, | |
"allow_merge_commit": true, | |
"allow_rebase_merge": true, | |
"delete_branch_on_merge": false, | |
"template_repository": null, | |
"organization": { | |
"login": "terraformtesting", | |
"id": 17906721, | |
"node_id": "MDEyOk9yZ2FuaXphdGlvbjE3OTA2NzIx", | |
"avatar_url": "https://avatars0.githubusercontent.com/u/17906721?v=4", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/terraformtesting", | |
"html_url": "https://github.com/terraformtesting", | |
"followers_url": "https://api.github.com/users/terraformtesting/followers", | |
"following_url": "https://api.github.com/users/terraformtesting/following{/other_user}", | |
"gists_url": "https://api.github.com/users/terraformtesting/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/terraformtesting/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/terraformtesting/subscriptions", | |
"organizations_url": "https://api.github.com/users/terraformtesting/orgs", | |
"repos_url": "https://api.github.com/users/terraformtesting/repos", | |
"events_url": "https://api.github.com/users/terraformtesting/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/terraformtesting/received_events", | |
"type": "Organization", | |
"site_admin": false | |
}, | |
"network_count": 0, | |
"subscribers_count": 0 | |
} | |
0 | |
----------------------------------------------------- | |
2020/02/26 16:30:29 [WARN] Provider "registry.terraform.io/-/github" produced an unexpected new value for github_repository.test, 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_issues: was null, but now cty.False | |
- .description: was null, but now cty.StringVal("") | |
- .has_projects: was null, but now cty.False | |
- .has_wiki: was null, but now cty.False | |
- .homepage_url: was null, but now cty.StringVal("") | |
- .private: was null, but now cty.False | |
- .has_downloads: was null, but now cty.False | |
2020/02/26 16:30:29 [DEBUG] github_repository_collaborator.test_repo_collaborator: applying the planned Create change | |
2020/02/26 16:30:29 [DEBUG] Creating repository collaborator: github-terraform-test-collaborator (terraformtesting/tf-acc-test-collab-o1p4m) | |
2020/02/26 16:30:29 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:29 [DEBUG] Github API Request Details: | |
---[ REQUEST ]--------------------------------------- | |
PUT /repos/terraformtesting/tf-acc-test-collab-o1p4m/collaborators/github-terraform-test-collaborator HTTP/1.1 | |
Host: api.github.com | |
User-Agent: go-github | |
Content-Length: 23 | |
Accept: application/vnd.github.v3+json | |
Content-Type: application/json | |
Accept-Encoding: gzip | |
{ | |
"permission": "admin" | |
} | |
----------------------------------------------------- | |
2020/02/26 16:30:29 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:29 [DEBUG] Github API Response Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 201 Created | |
Content-Length: 7534 | |
Access-Control-Allow-Origin: * | |
Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset | |
Cache-Control: private, max-age=60, s-maxage=60 | |
Content-Security-Policy: default-src 'none' | |
Content-Type: application/json; charset=utf-8 | |
Date: Wed, 26 Feb 2020 21:30:29 GMT | |
Etag: "0eef66688d5460ce743af6114789403f" | |
Location: https://api.github.com/user/repository_invitations/23914121 | |
Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin | |
Server: GitHub.com | |
Status: 201 Created | |
Strict-Transport-Security: max-age=31536000; includeSubdomains; preload | |
Vary: Accept, Authorization, Cookie, X-GitHub-OTP | |
Vary: Accept-Encoding, Accept, X-Requested-With | |
X-Accepted-Oauth-Scopes: | |
X-Content-Type-Options: nosniff | |
X-Frame-Options: deny | |
X-Github-Media-Type: github.v3; format=json | |
X-Github-Request-Id: F70B:2EDB:C6ADD:1D8FE5:5E56E375 | |
X-Oauth-Scopes: admin:org, admin:org_hook, admin:repo_hook, delete_repo, repo, user, workflow | |
X-Ratelimit-Limit: 5000 | |
X-Ratelimit-Remaining: 4895 | |
X-Ratelimit-Reset: 1582755715 | |
X-Xss-Protection: 1; mode=block | |
{ | |
"id": 23914121, | |
"node_id": "MDIwOlJlcG9zaXRvcnlJbnZpdGF0aW9uMjM5MTQxMjE=", | |
"repository": { | |
"id": 243369880, | |
"node_id": "MDEwOlJlcG9zaXRvcnkyNDMzNjk4ODA=", | |
"name": "tf-acc-test-collab-o1p4m", | |
"full_name": "terraformtesting/tf-acc-test-collab-o1p4m", | |
"private": false, | |
"owner": { | |
"login": "terraformtesting", | |
"id": 17906721, | |
"node_id": "MDEyOk9yZ2FuaXphdGlvbjE3OTA2NzIx", | |
"avatar_url": "https://avatars0.githubusercontent.com/u/17906721?v=4", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/terraformtesting", | |
"html_url": "https://github.com/terraformtesting", | |
"followers_url": "https://api.github.com/users/terraformtesting/followers", | |
"following_url": "https://api.github.com/users/terraformtesting/following{/other_user}", | |
"gists_url": "https://api.github.com/users/terraformtesting/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/terraformtesting/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/terraformtesting/subscriptions", | |
"organizations_url": "https://api.github.com/users/terraformtesting/orgs", | |
"repos_url": "https://api.github.com/users/terraformtesting/repos", | |
"events_url": "https://api.github.com/users/terraformtesting/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/terraformtesting/received_events", | |
"type": "Organization", | |
"site_admin": false | |
}, | |
"html_url": "https://github.com/terraformtesting/tf-acc-test-collab-o1p4m", | |
"description": null, | |
"fork": false, | |
"url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m", | |
"forks_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/forks", | |
"keys_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/keys{/key_id}", | |
"collaborators_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/collaborators{/collaborator}", | |
"teams_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/teams", | |
"hooks_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/hooks", | |
"issue_events_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/issues/events{/number}", | |
"events_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/events", | |
"assignees_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/assignees{/user}", | |
"branches_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/branches{/branch}", | |
"tags_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/tags", | |
"blobs_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/git/blobs{/sha}", | |
"git_tags_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/git/tags{/sha}", | |
"git_refs_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/git/refs{/sha}", | |
"trees_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/git/trees{/sha}", | |
"statuses_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/statuses/{sha}", | |
"languages_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/languages", | |
"stargazers_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/stargazers", | |
"contributors_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/contributors", | |
"subscribers_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/subscribers", | |
"subscription_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/subscription", | |
"commits_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/commits{/sha}", | |
"git_commits_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/git/commits{/sha}", | |
"comments_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/comments{/number}", | |
"issue_comment_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/issues/comments{/number}", | |
"contents_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/contents/{+path}", | |
"compare_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/compare/{base}...{head}", | |
"merges_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/merges", | |
"archive_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/{archive_format}{/ref}", | |
"downloads_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/downloads", | |
"issues_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/issues{/number}", | |
"pulls_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/pulls{/number}", | |
"milestones_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/milestones{/number}", | |
"notifications_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/notifications{?since,all,participating}", | |
"labels_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/labels{/name}", | |
"releases_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/releases{/id}", | |
"deployments_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/deployments" | |
}, | |
"invitee": { | |
"login": "github-terraform-test-collaborator", | |
"id": 60107582, | |
"node_id": "MDQ6VXNlcjYwMTA3NTgy", | |
"avatar_url": "https://avatars1.githubusercontent.com/u/60107582?v=4", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/github-terraform-test-collaborator", | |
"html_url": "https://github.com/github-terraform-test-collaborator", | |
"followers_url": "https://api.github.com/users/github-terraform-test-collaborator/followers", | |
"following_url": "https://api.github.com/users/github-terraform-test-collaborator/following{/other_user}", | |
"gists_url": "https://api.github.com/users/github-terraform-test-collaborator/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/github-terraform-test-collaborator/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/github-terraform-test-collaborator/subscriptions", | |
"organizations_url": "https://api.github.com/users/github-terraform-test-collaborator/orgs", | |
"repos_url": "https://api.github.com/users/github-terraform-test-collaborator/repos", | |
"events_url": "https://api.github.com/users/github-terraform-test-collaborator/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/github-terraform-test-collaborator/received_events", | |
"type": "User", | |
"site_admin": false | |
}, | |
"inviter": { | |
"login": "jcudit", | |
"id": 5034582, | |
"node_id": "MDQ6VXNlcjUwMzQ1ODI=", | |
"avatar_url": "https://avatars0.githubusercontent.com/u/5034582?v=4", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/jcudit", | |
"html_url": "https://github.com/jcudit", | |
"followers_url": "https://api.github.com/users/jcudit/followers", | |
"following_url": "https://api.github.com/users/jcudit/following{/other_user}", | |
"gists_url": "https://api.github.com/users/jcudit/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/jcudit/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/jcudit/subscriptions", | |
"organizations_url": "https://api.github.com/users/jcudit/orgs", | |
"repos_url": "https://api.github.com/users/jcudit/repos", | |
"events_url": "https://api.github.com/users/jcudit/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/jcudit/received_events", | |
"type": "User", | |
"site_admin": true | |
}, | |
"permissions": "admin", | |
"created_at": "2020-02-26T21:30:29Z", | |
"url": "https://api.github.com/user/repository_invitations/23914121", | |
"html_url": "https://github.com/terraformtesting/tf-acc-test-collab-o1p4m/invitations" | |
} | |
----------------------------------------------------- | |
2020/02/26 16:30:29 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:29 [DEBUG] Github API Request Details: | |
---[ REQUEST ]--------------------------------------- | |
GET /repos/terraformtesting/tf-acc-test-collab-o1p4m/invitations?per_page=100 HTTP/1.1 | |
Host: api.github.com | |
User-Agent: go-github | |
Accept: application/vnd.github.v3+json | |
Accept-Encoding: gzip | |
----------------------------------------------------- | |
2020/02/26 16:30:29 [DEBUG] Sleeping 1s between write operations | |
2020/02/26 16:30:31 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:31 [DEBUG] Github API Response Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Transfer-Encoding: chunked | |
Access-Control-Allow-Origin: * | |
Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset | |
Cache-Control: private, max-age=60, s-maxage=60 | |
Content-Security-Policy: default-src 'none' | |
Content-Type: application/json; charset=utf-8 | |
Date: Wed, 26 Feb 2020 21:30:31 GMT | |
Etag: W/"26d4dfa381de0b0127ca94d93f0abd54" | |
Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin | |
Server: GitHub.com | |
Status: 200 OK | |
Strict-Transport-Security: max-age=31536000; includeSubdomains; preload | |
Vary: Accept, Authorization, Cookie, X-GitHub-OTP | |
Vary: Accept-Encoding, Accept, X-Requested-With | |
X-Accepted-Oauth-Scopes: | |
X-Content-Type-Options: nosniff | |
X-Frame-Options: deny | |
X-Github-Media-Type: github.v3; format=json | |
X-Github-Request-Id: F70B:2EDB:C6B33:1D9001:5E56E375 | |
X-Oauth-Scopes: admin:org, admin:org_hook, admin:repo_hook, delete_repo, repo, user, workflow | |
X-Ratelimit-Limit: 5000 | |
X-Ratelimit-Remaining: 4894 | |
X-Ratelimit-Reset: 1582755716 | |
X-Xss-Protection: 1; mode=block | |
1d70 | |
[ | |
{ | |
"id": 23914121, | |
"node_id": "MDIwOlJlcG9zaXRvcnlJbnZpdGF0aW9uMjM5MTQxMjE=", | |
"repository": { | |
"id": 243369880, | |
"node_id": "MDEwOlJlcG9zaXRvcnkyNDMzNjk4ODA=", | |
"name": "tf-acc-test-collab-o1p4m", | |
"full_name": "terraformtesting/tf-acc-test-collab-o1p4m", | |
"private": false, | |
"owner": { | |
"login": "terraformtesting", | |
"id": 17906721, | |
"node_id": "MDEyOk9yZ2FuaXphdGlvbjE3OTA2NzIx", | |
"avatar_url": "https://avatars0.githubusercontent.com/u/17906721?v=4", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/terraformtesting", | |
"html_url": "https://github.com/terraformtesting", | |
"followers_url": "https://api.github.com/users/terraformtesting/followers", | |
"following_url": "https://api.github.com/users/terraformtesting/following{/other_user}", | |
"gists_url": "https://api.github.com/users/terraformtesting/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/terraformtesting/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/terraformtesting/subscriptions", | |
"organizations_url": "https://api.github.com/users/terraformtesting/orgs", | |
"repos_url": "https://api.github.com/users/terraformtesting/repos", | |
"events_url": "https://api.github.com/users/terraformtesting/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/terraformtesting/received_events", | |
"type": "Organization", | |
"site_admin": false | |
}, | |
"html_url": "https://github.com/terraformtesting/tf-acc-test-collab-o1p4m", | |
"description": null, | |
"fork": false, | |
"url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m", | |
"forks_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/forks", | |
"keys_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/keys{/key_id}", | |
"collaborators_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/collaborators{/collaborator}", | |
"teams_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/teams", | |
"hooks_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/hooks", | |
"issue_events_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/issues/events{/number}", | |
"events_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/events", | |
"assignees_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/assignees{/user}", | |
"branches_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/branches{/branch}", | |
"tags_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/tags", | |
"blobs_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/git/blobs{/sha}", | |
"git_tags_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/git/tags{/sha}", | |
"git_refs_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/git/refs{/sha}", | |
"trees_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/git/trees{/sha}", | |
"statuses_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/statuses/{sha}", | |
"languages_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/languages", | |
"stargazers_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/stargazers", | |
"contributors_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/contributors", | |
"subscribers_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/subscribers", | |
"subscription_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/subscription", | |
"commits_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/commits{/sha}", | |
"git_commits_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/git/commits{/sha}", | |
"comments_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/comments{/number}", | |
"issue_comment_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/issues/comments{/number}", | |
"contents_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/contents/{+path}", | |
"compare_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/compare/{base}...{head}", | |
"merges_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/merges", | |
"archive_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/{archive_format}{/ref}", | |
"downloads_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/downloads", | |
"issues_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/issues{/number}", | |
"pulls_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/pulls{/number}", | |
"milestones_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/milestones{/number}", | |
"notifications_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/notifications{?since,all,participating}", | |
"labels_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/labels{/name}", | |
"releases_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/releases{/id}", | |
"deployments_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/deployments" | |
}, | |
"invitee": { | |
"login": "github-terraform-test-collaborator", | |
"id": 60107582, | |
"node_id": "MDQ6VXNlcjYwMTA3NTgy", | |
"avatar_url": "https://avatars1.githubusercontent.com/u/60107582?v=4", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/github-terraform-test-collaborator", | |
"html_url": "https://github.com/github-terraform-test-collaborator", | |
"followers_url": "https://api.github.com/users/github-terraform-test-collaborator/followers", | |
"following_url": "https://api.github.com/users/github-terraform-test-collaborator/following{/other_user}", | |
"gists_url": "https://api.github.com/users/github-terraform-test-collaborator/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/github-terraform-test-collaborator/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/github-terraform-test-collaborator/subscriptions", | |
"organizations_url": "https://api.github.com/users/github-terraform-test-collaborator/orgs", | |
"repos_url": "https://api.github.com/users/github-terraform-test-collaborator/repos", | |
"events_url": "https://api.github.com/users/github-terraform-test-collaborator/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/github-terraform-test-collaborator/received_events", | |
"type": "User", | |
"site_admin": false | |
}, | |
"inviter": { | |
"login": "jcudit", | |
"id": 5034582, | |
"node_id": "MDQ6VXNlcjUwMzQ1ODI=", | |
"avatar_url": "https://avatars0.githubusercontent.com/u/5034582?v=4", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/jcudit", | |
"html_url": "https://github.com/jcudit", | |
"followers_url": "https://api.github.com/users/jcudit/followers", | |
"following_url": "https://api.github.com/users/jcudit/following{/other_user}", | |
"gists_url": "https://api.github.com/users/jcudit/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/jcudit/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/jcudit/subscriptions", | |
"organizations_url": "https://api.github.com/users/jcudit/orgs", | |
"repos_url": "https://api.github.com/users/jcudit/repos", | |
"events_url": "https://api.github.com/users/jcudit/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/jcudit/received_events", | |
"type": "User", | |
"site_admin": true | |
}, | |
"permissions": "admin", | |
"created_at": "2020-02-26T21:30:29Z", | |
"url": "https://api.github.com/user/repository_invitations/23914121", | |
"html_url": "https://github.com/terraformtesting/tf-acc-test-collab-o1p4m/invitations" | |
} | |
] | |
0 | |
----------------------------------------------------- | |
2020/02/26 16:30:31 [DEBUG] Found invitation for "github-terraform-test-collaborator" | |
2020/02/26 16:30:31 [DEBUG] provider has no plugin.Client | |
2020/02/26 16:30:31 [DEBUG] New state was assigned lineage "d4746366-ac2e-9ddd-d45d-12f14060e742" | |
2020/02/26 16:30:31 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:31 [DEBUG] Github API Request Details: | |
---[ REQUEST ]--------------------------------------- | |
GET /repos/terraformtesting/tf-acc-test-collab-o1p4m/invitations?per_page=100 HTTP/1.1 | |
Host: api.github.com | |
User-Agent: go-github | |
Accept: application/vnd.github.v3+json | |
Accept-Encoding: gzip | |
----------------------------------------------------- | |
2020/02/26 16:30:31 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:31 [DEBUG] Github API Response Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Transfer-Encoding: chunked | |
Access-Control-Allow-Origin: * | |
Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset | |
Cache-Control: private, max-age=60, s-maxage=60 | |
Content-Security-Policy: default-src 'none' | |
Content-Type: application/json; charset=utf-8 | |
Date: Wed, 26 Feb 2020 21:30:31 GMT | |
Etag: W/"26d4dfa381de0b0127ca94d93f0abd54" | |
Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin | |
Server: GitHub.com | |
Status: 200 OK | |
Strict-Transport-Security: max-age=31536000; includeSubdomains; preload | |
Vary: Accept, Authorization, Cookie, X-GitHub-OTP | |
Vary: Accept-Encoding, Accept, X-Requested-With | |
X-Accepted-Oauth-Scopes: | |
X-Content-Type-Options: nosniff | |
X-Frame-Options: deny | |
X-Github-Media-Type: github.v3; format=json | |
X-Github-Request-Id: F70B:2EDB:C6B3C:1D90A6:5E56E377 | |
X-Oauth-Scopes: admin:org, admin:org_hook, admin:repo_hook, delete_repo, repo, user, workflow | |
X-Ratelimit-Limit: 5000 | |
X-Ratelimit-Remaining: 4892 | |
X-Ratelimit-Reset: 1582755716 | |
X-Xss-Protection: 1; mode=block | |
1d70 | |
[ | |
{ | |
"id": 23914121, | |
"node_id": "MDIwOlJlcG9zaXRvcnlJbnZpdGF0aW9uMjM5MTQxMjE=", | |
"repository": { | |
"id": 243369880, | |
"node_id": "MDEwOlJlcG9zaXRvcnkyNDMzNjk4ODA=", | |
"name": "tf-acc-test-collab-o1p4m", | |
"full_name": "terraformtesting/tf-acc-test-collab-o1p4m", | |
"private": false, | |
"owner": { | |
"login": "terraformtesting", | |
"id": 17906721, | |
"node_id": "MDEyOk9yZ2FuaXphdGlvbjE3OTA2NzIx", | |
"avatar_url": "https://avatars0.githubusercontent.com/u/17906721?v=4", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/terraformtesting", | |
"html_url": "https://github.com/terraformtesting", | |
"followers_url": "https://api.github.com/users/terraformtesting/followers", | |
"following_url": "https://api.github.com/users/terraformtesting/following{/other_user}", | |
"gists_url": "https://api.github.com/users/terraformtesting/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/terraformtesting/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/terraformtesting/subscriptions", | |
"organizations_url": "https://api.github.com/users/terraformtesting/orgs", | |
"repos_url": "https://api.github.com/users/terraformtesting/repos", | |
"events_url": "https://api.github.com/users/terraformtesting/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/terraformtesting/received_events", | |
"type": "Organization", | |
"site_admin": false | |
}, | |
"html_url": "https://github.com/terraformtesting/tf-acc-test-collab-o1p4m", | |
"description": null, | |
"fork": false, | |
"url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m", | |
"forks_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/forks", | |
"keys_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/keys{/key_id}", | |
"collaborators_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/collaborators{/collaborator}", | |
"teams_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/teams", | |
"hooks_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/hooks", | |
"issue_events_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/issues/events{/number}", | |
"events_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/events", | |
"assignees_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/assignees{/user}", | |
"branches_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/branches{/branch}", | |
"tags_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/tags", | |
"blobs_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/git/blobs{/sha}", | |
"git_tags_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/git/tags{/sha}", | |
"git_refs_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/git/refs{/sha}", | |
"trees_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/git/trees{/sha}", | |
"statuses_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/statuses/{sha}", | |
"languages_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/languages", | |
"stargazers_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/stargazers", | |
"contributors_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/contributors", | |
"subscribers_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/subscribers", | |
"subscription_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/subscription", | |
"commits_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/commits{/sha}", | |
"git_commits_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/git/commits{/sha}", | |
"comments_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/comments{/number}", | |
"issue_comment_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/issues/comments{/number}", | |
"contents_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/contents/{+path}", | |
"compare_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/compare/{base}...{head}", | |
"merges_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/merges", | |
"archive_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/{archive_format}{/ref}", | |
"downloads_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/downloads", | |
"issues_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/issues{/number}", | |
"pulls_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/pulls{/number}", | |
"milestones_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/milestones{/number}", | |
"notifications_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/notifications{?since,all,participating}", | |
"labels_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/labels{/name}", | |
"releases_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/releases{/id}", | |
"deployments_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/deployments" | |
}, | |
"invitee": { | |
"login": "github-terraform-test-collaborator", | |
"id": 60107582, | |
"node_id": "MDQ6VXNlcjYwMTA3NTgy", | |
"avatar_url": "https://avatars1.githubusercontent.com/u/60107582?v=4", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/github-terraform-test-collaborator", | |
"html_url": "https://github.com/github-terraform-test-collaborator", | |
"followers_url": "https://api.github.com/users/github-terraform-test-collaborator/followers", | |
"following_url": "https://api.github.com/users/github-terraform-test-collaborator/following{/other_user}", | |
"gists_url": "https://api.github.com/users/github-terraform-test-collaborator/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/github-terraform-test-collaborator/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/github-terraform-test-collaborator/subscriptions", | |
"organizations_url": "https://api.github.com/users/github-terraform-test-collaborator/orgs", | |
"repos_url": "https://api.github.com/users/github-terraform-test-collaborator/repos", | |
"events_url": "https://api.github.com/users/github-terraform-test-collaborator/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/github-terraform-test-collaborator/received_events", | |
"type": "User", | |
"site_admin": false | |
}, | |
"inviter": { | |
"login": "jcudit", | |
"id": 5034582, | |
"node_id": "MDQ6VXNlcjUwMzQ1ODI=", | |
"avatar_url": "https://avatars0.githubusercontent.com/u/5034582?v=4", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/jcudit", | |
"html_url": "https://github.com/jcudit", | |
"followers_url": "https://api.github.com/users/jcudit/followers", | |
"following_url": "https://api.github.com/users/jcudit/following{/other_user}", | |
"gists_url": "https://api.github.com/users/jcudit/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/jcudit/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/jcudit/subscriptions", | |
"organizations_url": "https://api.github.com/users/jcudit/orgs", | |
"repos_url": "https://api.github.com/users/jcudit/repos", | |
"events_url": "https://api.github.com/users/jcudit/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/jcudit/received_events", | |
"type": "User", | |
"site_admin": true | |
}, | |
"permissions": "admin", | |
"created_at": "2020-02-26T21:30:29Z", | |
"url": "https://api.github.com/user/repository_invitations/23914121", | |
"html_url": "https://github.com/terraformtesting/tf-acc-test-collab-o1p4m/invitations" | |
} | |
] | |
0 | |
----------------------------------------------------- | |
2020/02/26 16:30:31 [INFO] terraform: building graph: GraphTypePlan | |
2020/02/26 16:30:31 [DEBUG] adding implicit provider configuration provider.github, implied first by github_repository.test | |
2020/02/26 16:30:31 [DEBUG] ProviderTransformer: "github_repository.test" (*terraform.NodePlannableResource) needs provider.github | |
2020/02/26 16:30:31 [DEBUG] ProviderTransformer: "github_repository_collaborator.test_repo_collaborator" (*terraform.NodePlannableResource) needs provider.github | |
2020/02/26 16:30:31 [DEBUG] ReferenceTransformer: "provider.github" references: [] | |
2020/02/26 16:30:31 [DEBUG] ReferenceTransformer: "github_repository.test" references: [] | |
2020/02/26 16:30:31 [DEBUG] ReferenceTransformer: "github_repository_collaborator.test_repo_collaborator" references: [github_repository.test] | |
2020/02/26 16:30:31 [DEBUG] Starting graph walk: walkPlan | |
2020/02/26 16:30:31 [DEBUG] ReferenceTransformer: "github_repository.test" references: [] | |
2020/02/26 16:30:31 [DEBUG] ReferenceTransformer: "github_repository_collaborator.test_repo_collaborator" references: [] | |
2020/02/26 16:30:31 [DEBUG] provider has no plugin.Client | |
2020/02/26 16:30:31 [INFO] terraform: building graph: GraphTypeRefresh | |
2020/02/26 16:30:31 [DEBUG] adding implicit provider configuration provider.github, implied first by github_repository.test | |
2020/02/26 16:30:31 [DEBUG] ProviderTransformer: "github_repository.test" (*terraform.NodeRefreshableManagedResource) needs provider.github | |
2020/02/26 16:30:31 [DEBUG] ProviderTransformer: "github_repository_collaborator.test_repo_collaborator" (*terraform.NodeRefreshableManagedResource) needs provider.github | |
2020/02/26 16:30:31 [DEBUG] ReferenceTransformer: "provider.github" references: [] | |
2020/02/26 16:30:31 [DEBUG] ReferenceTransformer: "github_repository.test" references: [] | |
2020/02/26 16:30:31 [DEBUG] ReferenceTransformer: "github_repository_collaborator.test_repo_collaborator" references: [github_repository.test] | |
2020/02/26 16:30:31 [DEBUG] Starting graph walk: walkRefresh | |
2020/02/26 16:30:31 [DEBUG] ReferenceTransformer: "github_repository.test" references: [] | |
2020/02/26 16:30:31 [DEBUG] Reading repository: terraformtesting/tf-acc-test-collab-o1p4m | |
2020/02/26 16:30:31 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:31 [DEBUG] Github API Request Details: | |
---[ REQUEST ]--------------------------------------- | |
GET /repos/terraformtesting/tf-acc-test-collab-o1p4m HTTP/1.1 | |
Host: api.github.com | |
User-Agent: go-github | |
Accept: application/vnd.github.scarlet-witch-preview+json, application/vnd.github.mercy-preview+json, application/vnd.github.baptiste-preview+json | |
Accept-Encoding: gzip | |
----------------------------------------------------- | |
2020/02/26 16:30:31 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:31 [DEBUG] Github API Response Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 304 Not Modified | |
Access-Control-Allow-Origin: * | |
Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset | |
Cache-Control: private, max-age=60, s-maxage=60 | |
Content-Security-Policy: default-src 'none' | |
Date: Wed, 26 Feb 2020 21:30:31 GMT | |
Etag: "04e1dfad8da3ec8aa4fb2a318dee7e8e" | |
Last-Modified: Wed, 26 Feb 2020 21:30:28 GMT | |
Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin | |
Server: GitHub.com | |
Status: 304 Not Modified | |
Strict-Transport-Security: max-age=31536000; includeSubdomains; preload | |
Vary: Accept, Authorization, Cookie, X-GitHub-OTP | |
Vary: Accept-Encoding, Accept, X-Requested-With | |
X-Content-Type-Options: nosniff | |
X-Frame-Options: deny | |
X-Github-Request-Id: F70B:2EDB:C6B43:1D90BA:5E56E377 | |
X-Ratelimit-Limit: 5000 | |
X-Ratelimit-Remaining: 4892 | |
X-Ratelimit-Reset: 1582755716 | |
X-Xss-Protection: 1; mode=block | |
----------------------------------------------------- | |
2020/02/26 16:30:31 [DEBUG] ReferenceTransformer: "github_repository_collaborator.test_repo_collaborator" references: [] | |
2020/02/26 16:30:31 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:31 [DEBUG] Github API Request Details: | |
---[ REQUEST ]--------------------------------------- | |
GET /repos/terraformtesting/tf-acc-test-collab-o1p4m/invitations?per_page=100 HTTP/1.1 | |
Host: api.github.com | |
User-Agent: go-github | |
Accept: application/vnd.github.v3+json | |
Accept-Encoding: gzip | |
----------------------------------------------------- | |
2020/02/26 16:30:31 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:31 [DEBUG] Github API Response Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Transfer-Encoding: chunked | |
Access-Control-Allow-Origin: * | |
Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset | |
Cache-Control: private, max-age=60, s-maxage=60 | |
Content-Security-Policy: default-src 'none' | |
Content-Type: application/json; charset=utf-8 | |
Date: Wed, 26 Feb 2020 21:30:31 GMT | |
Etag: W/"26d4dfa381de0b0127ca94d93f0abd54" | |
Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin | |
Server: GitHub.com | |
Status: 200 OK | |
Strict-Transport-Security: max-age=31536000; includeSubdomains; preload | |
Vary: Accept, Authorization, Cookie, X-GitHub-OTP | |
Vary: Accept-Encoding, Accept, X-Requested-With | |
X-Accepted-Oauth-Scopes: | |
X-Content-Type-Options: nosniff | |
X-Frame-Options: deny | |
X-Github-Media-Type: github.v3; format=json | |
X-Github-Request-Id: F70B:2EDB:C6B4E:1D90D0:5E56E377 | |
X-Oauth-Scopes: admin:org, admin:org_hook, admin:repo_hook, delete_repo, repo, user, workflow | |
X-Ratelimit-Limit: 5000 | |
X-Ratelimit-Remaining: 4891 | |
X-Ratelimit-Reset: 1582755716 | |
X-Xss-Protection: 1; mode=block | |
1d70 | |
[ | |
{ | |
"id": 23914121, | |
"node_id": "MDIwOlJlcG9zaXRvcnlJbnZpdGF0aW9uMjM5MTQxMjE=", | |
"repository": { | |
"id": 243369880, | |
"node_id": "MDEwOlJlcG9zaXRvcnkyNDMzNjk4ODA=", | |
"name": "tf-acc-test-collab-o1p4m", | |
"full_name": "terraformtesting/tf-acc-test-collab-o1p4m", | |
"private": false, | |
"owner": { | |
"login": "terraformtesting", | |
"id": 17906721, | |
"node_id": "MDEyOk9yZ2FuaXphdGlvbjE3OTA2NzIx", | |
"avatar_url": "https://avatars0.githubusercontent.com/u/17906721?v=4", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/terraformtesting", | |
"html_url": "https://github.com/terraformtesting", | |
"followers_url": "https://api.github.com/users/terraformtesting/followers", | |
"following_url": "https://api.github.com/users/terraformtesting/following{/other_user}", | |
"gists_url": "https://api.github.com/users/terraformtesting/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/terraformtesting/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/terraformtesting/subscriptions", | |
"organizations_url": "https://api.github.com/users/terraformtesting/orgs", | |
"repos_url": "https://api.github.com/users/terraformtesting/repos", | |
"events_url": "https://api.github.com/users/terraformtesting/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/terraformtesting/received_events", | |
"type": "Organization", | |
"site_admin": false | |
}, | |
"html_url": "https://github.com/terraformtesting/tf-acc-test-collab-o1p4m", | |
"description": null, | |
"fork": false, | |
"url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m", | |
"forks_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/forks", | |
"keys_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/keys{/key_id}", | |
"collaborators_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/collaborators{/collaborator}", | |
"teams_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/teams", | |
"hooks_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/hooks", | |
"issue_events_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/issues/events{/number}", | |
"events_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/events", | |
"assignees_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/assignees{/user}", | |
"branches_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/branches{/branch}", | |
"tags_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/tags", | |
"blobs_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/git/blobs{/sha}", | |
"git_tags_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/git/tags{/sha}", | |
"git_refs_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/git/refs{/sha}", | |
"trees_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/git/trees{/sha}", | |
"statuses_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/statuses/{sha}", | |
"languages_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/languages", | |
"stargazers_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/stargazers", | |
"contributors_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/contributors", | |
"subscribers_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/subscribers", | |
"subscription_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/subscription", | |
"commits_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/commits{/sha}", | |
"git_commits_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/git/commits{/sha}", | |
"comments_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/comments{/number}", | |
"issue_comment_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/issues/comments{/number}", | |
"contents_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/contents/{+path}", | |
"compare_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/compare/{base}...{head}", | |
"merges_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/merges", | |
"archive_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/{archive_format}{/ref}", | |
"downloads_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/downloads", | |
"issues_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/issues{/number}", | |
"pulls_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/pulls{/number}", | |
"milestones_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/milestones{/number}", | |
"notifications_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/notifications{?since,all,participating}", | |
"labels_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/labels{/name}", | |
"releases_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/releases{/id}", | |
"deployments_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/deployments" | |
}, | |
"invitee": { | |
"login": "github-terraform-test-collaborator", | |
"id": 60107582, | |
"node_id": "MDQ6VXNlcjYwMTA3NTgy", | |
"avatar_url": "https://avatars1.githubusercontent.com/u/60107582?v=4", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/github-terraform-test-collaborator", | |
"html_url": "https://github.com/github-terraform-test-collaborator", | |
"followers_url": "https://api.github.com/users/github-terraform-test-collaborator/followers", | |
"following_url": "https://api.github.com/users/github-terraform-test-collaborator/following{/other_user}", | |
"gists_url": "https://api.github.com/users/github-terraform-test-collaborator/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/github-terraform-test-collaborator/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/github-terraform-test-collaborator/subscriptions", | |
"organizations_url": "https://api.github.com/users/github-terraform-test-collaborator/orgs", | |
"repos_url": "https://api.github.com/users/github-terraform-test-collaborator/repos", | |
"events_url": "https://api.github.com/users/github-terraform-test-collaborator/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/github-terraform-test-collaborator/received_events", | |
"type": "User", | |
"site_admin": false | |
}, | |
"inviter": { | |
"login": "jcudit", | |
"id": 5034582, | |
"node_id": "MDQ6VXNlcjUwMzQ1ODI=", | |
"avatar_url": "https://avatars0.githubusercontent.com/u/5034582?v=4", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/jcudit", | |
"html_url": "https://github.com/jcudit", | |
"followers_url": "https://api.github.com/users/jcudit/followers", | |
"following_url": "https://api.github.com/users/jcudit/following{/other_user}", | |
"gists_url": "https://api.github.com/users/jcudit/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/jcudit/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/jcudit/subscriptions", | |
"organizations_url": "https://api.github.com/users/jcudit/orgs", | |
"repos_url": "https://api.github.com/users/jcudit/repos", | |
"events_url": "https://api.github.com/users/jcudit/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/jcudit/received_events", | |
"type": "User", | |
"site_admin": true | |
}, | |
"permissions": "admin", | |
"created_at": "2020-02-26T21:30:29Z", | |
"url": "https://api.github.com/user/repository_invitations/23914121", | |
"html_url": "https://github.com/terraformtesting/tf-acc-test-collab-o1p4m/invitations" | |
} | |
] | |
0 | |
----------------------------------------------------- | |
2020/02/26 16:30:31 [DEBUG] Found invitation for "github-terraform-test-collaborator" | |
2020/02/26 16:30:31 [DEBUG] provider has no plugin.Client | |
2020/02/26 16:30:31 [DEBUG] New state was assigned lineage "7d8cbd21-0172-d248-0ad7-4f0f63ad197a" | |
2020/02/26 16:30:31 [INFO] terraform: building graph: GraphTypePlan | |
2020/02/26 16:30:31 [DEBUG] adding implicit provider configuration provider.github, implied first by github_repository.test | |
2020/02/26 16:30:31 [DEBUG] ProviderTransformer: "github_repository.test" (*terraform.NodePlannableResource) needs provider.github | |
2020/02/26 16:30:31 [DEBUG] ProviderTransformer: "github_repository_collaborator.test_repo_collaborator" (*terraform.NodePlannableResource) needs provider.github | |
2020/02/26 16:30:31 [DEBUG] ReferenceTransformer: "provider.github" references: [] | |
2020/02/26 16:30:31 [DEBUG] ReferenceTransformer: "github_repository.test" references: [] | |
2020/02/26 16:30:31 [DEBUG] ReferenceTransformer: "github_repository_collaborator.test_repo_collaborator" references: [github_repository.test] | |
2020/02/26 16:30:31 [DEBUG] Starting graph walk: walkPlan | |
2020/02/26 16:30:31 [DEBUG] ReferenceTransformer: "github_repository.test" references: [] | |
2020/02/26 16:30:31 [DEBUG] ReferenceTransformer: "github_repository_collaborator.test_repo_collaborator" references: [] | |
2020/02/26 16:30:31 [DEBUG] provider has no plugin.Client | |
2020/02/26 16:30:31 [DEBUG] Test: Executing step 1 | |
2020/02/26 16:30:31 [DEBUG] provider has no plugin.Client | |
2020/02/26 16:30:31 [INFO] terraform: building graph: GraphTypeValidate | |
2020/02/26 16:30:31 [DEBUG] adding implicit provider configuration provider.github, implied first by github_repository.test | |
2020/02/26 16:30:31 [DEBUG] ProviderTransformer: "github_repository.test" (*terraform.NodeValidatableResource) needs provider.github | |
2020/02/26 16:30:31 [DEBUG] ProviderTransformer: "github_repository_collaborator.test_repo_collaborator" (*terraform.NodeValidatableResource) needs provider.github | |
2020/02/26 16:30:31 [DEBUG] ReferenceTransformer: "github_repository_collaborator.test_repo_collaborator" references: [github_repository.test] | |
2020/02/26 16:30:31 [DEBUG] ReferenceTransformer: "provider.github" references: [] | |
2020/02/26 16:30:31 [DEBUG] ReferenceTransformer: "github_repository.test" references: [] | |
2020/02/26 16:30:31 [DEBUG] Starting graph walk: walkValidate | |
2020/02/26 16:30:31 [DEBUG] provider has no plugin.Client | |
2020/02/26 16:30:31 [INFO] terraform: building graph: GraphTypeRefresh | |
2020/02/26 16:30:31 [DEBUG] adding implicit provider configuration provider.github, implied first by github_repository.test | |
2020/02/26 16:30:31 [DEBUG] ProviderTransformer: "github_repository.test" (*terraform.NodeRefreshableManagedResource) needs provider.github | |
2020/02/26 16:30:31 [DEBUG] ProviderTransformer: "github_repository_collaborator.test_repo_collaborator" (*terraform.NodeRefreshableManagedResource) needs provider.github | |
2020/02/26 16:30:31 [DEBUG] ReferenceTransformer: "github_repository.test" references: [] | |
2020/02/26 16:30:31 [DEBUG] ReferenceTransformer: "github_repository_collaborator.test_repo_collaborator" references: [github_repository.test] | |
2020/02/26 16:30:31 [DEBUG] ReferenceTransformer: "provider.github" references: [] | |
2020/02/26 16:30:31 [DEBUG] Starting graph walk: walkRefresh | |
2020/02/26 16:30:31 [DEBUG] ReferenceTransformer: "github_repository.test" references: [] | |
2020/02/26 16:30:31 [DEBUG] Reading repository: terraformtesting/tf-acc-test-collab-o1p4m | |
2020/02/26 16:30:31 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:31 [DEBUG] Github API Request Details: | |
---[ REQUEST ]--------------------------------------- | |
GET /repos/terraformtesting/tf-acc-test-collab-o1p4m HTTP/1.1 | |
Host: api.github.com | |
User-Agent: go-github | |
Accept: application/vnd.github.scarlet-witch-preview+json, application/vnd.github.mercy-preview+json, application/vnd.github.baptiste-preview+json | |
Accept-Encoding: gzip | |
----------------------------------------------------- | |
2020/02/26 16:30:31 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:31 [DEBUG] Github API Response Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 304 Not Modified | |
Access-Control-Allow-Origin: * | |
Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset | |
Cache-Control: private, max-age=60, s-maxage=60 | |
Content-Security-Policy: default-src 'none' | |
Date: Wed, 26 Feb 2020 21:30:31 GMT | |
Etag: "04e1dfad8da3ec8aa4fb2a318dee7e8e" | |
Last-Modified: Wed, 26 Feb 2020 21:30:28 GMT | |
Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin | |
Server: GitHub.com | |
Status: 304 Not Modified | |
Strict-Transport-Security: max-age=31536000; includeSubdomains; preload | |
Vary: Accept, Authorization, Cookie, X-GitHub-OTP | |
Vary: Accept-Encoding, Accept, X-Requested-With | |
X-Content-Type-Options: nosniff | |
X-Frame-Options: deny | |
X-Github-Request-Id: F70B:2EDB:C6B59:1D90E3:5E56E377 | |
X-Ratelimit-Limit: 5000 | |
X-Ratelimit-Remaining: 4891 | |
X-Ratelimit-Reset: 1582755716 | |
X-Xss-Protection: 1; mode=block | |
----------------------------------------------------- | |
2020/02/26 16:30:31 [DEBUG] ReferenceTransformer: "github_repository_collaborator.test_repo_collaborator" references: [] | |
2020/02/26 16:30:31 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:31 [DEBUG] Github API Request Details: | |
---[ REQUEST ]--------------------------------------- | |
GET /repos/terraformtesting/tf-acc-test-collab-o1p4m/invitations?per_page=100 HTTP/1.1 | |
Host: api.github.com | |
User-Agent: go-github | |
Accept: application/vnd.github.v3+json | |
Accept-Encoding: gzip | |
----------------------------------------------------- | |
2020/02/26 16:30:31 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:31 [DEBUG] Github API Response Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Transfer-Encoding: chunked | |
Access-Control-Allow-Origin: * | |
Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset | |
Cache-Control: private, max-age=60, s-maxage=60 | |
Content-Security-Policy: default-src 'none' | |
Content-Type: application/json; charset=utf-8 | |
Date: Wed, 26 Feb 2020 21:30:31 GMT | |
Etag: W/"26d4dfa381de0b0127ca94d93f0abd54" | |
Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin | |
Server: GitHub.com | |
Status: 200 OK | |
Strict-Transport-Security: max-age=31536000; includeSubdomains; preload | |
Vary: Accept, Authorization, Cookie, X-GitHub-OTP | |
Vary: Accept-Encoding, Accept, X-Requested-With | |
X-Accepted-Oauth-Scopes: | |
X-Content-Type-Options: nosniff | |
X-Frame-Options: deny | |
X-Github-Media-Type: github.v3; format=json | |
X-Github-Request-Id: F70B:2EDB:C6B66:1D90F9:5E56E377 | |
X-Oauth-Scopes: admin:org, admin:org_hook, admin:repo_hook, delete_repo, repo, user, workflow | |
X-Ratelimit-Limit: 5000 | |
X-Ratelimit-Remaining: 4890 | |
X-Ratelimit-Reset: 1582755715 | |
X-Xss-Protection: 1; mode=block | |
1d70 | |
[ | |
{ | |
"id": 23914121, | |
"node_id": "MDIwOlJlcG9zaXRvcnlJbnZpdGF0aW9uMjM5MTQxMjE=", | |
"repository": { | |
"id": 243369880, | |
"node_id": "MDEwOlJlcG9zaXRvcnkyNDMzNjk4ODA=", | |
"name": "tf-acc-test-collab-o1p4m", | |
"full_name": "terraformtesting/tf-acc-test-collab-o1p4m", | |
"private": false, | |
"owner": { | |
"login": "terraformtesting", | |
"id": 17906721, | |
"node_id": "MDEyOk9yZ2FuaXphdGlvbjE3OTA2NzIx", | |
"avatar_url": "https://avatars0.githubusercontent.com/u/17906721?v=4", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/terraformtesting", | |
"html_url": "https://github.com/terraformtesting", | |
"followers_url": "https://api.github.com/users/terraformtesting/followers", | |
"following_url": "https://api.github.com/users/terraformtesting/following{/other_user}", | |
"gists_url": "https://api.github.com/users/terraformtesting/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/terraformtesting/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/terraformtesting/subscriptions", | |
"organizations_url": "https://api.github.com/users/terraformtesting/orgs", | |
"repos_url": "https://api.github.com/users/terraformtesting/repos", | |
"events_url": "https://api.github.com/users/terraformtesting/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/terraformtesting/received_events", | |
"type": "Organization", | |
"site_admin": false | |
}, | |
"html_url": "https://github.com/terraformtesting/tf-acc-test-collab-o1p4m", | |
"description": null, | |
"fork": false, | |
"url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m", | |
"forks_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/forks", | |
"keys_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/keys{/key_id}", | |
"collaborators_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/collaborators{/collaborator}", | |
"teams_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/teams", | |
"hooks_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/hooks", | |
"issue_events_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/issues/events{/number}", | |
"events_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/events", | |
"assignees_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/assignees{/user}", | |
"branches_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/branches{/branch}", | |
"tags_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/tags", | |
"blobs_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/git/blobs{/sha}", | |
"git_tags_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/git/tags{/sha}", | |
"git_refs_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/git/refs{/sha}", | |
"trees_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/git/trees{/sha}", | |
"statuses_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/statuses/{sha}", | |
"languages_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/languages", | |
"stargazers_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/stargazers", | |
"contributors_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/contributors", | |
"subscribers_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/subscribers", | |
"subscription_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/subscription", | |
"commits_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/commits{/sha}", | |
"git_commits_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/git/commits{/sha}", | |
"comments_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/comments{/number}", | |
"issue_comment_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/issues/comments{/number}", | |
"contents_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/contents/{+path}", | |
"compare_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/compare/{base}...{head}", | |
"merges_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/merges", | |
"archive_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/{archive_format}{/ref}", | |
"downloads_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/downloads", | |
"issues_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/issues{/number}", | |
"pulls_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/pulls{/number}", | |
"milestones_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/milestones{/number}", | |
"notifications_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/notifications{?since,all,participating}", | |
"labels_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/labels{/name}", | |
"releases_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/releases{/id}", | |
"deployments_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/deployments" | |
}, | |
"invitee": { | |
"login": "github-terraform-test-collaborator", | |
"id": 60107582, | |
"node_id": "MDQ6VXNlcjYwMTA3NTgy", | |
"avatar_url": "https://avatars1.githubusercontent.com/u/60107582?v=4", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/github-terraform-test-collaborator", | |
"html_url": "https://github.com/github-terraform-test-collaborator", | |
"followers_url": "https://api.github.com/users/github-terraform-test-collaborator/followers", | |
"following_url": "https://api.github.com/users/github-terraform-test-collaborator/following{/other_user}", | |
"gists_url": "https://api.github.com/users/github-terraform-test-collaborator/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/github-terraform-test-collaborator/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/github-terraform-test-collaborator/subscriptions", | |
"organizations_url": "https://api.github.com/users/github-terraform-test-collaborator/orgs", | |
"repos_url": "https://api.github.com/users/github-terraform-test-collaborator/repos", | |
"events_url": "https://api.github.com/users/github-terraform-test-collaborator/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/github-terraform-test-collaborator/received_events", | |
"type": "User", | |
"site_admin": false | |
}, | |
"inviter": { | |
"login": "jcudit", | |
"id": 5034582, | |
"node_id": "MDQ6VXNlcjUwMzQ1ODI=", | |
"avatar_url": "https://avatars0.githubusercontent.com/u/5034582?v=4", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/jcudit", | |
"html_url": "https://github.com/jcudit", | |
"followers_url": "https://api.github.com/users/jcudit/followers", | |
"following_url": "https://api.github.com/users/jcudit/following{/other_user}", | |
"gists_url": "https://api.github.com/users/jcudit/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/jcudit/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/jcudit/subscriptions", | |
"organizations_url": "https://api.github.com/users/jcudit/orgs", | |
"repos_url": "https://api.github.com/users/jcudit/repos", | |
"events_url": "https://api.github.com/users/jcudit/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/jcudit/received_events", | |
"type": "User", | |
"site_admin": true | |
}, | |
"permissions": "admin", | |
"created_at": "2020-02-26T21:30:29Z", | |
"url": "https://api.github.com/user/repository_invitations/23914121", | |
"html_url": "https://github.com/terraformtesting/tf-acc-test-collab-o1p4m/invitations" | |
} | |
] | |
0 | |
----------------------------------------------------- | |
2020/02/26 16:30:31 [DEBUG] Found invitation for "github-terraform-test-collaborator" | |
2020/02/26 16:30:31 [DEBUG] provider has no plugin.Client | |
2020/02/26 16:30:31 [DEBUG] New state was assigned lineage "215bced2-dfaf-cb86-27ce-84e42fca301f" | |
2020/02/26 16:30:31 [INFO] terraform: building graph: GraphTypePlan | |
2020/02/26 16:30:31 [DEBUG] adding implicit provider configuration provider.github, implied first by github_repository.test | |
2020/02/26 16:30:31 [DEBUG] ProviderTransformer: "github_repository.test" (*terraform.NodePlannableResource) needs provider.github | |
2020/02/26 16:30:31 [DEBUG] ProviderTransformer: "github_repository_collaborator.test_repo_collaborator" (*terraform.NodePlannableResource) needs provider.github | |
2020/02/26 16:30:31 [DEBUG] ReferenceTransformer: "github_repository.test" references: [] | |
2020/02/26 16:30:31 [DEBUG] ReferenceTransformer: "github_repository_collaborator.test_repo_collaborator" references: [github_repository.test] | |
2020/02/26 16:30:31 [DEBUG] ReferenceTransformer: "provider.github" references: [] | |
2020/02/26 16:30:31 [DEBUG] Starting graph walk: walkPlan | |
2020/02/26 16:30:31 [DEBUG] ReferenceTransformer: "github_repository.test" references: [] | |
2020/02/26 16:30:31 [DEBUG] ReferenceTransformer: "github_repository_collaborator.test_repo_collaborator" references: [] | |
2020/02/26 16:30:31 [DEBUG] provider has no plugin.Client | |
2020/02/26 16:30:31 [WARN] Test: Step plan: DIFF: | |
STATE: | |
github_repository.test: | |
ID = tf-acc-test-collab-o1p4m | |
provider = provider.github | |
allow_merge_commit = true | |
allow_rebase_merge = true | |
allow_squash_merge = true | |
archived = false | |
default_branch = master | |
description = | |
etag = W/"04e1dfad8da3ec8aa4fb2a318dee7e8e" | |
full_name = terraformtesting/tf-acc-test-collab-o1p4m | |
git_clone_url = git://github.com/terraformtesting/tf-acc-test-collab-o1p4m.git | |
has_downloads = false | |
has_issues = false | |
has_projects = false | |
has_wiki = false | |
homepage_url = | |
html_url = https://github.com/terraformtesting/tf-acc-test-collab-o1p4m | |
http_clone_url = https://github.com/terraformtesting/tf-acc-test-collab-o1p4m.git | |
name = tf-acc-test-collab-o1p4m | |
private = false | |
ssh_clone_url = [email protected]:terraformtesting/tf-acc-test-collab-o1p4m.git | |
svn_url = https://github.com/terraformtesting/tf-acc-test-collab-o1p4m | |
github_repository_collaborator.test_repo_collaborator: | |
ID = tf-acc-test-collab-o1p4m:github-terraform-test-collaborator | |
provider = provider.github | |
invitation_id = 23914121 | |
permission = admin | |
repository = tf-acc-test-collab-o1p4m | |
username = github-terraform-test-collaborator | |
Dependencies: | |
github_repository.test | |
2020/02/26 16:30:31 [INFO] terraform: building graph: GraphTypeApply | |
2020/02/26 16:30:31 [DEBUG] adding implicit provider configuration provider.github, implied first by github_repository.test (prepare state) | |
2020/02/26 16:30:31 [DEBUG] ProviderTransformer: "github_repository.test (prepare state)" (*terraform.NodeApplyableResource) needs provider.github | |
2020/02/26 16:30:31 [DEBUG] ProviderTransformer: "github_repository_collaborator.test_repo_collaborator (prepare state)" (*terraform.NodeApplyableResource) needs provider.github | |
2020/02/26 16:30:31 [DEBUG] ReferenceTransformer: "github_repository.test (prepare state)" references: [] | |
2020/02/26 16:30:31 [DEBUG] ReferenceTransformer: "github_repository_collaborator.test_repo_collaborator (prepare state)" references: [] | |
2020/02/26 16:30:31 [DEBUG] ReferenceTransformer: "provider.github" references: [] | |
2020/02/26 16:30:31 [DEBUG] Starting graph walk: walkApply | |
2020/02/26 16:30:31 [DEBUG] provider has no plugin.Client | |
2020/02/26 16:30:31 [DEBUG] New state was assigned lineage "d2c94e7b-b678-5d40-1912-7b94e3db75d0" | |
2020/02/26 16:30:31 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:31 [DEBUG] Github API Request Details: | |
---[ REQUEST ]--------------------------------------- | |
GET /repos/terraformtesting/tf-acc-test-collab-o1p4m/invitations?per_page=100 HTTP/1.1 | |
Host: api.github.com | |
User-Agent: go-github | |
Accept: application/vnd.github.v3+json | |
Accept-Encoding: gzip | |
----------------------------------------------------- | |
2020/02/26 16:30:31 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:31 [DEBUG] Github API Response Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Transfer-Encoding: chunked | |
Access-Control-Allow-Origin: * | |
Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset | |
Cache-Control: private, max-age=60, s-maxage=60 | |
Content-Security-Policy: default-src 'none' | |
Content-Type: application/json; charset=utf-8 | |
Date: Wed, 26 Feb 2020 21:30:31 GMT | |
Etag: W/"26d4dfa381de0b0127ca94d93f0abd54" | |
Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin | |
Server: GitHub.com | |
Status: 200 OK | |
Strict-Transport-Security: max-age=31536000; includeSubdomains; preload | |
Vary: Accept, Authorization, Cookie, X-GitHub-OTP | |
Vary: Accept-Encoding, Accept, X-Requested-With | |
X-Accepted-Oauth-Scopes: | |
X-Content-Type-Options: nosniff | |
X-Frame-Options: deny | |
X-Github-Media-Type: github.v3; format=json | |
X-Github-Request-Id: F70B:2EDB:C6B72:1D9103:5E56E377 | |
X-Oauth-Scopes: admin:org, admin:org_hook, admin:repo_hook, delete_repo, repo, user, workflow | |
X-Ratelimit-Limit: 5000 | |
X-Ratelimit-Remaining: 4889 | |
X-Ratelimit-Reset: 1582755715 | |
X-Xss-Protection: 1; mode=block | |
1d70 | |
[ | |
{ | |
"id": 23914121, | |
"node_id": "MDIwOlJlcG9zaXRvcnlJbnZpdGF0aW9uMjM5MTQxMjE=", | |
"repository": { | |
"id": 243369880, | |
"node_id": "MDEwOlJlcG9zaXRvcnkyNDMzNjk4ODA=", | |
"name": "tf-acc-test-collab-o1p4m", | |
"full_name": "terraformtesting/tf-acc-test-collab-o1p4m", | |
"private": false, | |
"owner": { | |
"login": "terraformtesting", | |
"id": 17906721, | |
"node_id": "MDEyOk9yZ2FuaXphdGlvbjE3OTA2NzIx", | |
"avatar_url": "https://avatars0.githubusercontent.com/u/17906721?v=4", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/terraformtesting", | |
"html_url": "https://github.com/terraformtesting", | |
"followers_url": "https://api.github.com/users/terraformtesting/followers", | |
"following_url": "https://api.github.com/users/terraformtesting/following{/other_user}", | |
"gists_url": "https://api.github.com/users/terraformtesting/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/terraformtesting/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/terraformtesting/subscriptions", | |
"organizations_url": "https://api.github.com/users/terraformtesting/orgs", | |
"repos_url": "https://api.github.com/users/terraformtesting/repos", | |
"events_url": "https://api.github.com/users/terraformtesting/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/terraformtesting/received_events", | |
"type": "Organization", | |
"site_admin": false | |
}, | |
"html_url": "https://github.com/terraformtesting/tf-acc-test-collab-o1p4m", | |
"description": null, | |
"fork": false, | |
"url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m", | |
"forks_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/forks", | |
"keys_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/keys{/key_id}", | |
"collaborators_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/collaborators{/collaborator}", | |
"teams_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/teams", | |
"hooks_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/hooks", | |
"issue_events_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/issues/events{/number}", | |
"events_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/events", | |
"assignees_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/assignees{/user}", | |
"branches_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/branches{/branch}", | |
"tags_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/tags", | |
"blobs_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/git/blobs{/sha}", | |
"git_tags_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/git/tags{/sha}", | |
"git_refs_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/git/refs{/sha}", | |
"trees_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/git/trees{/sha}", | |
"statuses_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/statuses/{sha}", | |
"languages_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/languages", | |
"stargazers_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/stargazers", | |
"contributors_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/contributors", | |
"subscribers_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/subscribers", | |
"subscription_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/subscription", | |
"commits_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/commits{/sha}", | |
"git_commits_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/git/commits{/sha}", | |
"comments_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/comments{/number}", | |
"issue_comment_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/issues/comments{/number}", | |
"contents_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/contents/{+path}", | |
"compare_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/compare/{base}...{head}", | |
"merges_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/merges", | |
"archive_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/{archive_format}{/ref}", | |
"downloads_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/downloads", | |
"issues_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/issues{/number}", | |
"pulls_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/pulls{/number}", | |
"milestones_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/milestones{/number}", | |
"notifications_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/notifications{?since,all,participating}", | |
"labels_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/labels{/name}", | |
"releases_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/releases{/id}", | |
"deployments_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/deployments" | |
}, | |
"invitee": { | |
"login": "github-terraform-test-collaborator", | |
"id": 60107582, | |
"node_id": "MDQ6VXNlcjYwMTA3NTgy", | |
"avatar_url": "https://avatars1.githubusercontent.com/u/60107582?v=4", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/github-terraform-test-collaborator", | |
"html_url": "https://github.com/github-terraform-test-collaborator", | |
"followers_url": "https://api.github.com/users/github-terraform-test-collaborator/followers", | |
"following_url": "https://api.github.com/users/github-terraform-test-collaborator/following{/other_user}", | |
"gists_url": "https://api.github.com/users/github-terraform-test-collaborator/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/github-terraform-test-collaborator/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/github-terraform-test-collaborator/subscriptions", | |
"organizations_url": "https://api.github.com/users/github-terraform-test-collaborator/orgs", | |
"repos_url": "https://api.github.com/users/github-terraform-test-collaborator/repos", | |
"events_url": "https://api.github.com/users/github-terraform-test-collaborator/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/github-terraform-test-collaborator/received_events", | |
"type": "User", | |
"site_admin": false | |
}, | |
"inviter": { | |
"login": "jcudit", | |
"id": 5034582, | |
"node_id": "MDQ6VXNlcjUwMzQ1ODI=", | |
"avatar_url": "https://avatars0.githubusercontent.com/u/5034582?v=4", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/jcudit", | |
"html_url": "https://github.com/jcudit", | |
"followers_url": "https://api.github.com/users/jcudit/followers", | |
"following_url": "https://api.github.com/users/jcudit/following{/other_user}", | |
"gists_url": "https://api.github.com/users/jcudit/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/jcudit/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/jcudit/subscriptions", | |
"organizations_url": "https://api.github.com/users/jcudit/orgs", | |
"repos_url": "https://api.github.com/users/jcudit/repos", | |
"events_url": "https://api.github.com/users/jcudit/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/jcudit/received_events", | |
"type": "User", | |
"site_admin": true | |
}, | |
"permissions": "admin", | |
"created_at": "2020-02-26T21:30:29Z", | |
"url": "https://api.github.com/user/repository_invitations/23914121", | |
"html_url": "https://github.com/terraformtesting/tf-acc-test-collab-o1p4m/invitations" | |
} | |
] | |
0 | |
----------------------------------------------------- | |
2020/02/26 16:30:31 [INFO] terraform: building graph: GraphTypePlan | |
2020/02/26 16:30:31 [DEBUG] adding implicit provider configuration provider.github, implied first by github_repository.test | |
2020/02/26 16:30:31 [DEBUG] ProviderTransformer: "github_repository.test" (*terraform.NodePlannableResource) needs provider.github | |
2020/02/26 16:30:31 [DEBUG] ProviderTransformer: "github_repository_collaborator.test_repo_collaborator" (*terraform.NodePlannableResource) needs provider.github | |
2020/02/26 16:30:31 [DEBUG] ReferenceTransformer: "github_repository.test" references: [] | |
2020/02/26 16:30:31 [DEBUG] ReferenceTransformer: "github_repository_collaborator.test_repo_collaborator" references: [github_repository.test] | |
2020/02/26 16:30:31 [DEBUG] ReferenceTransformer: "provider.github" references: [] | |
2020/02/26 16:30:31 [DEBUG] Starting graph walk: walkPlan | |
2020/02/26 16:30:31 [DEBUG] ReferenceTransformer: "github_repository.test" references: [] | |
2020/02/26 16:30:31 [DEBUG] ReferenceTransformer: "github_repository_collaborator.test_repo_collaborator" references: [] | |
2020/02/26 16:30:31 [DEBUG] provider has no plugin.Client | |
2020/02/26 16:30:31 [INFO] terraform: building graph: GraphTypeRefresh | |
2020/02/26 16:30:31 [DEBUG] adding implicit provider configuration provider.github, implied first by github_repository.test | |
2020/02/26 16:30:31 [DEBUG] ProviderTransformer: "github_repository.test" (*terraform.NodeRefreshableManagedResource) needs provider.github | |
2020/02/26 16:30:31 [DEBUG] ProviderTransformer: "github_repository_collaborator.test_repo_collaborator" (*terraform.NodeRefreshableManagedResource) needs provider.github | |
2020/02/26 16:30:31 [DEBUG] ReferenceTransformer: "github_repository.test" references: [] | |
2020/02/26 16:30:31 [DEBUG] ReferenceTransformer: "github_repository_collaborator.test_repo_collaborator" references: [github_repository.test] | |
2020/02/26 16:30:31 [DEBUG] ReferenceTransformer: "provider.github" references: [] | |
2020/02/26 16:30:31 [DEBUG] Starting graph walk: walkRefresh | |
2020/02/26 16:30:31 [DEBUG] ReferenceTransformer: "github_repository.test" references: [] | |
2020/02/26 16:30:31 [DEBUG] Reading repository: terraformtesting/tf-acc-test-collab-o1p4m | |
2020/02/26 16:30:31 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:31 [DEBUG] Github API Request Details: | |
---[ REQUEST ]--------------------------------------- | |
GET /repos/terraformtesting/tf-acc-test-collab-o1p4m HTTP/1.1 | |
Host: api.github.com | |
User-Agent: go-github | |
Accept: application/vnd.github.scarlet-witch-preview+json, application/vnd.github.mercy-preview+json, application/vnd.github.baptiste-preview+json | |
Accept-Encoding: gzip | |
----------------------------------------------------- | |
2020/02/26 16:30:32 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:32 [DEBUG] Github API Response Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 304 Not Modified | |
Access-Control-Allow-Origin: * | |
Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset | |
Cache-Control: private, max-age=60, s-maxage=60 | |
Content-Security-Policy: default-src 'none' | |
Date: Wed, 26 Feb 2020 21:30:32 GMT | |
Etag: "04e1dfad8da3ec8aa4fb2a318dee7e8e" | |
Last-Modified: Wed, 26 Feb 2020 21:30:28 GMT | |
Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin | |
Server: GitHub.com | |
Status: 304 Not Modified | |
Strict-Transport-Security: max-age=31536000; includeSubdomains; preload | |
Vary: Accept, Authorization, Cookie, X-GitHub-OTP | |
Vary: Accept-Encoding, Accept, X-Requested-With | |
X-Content-Type-Options: nosniff | |
X-Frame-Options: deny | |
X-Github-Request-Id: F70B:2EDB:C6B79:1D910E:5E56E377 | |
X-Ratelimit-Limit: 5000 | |
X-Ratelimit-Remaining: 4889 | |
X-Ratelimit-Reset: 1582755716 | |
X-Xss-Protection: 1; mode=block | |
----------------------------------------------------- | |
2020/02/26 16:30:32 [DEBUG] ReferenceTransformer: "github_repository_collaborator.test_repo_collaborator" references: [] | |
2020/02/26 16:30:32 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:32 [DEBUG] Github API Request Details: | |
---[ REQUEST ]--------------------------------------- | |
GET /repos/terraformtesting/tf-acc-test-collab-o1p4m/invitations?per_page=100 HTTP/1.1 | |
Host: api.github.com | |
User-Agent: go-github | |
Accept: application/vnd.github.v3+json | |
Accept-Encoding: gzip | |
----------------------------------------------------- | |
2020/02/26 16:30:32 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:32 [DEBUG] Github API Response Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Transfer-Encoding: chunked | |
Access-Control-Allow-Origin: * | |
Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset | |
Cache-Control: private, max-age=60, s-maxage=60 | |
Content-Security-Policy: default-src 'none' | |
Content-Type: application/json; charset=utf-8 | |
Date: Wed, 26 Feb 2020 21:30:32 GMT | |
Etag: W/"26d4dfa381de0b0127ca94d93f0abd54" | |
Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin | |
Server: GitHub.com | |
Status: 200 OK | |
Strict-Transport-Security: max-age=31536000; includeSubdomains; preload | |
Vary: Accept, Authorization, Cookie, X-GitHub-OTP | |
Vary: Accept-Encoding, Accept, X-Requested-With | |
X-Accepted-Oauth-Scopes: | |
X-Content-Type-Options: nosniff | |
X-Frame-Options: deny | |
X-Github-Media-Type: github.v3; format=json | |
X-Github-Request-Id: F70B:2EDB:C6B82:1D911E:5E56E378 | |
X-Oauth-Scopes: admin:org, admin:org_hook, admin:repo_hook, delete_repo, repo, user, workflow | |
X-Ratelimit-Limit: 5000 | |
X-Ratelimit-Remaining: 4888 | |
X-Ratelimit-Reset: 1582755716 | |
X-Xss-Protection: 1; mode=block | |
1d70 | |
[ | |
{ | |
"id": 23914121, | |
"node_id": "MDIwOlJlcG9zaXRvcnlJbnZpdGF0aW9uMjM5MTQxMjE=", | |
"repository": { | |
"id": 243369880, | |
"node_id": "MDEwOlJlcG9zaXRvcnkyNDMzNjk4ODA=", | |
"name": "tf-acc-test-collab-o1p4m", | |
"full_name": "terraformtesting/tf-acc-test-collab-o1p4m", | |
"private": false, | |
"owner": { | |
"login": "terraformtesting", | |
"id": 17906721, | |
"node_id": "MDEyOk9yZ2FuaXphdGlvbjE3OTA2NzIx", | |
"avatar_url": "https://avatars0.githubusercontent.com/u/17906721?v=4", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/terraformtesting", | |
"html_url": "https://github.com/terraformtesting", | |
"followers_url": "https://api.github.com/users/terraformtesting/followers", | |
"following_url": "https://api.github.com/users/terraformtesting/following{/other_user}", | |
"gists_url": "https://api.github.com/users/terraformtesting/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/terraformtesting/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/terraformtesting/subscriptions", | |
"organizations_url": "https://api.github.com/users/terraformtesting/orgs", | |
"repos_url": "https://api.github.com/users/terraformtesting/repos", | |
"events_url": "https://api.github.com/users/terraformtesting/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/terraformtesting/received_events", | |
"type": "Organization", | |
"site_admin": false | |
}, | |
"html_url": "https://github.com/terraformtesting/tf-acc-test-collab-o1p4m", | |
"description": null, | |
"fork": false, | |
"url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m", | |
"forks_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/forks", | |
"keys_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/keys{/key_id}", | |
"collaborators_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/collaborators{/collaborator}", | |
"teams_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/teams", | |
"hooks_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/hooks", | |
"issue_events_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/issues/events{/number}", | |
"events_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/events", | |
"assignees_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/assignees{/user}", | |
"branches_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/branches{/branch}", | |
"tags_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/tags", | |
"blobs_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/git/blobs{/sha}", | |
"git_tags_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/git/tags{/sha}", | |
"git_refs_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/git/refs{/sha}", | |
"trees_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/git/trees{/sha}", | |
"statuses_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/statuses/{sha}", | |
"languages_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/languages", | |
"stargazers_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/stargazers", | |
"contributors_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/contributors", | |
"subscribers_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/subscribers", | |
"subscription_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/subscription", | |
"commits_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/commits{/sha}", | |
"git_commits_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/git/commits{/sha}", | |
"comments_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/comments{/number}", | |
"issue_comment_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/issues/comments{/number}", | |
"contents_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/contents/{+path}", | |
"compare_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/compare/{base}...{head}", | |
"merges_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/merges", | |
"archive_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/{archive_format}{/ref}", | |
"downloads_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/downloads", | |
"issues_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/issues{/number}", | |
"pulls_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/pulls{/number}", | |
"milestones_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/milestones{/number}", | |
"notifications_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/notifications{?since,all,participating}", | |
"labels_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/labels{/name}", | |
"releases_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/releases{/id}", | |
"deployments_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/deployments" | |
}, | |
"invitee": { | |
"login": "github-terraform-test-collaborator", | |
"id": 60107582, | |
"node_id": "MDQ6VXNlcjYwMTA3NTgy", | |
"avatar_url": "https://avatars1.githubusercontent.com/u/60107582?v=4", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/github-terraform-test-collaborator", | |
"html_url": "https://github.com/github-terraform-test-collaborator", | |
"followers_url": "https://api.github.com/users/github-terraform-test-collaborator/followers", | |
"following_url": "https://api.github.com/users/github-terraform-test-collaborator/following{/other_user}", | |
"gists_url": "https://api.github.com/users/github-terraform-test-collaborator/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/github-terraform-test-collaborator/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/github-terraform-test-collaborator/subscriptions", | |
"organizations_url": "https://api.github.com/users/github-terraform-test-collaborator/orgs", | |
"repos_url": "https://api.github.com/users/github-terraform-test-collaborator/repos", | |
"events_url": "https://api.github.com/users/github-terraform-test-collaborator/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/github-terraform-test-collaborator/received_events", | |
"type": "User", | |
"site_admin": false | |
}, | |
"inviter": { | |
"login": "jcudit", | |
"id": 5034582, | |
"node_id": "MDQ6VXNlcjUwMzQ1ODI=", | |
"avatar_url": "https://avatars0.githubusercontent.com/u/5034582?v=4", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/jcudit", | |
"html_url": "https://github.com/jcudit", | |
"followers_url": "https://api.github.com/users/jcudit/followers", | |
"following_url": "https://api.github.com/users/jcudit/following{/other_user}", | |
"gists_url": "https://api.github.com/users/jcudit/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/jcudit/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/jcudit/subscriptions", | |
"organizations_url": "https://api.github.com/users/jcudit/orgs", | |
"repos_url": "https://api.github.com/users/jcudit/repos", | |
"events_url": "https://api.github.com/users/jcudit/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/jcudit/received_events", | |
"type": "User", | |
"site_admin": true | |
}, | |
"permissions": "admin", | |
"created_at": "2020-02-26T21:30:29Z", | |
"url": "https://api.github.com/user/repository_invitations/23914121", | |
"html_url": "https://github.com/terraformtesting/tf-acc-test-collab-o1p4m/invitations" | |
} | |
] | |
0 | |
----------------------------------------------------- | |
2020/02/26 16:30:32 [DEBUG] Found invitation for "github-terraform-test-collaborator" | |
2020/02/26 16:30:32 [DEBUG] provider has no plugin.Client | |
2020/02/26 16:30:32 [DEBUG] New state was assigned lineage "914383d1-7538-d10b-ae0e-684410c2d4c4" | |
2020/02/26 16:30:32 [INFO] terraform: building graph: GraphTypePlan | |
2020/02/26 16:30:32 [DEBUG] adding implicit provider configuration provider.github, implied first by github_repository.test | |
2020/02/26 16:30:32 [DEBUG] ProviderTransformer: "github_repository_collaborator.test_repo_collaborator" (*terraform.NodePlannableResource) needs provider.github | |
2020/02/26 16:30:32 [DEBUG] ProviderTransformer: "github_repository.test" (*terraform.NodePlannableResource) needs provider.github | |
2020/02/26 16:30:32 [DEBUG] ReferenceTransformer: "github_repository.test" references: [] | |
2020/02/26 16:30:32 [DEBUG] ReferenceTransformer: "github_repository_collaborator.test_repo_collaborator" references: [github_repository.test] | |
2020/02/26 16:30:32 [DEBUG] ReferenceTransformer: "provider.github" references: [] | |
2020/02/26 16:30:32 [DEBUG] Starting graph walk: walkPlan | |
2020/02/26 16:30:32 [DEBUG] ReferenceTransformer: "github_repository.test" references: [] | |
2020/02/26 16:30:32 [DEBUG] ReferenceTransformer: "github_repository_collaborator.test_repo_collaborator" references: [] | |
2020/02/26 16:30:32 [DEBUG] provider has no plugin.Client | |
2020/02/26 16:30:32 [DEBUG] Test: Executing step 2 | |
2020/02/26 16:30:32 [DEBUG] provider has no plugin.Client | |
2020/02/26 16:30:32 [DEBUG] provider has no plugin.Client | |
2020/02/26 16:30:32 [DEBUG] ProviderTransformer: "github_repository_collaborator.test_repo_collaborator (import id \"tf-acc-test-collab-o1p4m:github-terraform-test-collaborator\")" (*terraform.graphNodeImportState) needs provider.github | |
2020/02/26 16:30:32 [DEBUG] pruning unused provider.tls | |
2020/02/26 16:30:32 [DEBUG] ReferenceTransformer: "github_repository_collaborator.test_repo_collaborator (import id \"tf-acc-test-collab-o1p4m:github-terraform-test-collaborator\")" references: [] | |
2020/02/26 16:30:32 [DEBUG] ReferenceTransformer: "provider.github" references: [] | |
2020/02/26 16:30:32 [DEBUG] Starting graph walk: walkImport | |
2020/02/26 16:30:32 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:32 [DEBUG] Github API Request Details: | |
---[ REQUEST ]--------------------------------------- | |
GET /repos/terraformtesting/tf-acc-test-collab-o1p4m/invitations?per_page=100 HTTP/1.1 | |
Host: api.github.com | |
User-Agent: go-github | |
Accept: application/vnd.github.v3+json | |
Accept-Encoding: gzip | |
----------------------------------------------------- | |
2020/02/26 16:30:32 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:32 [DEBUG] Github API Response Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Transfer-Encoding: chunked | |
Access-Control-Allow-Origin: * | |
Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset | |
Cache-Control: private, max-age=60, s-maxage=60 | |
Content-Security-Policy: default-src 'none' | |
Content-Type: application/json; charset=utf-8 | |
Date: Wed, 26 Feb 2020 21:30:32 GMT | |
Etag: W/"26d4dfa381de0b0127ca94d93f0abd54" | |
Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin | |
Server: GitHub.com | |
Status: 200 OK | |
Strict-Transport-Security: max-age=31536000; includeSubdomains; preload | |
Vary: Accept, Authorization, Cookie, X-GitHub-OTP | |
Vary: Accept-Encoding, Accept, X-Requested-With | |
X-Accepted-Oauth-Scopes: | |
X-Content-Type-Options: nosniff | |
X-Frame-Options: deny | |
X-Github-Media-Type: github.v3; format=json | |
X-Github-Request-Id: F70B:2EDB:C6B8C:1D9132:5E56E378 | |
X-Oauth-Scopes: admin:org, admin:org_hook, admin:repo_hook, delete_repo, repo, user, workflow | |
X-Ratelimit-Limit: 5000 | |
X-Ratelimit-Remaining: 4887 | |
X-Ratelimit-Reset: 1582755716 | |
X-Xss-Protection: 1; mode=block | |
1d70 | |
[ | |
{ | |
"id": 23914121, | |
"node_id": "MDIwOlJlcG9zaXRvcnlJbnZpdGF0aW9uMjM5MTQxMjE=", | |
"repository": { | |
"id": 243369880, | |
"node_id": "MDEwOlJlcG9zaXRvcnkyNDMzNjk4ODA=", | |
"name": "tf-acc-test-collab-o1p4m", | |
"full_name": "terraformtesting/tf-acc-test-collab-o1p4m", | |
"private": false, | |
"owner": { | |
"login": "terraformtesting", | |
"id": 17906721, | |
"node_id": "MDEyOk9yZ2FuaXphdGlvbjE3OTA2NzIx", | |
"avatar_url": "https://avatars0.githubusercontent.com/u/17906721?v=4", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/terraformtesting", | |
"html_url": "https://github.com/terraformtesting", | |
"followers_url": "https://api.github.com/users/terraformtesting/followers", | |
"following_url": "https://api.github.com/users/terraformtesting/following{/other_user}", | |
"gists_url": "https://api.github.com/users/terraformtesting/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/terraformtesting/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/terraformtesting/subscriptions", | |
"organizations_url": "https://api.github.com/users/terraformtesting/orgs", | |
"repos_url": "https://api.github.com/users/terraformtesting/repos", | |
"events_url": "https://api.github.com/users/terraformtesting/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/terraformtesting/received_events", | |
"type": "Organization", | |
"site_admin": false | |
}, | |
"html_url": "https://github.com/terraformtesting/tf-acc-test-collab-o1p4m", | |
"description": null, | |
"fork": false, | |
"url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m", | |
"forks_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/forks", | |
"keys_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/keys{/key_id}", | |
"collaborators_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/collaborators{/collaborator}", | |
"teams_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/teams", | |
"hooks_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/hooks", | |
"issue_events_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/issues/events{/number}", | |
"events_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/events", | |
"assignees_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/assignees{/user}", | |
"branches_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/branches{/branch}", | |
"tags_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/tags", | |
"blobs_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/git/blobs{/sha}", | |
"git_tags_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/git/tags{/sha}", | |
"git_refs_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/git/refs{/sha}", | |
"trees_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/git/trees{/sha}", | |
"statuses_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/statuses/{sha}", | |
"languages_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/languages", | |
"stargazers_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/stargazers", | |
"contributors_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/contributors", | |
"subscribers_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/subscribers", | |
"subscription_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/subscription", | |
"commits_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/commits{/sha}", | |
"git_commits_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/git/commits{/sha}", | |
"comments_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/comments{/number}", | |
"issue_comment_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/issues/comments{/number}", | |
"contents_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/contents/{+path}", | |
"compare_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/compare/{base}...{head}", | |
"merges_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/merges", | |
"archive_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/{archive_format}{/ref}", | |
"downloads_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/downloads", | |
"issues_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/issues{/number}", | |
"pulls_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/pulls{/number}", | |
"milestones_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/milestones{/number}", | |
"notifications_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/notifications{?since,all,participating}", | |
"labels_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/labels{/name}", | |
"releases_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/releases{/id}", | |
"deployments_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/deployments" | |
}, | |
"invitee": { | |
"login": "github-terraform-test-collaborator", | |
"id": 60107582, | |
"node_id": "MDQ6VXNlcjYwMTA3NTgy", | |
"avatar_url": "https://avatars1.githubusercontent.com/u/60107582?v=4", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/github-terraform-test-collaborator", | |
"html_url": "https://github.com/github-terraform-test-collaborator", | |
"followers_url": "https://api.github.com/users/github-terraform-test-collaborator/followers", | |
"following_url": "https://api.github.com/users/github-terraform-test-collaborator/following{/other_user}", | |
"gists_url": "https://api.github.com/users/github-terraform-test-collaborator/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/github-terraform-test-collaborator/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/github-terraform-test-collaborator/subscriptions", | |
"organizations_url": "https://api.github.com/users/github-terraform-test-collaborator/orgs", | |
"repos_url": "https://api.github.com/users/github-terraform-test-collaborator/repos", | |
"events_url": "https://api.github.com/users/github-terraform-test-collaborator/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/github-terraform-test-collaborator/received_events", | |
"type": "User", | |
"site_admin": false | |
}, | |
"inviter": { | |
"login": "jcudit", | |
"id": 5034582, | |
"node_id": "MDQ6VXNlcjUwMzQ1ODI=", | |
"avatar_url": "https://avatars0.githubusercontent.com/u/5034582?v=4", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/jcudit", | |
"html_url": "https://github.com/jcudit", | |
"followers_url": "https://api.github.com/users/jcudit/followers", | |
"following_url": "https://api.github.com/users/jcudit/following{/other_user}", | |
"gists_url": "https://api.github.com/users/jcudit/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/jcudit/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/jcudit/subscriptions", | |
"organizations_url": "https://api.github.com/users/jcudit/orgs", | |
"repos_url": "https://api.github.com/users/jcudit/repos", | |
"events_url": "https://api.github.com/users/jcudit/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/jcudit/received_events", | |
"type": "User", | |
"site_admin": true | |
}, | |
"permissions": "admin", | |
"created_at": "2020-02-26T21:30:29Z", | |
"url": "https://api.github.com/user/repository_invitations/23914121", | |
"html_url": "https://github.com/terraformtesting/tf-acc-test-collab-o1p4m/invitations" | |
} | |
] | |
0 | |
----------------------------------------------------- | |
2020/02/26 16:30:32 [DEBUG] Found invitation for "github-terraform-test-collaborator" | |
2020/02/26 16:30:32 [DEBUG] provider has no plugin.Client | |
2020/02/26 16:30:32 [DEBUG] New state was assigned lineage "92781e30-f7c7-6102-54d6-0743013a27d1" | |
2020/02/26 16:30:32 [WARN] Test: Executing destroy step | |
2020/02/26 16:30:32 [DEBUG] provider has no plugin.Client | |
2020/02/26 16:30:32 [INFO] terraform: building graph: GraphTypeValidate | |
2020/02/26 16:30:32 [DEBUG] adding implicit provider configuration provider.github, implied first by github_repository.test | |
2020/02/26 16:30:32 [DEBUG] ProviderTransformer: "github_repository_collaborator.test_repo_collaborator" (*terraform.NodeAbstractResourceInstance) needs provider.github | |
2020/02/26 16:30:32 [DEBUG] ProviderTransformer: "github_repository.test" (*terraform.NodeAbstractResourceInstance) needs provider.github | |
2020/02/26 16:30:32 [DEBUG] ReferenceTransformer: "github_repository_collaborator.test_repo_collaborator" references: [] | |
2020/02/26 16:30:32 [DEBUG] ReferenceTransformer: "provider.github" references: [] | |
2020/02/26 16:30:32 [DEBUG] ReferenceTransformer: "github_repository.test" references: [] | |
2020/02/26 16:30:32 [DEBUG] Starting graph walk: walkValidate | |
2020/02/26 16:30:32 [DEBUG] provider has no plugin.Client | |
2020/02/26 16:30:32 [WARN] Not fixing up EachModes for github_repository.test because it has no config | |
2020/02/26 16:30:32 [WARN] Not fixing up EachModes for github_repository_collaborator.test_repo_collaborator because it has no config | |
2020/02/26 16:30:32 [INFO] terraform: building graph: GraphTypeRefresh | |
2020/02/26 16:30:32 [DEBUG] adding implicit provider configuration provider.github, implied first by github_repository.test | |
2020/02/26 16:30:32 [DEBUG] ProviderTransformer: "github_repository.test" (*terraform.NodeRefreshableManagedResourceInstance) needs provider.github | |
2020/02/26 16:30:32 [DEBUG] ProviderTransformer: "github_repository_collaborator.test_repo_collaborator" (*terraform.NodeRefreshableManagedResourceInstance) needs provider.github | |
2020/02/26 16:30:32 [DEBUG] ReferenceTransformer: "github_repository.test" references: [] | |
2020/02/26 16:30:32 [DEBUG] ReferenceTransformer: "github_repository_collaborator.test_repo_collaborator" references: [] | |
2020/02/26 16:30:32 [DEBUG] ReferenceTransformer: "provider.github" references: [] | |
2020/02/26 16:30:32 [DEBUG] Starting graph walk: walkRefresh | |
2020/02/26 16:30:32 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:32 [DEBUG] Github API Request Details: | |
---[ REQUEST ]--------------------------------------- | |
GET /repos/terraformtesting/tf-acc-test-collab-o1p4m/invitations?per_page=100 HTTP/1.1 | |
Host: api.github.com | |
User-Agent: go-github | |
Accept: application/vnd.github.v3+json | |
Accept-Encoding: gzip | |
----------------------------------------------------- | |
2020/02/26 16:30:32 [DEBUG] Reading repository: terraformtesting/tf-acc-test-collab-o1p4m | |
2020/02/26 16:30:32 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:32 [DEBUG] Github API Request Details: | |
---[ REQUEST ]--------------------------------------- | |
GET /repos/terraformtesting/tf-acc-test-collab-o1p4m HTTP/1.1 | |
Host: api.github.com | |
User-Agent: go-github | |
Accept: application/vnd.github.scarlet-witch-preview+json, application/vnd.github.mercy-preview+json, application/vnd.github.baptiste-preview+json | |
Accept-Encoding: gzip | |
----------------------------------------------------- | |
2020/02/26 16:30:32 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:32 [DEBUG] Github API Response Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Transfer-Encoding: chunked | |
Access-Control-Allow-Origin: * | |
Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset | |
Cache-Control: private, max-age=60, s-maxage=60 | |
Content-Security-Policy: default-src 'none' | |
Content-Type: application/json; charset=utf-8 | |
Date: Wed, 26 Feb 2020 21:30:32 GMT | |
Etag: W/"26d4dfa381de0b0127ca94d93f0abd54" | |
Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin | |
Server: GitHub.com | |
Status: 200 OK | |
Strict-Transport-Security: max-age=31536000; includeSubdomains; preload | |
Vary: Accept, Authorization, Cookie, X-GitHub-OTP | |
Vary: Accept-Encoding, Accept, X-Requested-With | |
X-Accepted-Oauth-Scopes: | |
X-Content-Type-Options: nosniff | |
X-Frame-Options: deny | |
X-Github-Media-Type: github.v3; format=json | |
X-Github-Request-Id: F70B:2EDB:C6B90:1D913F:5E56E378 | |
X-Oauth-Scopes: admin:org, admin:org_hook, admin:repo_hook, delete_repo, repo, user, workflow | |
X-Ratelimit-Limit: 5000 | |
X-Ratelimit-Remaining: 4886 | |
X-Ratelimit-Reset: 1582755716 | |
X-Xss-Protection: 1; mode=block | |
1d70 | |
[ | |
{ | |
"id": 23914121, | |
"node_id": "MDIwOlJlcG9zaXRvcnlJbnZpdGF0aW9uMjM5MTQxMjE=", | |
"repository": { | |
"id": 243369880, | |
"node_id": "MDEwOlJlcG9zaXRvcnkyNDMzNjk4ODA=", | |
"name": "tf-acc-test-collab-o1p4m", | |
"full_name": "terraformtesting/tf-acc-test-collab-o1p4m", | |
"private": false, | |
"owner": { | |
"login": "terraformtesting", | |
"id": 17906721, | |
"node_id": "MDEyOk9yZ2FuaXphdGlvbjE3OTA2NzIx", | |
"avatar_url": "https://avatars0.githubusercontent.com/u/17906721?v=4", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/terraformtesting", | |
"html_url": "https://github.com/terraformtesting", | |
"followers_url": "https://api.github.com/users/terraformtesting/followers", | |
"following_url": "https://api.github.com/users/terraformtesting/following{/other_user}", | |
"gists_url": "https://api.github.com/users/terraformtesting/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/terraformtesting/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/terraformtesting/subscriptions", | |
"organizations_url": "https://api.github.com/users/terraformtesting/orgs", | |
"repos_url": "https://api.github.com/users/terraformtesting/repos", | |
"events_url": "https://api.github.com/users/terraformtesting/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/terraformtesting/received_events", | |
"type": "Organization", | |
"site_admin": false | |
}, | |
"html_url": "https://github.com/terraformtesting/tf-acc-test-collab-o1p4m", | |
"description": null, | |
"fork": false, | |
"url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m", | |
"forks_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/forks", | |
"keys_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/keys{/key_id}", | |
"collaborators_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/collaborators{/collaborator}", | |
"teams_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/teams", | |
"hooks_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/hooks", | |
"issue_events_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/issues/events{/number}", | |
"events_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/events", | |
"assignees_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/assignees{/user}", | |
"branches_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/branches{/branch}", | |
"tags_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/tags", | |
"blobs_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/git/blobs{/sha}", | |
"git_tags_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/git/tags{/sha}", | |
"git_refs_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/git/refs{/sha}", | |
"trees_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/git/trees{/sha}", | |
"statuses_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/statuses/{sha}", | |
"languages_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/languages", | |
"stargazers_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/stargazers", | |
"contributors_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/contributors", | |
"subscribers_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/subscribers", | |
"subscription_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/subscription", | |
"commits_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/commits{/sha}", | |
"git_commits_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/git/commits{/sha}", | |
"comments_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/comments{/number}", | |
"issue_comment_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/issues/comments{/number}", | |
"contents_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/contents/{+path}", | |
"compare_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/compare/{base}...{head}", | |
"merges_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/merges", | |
"archive_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/{archive_format}{/ref}", | |
"downloads_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/downloads", | |
"issues_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/issues{/number}", | |
"pulls_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/pulls{/number}", | |
"milestones_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/milestones{/number}", | |
"notifications_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/notifications{?since,all,participating}", | |
"labels_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/labels{/name}", | |
"releases_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/releases{/id}", | |
"deployments_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/deployments" | |
}, | |
"invitee": { | |
"login": "github-terraform-test-collaborator", | |
"id": 60107582, | |
"node_id": "MDQ6VXNlcjYwMTA3NTgy", | |
"avatar_url": "https://avatars1.githubusercontent.com/u/60107582?v=4", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/github-terraform-test-collaborator", | |
"html_url": "https://github.com/github-terraform-test-collaborator", | |
"followers_url": "https://api.github.com/users/github-terraform-test-collaborator/followers", | |
"following_url": "https://api.github.com/users/github-terraform-test-collaborator/following{/other_user}", | |
"gists_url": "https://api.github.com/users/github-terraform-test-collaborator/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/github-terraform-test-collaborator/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/github-terraform-test-collaborator/subscriptions", | |
"organizations_url": "https://api.github.com/users/github-terraform-test-collaborator/orgs", | |
"repos_url": "https://api.github.com/users/github-terraform-test-collaborator/repos", | |
"events_url": "https://api.github.com/users/github-terraform-test-collaborator/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/github-terraform-test-collaborator/received_events", | |
"type": "User", | |
"site_admin": false | |
}, | |
"inviter": { | |
"login": "jcudit", | |
"id": 5034582, | |
"node_id": "MDQ6VXNlcjUwMzQ1ODI=", | |
"avatar_url": "https://avatars0.githubusercontent.com/u/5034582?v=4", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/jcudit", | |
"html_url": "https://github.com/jcudit", | |
"followers_url": "https://api.github.com/users/jcudit/followers", | |
"following_url": "https://api.github.com/users/jcudit/following{/other_user}", | |
"gists_url": "https://api.github.com/users/jcudit/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/jcudit/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/jcudit/subscriptions", | |
"organizations_url": "https://api.github.com/users/jcudit/orgs", | |
"repos_url": "https://api.github.com/users/jcudit/repos", | |
"events_url": "https://api.github.com/users/jcudit/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/jcudit/received_events", | |
"type": "User", | |
"site_admin": true | |
}, | |
"permissions": "admin", | |
"created_at": "2020-02-26T21:30:29Z", | |
"url": "https://api.github.com/user/repository_invitations/23914121", | |
"html_url": "https://github.com/terraformtesting/tf-acc-test-collab-o1p4m/invitations" | |
} | |
] | |
0 | |
----------------------------------------------------- | |
2020/02/26 16:30:32 [DEBUG] Found invitation for "github-terraform-test-collaborator" | |
2020/02/26 16:30:32 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:32 [DEBUG] Github API Response Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 304 Not Modified | |
Access-Control-Allow-Origin: * | |
Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset | |
Cache-Control: private, max-age=60, s-maxage=60 | |
Content-Security-Policy: default-src 'none' | |
Date: Wed, 26 Feb 2020 21:30:32 GMT | |
Etag: "04e1dfad8da3ec8aa4fb2a318dee7e8e" | |
Last-Modified: Wed, 26 Feb 2020 21:30:28 GMT | |
Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin | |
Server: GitHub.com | |
Status: 304 Not Modified | |
Strict-Transport-Security: max-age=31536000; includeSubdomains; preload | |
Vary: Accept, Authorization, Cookie, X-GitHub-OTP | |
Vary: Accept-Encoding, Accept, X-Requested-With | |
X-Content-Type-Options: nosniff | |
X-Frame-Options: deny | |
X-Github-Request-Id: F70B:2EDB:C6B96:1D914C:5E56E378 | |
X-Ratelimit-Limit: 5000 | |
X-Ratelimit-Remaining: 4886 | |
X-Ratelimit-Reset: 1582755715 | |
X-Xss-Protection: 1; mode=block | |
----------------------------------------------------- | |
2020/02/26 16:30:32 [DEBUG] provider has no plugin.Client | |
2020/02/26 16:30:32 [DEBUG] New state was assigned lineage "7a4778fe-1069-8c7b-4386-ac4104394a17" | |
2020/02/26 16:30:32 [INFO] terraform: building graph: GraphTypePlanDestroy | |
2020/02/26 16:30:32 [DEBUG] adding implicit provider configuration provider.github, implied first by github_repository.test | |
2020/02/26 16:30:32 [DEBUG] ProviderTransformer: "github_repository_collaborator.test_repo_collaborator" (*terraform.NodePlanDestroyableResourceInstance) needs provider.github | |
2020/02/26 16:30:32 [DEBUG] ProviderTransformer: "github_repository.test" (*terraform.NodePlanDestroyableResourceInstance) needs provider.github | |
2020/02/26 16:30:32 [DEBUG] adding implicit provider configuration provider.github, implied first by github_repository.test | |
2020/02/26 16:30:32 [DEBUG] ProviderTransformer: "github_repository.test" (*terraform.NodeAbstractResourceInstance) needs provider.github | |
2020/02/26 16:30:32 [DEBUG] ProviderTransformer: "github_repository.test (destroy)" (*terraform.NodeDestroyResourceInstance) needs provider.github | |
2020/02/26 16:30:32 [DEBUG] ProviderTransformer: "github_repository_collaborator.test_repo_collaborator" (*terraform.NodeAbstractResourceInstance) needs provider.github | |
2020/02/26 16:30:32 [DEBUG] ProviderTransformer: "github_repository_collaborator.test_repo_collaborator (destroy)" (*terraform.NodeDestroyResourceInstance) needs provider.github | |
2020/02/26 16:30:32 [DEBUG] ReferenceTransformer: "github_repository.test (destroy)" references: [] | |
2020/02/26 16:30:32 [DEBUG] ReferenceTransformer: "github_repository_collaborator.test_repo_collaborator" references: [] | |
2020/02/26 16:30:32 [DEBUG] ReferenceTransformer: "github_repository_collaborator.test_repo_collaborator (destroy)" references: [] | |
2020/02/26 16:30:32 [DEBUG] ReferenceTransformer: "provider.github" references: [] | |
2020/02/26 16:30:32 [DEBUG] ReferenceTransformer: "github_repository.test" references: [] | |
2020/02/26 16:30:32 [DEBUG] Starting graph walk: walkPlanDestroy | |
2020/02/26 16:30:32 [WARN] Test: Step plan: DIFF: | |
DESTROY: github_repository.test | |
allow_merge_commit: "true" => "" | |
allow_rebase_merge: "true" => "" | |
allow_squash_merge: "true" => "" | |
archived: "false" => "" | |
default_branch: "master" => "" | |
description: "" => "" | |
etag: "W/\"04e1dfad8da3ec8aa4fb2a318dee7e8e\"" => "" | |
full_name: "terraformtesting/tf-acc-test-collab-o1p4m" => "" | |
git_clone_url: "git://github.com/terraformtesting/tf-acc-test-collab-o1p4m.git" => "" | |
has_downloads: "false" => "" | |
has_issues: "false" => "" | |
has_projects: "false" => "" | |
has_wiki: "false" => "" | |
homepage_url: "" => "" | |
html_url: "https://github.com/terraformtesting/tf-acc-test-collab-o1p4m" => "" | |
http_clone_url: "https://github.com/terraformtesting/tf-acc-test-collab-o1p4m.git" => "" | |
id: "tf-acc-test-collab-o1p4m" => "" | |
name: "tf-acc-test-collab-o1p4m" => "" | |
private: "false" => "" | |
ssh_clone_url: "[email protected]:terraformtesting/tf-acc-test-collab-o1p4m.git" => "" | |
svn_url: "https://github.com/terraformtesting/tf-acc-test-collab-o1p4m" => "" | |
template.#: "0" => "" | |
DESTROY: github_repository_collaborator.test_repo_collaborator | |
id: "tf-acc-test-collab-o1p4m:github-terraform-test-collaborator" => "" | |
invitation_id: "23914121" => "" | |
permission: "admin" => "" | |
repository: "tf-acc-test-collab-o1p4m" => "" | |
username: "github-terraform-test-collaborator" => "" | |
STATE: | |
github_repository.test: | |
ID = tf-acc-test-collab-o1p4m | |
provider = provider.github | |
allow_merge_commit = true | |
allow_rebase_merge = true | |
allow_squash_merge = true | |
archived = false | |
default_branch = master | |
description = | |
etag = W/"04e1dfad8da3ec8aa4fb2a318dee7e8e" | |
full_name = terraformtesting/tf-acc-test-collab-o1p4m | |
git_clone_url = git://github.com/terraformtesting/tf-acc-test-collab-o1p4m.git | |
has_downloads = false | |
has_issues = false | |
has_projects = false | |
has_wiki = false | |
homepage_url = | |
html_url = https://github.com/terraformtesting/tf-acc-test-collab-o1p4m | |
http_clone_url = https://github.com/terraformtesting/tf-acc-test-collab-o1p4m.git | |
name = tf-acc-test-collab-o1p4m | |
private = false | |
ssh_clone_url = [email protected]:terraformtesting/tf-acc-test-collab-o1p4m.git | |
svn_url = https://github.com/terraformtesting/tf-acc-test-collab-o1p4m | |
github_repository_collaborator.test_repo_collaborator: | |
ID = tf-acc-test-collab-o1p4m:github-terraform-test-collaborator | |
provider = provider.github | |
invitation_id = 23914121 | |
permission = admin | |
repository = tf-acc-test-collab-o1p4m | |
username = github-terraform-test-collaborator | |
2020/02/26 16:30:32 [INFO] terraform: building graph: GraphTypeApply | |
2020/02/26 16:30:32 [DEBUG] adding implicit provider configuration provider.github, implied first by github_repository_collaborator.test_repo_collaborator (destroy) | |
2020/02/26 16:30:32 [DEBUG] ProviderTransformer: "github_repository_collaborator.test_repo_collaborator (destroy)" (*terraform.NodeDestroyResourceInstance) needs provider.github | |
2020/02/26 16:30:32 [DEBUG] ProviderTransformer: "github_repository.test (destroy)" (*terraform.NodeDestroyResourceInstance) needs provider.github | |
2020/02/26 16:30:32 [DEBUG] ReferenceTransformer: "github_repository_collaborator.test_repo_collaborator (destroy)" references: [] | |
2020/02/26 16:30:32 [DEBUG] ReferenceTransformer: "github_repository.test (destroy)" references: [] | |
2020/02/26 16:30:32 [DEBUG] ReferenceTransformer: "github_repository.test (clean up state)" references: [] | |
2020/02/26 16:30:32 [DEBUG] ReferenceTransformer: "github_repository_collaborator.test_repo_collaborator (clean up state)" references: [] | |
2020/02/26 16:30:32 [DEBUG] ReferenceTransformer: "provider.github" references: [] | |
2020/02/26 16:30:32 [DEBUG] adding implicit provider configuration provider.github, implied first by github_repository.test (destroy) | |
2020/02/26 16:30:32 [DEBUG] ProviderTransformer: "github_repository_collaborator.test_repo_collaborator (destroy)" (*terraform.NodeDestroyResourceInstance) needs provider.github | |
2020/02/26 16:30:32 [DEBUG] ProviderTransformer: "github_repository.test" (*terraform.NodeAbstractResourceInstance) needs provider.github | |
2020/02/26 16:30:32 [DEBUG] ProviderTransformer: "github_repository.test (destroy)" (*terraform.NodeDestroyResourceInstance) needs provider.github | |
2020/02/26 16:30:32 [DEBUG] ProviderTransformer: "github_repository_collaborator.test_repo_collaborator" (*terraform.NodeAbstractResourceInstance) needs provider.github | |
2020/02/26 16:30:32 [DEBUG] ReferenceTransformer: "github_repository_collaborator.test_repo_collaborator" references: [] | |
2020/02/26 16:30:32 [DEBUG] ReferenceTransformer: "github_repository_collaborator.test_repo_collaborator (destroy)" references: [] | |
2020/02/26 16:30:32 [DEBUG] ReferenceTransformer: "github_repository.test" references: [] | |
2020/02/26 16:30:32 [DEBUG] ReferenceTransformer: "github_repository.test (destroy)" references: [] | |
2020/02/26 16:30:32 [DEBUG] ReferenceTransformer: "provider.github" references: [] | |
2020/02/26 16:30:32 [DEBUG] Starting graph walk: walkDestroy | |
2020/02/26 16:30:32 [DEBUG] github_repository_collaborator.test_repo_collaborator: applying the planned Delete change | |
2020/02/26 16:30:32 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:32 [DEBUG] Github API Request Details: | |
---[ REQUEST ]--------------------------------------- | |
GET /repos/terraformtesting/tf-acc-test-collab-o1p4m/invitations?per_page=100 HTTP/1.1 | |
Host: api.github.com | |
User-Agent: go-github | |
Accept: application/vnd.github.v3+json | |
Accept-Encoding: gzip | |
----------------------------------------------------- | |
2020/02/26 16:30:32 [DEBUG] github_repository.test: applying the planned Delete change | |
2020/02/26 16:30:32 [DEBUG] Deleting repository: terraformtesting/tf-acc-test-collab-o1p4m | |
2020/02/26 16:30:32 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:32 [DEBUG] Github API Request Details: | |
---[ REQUEST ]--------------------------------------- | |
DELETE /repos/terraformtesting/tf-acc-test-collab-o1p4m HTTP/1.1 | |
Host: api.github.com | |
User-Agent: go-github | |
Accept: application/vnd.github.v3+json | |
Accept-Encoding: gzip | |
----------------------------------------------------- | |
2020/02/26 16:30:32 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:32 [DEBUG] Github API Response Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Transfer-Encoding: chunked | |
Access-Control-Allow-Origin: * | |
Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset | |
Cache-Control: private, max-age=60, s-maxage=60 | |
Content-Security-Policy: default-src 'none' | |
Content-Type: application/json; charset=utf-8 | |
Date: Wed, 26 Feb 2020 21:30:32 GMT | |
Etag: W/"26d4dfa381de0b0127ca94d93f0abd54" | |
Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin | |
Server: GitHub.com | |
Status: 200 OK | |
Strict-Transport-Security: max-age=31536000; includeSubdomains; preload | |
Vary: Accept, Authorization, Cookie, X-GitHub-OTP | |
Vary: Accept-Encoding, Accept, X-Requested-With | |
X-Accepted-Oauth-Scopes: | |
X-Content-Type-Options: nosniff | |
X-Frame-Options: deny | |
X-Github-Media-Type: github.v3; format=json | |
X-Github-Request-Id: F70B:2EDB:C6B9E:1D915F:5E56E378 | |
X-Oauth-Scopes: admin:org, admin:org_hook, admin:repo_hook, delete_repo, repo, user, workflow | |
X-Ratelimit-Limit: 5000 | |
X-Ratelimit-Remaining: 4885 | |
X-Ratelimit-Reset: 1582755715 | |
X-Xss-Protection: 1; mode=block | |
1d70 | |
[ | |
{ | |
"id": 23914121, | |
"node_id": "MDIwOlJlcG9zaXRvcnlJbnZpdGF0aW9uMjM5MTQxMjE=", | |
"repository": { | |
"id": 243369880, | |
"node_id": "MDEwOlJlcG9zaXRvcnkyNDMzNjk4ODA=", | |
"name": "tf-acc-test-collab-o1p4m", | |
"full_name": "terraformtesting/tf-acc-test-collab-o1p4m", | |
"private": false, | |
"owner": { | |
"login": "terraformtesting", | |
"id": 17906721, | |
"node_id": "MDEyOk9yZ2FuaXphdGlvbjE3OTA2NzIx", | |
"avatar_url": "https://avatars0.githubusercontent.com/u/17906721?v=4", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/terraformtesting", | |
"html_url": "https://github.com/terraformtesting", | |
"followers_url": "https://api.github.com/users/terraformtesting/followers", | |
"following_url": "https://api.github.com/users/terraformtesting/following{/other_user}", | |
"gists_url": "https://api.github.com/users/terraformtesting/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/terraformtesting/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/terraformtesting/subscriptions", | |
"organizations_url": "https://api.github.com/users/terraformtesting/orgs", | |
"repos_url": "https://api.github.com/users/terraformtesting/repos", | |
"events_url": "https://api.github.com/users/terraformtesting/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/terraformtesting/received_events", | |
"type": "Organization", | |
"site_admin": false | |
}, | |
"html_url": "https://github.com/terraformtesting/tf-acc-test-collab-o1p4m", | |
"description": null, | |
"fork": false, | |
"url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m", | |
"forks_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/forks", | |
"keys_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/keys{/key_id}", | |
"collaborators_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/collaborators{/collaborator}", | |
"teams_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/teams", | |
"hooks_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/hooks", | |
"issue_events_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/issues/events{/number}", | |
"events_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/events", | |
"assignees_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/assignees{/user}", | |
"branches_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/branches{/branch}", | |
"tags_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/tags", | |
"blobs_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/git/blobs{/sha}", | |
"git_tags_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/git/tags{/sha}", | |
"git_refs_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/git/refs{/sha}", | |
"trees_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/git/trees{/sha}", | |
"statuses_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/statuses/{sha}", | |
"languages_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/languages", | |
"stargazers_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/stargazers", | |
"contributors_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/contributors", | |
"subscribers_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/subscribers", | |
"subscription_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/subscription", | |
"commits_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/commits{/sha}", | |
"git_commits_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/git/commits{/sha}", | |
"comments_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/comments{/number}", | |
"issue_comment_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/issues/comments{/number}", | |
"contents_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/contents/{+path}", | |
"compare_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/compare/{base}...{head}", | |
"merges_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/merges", | |
"archive_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/{archive_format}{/ref}", | |
"downloads_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/downloads", | |
"issues_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/issues{/number}", | |
"pulls_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/pulls{/number}", | |
"milestones_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/milestones{/number}", | |
"notifications_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/notifications{?since,all,participating}", | |
"labels_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/labels{/name}", | |
"releases_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/releases{/id}", | |
"deployments_url": "https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/deployments" | |
}, | |
"invitee": { | |
"login": "github-terraform-test-collaborator", | |
"id": 60107582, | |
"node_id": "MDQ6VXNlcjYwMTA3NTgy", | |
"avatar_url": "https://avatars1.githubusercontent.com/u/60107582?v=4", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/github-terraform-test-collaborator", | |
"html_url": "https://github.com/github-terraform-test-collaborator", | |
"followers_url": "https://api.github.com/users/github-terraform-test-collaborator/followers", | |
"following_url": "https://api.github.com/users/github-terraform-test-collaborator/following{/other_user}", | |
"gists_url": "https://api.github.com/users/github-terraform-test-collaborator/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/github-terraform-test-collaborator/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/github-terraform-test-collaborator/subscriptions", | |
"organizations_url": "https://api.github.com/users/github-terraform-test-collaborator/orgs", | |
"repos_url": "https://api.github.com/users/github-terraform-test-collaborator/repos", | |
"events_url": "https://api.github.com/users/github-terraform-test-collaborator/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/github-terraform-test-collaborator/received_events", | |
"type": "User", | |
"site_admin": false | |
}, | |
"inviter": { | |
"login": "jcudit", | |
"id": 5034582, | |
"node_id": "MDQ6VXNlcjUwMzQ1ODI=", | |
"avatar_url": "https://avatars0.githubusercontent.com/u/5034582?v=4", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/jcudit", | |
"html_url": "https://github.com/jcudit", | |
"followers_url": "https://api.github.com/users/jcudit/followers", | |
"following_url": "https://api.github.com/users/jcudit/following{/other_user}", | |
"gists_url": "https://api.github.com/users/jcudit/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/jcudit/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/jcudit/subscriptions", | |
"organizations_url": "https://api.github.com/users/jcudit/orgs", | |
"repos_url": "https://api.github.com/users/jcudit/repos", | |
"events_url": "https://api.github.com/users/jcudit/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/jcudit/received_events", | |
"type": "User", | |
"site_admin": true | |
}, | |
"permissions": "admin", | |
"created_at": "2020-02-26T21:30:29Z", | |
"url": "https://api.github.com/user/repository_invitations/23914121", | |
"html_url": "https://github.com/terraformtesting/tf-acc-test-collab-o1p4m/invitations" | |
} | |
] | |
0 | |
----------------------------------------------------- | |
2020/02/26 16:30:32 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:32 [DEBUG] Github API Request Details: | |
---[ REQUEST ]--------------------------------------- | |
DELETE /repos/terraformtesting/tf-acc-test-collab-o1p4m/invitations/23914121 HTTP/1.1 | |
Host: api.github.com | |
User-Agent: go-github | |
Accept: application/vnd.github.v3+json | |
Accept-Encoding: gzip | |
----------------------------------------------------- | |
2020/02/26 16:30:33 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:33 [DEBUG] Sleeping 1s between write operations | |
2020/02/26 16:30:33 [DEBUG] Github API Response Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 204 No Content | |
Access-Control-Allow-Origin: * | |
Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset | |
Content-Security-Policy: default-src 'none' | |
Date: Wed, 26 Feb 2020 21:30:33 GMT | |
Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin | |
Server: GitHub.com | |
Status: 204 No Content | |
Strict-Transport-Security: max-age=31536000; includeSubdomains; preload | |
Vary: Accept-Encoding, Accept, X-Requested-With | |
X-Accepted-Oauth-Scopes: delete_repo | |
X-Content-Type-Options: nosniff | |
X-Frame-Options: deny | |
X-Github-Media-Type: github.v3; format=json | |
X-Github-Request-Id: F70B:2EDB:C6BA8:1D916B:5E56E378 | |
X-Oauth-Scopes: admin:org, admin:org_hook, admin:repo_hook, delete_repo, repo, user, workflow | |
X-Ratelimit-Limit: 5000 | |
X-Ratelimit-Remaining: 4884 | |
X-Ratelimit-Reset: 1582755716 | |
X-Xss-Protection: 1; mode=block | |
----------------------------------------------------- | |
2020/02/26 16:30:34 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/02/26 16:30:34 [DEBUG] Github API Response Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 404 Not Found | |
Transfer-Encoding: chunked | |
Access-Control-Allow-Origin: * | |
Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset | |
Content-Security-Policy: default-src 'none' | |
Content-Type: application/json; charset=utf-8 | |
Date: Wed, 26 Feb 2020 21:30:34 GMT | |
Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin | |
Server: GitHub.com | |
Status: 404 Not Found | |
Strict-Transport-Security: max-age=31536000; includeSubdomains; preload | |
Vary: Accept-Encoding, Accept, X-Requested-With | |
X-Accepted-Oauth-Scopes: repo | |
X-Content-Type-Options: nosniff | |
X-Frame-Options: deny | |
X-Github-Media-Type: github.v3; format=json | |
X-Github-Request-Id: F70B:2EDB:C6C09:1D91A6:5E56E379 | |
X-Oauth-Scopes: admin:org, admin:org_hook, admin:repo_hook, delete_repo, repo, user, workflow | |
X-Ratelimit-Limit: 5000 | |
X-Ratelimit-Remaining: 4883 | |
X-Ratelimit-Reset: 1582755716 | |
X-Xss-Protection: 1; mode=block | |
7f | |
{ | |
"message": "Not Found", | |
"documentation_url": "https://developer.github.com/v3/repos/invitations/#delete-a-repository-invitation" | |
} | |
0 | |
----------------------------------------------------- | |
2020/02/26 16:30:34 [DEBUG] github_repository_collaborator.test_repo_collaborator: apply errored, but we're indicating that via the Error pointer rather than returning it: DELETE https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/invitations/23914121: 404 Not Found [] | |
2020/02/26 16:30:34 [ERROR] <root>: eval: *terraform.EvalApplyPost, err: DELETE https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/invitations/23914121: 404 Not Found [] | |
2020/02/26 16:30:34 [ERROR] <root>: eval: *terraform.EvalSequence, err: DELETE https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/invitations/23914121: 404 Not Found [] | |
2020/02/26 16:30:34 [ERROR] <root>: eval: *terraform.EvalOpFilter, err: DELETE https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/invitations/23914121: 404 Not Found [] | |
2020/02/26 16:30:34 [DEBUG] New state was assigned lineage "5d020a6b-7730-9b2f-8ceb-49593a6a137e" | |
--- FAIL: TestAccGithubRepositoryCollaborator_caseInsensitive (9.14s) | |
testing.go:629: Error destroying resource! WARNING: Dangling resources | |
may exist. The full state and error is shown below. | |
Error: errors during apply: DELETE https://api.github.com/repos/terraformtesting/tf-acc-test-collab-o1p4m/invitations/23914121: 404 Not Found [] | |
State: github_repository_collaborator.test_repo_collaborator: | |
ID = tf-acc-test-collab-o1p4m:github-terraform-test-collaborator | |
provider = provider.github | |
invitation_id = 23914121 | |
permission = admin | |
repository = tf-acc-test-collab-o1p4m | |
username = github-terraform-test-collaborator | |
FAIL | |
FAIL github.com/terraform-providers/terraform-provider-github/github 9.418s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment