You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also,
On a terraform init im getting the following error (trying to source other repositories from github)
╷
│ Error: Failed to download module
│
│ Could not download module "mega-cool" (main.tf:13) source code from
│ "github.com/repo-name": error downloading
│ 'https://github.com/repo-name': /usr/bin/git
│ exited with 128: Cloning into '.terraform/modules/mega-cool'...
│ fatal: could not read Username for 'https://github.com': No such device or
│ address
│
So like terraform plan, where it automatically writes a comment on the pull request with the status..
Is this possible with the terraform apply step? I'd very much like it to do so, but steps.apply.outputs.stdout doesnt seem to be a thing?
The text was updated successfully, but these errors were encountered: