generated from pulumi/pulumi-tf-provider-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.ci-mgmt.yaml
26 lines (26 loc) · 1 KB
/
.ci-mgmt.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
provider: harness
major-version: 0
makeTemplate: bridged
providerDefaultBranch: main
plugins:
- name: std
version: "1.6.2"
- name: terraform
version: "1.0.16"
kind: converter
# Use `pulumi convert` for translating examples from TF to Pulumi.
pulumiConvert: 1
registryDocs: true
license:
ignore:
# these modules are autogenerated from the openAPI spec and have no mention of a license
# but are used as part of the apache 2.0 licensed TF provider
- github.com/harness/harness-openapi-go-client/harness
- github.com/harness/harness-openapi-go-client/helpers
- github.com/harness/harness-openapi-go-client/logging
- github.com/harness/harness-openapi-go-client/nextgen
- github.com/harness/harness-openapi-go-client/utils
- github.com/harness/harness-openapi-go-client/harness
# the shim module is actually part of this provider the tool just doesn't know where to find the license file
- github.com/harness/terraform-provider-harness/shim
integrationTestProvider: true