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 set the second structure directly results in the error:
* error creating database object: connection_url cannot be empty
This is a problem because Terraform thinks that it needs to update the value every time I run terraform plan. Would it be possible to either accept both as input, switching the input to the second, or switching the output to the first format?
The text was updated successfully, but these errors were encountered:
The reason for the output being this way is sensible but I think we could add a check that would allow reading the url from the connection details struct.
When configuring a database backend you are giving it a
connection_url
, e.g.But when reading the same path out, the following is returned:
Trying to set the second structure directly results in the error:
This is a problem because Terraform thinks that it needs to update the value every time I run
terraform plan
. Would it be possible to either accept both as input, switching the input to the second, or switching the output to the first format?The text was updated successfully, but these errors were encountered: