An open API service indexing awesome lists of open source software.

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.

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
```