From e05af4879712d499e81fbfe6f111a4746ec9a04d Mon Sep 17 00:00:00 2001 From: Zack Siri Date: Fri, 26 May 2023 23:40:48 +0700 Subject: [PATCH] Add uplink doc Signed-off-by: Zack Siri --- docs/resources/uplink.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 docs/resources/uplink.md diff --git a/docs/resources/uplink.md b/docs/resources/uplink.md new file mode 100644 index 0000000..090a2bf --- /dev/null +++ b/docs/resources/uplink.md @@ -0,0 +1,33 @@ +--- +# generated by https://github.com/hashicorp/terraform-plugin-docs +page_title: "instellar_uplink Resource - terraform-provider-instellar" +subcategory: "" +description: |- + Uplink management +--- + +# instellar_uplink (Resource) + +Uplink management + + + + +## Schema + +### Required + +- `channel_slug` (String) Which distribution channel are we using? +- `cluster_id` (String) Which cluster does uplink belong to + +### Optional + +- `database_url` (String, Sensitive) Database URL to use with uplink, if supplied will setup uplink pro + +### Read-Only + +- `current_state` (String) The current state of uplink +- `id` (String) Uplink identifier +- `last_updated` (String) Timestamp of terraform update + +