Skip to content

Commit

Permalink
updated terraform.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Jun 26, 2024
1 parent de604cf commit 73f2eae
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions terraform.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,18 @@ Download the providers and create or connect to the `terraform.tfstate` file:
terraform init
```

Format you code:

```shell
terraform fmt
```

Validate your code:

```shell
terraform validate

```
See the plan of additions/deletions/modifications that Terraform would do:

```shell
Expand Down

0 comments on commit 73f2eae

Please sign in to comment.