Skip to content

Commit

Permalink
Update variable_validation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rptdata authored Jun 15, 2022
1 parent 2b46827 commit 7f7f436
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion variable_validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ You will notice that the output block errors as it needs to have the `sensitive
```
Update the output to set the `sensitive = true` attribute and rerun the apply.
Update the output to set the `sensitive = true` attribute and rerun the validate.
```hcl
output "phone_number" {
Expand All @@ -280,6 +280,12 @@ output "phone_number" {
}
```
```bash
terraform validate
```
After validation is succesful, apply the configuration.
```bash
terraform apply
```
Expand Down

0 comments on commit 7f7f436

Please sign in to comment.