We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We're unable to initialize the module on ARM devices like M1 Macs due to a dependency on the HashiCorp template module.
We should be able to initialize the config module with no issues on ARM devices.
Steps to reproduce the behaviour:
terraform init
OS: 2020 M1 MacBook Pro Module Version: 0.8.1 Terraform Version 1.1.2
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.
The text was updated successfully, but these errors were encountered:
@johnnyhuy please try 1.0.2 of this module.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
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:
terraform init
Screenshots
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.
The text was updated successfully, but these errors were encountered: