hashicorp / terraform-provider-awscc

Terraform AWS Cloud Control provider
https://registry.terraform.io/providers/hashicorp/awscc/latest/docs
Mozilla Public License 2.0
262 stars 120 forks source link

chore: add help make target #2061

Closed jar-b closed 1 month ago

jar-b commented 1 month ago

Provides descriptions of the available targets, similar to the implementation in the main AWS provider.

% make help
all                   Generate all schemas, resources, data sources, documentation, and build the provider
build                 Build the provider
docs-all              Generate all documentation
docs-import           Generate import documentation
docs                  Generate documentation
golangci-lint         Run golangci-lint
help                  Display this help
importlint            Run importlint
lint                  Run all linters
plural-data-sources   Generate plural data sources
resources             Generate resources
schemas               Generate schemas
singular-data-sources Generate singular data sources
test                  Run unit tests
testacc               Run acceptance tests
tools                 Install tools