Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Update docs to comply with latest requirements #106

Merged
merged 2 commits into from
Aug 19, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
layout: "secrethub"
page_title: "Data Source: secrethub_secret"
page_title: "secrethub_secret"
sidebar_current: "docs-secrethub-datasource-secret"
description: |-
Read a secret
---

# Data Source: secrethub_secret
# secrethub_secret Data Source

Use this data source to read secrets already in SecretHub

Expand Down
4 changes: 2 additions & 2 deletions website/docs/index.html.markdown → docs/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: "secrethub"
page_title: "Provider: SecretHub"
page_title: "SecretHub Provider"
sidebar_current: "docs-secrethub-index"
description: |-
The SecretHub provider is used to interact with the resources supported by SecretHub. The provider needs to be properly configured before it can be used.
Expand All @@ -17,7 +17,7 @@ Use the navigation to the left to read about the available resources.

## Example Usage

```terraform
```hcl
provider "secrethub" {
credential = file("~/.secrethub/credential")
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
layout: "secrethub"
page_title: "Resource: secrethub_access_rule"
page_title: "secrethub_access_rule"
sidebar_current: "docs-secrethub-resource-access-rule"
description: |-
Creates and manages access rules.
---

# Resource: secrethub_access_rule
# secrethub_access_rule Resource

This resource allows you to create and manage access rules, to give users and/or service accounts permissions on directories.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
layout: "secrethub"
page_title: "Resource: secrethub_secret"
page_title: "secrethub_secret"
sidebar_current: "docs-secrethub-resource-secret"
description: |-
Writes a secret at a given path.
---

# Resource: secrethub_secret
# secrethub_secret Resource

This resource allows you to write secrets at a given path, if the path already exists then the resource will write a new version of it.

Expand Down Expand Up @@ -63,7 +63,7 @@ Nested `generate` blocks have the following structure:
* `charsets` - (Optional) List of charset names defining the set of characters to randomly generate a secret from. The supported charsets are: all, alphanumeric, numeric, lowercase, uppercase, letters, symbols and human-readable. Defaults to alphanumeric.
* `min` - (Optional) A map defining lower bounds on the number of characters to use from any specific charsets.

> Note that adding constraints reduces the strength of the secret. When possible avoid adding any constraints.
~> Adding constraints reduces the strength of the secret. When possible avoid adding any constraints.
## Attributes Reference

In addition to all arguments above, the following attributes are exported:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
layout: "secrethub"
page_title: "Resource: secrethub_service_aws"
page_title: "secrethub_service_aws"
sidebar_current: "docs-secrethub-resource-service-aws"
description: |-
Creates and manages service accounts tied to an AWS IAM role.
---

# Resource: secrethub_service_aws
# secrethub_service_aws Resource

This resource allows you to manage a service account that is tied to an AWS IAM role.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
layout: "secrethub"
page_title: "Resource: secrethub_service_gcp"
page_title: "secrethub_service_gcp"
sidebar_current: "docs-secrethub-resource-service-gcp"
description: |-
Creates and manages SecretHub service accounts tied to a GCP Service Account.
---

# Resource: secrethub_service_gcp
# secrethub_service_gcp Resource

This resource allows you to manage a SecretHub service account that is tied to a GCP Service Account.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
layout: "secrethub"
page_title: "Resource: secrethub_service"
page_title: "secrethub_service"
sidebar_current: "docs-secrethub-resource-service"
description: |-
Creates and manages service accounts
---

# Resource: secrethub_service
# secrethub_service Resource

This resource allows you to manage a service account - an account for machines.

Expand Down
File renamed without changes.