{ "author": { "name": "HashiCorp", "organization": true, "roles": [ "author" ], "url": "https://hashicorp.com" }, "bundled": { "change-case": "^4.1.2", "fs-extra": "^10.1.0" }, "dependencies": { "constructs": "^10.4.2", "projen": "^0.87.4" }, "dependencyClosure": { "constructs": { "targets": { "dotnet": { "namespace": "Constructs", "packageId": "Constructs" }, "go": { "moduleName": "github.com/aws/constructs-go" }, "java": { "maven": { "artifactId": "constructs", "groupId": "software.constructs" }, "package": "software.constructs" }, "js": { "npm": "constructs" }, "python": { "distName": "constructs", "module": "constructs" } } }, "projen": { "submodules": { "projen.awscdk": {}, "projen.build": {}, "projen.cdk": {}, "projen.cdk8s": {}, "projen.cdktf": {}, "projen.circleci": {}, "projen.github": {}, "projen.github.workflows": {}, "projen.gitlab": {}, "projen.java": {}, "projen.javascript": {}, "projen.python": {}, "projen.release": {}, "projen.typescript": {}, "projen.vscode": {}, "projen.web": {} }, "targets": { "go": { "moduleName": "github.com/projen/projen-go" }, "java": { "maven": { "artifactId": "projen", "groupId": "io.github.cdklabs" }, "package": "io.github.cdklabs.projen" }, "js": { "npm": "projen" }, "python": { "distName": "projen", "module": "projen" } } } }, "description": "@cdktf/provider-project", "docs": { "stability": "stable" }, "homepage": "https://github.com/cdktf/cdktf-provider-project.git", "jsiiVersion": "5.8.19 (build db67fde)", "license": "MPL-2.0", "metadata": { "jsii": { "pacmak": { "hasDefaultInterfaces": true } }, "tscRootDir": "src" }, "name": "@cdktf/provider-project", "readme": { "markdown": "# Terraform CDK Provider Project\n\nA project template for [projen](https://github.com/eladb/projen) to create repositories for prebuilt provider packages for [Terraform CDK](https://cdk.tf).\n\n## Usage\n\nThe provider repos are entirely auto generated from the configuration contained in this repo here. There's no manual interaction necessary, except for creating the initial repository - using this repo. The `cdktf get` command is executed as part of the build pipeline in Github Actions. These jobs are executed on a schedule. Hence, new provider changes will be picked up automatically.\n\n### Creating a new provider\n\nAdd a new repository [over here](https://github.com/terraform-cdk-providers/repository-manager).\n\nIn the newly created repository, all we need is a `.projenrc.js` file like this:\n\n```js\nconst { CdktfProviderProject } = require('@cdktf/provider-project');\nconst { Semver } = require('projen');\n\nconst project = new CdktfProviderProject({\n terraformProvider: \"aws@~> 2.0\"\n});\n\nproject.synth();\n```\n\nAdjust the `terraformProvider` attribute as required and run the following commands:\n\n```\nnpm install @cdktf/provider-project@latest\nnpx projen\nyarn install\n```\n\nThis will generate an entire repository ready to be published, including Github Workflows for publishing NPM, Pypi and maven packages. The only thing which is needed to be set manually are the tokens for these registries:\n\n- `NPM_TOKEN`\n- `TWINE_PASSWORD`\n- `TWINE_USERNAME`\n- `MAVEN_GPG_PRIVATE_KEY`\n- `MAVEN_GPG_PRIVATE_KEY_PASSPHRASE`\n- `MAVEN_PASSWORD`\n- `MAVEN_USERNAME`\n- `MAVEN_STAGING_PROFILE_ID`\n\n### Updating an existing Provider\n\nCommit and push the required changes to this repository here and wait for the auto-release to happen. Once released, you can run the following commands in the target provider repository:\n\n```\nnpm install @cdktf/provider-project@latest\nnpx projen\nyarn install\n```\n\nCommit, push and check for the auto-released version.\n\n## Development\n\nWhatever needs to be changed in the downstream [provider repositories](https://github.com/terraform-cdk-providers/repository-manager) should be done via the [code definitions](./src/index.ts) here.\n\nFor local development, [yarn link](https://classic.yarnpkg.com/en/docs/cli/link/) might be quite helpful for testing.\n" }, "repository": { "type": "git", "url": "https://github.com/cdktf/cdktf-provider-project.git" }, "schema": "jsii/0.10.0", "targets": { "js": { "npm": "@cdktf/provider-project" } }, "types": { "@cdktf/provider-project.CdktfProviderProject": { "assembly": "@cdktf/provider-project", "base": "projen.cdk.JsiiProject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-project.CdktfProviderProject", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/index.ts", "line": 105 }, "parameters": [ { "name": "options", "type": { "fqn": "@cdktf/provider-project.CdktfProviderProjectOptions" } } ] }, "kind": "class", "locationInModule": { "filename": "src/index.ts", "line": 104 }, "name": "CdktfProviderProject", "symbolId": "src/index:CdktfProviderProject" }, "@cdktf/provider-project.CdktfProviderProjectOptions": { "assembly": "@cdktf/provider-project", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-project.CdktfProviderProjectOptions", "interfaces": [ "projen.cdk.JsiiProjectOptions" ], "kind": "interface", "locationInModule": { "filename": "src/index.ts", "line": 28 }, "name": "CdktfProviderProjectOptions", "properties": [ { "abstract": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/index.ts", "line": 31 }, "name": "cdktfVersion", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/index.ts", "line": 32 }, "name": "constructsVersion", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/index.ts", "line": 30 }, "name": "terraformProvider", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Will fall back to the current year if not specified.", "stability": "stable", "summary": "The year of the creation of the repository, for copyright purposes." }, "immutable": true, "locationInModule": { "filename": "src/index.ts", "line": 60 }, "name": "creationYear", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "If no date is provided, then the date of the build will be used by default.", "stability": "stable", "summary": "An optional date when the project should be considered deprecated, to be used in the README text." }, "immutable": true, "locationInModule": { "filename": "src/index.ts", "line": 70 }, "name": "deprecationDate", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/index.ts", "line": 33 }, "name": "forceMajorVersion", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Used for GitHub org name and package scoping", "stability": "stable", "summary": "defaults to \"cdktf\" previously was \"hashicorp\"." }, "immutable": true, "locationInModule": { "filename": "src/index.ts", "line": 42 }, "name": "githubNamespace", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "If true, no new versions will be published.", "stability": "stable", "summary": "Whether or not this prebuilt provider is deprecated." }, "immutable": true, "locationInModule": { "filename": "src/index.ts", "line": 65 }, "name": "isDeprecated", "optional": true, "type": { "primitive": "boolean" } }, { "abstract": true, "docs": { "stability": "stable", "summary": "defaults to \"HashiCorp, Inc.\"." }, "immutable": true, "locationInModule": { "filename": "src/index.ts", "line": 74 }, "name": "licensee", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/index.ts", "line": 43 }, "name": "mavenEndpoint", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "stability": "stable", "summary": "defaults to \"com.${mavenOrg}\"." }, "immutable": true, "locationInModule": { "filename": "src/index.ts", "line": 55 }, "name": "mavenGroupId", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "stability": "stable", "summary": "defaults to \"hashicorp\"." }, "immutable": true, "locationInModule": { "filename": "src/index.ts", "line": 51 }, "name": "mavenOrg", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "stability": "stable", "summary": "defaults to \"cdktf\"." }, "immutable": true, "locationInModule": { "filename": "src/index.ts", "line": 37 }, "name": "namespace", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "stability": "stable", "summary": "defaults to \"HashiCorp\"." }, "immutable": true, "locationInModule": { "filename": "src/index.ts", "line": 47 }, "name": "nugetOrg", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/index.ts", "line": 29 }, "name": "useCustomGithubRunner", "optional": true, "type": { "primitive": "boolean" } } ], "symbolId": "src/index:CdktfProviderProjectOptions" } }, "version": "0.7.23", "fingerprint": "bQdJ1iAtvnDwIvolgv8n7w2S1PQGGFWNWDN1v02DlCE=" }