Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

module "consul" source url #24

Open
ansar-rezaei opened this issue Jun 4, 2024 · 0 comments
Open

module "consul" source url #24

ansar-rezaei opened this issue Jun 4, 2024 · 0 comments

Comments

@ansar-rezaei
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant