terraform-provider-postgresql icon indicating copy to clipboard operation
terraform-provider-postgresql copied to clipboard

Support for `copy_data` for `postgresql_subscription`

Open wwtan-ml opened this issue 2 years ago • 0 comments

Hi there,

I'm having a requirement to set copy_data to false when creating a SUBSCRIPTION.

In PG it could be done with simple SQL query:

CREATE SUBSCRIPTION SUBNAME CONNECTION 'dbname=DBNAME host=DB_HOST port=5432 user=USER password=PASSWORD' PUBLICATION PUBNAME WITH (copy_data = false);

Affected Resource(s)

postgresql_subscription

wwtan-ml avatar Nov 30 '23 02:11 wwtan-ml