summaryrefslogtreecommitdiff
path: root/README.md
blob: dded7df9805725e1219a413b19ef2341626751dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# README.md

To apply you changes run:

```bash
$ terraform apply
```

To show the current state run:

```bash
$ terraform show
```

To destroy all resources run:

```bash
$ terraform destroy
```

To fetch the public ip address, run:

```bash
$ terraform output ip
```