Skip to content

v0.2.4

Latest
Compare
Choose a tag to compare
@mirogta mirogta released this 03 Nov 13:42
· 12 commits to master since this release

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"]
### }