We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parameters idle_in_transaction_session_timeout and statement_timeout cannot be set to 0, they just reset to default instead
idle_in_transaction_session_timeout
statement_timeout
Terraform v1.3.9 on darwin_arm64
Please list the resources as a list, for example:
resource "postgresql_role" "roles" { name = my_user idle_in_transaction_session_timeout = 0 }
idle_in_transaction_session_timeout should be set to 0
idle_in_transaction_session_timeout is reset to default value.
terraform apply
The text was updated successfully, but these errors were encountered:
Fix for cyrilgdn#353 (allow 0 value for statement_timeout & idle_in_t…
6221c27
…ransaction_session_timeout)
Successfully merging a pull request may close this issue.
Parameters
idle_in_transaction_session_timeout
andstatement_timeout
cannot be set to 0, they just reset to default insteadTerraform Version
Terraform v1.3.9
on darwin_arm64
Affected Resource(s)
Please list the resources as a list, for example:
Terraform Configuration Files
Expected Behavior
idle_in_transaction_session_timeout
should be set to 0Actual Behavior
idle_in_transaction_session_timeout
is reset to default value.Steps to Reproduce
terraform apply
The text was updated successfully, but these errors were encountered: