diff --git a/docs/index.md b/docs/index.md index 6cd9fb22..c1fa43ab 100644 --- a/docs/index.md +++ b/docs/index.md @@ -62,10 +62,6 @@ provider "ad" { ``` ## Example Usage - - ```terraform - -## Example Usage ```terraform variable "hostname" { default = "ad.yourdomain.com" } diff --git a/templates/index.md.tmpl b/templates/index.md.tmpl index 9d4c46b8..0e50b0a9 100644 --- a/templates/index.md.tmpl +++ b/templates/index.md.tmpl @@ -62,10 +62,6 @@ provider "ad" { ``` ## Example Usage - - ```terraform - -## Example Usage {{tffile "examples/provider/provider.tf"}}