https://github.com/toshimaru/terraform-digitalocean-rails
A terraform simple sample on DigitalOcean for Ruby on Rails.
https://github.com/toshimaru/terraform-digitalocean-rails
Last synced: about 1 year ago
JSON representation
A terraform simple sample on DigitalOcean for Ruby on Rails.
- Host: GitHub
- URL: https://github.com/toshimaru/terraform-digitalocean-rails
- Owner: toshimaru
- License: mit
- Created: 2015-12-13T08:27:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-22T13:36:06.000Z (over 10 years ago)
- Last Synced: 2024-04-14T18:22:28.549Z (about 2 years ago)
- Language: HCL
- Homepage:
- Size: 1000 Bytes
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A terraform simple sample on DigitalOcean for Ruby on Rails.
Resources
---
- [Terraform by HashiCorp](https://terraform.io/)
- [Provider: DigitalOcean - Terraform by HashiCorp](https://terraform.io/docs/providers/do/index.html)
How to terraform
---
### Confirm your plan
```shell
$ terraform plan
```
### Apply your plan
```shell
$ terraform apply
```
### Show current status
```shell
$ terraform show
```
### Destroy it
```shell
$ terraform destroy
```