-
Notifications
You must be signed in to change notification settings - Fork 258
Open
Description
Terraform Version
opentofu 1.8.2
Affected Resource(s)
- postgresql_role
- postgresql_grant_role
- postgresql_database
Terraform Configuration Files
provider "postgresql" {
host = var.db_endpoint
port = 5432
database = "postgres"
username = local.db_creds.username
password = local.db_creds.password
sslmode = "require"
superuser = false
#
max_connections = 0
connect_timeout = 360
}
Debug Output
https://gist.github.com/esulzickis/25d5e40cf893e4957d1ba0e10d123aef
Expected Behavior
Connecting to postgresql_role resource through tailscale proxy should not show an error
Actual Behavior
Sometimes when connecting through proxy connection works and sometimes not. The behavior is unstable
Steps to Reproduce
- export ALL_PROXY="socks5h://localhost:1055"
tofu plan
Gowiem and gberenice
Metadata
Metadata
Assignees
Labels
No labels