alexkappa/terraform-provider-auth0

Allow to update Node Runtime Extensibility on Tenant settings

zyhou opened this issue ยท 2 comments

zyhou commented

Hello,

Description

Can we add the possibility to update the Extensibility on the tenant settings? Node 8 will be deprecated pretty soon.

Tenant settings -> Advance -> Scroll down
image

Affected Resource(s)

  • auth0_tenant

Community Note

  • Please vote on this issue by adding a ๐Ÿ‘ reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Hey @zyhou, thanks for the question. Admittedly we can do a better job at documenting this and we will do so soon, however this functionality is already present within the provider and it's mapped to the sandbox_version field e.g.

resource "auth0_tenant" "tenant" {
  sandbox_version  = "8"
}

You can set this to 12 to use Node 12.

Hope this helps and please let me know if you have any further questions.

zyhou commented

Oh, I don't see this option... I will try. I searched for "node" in the tenant section on the documentation.

Thanks, I can close the issue ๐Ÿ‘