pulumi
Package — Cloud/DevOpsPython 3.7+Advanced
Infrastructure as code using Python (AWS, Azure, GCP, K8s)
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- grpcio, protobuf, PyYAML, semver
- Install
pip install pulumi
Learn by Difficulty
Quick Example
python
# Install: pip install pulumi import pulumi # Basic pulumi usage print(f"Using pulumi") # See documentation for detailed examples
pulumi is a third-party package. Infrastructure as code using Python (AWS, Azure, GCP, K8s). Install with: pip install pulumi
Try in PlaygroundTags
packageclouddevopsinfrastructure