A terraform scaffolding tool
Project description
Stonemill
Stonemill is a command-line tool designed to scaffold AWS infrastructure using Terraform. It streamlines the process of setting up various AWS services such as Lambda functions, EC2 servers, S3 buckets, DynamoDB tables, and more. The tool generates the necessary Terraform files to get your infrastructure up and running quickly.
Installation
To install Stonemill, you will need to have Python installed on your system. You can install Stonemill using pip:
pip install stonemill
Alternatively, you can clone the repository and install it manually:
git clone https://github.com/mirror12k/stonemill.git
cd stonemill
pip install .
Usage
Once installed, you can run Stonemill commands directly from the command line. For example, to create a basic Terraform configuration for an AWS infrastructure:
stonemill --infra-base mycompany myproject
To scaffold an AWS Lambda function:
stonemill --lambda-function my_lambda
For more detailed usage instructions, run:
stonemill --help
Contributing
Contributions are welcome! If you have ideas for improvements or have found a bug, feel free to open an issue or submit a pull request. Please ensure that your code adheres to the project's style and conventions.
License
Stonemill is open-sourced software licensed under the MIT license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file stonemill-0.1.6.tar.gz
.
File metadata
- Download URL: stonemill-0.1.6.tar.gz
- Upload date:
- Size: 38.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 84a0a61619b72c3a99931aecc78b55be3048c4694d55a5c13585dbc8e2305b89 |
|
MD5 | 421c8d60efa0e0791fd2044ea34b216e |
|
BLAKE2b-256 | ed44b6a9cd1736b173ece22e36daf03b23904e2800d85768ba8e349001650000 |
File details
Details for the file stonemill-0.1.6-py3-none-any.whl
.
File metadata
- Download URL: stonemill-0.1.6-py3-none-any.whl
- Upload date:
- Size: 38.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d5ccab9c1ddc35607a944c6b65bc5cf162c7471373a26a9ee6502a2ce4e8f196 |
|
MD5 | 9c27a5d575dad5cb984eb8c2c7ce51f9 |
|
BLAKE2b-256 | 5ef3389d476cb2ab8a911b801c1f25d4fb9afe5c1cf17077140cdd195ab9977b |