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
When attempting to use the auth0_connection data source I get a lot of errors that look like the following:
Error: Unmanaged Configuration Secret
.....
Detected a configuration secret not managed through terraform: "USER_POOL_ID". If you proceed, this configuration secret will get deleted. It is required to add this configuration secret to your custom database settings to prevent unintentionally destructive results.
I want to read this so that I can create a auth0_connection_client resource to attach the connection to a client I am also creating.
Expectation
Terraform Data Sources are meant to be read only, so I shouldn't get an error about things not being defined in terraform at all, and the error shouldn't tell me using the data source is potentially destructive on a read only type.
Reproduction
Create a data block of type auth0_connection
Run terraform plan and see the errors
Auth0 Terraform Provider version
0.44.0
Terraform version
1.3.9
The text was updated successfully, but these errors were encountered:
Checklist
Description
When attempting to use the
auth0_connection
data source I get a lot of errors that look like the following:My data source is defined as:
I want to read this so that I can create a
auth0_connection_client
resource to attach the connection to a client I am also creating.Expectation
Terraform Data Sources are meant to be read only, so I shouldn't get an error about things not being defined in terraform at all, and the error shouldn't tell me using the data source is potentially destructive on a read only type.
Reproduction
auth0_connection
terraform plan
and see the errorsAuth0 Terraform Provider version
0.44.0
Terraform version
1.3.9
The text was updated successfully, but these errors were encountered: