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

Error: Invalid Attribute Value Match #104

Closed
yankcrime opened this issue Oct 13, 2022 · 4 comments
Closed

Error: Invalid Attribute Value Match #104

yankcrime opened this issue Oct 13, 2022 · 4 comments
Assignees
Labels
kind/bug Something isn't working

Comments

@yankcrime
Copy link

At some point the accepted values for allowed_uses with the tls_self_signed_cert resource changed, and when using the currently released version of this module Terraform errors with an Error: Invalid Attribute Value Match. This was fixed in e160154 but this commit is not included in the most recent release.

Can you please release an updated version of this module which includes this fix (plus probably others)?

@richard-fairthorne
Copy link

Can you please release an updated version of this module which includes this fix (plus probably others)?

This module cannot deploy k3s without that commit. +1

@richard-fairthorne
Copy link

Workaround:

module "k3s" {
  source  = "github.com/xunleii/terraform-module-k3s?ref=a8e8f04fd25feb7ab5236233daa5ebcc3a6baef3"
  # insert the 2 required variables here
}

@xunleii xunleii self-assigned this Oct 18, 2022
@xunleii xunleii added the kind/bug Something isn't working label Oct 18, 2022
@xunleii
Copy link
Owner

xunleii commented Oct 18, 2022

Hi @yankcrime & @richard-fairthorne, I will try to make a release today. I totally forgot to make a release after the last PR merged, sorry for that

@richard-fairthorne
Copy link

Much appreciated!

@xunleii xunleii closed this as completed Nov 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants