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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,10 @@
1
1
## UNRELEASED
2
2
3
+
## 0.9.3 (June 13, 2023)
4
+
3
5
NOTES:
4
6
7
+
* Updated the `aws_cloud` resource to add support for using host IAM credentials when authenticating to the cloud. [#103](https://github.com/gomorpheus/terraform-provider-morpheus/issues/103)
5
8
* Updated the `api_option_list`, `manual_option_list`, and `rest_option_list` resources to better handle the difference in the payload returned from the API and the payload defined by Terraform. The payloads are now being compared after a trim operation has been performed on the payload passed by Terraform to address cases in which a HEREDOC is used that includes additional spacing for readability. [#128](https://github.com/gomorpheus/terraform-provider-morpheus/issues/128)
6
9
* Updated the `vsphere_cloud` resource to support importing existing VMware vSphere cloud integrations. [#129](https://github.com/gomorpheus/terraform-provider-morpheus/issues/129)
7
10
* Updated the logic for setting the state for the `provisioning_workflow` resource to properly account for the API returning the tasks in API versions prior to 5.5.x in an out of order sequence. This resulted in an inconsistent state and plans constantly indicating that there were changes to be made despite the real configuration not chaning. [#116](https://github.com/gomorpheus/terraform-provider-morpheus/issues/116)
0 commit comments