You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to import an existing auth0_organization_connection resource using a random UUID v4 as the ID, as per documentation, fails with the following error:
│ Error: 404 Not Found: Not Found
Expectation
I expect the existing auth0_organization_connection to be imported in the state successfully.
Reproduction
Deploy an auth0_organization resource (with a connections block) using version 0.28.1 of the provider.
Upgrade the provider to version 0.36.0.
Modify the auth0_organization resource declaration by converting the connections block into a new auth0_organization_connection resource.
Try to import the auth0_organization_connection resource in the state.
Auth0 Terraform Provider version
0.36.0
Terraform version
1.2.7
The text was updated successfully, but these errors were encountered:
Hey @manuel-guilbault 👋🏻 ! Really appreciate you opening this issue. I was able to reproduce the issue and started working on a fix. I'll give you an update on this when the fix is available. Thanks for your patience!
Checklist
Description
Trying to import an existing
auth0_organization_connection
resource using a random UUID v4 as the ID, as per documentation, fails with the following error:Expectation
I expect the existing
auth0_organization_connection
to be imported in the state successfully.Reproduction
auth0_organization
resource (with aconnections
block) using version 0.28.1 of the provider.auth0_organization
resource declaration by converting theconnections
block into a newauth0_organization_connection
resource.auth0_organization_connection
resource in the state.Auth0 Terraform Provider version
0.36.0
Terraform version
1.2.7
The text was updated successfully, but these errors were encountered: