mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-25 03:17:13 +00:00
fcfa6f2cf1
Introduces https://github.com/spaceapegames/terraform-provider-wavefront to the existing set of Terraform providers. Leverages the existing pattern for including community-driven Terraform providers not mentioned here: https://www.terraform.io/docs/providers
26 lines
1 KiB
Plaintext
26 lines
1 KiB
Plaintext
# lines starting with a # are comments
|
|
|
|
# The accepted format (double escape all grep expresssions):
|
|
# <organisation> [grep-expression] [grep-v-expression] - include all repositories in the organisation.
|
|
# grep-expression: filter repo matching the expression
|
|
# grep-v-expression: filter repo not matching the expression
|
|
# <organisation>/<repo> - include only the named repository.
|
|
|
|
# include all terraform-providers
|
|
terraform-providers terraform-provider- terraform-provider-\\(azure-classic\\|scaffolding\\)
|
|
|
|
# include terraform-provider-matchbox
|
|
poseidon/terraform-provider-matchbox
|
|
|
|
# include terraform-provider-nixos
|
|
tweag/terraform-provider-nixos
|
|
|
|
# include terraform-provider-secret
|
|
tweag/terraform-provider-secret
|
|
|
|
# include terraform-provider-segment
|
|
ajbosco/terraform-provider-segment
|
|
|
|
# include terraform-provider-wavefront
|
|
spaceapegames/terraform-provider-wavefront
|