Skip to content

Commit

Permalink
docs: add gitignore notice (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-FFFFFF authored Jul 15, 2024
1 parent 04b4e66 commit 3e5c785
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ Use the navigation to the left to read about the available resources.

~> **Warning** This provider is still in development but is ready for initial testing and feedback via [GitHub Issues](https://github.com/Azure/terraform-provider-alz/issues).

~> **Important** Make sure to add `.alzlib` to your `.gitignore` file to avoid committing the downloaded ALZ library to your repository.

## Example Usage

```terraform
Expand Down
2 changes: 2 additions & 0 deletions templates/index.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ Use the navigation to the left to read about the available resources.

~> **Warning** This provider is still in development but is ready for initial testing and feedback via [GitHub Issues](https://github.com/Azure/terraform-provider-alz/issues).

~> **Important** Make sure to add `.alzlib` to your `.gitignore` file to avoid committing the downloaded ALZ library to your repository.

## Example Usage

{{ tffile "examples/provider/provider.tf" }}
Expand Down

0 comments on commit 3e5c785

Please sign in to comment.