Skip to content

Commit

Permalink
cleanup and regenerate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
floreks committed Nov 15, 2023
1 parent c1c3dac commit 7094148
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 26 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ install: build ## install plugin locally
release: ## builds release version of the app. Requires GoReleaser to work.
goreleaser build --clean --single-target --snapshot

.PHONY: install
.PHONY: install-go
install: ## installs terraform plugin binary locally
go install .

Expand Down
1 change: 1 addition & 0 deletions docs/resources/cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ A representation of a cluster you can deploy to.
### Optional

- `handle` (String) A short, unique human-readable name used to identify this cluster. Does not necessarily map to the cloud resource name.
- `protect` (Boolean) If set to `true` then this cluster cannot be deleted.
- `tags` (Map of String) Key-value tags used to filter clusters.

### Read-Only
Expand Down
20 changes: 0 additions & 20 deletions hack/docker/compose.yml

This file was deleted.

5 changes: 0 additions & 5 deletions hack/docker/conf.json

This file was deleted.

0 comments on commit 7094148

Please sign in to comment.