Skip to content
New issue

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

idle_in_transaction_session_timeout and statement_timeout cannot be set to 0 #353

Open
Anton-Shutik opened this issue Sep 21, 2023 · 0 comments · May be fixed by #355
Open

idle_in_transaction_session_timeout and statement_timeout cannot be set to 0 #353

Anton-Shutik opened this issue Sep 21, 2023 · 0 comments · May be fixed by #355

Comments

@Anton-Shutik
Copy link

Parameters idle_in_transaction_session_timeout and statement_timeout cannot be set to 0, they just reset to default instead

Terraform Version

Terraform v1.3.9
on darwin_arm64

Affected Resource(s)

Please list the resources as a list, for example:

  • postgresql_role

Terraform Configuration Files

resource "postgresql_role" "roles" {
  name     = my_user
  idle_in_transaction_session_timeout = 0
}

Expected Behavior

idle_in_transaction_session_timeout should be set to 0

Actual Behavior

idle_in_transaction_session_timeout is reset to default value.

Steps to Reproduce

  1. terraform apply
Anton-Shutik added a commit to Anton-Shutik/terraform-provider-postgresql that referenced this issue Sep 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant