Skip to content

Commit

Permalink
Remove unused files, and make sure we generate some docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonjohansson committed Sep 25, 2024
1 parent 6b62982 commit bbe425c
Show file tree
Hide file tree
Showing 18 changed files with 49 additions and 647 deletions.
30 changes: 0 additions & 30 deletions docs/data-sources/example.md

This file was deleted.

32 changes: 32 additions & 0 deletions docs/data-sources/teams.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "ee-platform_teams Data Source - ee-platform"
subcategory: ""
description: |-
Teams data source
---

# ee-platform_teams (Data Source)

Teams data source



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

### Read-Only

- `teams` (Attributes List) (see [below for nested schema](#nestedatt--teams))

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

Optional:

- `cf_org` (String) CF org team deploys to

Read-Only:

- `id` (String) id and Github team
- `name` (String) Readable team name
26 changes: 0 additions & 26 deletions docs/functions/example.md

This file was deleted.

14 changes: 2 additions & 12 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,16 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "scaffolding Provider"
page_title: "ee-platform Provider"
subcategory: ""
description: |-
---

# scaffolding Provider
# ee-platform Provider



## Example Usage

```terraform
provider "scaffolding" {
# example configuration here
}
```

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

### Optional

- `endpoint` (String) Example provider attribute
31 changes: 0 additions & 31 deletions docs/resources/example.md

This file was deleted.

3 changes: 0 additions & 3 deletions examples/data-sources/scaffolding_example/data-source.tf

This file was deleted.

3 changes: 0 additions & 3 deletions examples/provider/provider.tf

This file was deleted.

3 changes: 0 additions & 3 deletions examples/resources/scaffolding_example/resource.tf

This file was deleted.

105 changes: 0 additions & 105 deletions internal/provider/example_data_source.go

This file was deleted.

32 changes: 0 additions & 32 deletions internal/provider/example_data_source_test.go

This file was deleted.

50 changes: 0 additions & 50 deletions internal/provider/example_function.go

This file was deleted.

Loading

0 comments on commit bbe425c

Please sign in to comment.