Skip to content

Releases: IBM-Cloud/terraform-provider-ibm

IBM Cloud Provider v0.17.4

24 Sep 11:41
Compare
Choose a tag to compare
  • Bug fixes
  • The direction of the traffic for is_security_group_rule / is_network_acl are changed to "inbound, outbound"
  • Note
    The CloudFoundry endpoint has been updated in this release of IBM Cloud Terraform provider v0.17.4. If you are using an earlier version of IBM Cloud Terraform provider, export the IBMCLOUD_UAA_ENDPOINT to the new authentication endpoint, as illustrated below
export IBMCLOUD_UAA_ENDPOINT="https://iam.cloud.ibm.com/cloudfoundry/login/<region>/"

IBM Cloud Provider v0.17.3

06 Sep 10:36
Compare
Choose a tag to compare

IBM Cloud Provider Beta v0.18.0

01 Aug 13:38
Compare
Choose a tag to compare
Pre-release

Internal Beta release for Content Catalog

IBM Cloud Provider v0.17.2

08 Aug 10:53
Compare
Choose a tag to compare

IBM Cloud Provider v0.17.1

12 Jun 13:21
Compare
Choose a tag to compare
  • Added support for provider level arguments

    • ibmcloud_api_key
    • ibmcloud_timeout
    • generation
    • bluemix_api_key (deprecated)
    • bluemix_timeout (deprecated)
    • riaas_endpoint (deprecated)
  • Bug fixes

IBM Cloud Provider v0.17.0

31 May 17:16
Compare
Choose a tag to compare
  • Added support for the following new resource:

    • IBM CDN (ibm_cdn)
    • IBM Firewall shared (ibm_hardware_firewall_shared)
    • IBM IS Floating IP (ibm_is_floating_ip)
    • IBM IS IKE Policy (ibm_is_ike_policy)
    • IBM IS Instance (ibm_is_instance)
    • IBM IS IPSec Policy (ibm_is_ip_sec_policy)
    • IBM IS load balancer (ibm_is_lb)
    • IBM IS load balancer listener (ibm_is_lb_listener)
    • IBM IS load balancer pool (ibm_is_lb_pool)
    • IBM IS load balancer pool member (ibm_is_lb_pool_member)
    • IBM IS Network ACL (ibm_is_network_acl)
    • IBM IS Public Gateway (ibm_is_public_gateway)
    • IBM IS Security Group (ibm_is_security_group)
    • IBM IS Security group network interface attachment (ibm_is_security_group_network_interface_attachment)
    • IBM IS Security Group Rule (ibm_is_security_group_rule)
    • IBM IS SSH Key (ibm_is_ssh_key)
    • IBM SSL Certificate (ibm_ssl_certificate)
    • IBM IS Subnet (ibm_is_subnet)
    • IBM IS Virtual Private Cloud (ibm_is_vpc)
    • IBM IS VPC Address Prefix (ibm_is_vpc_address_prefix)
    • IBM IS Volume (ibm_is_volume)
    • IBM IS VPN Gateway (ibm_is_vpn_gateway)
    • IBM IS VPN Gateway Connection (ibm_is_vpn_gateway_connection)
  • Added support for the following new datasources:

    • IBM IS Image (ibm_is_image)
    • IBM IS Instance Profile (ibm_is_instance_profile)
    • IBM IS Instance Profiles (ibm_is_instance_profiles)
    • IBM IS Images (ibm_is_images)
    • IBM IS Region (ibm_is_region)
    • IBM IS SSH Key (ibm_is_ssh_key)
    • IBM IS Subnet (ibm_is_subnet)
    • IBM IS Virtual Private Cloud (ibm_is_vpc)
    • IBM IS Zone (ibm_is_zone)
    • IBM IS Zones (ibm_is_zones)
  • Bug fixes

IBM Cloud Provider v0.16.1

24 Apr 06:18
Compare
Choose a tag to compare

IBM Cloud Provider v0.16.0

08 Apr 10:10
Compare
Choose a tag to compare
  • Added support for the following new resource:

    • IBM Container ALB (ibm_container_alb)
    • IBM Container ALB Cert (ibm_container_alb_cert)
    • IBM Container Cluster Feature (ibm_container_cluster_feature)
  • Enhancement to order the following on existing resources:

    • Add support for private and public endpoints in IBM Container
    • Add support to filter IBM Container based on ALB type in datasource
    • Removed quota_id attribute from IBM resource group
  • Bug Fixes

IBM Cloud Provider v0.15.1

22 Mar 09:15
Compare
Choose a tag to compare

IBM Cloud Provider v0.15.0

05 Mar 11:02
Compare
Choose a tag to compare
  • Added support for the following new resource:

    • IBM Database (ibm_database)
    • IBM Evault Storage (ibm_storage_evault)
  • Added support for the following new datasources:

    • IBM Database (ibm_database)
    • IBM CIS Domain(ibm_cis_domain)
  • Enhancement to order the following on existing resources:

    • Add support for account-management for IAM policies
  • Bug Fixes