Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/romicofre/terraform_exercises

Studying terraform
https://github.com/romicofre/terraform_exercises

Last synced: 18 days ago
JSON representation

Studying terraform

Awesome Lists containing this project

README

        

# Terrafor excercises
Studying terraform

## Using terraform

In the same folder as the main.tf or terraform file. By example `aws_examples/billing`, run:

```shell
terraform init
terraform plan
terraform apply
```

To "stop", delete architecture:
```shell
terraform destroy
```