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

fix: remove deprecated 'template' provider #78

Merged
merged 1 commit into from
Oct 11, 2023

Conversation

jakemulley
Copy link
Contributor

terraform-provider-template was deprecated by Hashicorp in October 2020 and hasn't had a release since. This means no binaries have ever been released for Apple Silicon, so if you have a Silicon device, you can't (or struggle to) run terraform init on Terraform configurations that use this module.

This replaces template_file usage with a generic replace() function for bucket policies as a workaround, as Terraform does not have an equivalent template() or template_string() function.

@jakemulley jakemulley merged commit 9b4bb18 into main Oct 11, 2023
@jakemulley jakemulley deleted the rm-deprecated-template-provider branch October 11, 2023 17:19
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.

2 participants