Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kakkoyun/terraform-autoscaling-web-servers
Terraform declarations for Cluster of Web Servers (Using AWS ASG)
https://github.com/kakkoyun/terraform-autoscaling-web-servers
infrastructure-as-code terraform
Last synced: 9 days ago
JSON representation
Terraform declarations for Cluster of Web Servers (Using AWS ASG)
- Host: GitHub
- URL: https://github.com/kakkoyun/terraform-autoscaling-web-servers
- Owner: kakkoyun
- License: gpl-3.0
- Created: 2018-03-02T10:39:49.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-28T15:15:08.000Z (almost 7 years ago)
- Last Synced: 2025-01-03T11:47:23.982Z (about 1 month ago)
- Topics: infrastructure-as-code, terraform
- Language: HCL
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Terraform Cluster of Web Servers (Tutorial)
Terraform declarations for Cluster of Web Servers (educational purpose)
### Prerequisites
Terraform v0.11.3
Check your version.
```
terraform -v```
### Installing
Install dependencies using `brew`.
```
brew install terraform
```## Usage
To see how to use:
```
terraform plan
terraform apply
```## Built With
* [Terraform](https://www.terraform.io/)
## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request## Versioning
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/kakkoyun/terraform-cluster-of-web-servers/tags).
## Authors
* **Kemal Akkoyun** - *Initial work* - [kakkoyun](https://github.com/kakkoyun)
See also the list of [contributors](https://github.com/kakkoyun/terraform-autoscaling-web-servers/graphs/contributors) who participated in this project.
## License
This project is licensed under the GNU General Public License v3.0 - see the [LICENCE](LICENCE) file for details