diff --git a/docs/index.md b/docs/index.md index 0e82a64..ee9e8ef 100644 --- a/docs/index.md +++ b/docs/index.md @@ -28,7 +28,7 @@ provider "confluence" { resource confluence_content "default" { space = "MYSPACE" title = "Example Page" - body = "
This page was built with Terraform
" + body = "
This page was built with Terraform
" } ```