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

MacOS support for M1-M3 #1

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

TDWolff
Copy link

@TDWolff TDWolff commented May 20, 2024

Modified the main.tf and the ec2.tf to allow for support of the newest M1 through M3 chips from Apple. This was made to get around the problem with hashicorp/template from Hashicorp's deprecation of further development of the M1 branch of template by using template_file() function from Hashicorp. Version v2.2.0 is no longer supported on darwin-amd64. Added acknowledgment of new updates to the M1-M3 code, and giving warning that my code is from a beginner. also fixing some typos in commands see lines 29, 30, 42, and 70.

TDWolff added 2 commits May 20, 2024 13:51
Modified the main.tf and the ec2.tf to allow for support of the newest M1 through M3 chips from Apple. This was made to get around the problem with template from hashicorp's deprecation of further development of the M1 branch of template. Version v2.2.0 is no longer supported on darwin-amd64.
Adding acknowledgment of new updates to the M1-M3 code, and giving warning that my code is from a beginner. also fixing some typos in commands see lines 29, 30, 42, and 70
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

Successfully merging this pull request may close these issues.

1 participant