Bug: Terraform support is not working for SAM CLI installed in linux using the x86_64 - command line installer #4432
Labels
area/terraform
terraform support issue
stage/waiting-for-release
Fix has been merged to develop and is waiting for a release
type/bug
Description:
Customers are seeing
Error: Import error - HookFunctionality module "samcli.hook_packages.terraform.main
when attempting to use sam cli commands against terraform projects.Steps to reproduce:
sam build --hook-name terraform --beta-features --debug
Error: Import error - HookFunctionality module "samcli.hook_packages.terraform.main"
Observed result:
SAM CLI failed to build the terraform project with this error
Error: Import error - HookFunctionality module "samcli.hook_packages.terraform.main"
Expected result:
SAM CLI should build the terraform project without errors.
Additional environment details (Ex: Windows, Mac, Amazon Linux etc)
sam --version
: 1.65.0Add --debug flag to command you are running
The text was updated successfully, but these errors were encountered: