Releases: atlassian/terraform-provider-atlassian-operations
Releases · atlassian/terraform-provider-atlassian-operations
v1.1.10
v1.1.9
New Resources:
Implemented Service Resource
v1.1.8
Fixes:
- Fix Order attribute problem on Notification Policy and Alert Policy resources.
- Handle external deletion of resources by setting their state to Deleted on Read operations. This ensures that the provider can handle resources that have been deleted outside of Terraform, preventing state inconsistencies.
Changes:
- Add delete_default_actions attribute in the API Integration resource.
v1.1.7
Changes:
- Paginate list schedule calls for delete_default_resources at team creation to find and remove default schedule
v1.1.6
Changes:
- Added support for the delete_default_resources attribute in the Team resource. This allows users to remove the default escalation and schedule for newly created teams.
- This also changes the team routing rule to None, requiring you to define a routing rule separately.
v1.1.5
v1.1.4
v1.1.3
Fixes
- Fixed an issue where the users were unable to create global alert policies.
v1.1.2
Fixes
- Fixed an issue where notification policy resources that don't specify the "not" parameter in the conditions clause caused an inconsistency error after applying. JSDCLOUD-16983
v1.1.1
New Resources:
Implemented Integration Action Resource
Implemented Heartbeat Resource
Implemented Maintenance Resource
Implemented Notification Policy Resource
Other Changes:
Added API Key field for API Integration Resource. This field is only available after Create operations. Reading an existing integration will not return this field.