Skip to content

Releases: gomorpheus/terraform-provider-morpheus

v0.4.0

24 Feb 18:49
55c20e1
Compare
Choose a tag to compare

NOTES:

  • The morpheus_tenant resource has been updated to fix an invalid api call that prevented the creation of tenants using the provider.

  • The name and data type of the base_role attribute for the morpheus_tenant resource has been changed. The new name is base_role_id and the data type is an integer instead of a string.

  • Source header support for REST API option lists has been added to the morpheus_rest_option_list resource.

FEATURES:

  • New Data Source: morpheus_contact
  • New Data Source: morpheus_execute_schedule
  • New Data Source: morpheus_tenant_role
  • New Data Source: morpheus_workflow
  • New Resource: morpheus_contact
  • New Resource: morpheus_execute_schedule
  • New Resource: morpheus_max_cores_policy
  • New Resource: morpheus_max_hosts_policy
  • New Resource: morpheus_max_vms_policy
  • New Resource: morpheus_task_job
  • New Resource: morpheus_workflow_policy

v0.3.1

24 Sep 15:00
1616cf1
Compare
Choose a tag to compare
Update getting started docs (#13)

v0.3.0

18 Aug 20:02
f573afe
Compare
Choose a tag to compare
Merge pull request #11 from martezr/update-release-docs

Update getting started documentation

v0.2.0

20 May 18:48
cfc422a
Compare
Choose a tag to compare

Initial Release