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 requirement for unused template provider #68

Merged
merged 1 commit into from
Sep 19, 2023

Conversation

ctreatma
Copy link
Contributor

The portworx and portworx-data-services modules declare a requirement for the (deprecated) template provider, but they do not include any resources from that provider.

The provider requirement makes it impossible to init a terraform config that uses this module on an ARM-based Mac, because the template provider was deprecated before that platform existed, so there is no compatible build of that provider.

The portworx and portworx-data-services modules declare a requirement
for the (deprecated) template provider, but they do not include any
resources from that provider.

The provider requirement makes it impossible to init a terraform config
that uses this module on an ARM-based Mac, because the template provider
was deprecated before that platform existed, so there is no compatible
build of that provider.
@ctreatma ctreatma requested a review from a team as a code owner September 18, 2023 18:34
Copy link
Contributor

@ocobles ocobles left a comment

Choose a reason for hiding this comment

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

good catch!

@ctreatma ctreatma merged commit 01741a1 into main Sep 19, 2023
1 check passed
@ctreatma ctreatma deleted the remove-template-provider branch September 19, 2023 14:10
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