Skip to content

Commit

Permalink
chore: update generated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
henryde committed May 21, 2024
1 parent dc54332 commit a4d006f
Show file tree
Hide file tree
Showing 3 changed files with 109 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/data-sources/buildingblock.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ Read-Only:
Read-Only:

- `key` (String)
- `value` (String)
- `value_bool` (Boolean)
- `value_int` (Number)
- `value_string` (String)
- `value_type` (String)


Expand Down Expand Up @@ -87,5 +89,7 @@ Read-Only:
Read-Only:

- `key` (String)
- `value` (String)
- `value_bool` (Boolean)
- `value_int` (Number)
- `value_string` (String)
- `value_type` (String)
50 changes: 50 additions & 0 deletions docs/data-sources/project.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "meshstack_project Data Source - terraform-provider-meshstack"
subcategory: ""
description: |-
Single project by name and workspace.
---

# meshstack_project (Data Source)

Single project by name and workspace.



<!-- schema generated by tfplugindocs -->
## Schema

### Required

- `metadata` (Attributes) Project metadata. Name and workspace of the target Project must be set here. (see [below for nested schema](#nestedatt--metadata))

### Read-Only

- `api_version` (String) Project datatype version
- `kind` (String) meshObject type, always `meshBuildingBlock`.
- `spec` (Attributes) Project specification. (see [below for nested schema](#nestedatt--spec))

<a id="nestedatt--metadata"></a>
### Nested Schema for `metadata`

Required:

- `name` (String)
- `owned_by_workspace` (String)

Read-Only:

- `created_on` (String)
- `deleted_on` (String)


<a id="nestedatt--spec"></a>
### Nested Schema for `spec`

Read-Only:

- `display_name` (String)
- `payment_method_identifier` (String)
- `substitute_payment_method_identifier` (String)
- `tags` (Map of List of String)
53 changes: 53 additions & 0 deletions docs/resources/project.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "meshstack_project Resource - terraform-provider-meshstack"
subcategory: ""
description: |-
Single project by name and workspace.
---

# meshstack_project (Resource)

Single project by name and workspace.



<!-- schema generated by tfplugindocs -->
## Schema

### Required

- `metadata` (Attributes) Project metadata. Name and workspace of the target Project must be set here. (see [below for nested schema](#nestedatt--metadata))
- `spec` (Attributes) Project specification. (see [below for nested schema](#nestedatt--spec))

### Read-Only

- `api_version` (String) Project datatype version
- `kind` (String) meshObject type, always `meshBuildingBlock`.

<a id="nestedatt--metadata"></a>
### Nested Schema for `metadata`

Required:

- `name` (String)
- `owned_by_workspace` (String)

Read-Only:

- `created_on` (String)
- `deleted_on` (String)


<a id="nestedatt--spec"></a>
### Nested Schema for `spec`

Required:

- `display_name` (String)

Optional:

- `payment_method_identifier` (String)
- `substitute_payment_method_identifier` (String)
- `tags` (Map of List of String)

0 comments on commit a4d006f

Please sign in to comment.