Paul K space : Troubleshooting
Created by Paul Kelleher on Mar 26, 2023
│ Error: Unsupported attribute
│
│ on modules/github_runner/github-runner.tf line 126, in resource "azurerm_virtual_machine_extension" "configureLinuxRunner":
│ 126: "commandToExecute": "bash configureLinuxRunner.sh -r ${var.github_runner_repository} -t ${jsondecode(data.http.runner_token.response_body).token}",
│ ├────────────────
│ │ data.http.runner_token.response_body is "{\"message\":\"Bad credentials\",\"documentation_url\":\"https://docs.github.com/rest\"}"
│
│ This object does not have an attribute named "token".
╵