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
postgresql_function.test: Creating...
2024-07-29T16:48:17.762-0600 [INFO] Starting apply for postgresql_function.test
2024-07-29T16:48:17.762-0600 [DEBUG] postgresql_function.test: applying the planned Create change
2024-07-29T16:48:20.871-0600 [ERROR] provider.terraform-provider-postgresql_v1.22.0: Response contains error diagnostic: diagnostic_detail="" diagnostic_severity=ERROR diagnostic_summary="pq: syntax error at or near \":\"" tf_req_id=0476afa9-f66e-a1c0-2b50-0886b63ab969 tf_resource_type=postgresql_function tf_rpc=ApplyResourceChange @caller=github.com/hashicorp/[email protected]/tfprotov5/internal/diag/diagnostics.go:55 @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=provider timestamp=2024-07-29T16:48:20.871-0600
Panic Output
None
Expected Behavior
A PostgreSQL function should be created.
Actual Behavior
A syntax error at the colon.
│ Error: pq: syntax error at or near ":"
│
│ with postgresql_function.test,
│ on functions_vertexai.tf line 1, in resource "postgresql_function" "test":
│ 1: resource "postgresql_function" "test" {
│
╵
Steps to Reproduce
Given the above postgresql_function resource with an arg containing a colon in the default, attempt to apply to a PostgreSQL database.
Terraform Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
https://gist.github.com/kinghuang/092e1b872bf2189b8ffb9e8a821f0d25
Panic Output
None
Expected Behavior
A PostgreSQL function should be created.
Actual Behavior
A syntax error at the colon.
Steps to Reproduce
Given the above
postgresql_function
resource with an arg containing a colon in thedefault
, attempt to apply to a PostgreSQL database.Important Factoids
None.
References
Not sure if this is related to #387?
The text was updated successfully, but these errors were encountered: