Skip to content

Commit

Permalink
#57 Updating examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevbite committed Oct 2, 2020
1 parent 28a51ca commit d8a43ec
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 d8a43ec

Please sign in to comment.