Created
September 20, 2019 15:03
-
-
Save JanMa/5d47695c38ec6406fc6d2cab7643ef50 to your computer and use it in GitHub Desktop.
terraform debug output
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
2019/09/20 17:00:59 [DEBUG] Locking "iam-iap-webbackendservice-projects/www.googleapis.com/iap_web/compute/services/compute" | |
2019/09/20 17:00:59 [DEBUG] Locked "iam-iap-webbackendservice-projects/www.googleapis.com/iap_web/compute/services/compute" | |
2019/09/20 17:00:59 [DEBUG]: Retrieving policy for iap webbackendservice "projects/www.googleapis.com/iap_web/compute/services/compute" | |
2019/09/20 17:00:59 [DEBUG] Waiting for state to become: [success] | |
---[ REQUEST ]--------------------------------------- | |
POST /v1/projects/www.googleapis.com/iap_web/compute/services/compute:getIamPolicy?alt=json HTTP/1.1 | |
Host: iap.googleapis.com | |
Content-Length: 0 | |
Content-Type: application/json | |
Accept-Encoding: gzip | |
----------------------------------------------------- | |
2019/09/20 17:01:00 [DEBUG] Google API Response Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/2.0 403 Forbidden | |
Alt-Svc: quic=":443"; ma=2592000; v="46,43,39" | |
Cache-Control: private | |
Content-Type: application/json; charset=UTF-8 | |
Date: Fri, 20 Sep 2019 15:01:00 GMT | |
Server: ESF | |
Vary: Origin | |
Vary: X-Origin | |
Vary: Referer | |
X-Content-Type-Options: nosniff | |
X-Frame-Options: SAMEORIGIN | |
X-Xss-Protection: 1; mode=block | |
{ | |
"error": { | |
"code": 403, | |
"message": "Permission denied on resource project www.googleapis.com.", | |
"status": "PERMISSION_DENIED", | |
"details": [ | |
{ | |
"@type": "type.googleapis.com/google.rpc.Help", | |
"links": [ | |
{ | |
"description": "Google developer console API key", | |
"url": "https://console.developers.google.com/project/www.googleapis.com/apiui/credential" | |
} | |
] | |
} | |
] | |
} | |
} | |
----------------------------------------------------- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment