You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for opening an issue. Please provide as much of the following information as relevant to help understand the problem.
Terraform Version
1.0
Affected Resource(s)
confluence_content
Terraform Configuration Files
// connect to Confluence APIprovider"confluence" {
site=var.confluence_siteuser=var.confluence_usertoken=var.confluence_token
}
// make a new wiki pageresourceconfluence_content"default" {
body="<p>This page was built with Terraform<p>"parent=var.confluence_parent_idspace=var.confluence_spacetitle="Example Page"
}
Debug Output
Error: 400 Bad Request POST /wiki/rest/api/contentcom.atlassian.confluence.api.service.exceptions.BadRequestException: Error parsing xhtml: Unexpected close tag </xml>; expected </p>. at [row,col {unknown-source}]: [1,405] Authorized: false Valid: true Successful: false
The text was updated successfully, but these errors were encountered:
justinTM
added a commit
to justinTM/terraform-provider-confluence
that referenced
this issue
Sep 16, 2021
Thank you for opening an issue. Please provide as much of the following information as relevant to help understand the problem.
Terraform Version
1.0
Affected Resource(s)
Terraform Configuration Files
Debug Output
The text was updated successfully, but these errors were encountered: