v1.0.0-beta.X #749
Replies: 6 comments 16 replies
-
Getting this error when upgrading from version = "0.50.0"
|
Beta Was this translation helpful? Give feedback.
-
Hey @jmymy 👋🏻 The issue you're experience is caused by the fact that the To fix this you can do one of the following:
Let me know if you have any questions, also appreciate you posting here as it gives us an opportunity now to improve the MIGRATION_GUIDE. 🙏🏻 |
Beta Was this translation helpful? Give feedback.
-
I'm trying to use 1.0.0-beta.0 but got the following exception: ../node_modules/.bin/cdktf get ⠸ downloading and generating modules and providers... here is a portion of the cdktf.json: {
} 0.50.0 works: { |
Beta Was this translation helpful? Give feedback.
-
We use python to interact with the provider: We have the following like for previous versions to create a regular web application:
It used to work on previous versions, but on the beta version: The regular web app is still being created but it seems like it is creating extra addons. If I go to the Auth0 dashboard, in the AddOns tab, I see a lot of addons turned on instead of only the SAML2 web app as coded above. Here's a snippet of the tfstate file:
The old tfstate for previous versions had:
One more observation: I created an action with node js 18 beta version, but when the code is deployed, it does not change the version to node js 18 GA version. It leaves it as node js 18 beta version. I have to test to see if it converts node js 16 to node js 18 GA as we currently use version 16 in our environments. |
Beta Was this translation helpful? Give feedback.
-
I did more debugging above. the SAML2 web app settings were created like so in the previous versions: { It matches the settings as described in the Auth0 dashboard, but on the beta version, the settings created were like so: { The generated settings do not match the settings as per the Auth0 dashboard. |
Beta Was this translation helpful? Give feedback.
-
I'm trying a real scenario where i'm trying to update the actions from node 16 to node 18 GA version. We have actions for the following flows:
It seems like all of the actions for all of the flows got changes to node 18, but all of the actions for login were not changed. They are still on Node 16. cdktf deploy shows the following:
It does not say which argument is the invalid one. Where can I get a list of valid arguments so I can figure out where it is failing? |
Beta Was this translation helpful? Give feedback.
-
🌍 Auth0 Terraform Provider Version 1 Beta Released! :earth_americas:
📢 We are thrilled to announce the highly anticipated BETA release of our Auth0 Terraform Provider v1! With the v1 release, managing your Auth0 resources using Terraform has never been easier. From provisioning clients, configuring connections, or setting up actions, the Auth0 Terraform Provider v1 empowers developers to streamline and automate your Auth0 infrastructure faster than ever before.
🔑 Key Highlights
💾 Data Sources for Resources: Easily fetch and reference data from existing Auth0 resources using data sources. Retrieve specific details or configuration settings of Auth0 entities and utilize them within your Terraform code, enhancing flexibility and integration.
🫂 Resource Relationships: Define and manage relationships between Auth0 resources effortlessly. With the ability to establish 1:1 and 1:many relationships, you can precisely model the connections and dependencies between resources, ensuring accurate provisioning and configuration.
:closed_lock_with_key: Zero Downtime Client Secret Rotation: Seamlessly rotate client secrets with minimal disruption to applications and users. Includes built-in support for achieving zero downtime during client secret rotation, providing a smooth transition without impacting the availability or functionality of your applications.
🐞 Bug Fixes and Stability Enhancements: Auth0 Terraform Provider v1 emphasizes our dedication to delivering an enhanced, reliable tool. This version is laden with numerous improvements and comprehensive bug fixes, fortifying its stability and readiness to meet the diverse needs of the developer community.
Ready to get started? You can find the Auth0 Terraform Provider on the official Terraform Registry. We encourage everyone to try out the beta, send feedback, and help get the word out! If you are coming from a previous v0 build, be sure to check out the migration guide as this release includes breaking changes.
We also want to express our gratitude to our dedicated community and contributors for their valuable feedback and contributions that were critical to this release.
If you have any questions or need assistance, feel free to reach out here on GitHub in the Discussions thread.
Happy provisioning 🚀
📚 Resources
Quickstart | Documentation | Migration Guide | Changelog
This discussion was created from the release v1.0.0-beta.0.
Beta Was this translation helpful? Give feedback.
All reactions