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

Remove template provider #310

Merged
merged 2 commits into from
May 27, 2022
Merged

Remove template provider #310

merged 2 commits into from
May 27, 2022

Conversation

errm
Copy link
Member

@errm errm commented May 26, 2022

Fixes #308

My approach here was to remove a feature to make implementation much simpler - so we will need to update this in the UPGRADING document as a breaking change.

errm added 2 commits May 26, 2022 18:37
This resource comes from the template provider which is now
deprecated, and cannot be used by users on M1 macs.

Instead of implementing multi-part cloud-init in native terraform
e.g. https://github.com/ned1313/terraform-cloudinit-native
I have just removed the ability to pass in additional `cloud_config`
parts.

We as far as I can tell are not currently using this feature anyway internally
at cookpad, and it wasn't even avalible on the bottlerocket variant.
@errm errm requested review from a team, gabgla and sikachu and removed request for a team May 26, 2022 17:43
Copy link
Contributor

@sikachu sikachu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@errm errm merged commit 3d59863 into main May 27, 2022
@errm errm deleted the errm/remove-template-provider branch May 27, 2022 12:17
errm added a commit that referenced this pull request May 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove the usage of template_cloudinit_config
2 participants