Skip to main content

Terraform-native authoring layer for PHCL.

Project description

PHCL-TERRAFORM

PHCL-TERRAFORM is the Terraform dialect layer for PHCL.

For the core model, rendering, CLI behavior, and general PHCL documentation:

Installation

pip install 'phcl[terraform]'

Example

Instead of writing Terraform like this:

resource "aws_instance" "web" {
  ami           = "ami-123"
  instance_type = "t3.small"
}

PHCL aims to let you express the same declaration shape like this:

class Web(Resource["aws_instance"]):
    ami = "ami-123"
    instance_type = "t3.small"

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

phcl_terraform-0.1.5.tar.gz (4.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

phcl_terraform-0.1.5-py3-none-any.whl (4.7 kB view details)

Uploaded Python 3

File details

Details for the file phcl_terraform-0.1.5.tar.gz.

File metadata

  • Download URL: phcl_terraform-0.1.5.tar.gz
  • Upload date:
  • Size: 4.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.6

File hashes

Hashes for phcl_terraform-0.1.5.tar.gz
Algorithm Hash digest
SHA256 9b2f7de277579e7f0a9aae8ec4b03601e13c3f7ed0ae44f88e87fa06b86c8ec1
MD5 3482fe295d4961eaa418cff7b679b745
BLAKE2b-256 598ca7cefae2bc32d5ec3fb1b92e4ffbaaa9c885ae462c80908282063a160b82

See more details on using hashes here.

File details

Details for the file phcl_terraform-0.1.5-py3-none-any.whl.

File metadata

  • Download URL: phcl_terraform-0.1.5-py3-none-any.whl
  • Upload date:
  • Size: 4.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.6

File hashes

Hashes for phcl_terraform-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 0f7df94e6a43f620adb73c658699b2d2fc1b34d9c1d5340f33ecd3c19ccf4d06
MD5 eb1b9d39654e37dea66ade78d7c0f321
BLAKE2b-256 fc2b21b96840fd577562463c02124360c39e70b489833440077fd70387d0360d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page