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

Unable to initialize module on ARM #17

Closed
johnnyhuy opened this issue Dec 20, 2021 · 1 comment · Fixed by #25
Closed

Unable to initialize module on ARM #17

johnnyhuy opened this issue Dec 20, 2021 · 1 comment · Fixed by #25
Labels
bug 🐛 An issue with the system

Comments

@johnnyhuy
Copy link

johnnyhuy commented Dec 20, 2021

Describe the Bug

We're unable to initialize the module on ARM devices like M1 Macs due to a dependency on the HashiCorp template module.

Expected Behavior

We should be able to initialize the config module with no issues on ARM devices.

Steps to Reproduce

Steps to reproduce the behaviour:

  1. Create Terraform code with the config module on a M1 Mac
  2. terraform init
  3. See an error

Screenshots

image

Environment (please complete the following information):

OS: 2020 M1 MacBook Pro
Module Version: 0.8.1
Terraform Version 1.1.2

Additional Context

We can attempt to remove the template function given that it's deprecated in favour of built-in functions. This may require a breaking change update.

@nitrocode
Copy link
Member

@johnnyhuy please try 1.0.2 of this module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 An issue with the system
Projects
None yet
2 participants