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)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9b2f7de277579e7f0a9aae8ec4b03601e13c3f7ed0ae44f88e87fa06b86c8ec1
|
|
| MD5 |
3482fe295d4961eaa418cff7b679b745
|
|
| BLAKE2b-256 |
598ca7cefae2bc32d5ec3fb1b92e4ffbaaa9c885ae462c80908282063a160b82
|
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0f7df94e6a43f620adb73c658699b2d2fc1b34d9c1d5340f33ecd3c19ccf4d06
|
|
| MD5 |
eb1b9d39654e37dea66ade78d7c0f321
|
|
| BLAKE2b-256 |
fc2b21b96840fd577562463c02124360c39e70b489833440077fd70387d0360d
|