Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksiri committed Aug 2, 2023
1 parent a624afe commit 977cd77
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions docs/resources/component.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,12 @@ resource "instellar_component" "postgres_db" {

Required:

- `database` (String)
- `host` (String)
- `password` (String, Sensitive)
- `port` (Number)
- `username` (String)
- `host` (String) Host for the component.
- `password` (String, Sensitive) Password for the component, this field is sensitive.
- `port` (Number) Port for the component
- `resource` (String) Resource for the component, this can be the database name or the region name.
- `username` (String) Username for the component.

Optional:

- `secure` (Boolean) SSL configuration for the component

0 comments on commit 977cd77

Please sign in to comment.