Skip to content

Commit

Permalink
Add uplink doc
Browse files Browse the repository at this point in the history
Signed-off-by: Zack Siri <[email protected]>
  • Loading branch information
zacksiri committed May 26, 2023
1 parent a9d3da7 commit e05af48
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions docs/resources/uplink.md
Original file line number Diff line number Diff line change
@@ -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 generated by tfplugindocs -->
## 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


0 comments on commit e05af48

Please sign in to comment.