cdktf


Namecdktf JSON
Version 0.20.11 PyPI version JSON
download
home_pagehttps://github.com/hashicorp/terraform-cdk
SummaryCloud Development Kit for Terraform
upload_time2025-01-06 08:48:11
maintainerNone
docs_urlNone
authorHashiCorp
requires_python~=3.8
licenseMPL-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # cdktf

cdktf is a framework for defining cloud infrastructure using Terraform providers and modules. It allows for
users to define infrastructure resources using higher-level programming languages.

## Build

Install dependencies

```bash
yarn install
```

Build the package

```bash
yarn build
```

[Learn More](https://cdk.tf/docs)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/hashicorp/terraform-cdk",
    "name": "cdktf",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "~=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "HashiCorp",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/c6/cc/de2c3b576f79a66a8599bb47a434f4c5425ede0b032904774902337beee4/cdktf-0.20.11.tar.gz",
    "platform": null,
    "description": "# cdktf\n\ncdktf is a framework for defining cloud infrastructure using Terraform providers and modules. It allows for\nusers to define infrastructure resources using higher-level programming languages.\n\n## Build\n\nInstall dependencies\n\n```bash\nyarn install\n```\n\nBuild the package\n\n```bash\nyarn build\n```\n\n[Learn More](https://cdk.tf/docs)\n",
    "bugtrack_url": null,
    "license": "MPL-2.0",
    "summary": "Cloud Development Kit for Terraform",
    "version": "0.20.11",
    "project_urls": {
        "Homepage": "https://github.com/hashicorp/terraform-cdk",
        "Source": "https://github.com/hashicorp/terraform-cdk.git"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cdce1cefd47292ffb468e5e88cad30e8695273431d89eeefc19b332c05bc49b1",
                "md5": "ae35cd103004c75a908e7f91fe6a3aba",
                "sha256": "98f607dd50506c1c85bc8b47c6b8f4b5607a9d87ad2f99f6819709a29abce101"
            },
            "downloads": -1,
            "filename": "cdktf-0.20.11-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ae35cd103004c75a908e7f91fe6a3aba",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "~=3.8",
            "size": 1548864,
            "upload_time": "2025-01-06T08:48:05",
            "upload_time_iso_8601": "2025-01-06T08:48:05.852787Z",
            "url": "https://files.pythonhosted.org/packages/cd/ce/1cefd47292ffb468e5e88cad30e8695273431d89eeefc19b332c05bc49b1/cdktf-0.20.11-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c6ccde2c3b576f79a66a8599bb47a434f4c5425ede0b032904774902337beee4",
                "md5": "9e597d4082718fad1d62036b55480551",
                "sha256": "d25ed9d7a68d482a314da0096fcf67cc55765488777b75be69f359ed99c956d3"
            },
            "downloads": -1,
            "filename": "cdktf-0.20.11.tar.gz",
            "has_sig": false,
            "md5_digest": "9e597d4082718fad1d62036b55480551",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "~=3.8",
            "size": 1548614,
            "upload_time": "2025-01-06T08:48:11",
            "upload_time_iso_8601": "2025-01-06T08:48:11.014257Z",
            "url": "https://files.pythonhosted.org/packages/c6/cc/de2c3b576f79a66a8599bb47a434f4c5425ede0b032904774902337beee4/cdktf-0.20.11.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-06 08:48:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "hashicorp",
    "github_project": "terraform-cdk",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "cdktf"
}
        
Elapsed time: 2.26948s