-
Notifications
You must be signed in to change notification settings - Fork 89
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
Node 18 GA (non-beta) is not supported in Terraform #772
Comments
Hey @tadhglewis 👋🏻 This is a duplicate of #705, which was already fixed for the |
@sergiught Ah cool. How stable is the beta currently? We're pretty keen to use 1.0.0 as it resolves some issues but typically we skip betas to avoid bugs... Seem to be running into more issues not being on the beta though 😅 |
@tadhglewis the current latest |
@sergiught just putting it in here to avoid the noise in issues as it is a combination of terraform and backend api issue and probably not relevant to others. Let me know if you want a separate issue though. We've migrated to the beta and we're running into an issue. We migrated from using resource "auth0_client_credentials" "xxx" {
client_id = auth0_client.xxx.id
authentication_method = "client_secret_post"
} In our We specifically avoid adding read secret scopes so we don't end up with a sensitive tf state however docs state this should be fine
|
Hey @tadhglewis 👋🏻 Thanks for raising this. I was able to reproduce and understand what's happening when we don't have the The issue is here: terraform-provider-auth0/internal/auth0/client/resource_credentials.go Lines 204 to 212 in aefc55d
client_secret when we retrieve the client data.
Would you mind opening a separate issue for this so we can better track the fix for it? 🙏🏻 |
Checklist
Description
node18
is the beta runtime and it seemsnode18-actions
is a GA / non-beta - why is this even a separate release? was there a breaking change between the beta and ga version?When click-opsing to Node 18 (recommended), it sets the TF remote state to
node18-actions
however you can't setnode18-actions
due to the provider validationError: expected runtime to be one of [node12 node16 node18], got node18-actions
Expectation
Be able to use Node 18 non-beta in Actions
Reproduction
node18
in terraformUpgrade this action from the Node 18 Beta to Node 18 GA runtime.
runtime
tonode18-actions
in Terraform - fails provider validation and terraform is out of date compared to clickopedAuth0 Terraform Provider version
0,50,0
Terraform version
NA
The text was updated successfully, but these errors were encountered: