New Features
- Added support for page
labels
Example:
resource confluence_content "default" {
space = "my-space"
title = "Example Page"
body = "<p>This page was built with Terraform<p>"
parent = "123456"
labels = ["sample-label", "another-label"]
### }