A resource for managing database connection configurations between Vultr managed databases and other services
Provides a Vultr database connector resource. This can be used to create, read, modify, and delete connectors for a managed database on your Vultr account. Note: The managed database must be configured with enable_kafka_connect = true.
Create a new database connector:
Updating the database ID, name, or class will cause a force new. This behavior is in place because a database connector cannot be moved from one managed database to another and connector names/classes cannot be updated.
The following arguments are supported:
database_id - (Required) The managed database ID you want to attach this connector to.name - (Required) The name for the new managed database connector.class - (Required) The class for the new managed database connector.topics - (Required) A comma-separated list of topics to use with the new managed database connector.config - (Optional) A JSON string containing the configuration properties you wish to use with the new managed database connector.The following attributes are exported:
database_id - The managed database ID.name - The name of the managed database connector.class - The class for the managed database connector.topics - A comma-separated list of topics to use with the managed database connector.config - A JSON string containing the configuration properties currently set for the managed database connector.
0 Comments
Be the first to comment and share your perspective with the community.