Skip to content

Releases: IBM-Cloud/terraform-provider-ibm

IBM Cloud Provider v0.9.0

30 Apr 13:16
Compare
Choose a tag to compare
  • Added support for the following new resource:

    • IBM Resource Instance (ibm_resource_instance)
    • IBM Resource Key (ibm_resource_key)
  • Add support for the below datasource

    • IBM Resource Group (ibm_resource_group)
    • IBM Resource Instance (ibm_resource_instance)
    • IBM Resource Key (ibm_resource_key)
  • Enhancement to order the following on exising resources:

    • Upgrade flavor for virtual instance
    • Added support to retrieve subnets ids attachmend to vlan in datasource
    • Added support to retrieve snapshot_schedules of file storage
    • Added worker_num attribute for cluster
  • Bug fixes

IBM Cloud Provider v0.8.0

04 Apr 14:23
Compare
Choose a tag to compare
  • Added support for the following new resource:

  • Add support for the below datasource

    • IBM Bare Metal Server (ibm_compute_bare_metal)
    • IBM Container Cluster k8s version (ibm_container_cluster_versions)
  • Enhancement to order the following on exising resources:

    • Added flavor for virtual instance
    • Added NAS/FTP support for file storage
    • Added Dual Processor Multi-Core Servers support for network gateway
    • Added k8s version support for container cluster
    • Made attributes org guid and space guid as optional for container cluster
    • Add notes field for vlan
    • Added gateway ip and cidr attribute for vlan
    • Added support to retrieve exiting vlan attachment for gateway
  • Bug fixes

IBM Cloud Provider v0.7.0

22 Dec 13:21
Compare
Choose a tag to compare

Added support for the following new resources/data sources:

  • IBM Cloud Functions:

    • Package (ibm_function_package)
    • Action (ibm_function_action)
    • Trigger (ibm_function_trigger)
    • Rule (ibm_function_rule)
  • Infrastructure resources

    • Gateway appliance (ibm_network_gateway)
    • Gateway VLAN association (ibm_network_gateway_vlan_association)

Enhancement to order the following on exising resources:

  • GPUs for bare metal
  • Unbonded/redundant port-speed for hourly bare metal
  • Secondary IP , ipv6 for bare metal
  • Restricted network speed for monthly bare metal
  • IPV6 primary and public static on bare metal and VM

Provider level enhancement

  • Retry for network related errors like timeout or when API rate limit exceeds a particular value for infrastructure related resources. The number of retries being configurable at provider level.

IBM Cloud Provider v0.6.0

17 Nov 08:34
Compare
Choose a tag to compare
  • Added support for below resources/data sources
    • ibm_org
    • ibm_org_quota
    • ibm_security_group
    • ibm_security_group_rule
    • ibm_network_interface_sg_attachment
  • Bug fixes

IBM Cloud Provider v0.5.1

02 Nov 07:47
Compare
Choose a tag to compare
  • Add dedicated_host_name and dedicated_host_id attributes to ibm_compute_vm_instance resource
  • Expose virtual_guests field in ibm_network_vlan data source
  • Make redundant_power_supply field configurable for hourly ibm_compute_bare_metal resource
  • Set ipv4_address field in ibm_compute_vm_instance resource
  • Add notes field to ibm_network_public_ip resource
  • Bug fixes

IBM Cloud Provider v0.5.0

06 Oct 11:47
Compare
Choose a tag to compare

Support for below resources/data sources were added.

  • IBM Bluemix Load Balancer
  • Subnets
  • Hourly billing support for file and block storage
  • Support of notes and tags attributes for all resources
  • Added public bandwith support for ibm_compute_vm_instance
  • Added support to set management_ip_address attribute support for ibm_lb_vpx resource
  • Added support to set usip attribute for ibm_lb_vpx_service
  • Export vlans attribute in ibm_container_cluster
  • Added support to provision hourly/monthly and quote id based bare metal server

IBM Cloud Provider v0.4.0

23 Jun 07:24
Compare
Choose a tag to compare
  • Aligned to the upcoming provider changes in terraform 0.10
  • Simplification of resource names. Find more details here
  • Authorize access to storage resources from Virtual Guest and Bare metal resource.
  • Export SoftLayer mount point for file storage resource
  • Assign roles to users in space resource
  • Bug fixes
    • Using the ibmcloud_cs_cluster_config data resource will download the cluster config each time
    • Terraform errors with 404 during plan if resource is deleted out-of-band with terraform