Skip to content

Commit

Permalink
terraform validate to check for sensitive data issues
Browse files Browse the repository at this point in the history
use terraform validate to check for sensitive data issues
  • Loading branch information
rptdata authored Jun 15, 2022
1 parent e5ce8f2 commit 2b46827
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variable_validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,10 +248,10 @@ department = "ABC"
cost_code = "1-3-4"
```
Execute a `terraform apply` with the variables in the `terraform.tfvars`.
Execute a `terraform validate` with the variables in the `terraform.tfvars`.
```bash
terraform apply
terraform validate
```
You will notice that the output block errors as it needs to have the `sensitive = true` value set.
Expand Down

0 comments on commit 2b46827

Please sign in to comment.