Skip to content

Commit

Permalink
update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Istrati committed Oct 12, 2024
1 parent 02611fc commit f15a9c0
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/basic/.header.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,9 @@ terraform plan
```sh
terraform apply
```

* When you need to clean up resources

```sh
terraform destroy
```
6 changes: 6 additions & 0 deletions examples/basic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ terraform plan
terraform apply
```

* When you need to clean up resources

```sh
terraform destroy
```

## Requirements

| Name | Version |
Expand Down
6 changes: 6 additions & 0 deletions examples/minio/.header.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,9 @@ terraform plan
```sh
terraform apply
```

* When you need to clean up resources

```sh
terraform destroy
```
6 changes: 6 additions & 0 deletions examples/minio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ terraform plan
terraform apply
```

* When you need to clean up resources

```sh
terraform destroy
```

## Requirements

| Name | Version |
Expand Down

0 comments on commit f15a9c0

Please sign in to comment.