Unable to use terraform init
garethquantum opened this issue · 1 comments
garethquantum commented
I've used the template in Terraform registry but when I perform a terraform init, all I get back is:
Error: Module not found
Module "terraform-aws-session-manager" (from SSM.tf:1) cannot be found in the
module registry at registry.terraform.io.
jonjozwiak commented
It looks like this was an error in the readme for the module source. I've updated the readme. Update your source and version and it will work:
module "ssm" {
source = "bridgecrewio/session-manager/aws"
version = "0.2.0"
...