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
Downloading git::ssh://[email protected]/hashicorp/consul.git for consul... ╷ │ Error: Failed to download module │ │ on main.tf line 34: │ 34: module "consul" { │ │ Could not download module "consul" (main.tf:34) source code from │ "git::ssh://[email protected]/hashicorp/consul.git": error downloading │ 'ssh://[email protected]/hashicorp/consul.git': /usr/bin/git exited with 128: Cloning into │ '.terraform/modules/consul'... │ [email protected]: Permission denied (publickey). │ fatal: Could not read from remote repository. │ │ Please make sure you have the correct access rights │ and the repository exists.
The text was updated successfully, but these errors were encountered:
The Consul module in the /06-organization-and-modules/consul/main.tf file needs to be updated to the below line to prevent git download error:
source = "git::https://github.com/hashicorp/terraform-aws-consul.git"
Downloading git::ssh://[email protected]/hashicorp/consul.git for consul... ╷ │ Error: Failed to download module │ │ on main.tf line 34: │ 34: module "consul" { │ │ Could not download module "consul" (main.tf:34) source code from │ "git::ssh://[email protected]/hashicorp/consul.git": error downloading │ 'ssh://[email protected]/hashicorp/consul.git': /usr/bin/git exited with 128: Cloning into │ '.terraform/modules/consul'... │ [email protected]: Permission denied (publickey). │ fatal: Could not read from remote repository. │ │ Please make sure you have the correct access rights │ and the repository exists.
The text was updated successfully, but these errors were encountered: