Community Note
- Please vote on this issue by adding a 馃憤 reaction to the original issue to help the community and maintainers prioritize this request.
- Please do not leave +1 or me too comments, they generate extra noise for issue followers and do not help prioritize the request.
- If you are interested in working on this issue or have submitted a pull request, please leave a comment.
- If an issue is assigned to a user, that user is claiming responsibility for the issue.
- OKTA support Customers can ask to reach out to Okta Developer Support Engineer/Customer Success Engineer to expedite investigation and resolution of this issue.
Description
The okta_campaign resource is currently lacking the ability to enable the "Create auditor reporting package" feature in Access Campaigns. These reporting packages are incredibly useful through the many audits required of our company and this is a built in feature via the UI and the API. I strongly feel the okta_campaign resource should offer parity with the already existing methods for configuration.
New or Affected Resource(s)
Customer Information
Organization Name: Flatiron Health
Paid Customer: yes
Potential Terraform Configuration
resource "okta_campaign" "example" {
name = "example"
reporting_settings {
create_auditor_reporting_package_enabled = true
}
}
References
No response
Community Note
Description
The okta_campaign resource is currently lacking the ability to enable the "Create auditor reporting package" feature in Access Campaigns. These reporting packages are incredibly useful through the many audits required of our company and this is a built in feature via the UI and the API. I strongly feel the okta_campaign resource should offer parity with the already existing methods for configuration.
New or Affected Resource(s)
Customer Information
Organization Name: Flatiron Health
Paid Customer: yes
Potential Terraform Configuration
References
No response