WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Releases: atlassian/terraform-provider-atlassian-operations

v1.1.10

13 Oct 08:28
1a5d12b

Choose a tag to compare

Changes:

  • Add StartDay and EndDay configuration for Notification Policy resource

v1.1.9

08 Aug 07:40
e85d033

Choose a tag to compare

New Resources:

Implemented Service Resource

v1.1.8

16 Jul 10:46
74165da

Choose a tag to compare

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

03 Jul 13:16
8477f3c

Choose a tag to compare

Changes:

  • Paginate list schedule calls for delete_default_resources at team creation to find and remove default schedule

v1.1.6

01 Jul 14:08
f2126ea

Choose a tag to compare

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

27 Jun 14:10
1a63721

Choose a tag to compare

Fixes

  • Fixed an issue where the "field" attribute of an Integration Action's Conditions attribute had an invalid validator, causing Terraform not to accept valid values. (#52, #50)

v1.1.4

19 Jun 09:47
a7f8c7f

Choose a tag to compare

Fixes

  • Fixed an issue where the api_key value was being removed from the state file (where it was previously present) after consecutive terraform apply runs. (#47)

v1.1.3

18 Jun 08:06
99213f8

Choose a tag to compare

Fixes

  • Fixed an issue where the users were unable to create global alert policies.

v1.1.2

16 Jun 15:52
ff0b4ed

Choose a tag to compare

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

04 Jun 06:34
64577f0

Choose a tag to compare

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.