Skip to content

Commit

Permalink
#57 Updating examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevbite authored and nils-a committed May 23, 2024
1 parent 05ac266 commit f63e8a2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/input/docs/usage/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,17 @@ Task("Destroy")
};
TerraformDestroy(settings);
});
```


## TerraformValidate

```csharp
#addin Cake.Terraform

Task("Validate")
.Does(() =>
{
TerraformValidate();
});
```

0 comments on commit f63e8a2

Please sign in to comment.