2018-09-19 04:24:21 +01:00
|
|
|
# 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
|
2018-12-26 18:42:50 +00:00
|
|
|
terraform-providers terraform-provider- terraform-provider-\\(azure-classic\\|scaffolding\\)
|
2018-09-19 04:24:21 +01:00
|
|
|
|
2019-11-05 22:09:32 +00:00
|
|
|
# include providers from individual repos
|
|
|
|
ajbosco/terraform-provider-segment
|
2019-07-25 12:59:46 +01:00
|
|
|
poseidon/terraform-provider-matchbox
|
2019-11-05 22:09:32 +00:00
|
|
|
spaceapegames/terraform-provider-wavefront
|
2018-09-19 04:24:21 +01:00
|
|
|
tweag/terraform-provider-nixos
|
2018-12-06 00:07:22 +00:00
|
|
|
tweag/terraform-provider-secret
|