Skip to content

Releases: IBM-Cloud/terraform-provider-ibm

IBM Cloud Terraform Provider v1.2.2

26 Feb 11:19
Compare
Choose a tag to compare

ENHANCEMENTS:

  • resource/ibm_is_vpc: Improved error message for VPC creation (#1106)
  • resource/ibm_is_ssh_key: Improved error message for VPC SSH Key creation (#1105)
  • resource/ibm_container_cluster : Added gateway feature support for IKS clusters. This feature helps to create a cluster with a gateway worker pool of two gateway worker nodes that are connected to public and private VLANs to provide limited public access, and a compute worker pool of compute worker nodes that are connected to the private VLAN only.
    ( #1125)
  • data/ibm_conatiner_cluster_config : Extended the data source to provide additional attribute like admin_key, admin_certificate, ca_certificate, host and token. This attributes helps to connect to other providers like Kubernetes and Helm without loading cluster config file. (#895)

BUG FIXES:

  • doc/ibm_certificate_manager_order: Changed the type of rotate_key from string to bool (#1110)
  • resource/ibm_is_instance: Fix for updating security group for primary network interface for vpc instance. Now users can add or delete security groups( #1078)
  • doc/ibm_resource_key : Provided an example in the docs as a workaround to create credentials using serviceID parameter (#1121)
  • resource/ibm_is_network_acl : Fix for crash during the update of rules. Fix for the order of rules creation. Now users can add or delete rules for network_acl ( #1117)
  • resource/ibm_is_public_gateway : Added support for resource group and tags parameters (#1102)
  • resource/ibm_is_floating_ip : Added support for tags parameters (#1131)
  • resource/ibm_database : Parameters remote_leader_id, key_protect_instance and key_protect_key can’t be updated after creation. ( #1111)
  • example/ibm-key-protect : Updated example to create an authorisation policy between COS and Key Protect instance(#1133)
  • resource/ibm_resource_group: Removed suppression of error during deletion (#1108)
  • resource/ibm_iam_user_invite : Fix for inviting user from IBM Cloud lite account. (#1114)

IBM Cloud Terraform Provider v0.24.2

26 Feb 11:00
Compare
Choose a tag to compare

ENHANCEMENTS:

  • resource/ibm_is_vpc: Improved error message for VPC creation (#1106)
  • resource/ibm_is_ssh_key: Improved error message for VPC SSH Key creation (#1105)
  • resource/ibm_container_cluster : Added gateway feature support for IKS clusters. This feature helps to create a cluster with a gateway worker pool of two gateway worker nodes that are connected to public and private VLANs to provide limited public access, and a compute worker pool of compute worker nodes that are connected to the private VLAN only.
    ( #1125)
  • data/ibm_conatiner_cluster_config : Extended the data source to provide additional attribute like admin_key, admin_certificate, ca_certificate, host and token. This attributes helps to connect to other providers like Kubernetes and Helm without loading cluster config file. (#895)

BUG FIXES:

  • doc/ibm_certificate_manager_order: Changed the type of rotate_key from string to bool (#1110)
  • resource/ibm_is_instance: Fix for updating security group for primary network interface for vpc instance. Now users can add or delete security groups( #1078)
  • doc/ibm_resource_key : Provided an example in the docs as a workaround to create credentials using serviceID parameter (#1121)
  • resource/ibm_is_network_acl : Fix for crash during the update of rules. Fix for the order of rules creation. Now users can add or delete rules for network_acl ( #1117)
  • resource/ibm_is_public_gateway : Added support for resource group and tags parameters (#1102)
  • resource/ibm_is_floating_ip : Added support for tags parameters (#1131)
  • resource/ibm_database : Parameters remote_leader_id, key_protect_instance and key_protect_key can’t be updated after creation. ( #1111)
  • example/ibm-key-protect : Updated example to create an authorisation policy between COS and Key Protect instance(#1133)
  • resource/ibm_resource_group: Removed suppression of error during deletion (#1108)
  • resource/ibm_iam_user_invite : Fix for inviting user from IBM Cloud lite account. (#1114)

IBM Cloud Terraform Provider v1.2.1

13 Feb 11:47
Compare
Choose a tag to compare

Enhancements

  • Added force_new attribute to resource management docs
  • Added source_port_min and source_port_max attributes for vpc_network_acl - #1074
  • Deprecated default_network_acl attribute for vpc resource - #1081
  • Added ingress_hostname and ingress_secret for ibm_container_cluster data source
  • Added tag attribute support for is_vpc_ssh_key - #1091
  • Added validate name for all vpc resources- #1090
  • Enhanced PI resources and data sources arguments and attributes

Bug fixes

  • Fix for update of profile for vpc instance
  • Fix the example in vpc volume doc - #1079
  • Fix ibm_container_cluster resource and data source for open shift 4.3
  • Handling of nill pointer exception in ibm_compiute_vm_instance - #1092

IBM Cloud Terraform Provider v0.24.1

13 Feb 11:27
Compare
Choose a tag to compare

Enhancements

  • Added force_new attribute to resource management docs
  • Added source_port_min and source_port_max attributes for vpc_network_acl - #1074
  • Deprecated default_network_acl attribute for vpc resource - #1081
  • Added ingress_hostname and ingress_secret for ibm_container_cluster data source
  • Added tag attribute support for is_vpc_ssh_key - #1091
  • Added validate name for all vpc resources- #1090
  • Enhanced PI resources and data sources arguments and attributes

Bug fixes

  • Fix for update of profile for vpc instance
  • Fix the example in vpc volume doc - #1079
  • Fix ibm_container_cluster resource and data source for open shift 4.3
  • Handling of nill pointer exception in ibm_compiute_vm_instance - #1092

IBM Cloud Terraform Provider v1.2.0

06 Feb 09:42
Compare
Choose a tag to compare

Resources

  • Added support for is_vpc_route for NexGen
  • Added support for ordering certificates ibm_certificate_manager_order

Enhancements

  • Added remote_leader_id parameter support for ICD database - #960
  • Upgrade support for kube_version and worker_count for IKS VPC Cluster - #1004
  • Added DELETE support for resource group
  • Added tags support for vpc resources ( image, load_balancer, volume and instance ) - #1027
  • IBM Cloud Ansible modules are attached as one of assets. These modules can be used to write
    the playbooks and roles. These playbacks can be used to provision different kinds of IBM Cloud
    services. More details can be found in README.

Bug fixes

  • Updated the vpc docs with resource_group and volume_attachments attributes
  • Fix null pointer dereference with unnamed VLAN - #1067
  • Null pointer reference fix for provision of ibm_hardware_firewall_shared - #1031
  • Fix provision of ibm_kp_key in multiple regions - #1065

IBM Cloud Terraform Provider v0.24.0

05 Feb 10:39
Compare
Choose a tag to compare

Resources

  • Added support for is_vpc_route for NexGen
  • Added support for ordering certificates ibm_certificate_manager_order

Enhancements

  • Added remote_leader_id parameter support for ICD database - #960
  • Upgrade support for kube_version and worker_count for IKS VPC Cluster - #1004
  • Added DELETE support for resource group
  • Added tags support for vpc resources ( image, load_balancer, volume and instance ) - #1027

Bug fixes

  • Updated the vpc docs with resource_group and volume_attachments attributes
  • Fix null pointer dereference with unnamed VLAN - #1067
  • Null pointer reference fix for provision of ibm_hardware_firewall_shared - #1031
  • Fix provision of ibm_kp_key in multiple regions - #1065

IBM Cloud Terraform Provider v1.1.0

27 Jan 09:03
Compare
Choose a tag to compare

Resources

  • Added support for network acl for Gen2 - ibm_is_network_acl

  • Adde support for key protect keys - ibm_kp_key

Data Sources

  • Added support for key protect keys - ibm_kp_key

Enhancements

  • Added timeout support for network vlan - #994

  • Deprecated pi_image_name attribute for ibm_pi_images data source - #1001

  • Added externalIP attribute for ibm_pi_instance data source - #1002

  • Enhanced container doc with force new attribute

  • Added template example to work with cos plugin and pvc storage for IKS

  • Added volume_attachments attribute for ibm_is_instance - #1029

Bug fixes

  • Fix for ibm_is_floating_ip destroy and added on each apply - #996

  • Fix the error code for non-existing ibm_is_ipsec_policy, ibm_is_ike_policy, ibm_is_vpn_gateway_connections

  • Doc updation to import for ibm_compute_vm_instance - #955

  • Destroy and re-create resource on change of protocol in ibm_is_security_group_rule - #997

IBM Cloud Terraform Provider v0.23.0

27 Jan 07:15
Compare
Choose a tag to compare

Resources

  • Added support for network acl for Gen2 - ibm_is_network_acl

  • Adde support for key protect keys - ibm_kp_key

Data Sources

  • Added support for key protect keys - ibm_kp_key

Enhancements

  • Added timeout support for network vlan - #994

  • Deprecated pi_image_name attribute for ibm_pi_images data source - #1001

  • Added externalIP attribute for ibm_pi_instance data source - #1002

  • Enhanced container doc with force new attribute

  • Added template example to work with cos plugin and pvc storage for IKS

  • Added volume_attachments attribute for ibm_is_instance - #1029

Bug fixes

  • Fix for ibm_is_floating_ip destroy and added on each apply - #996

  • Fix the error code for non-existing ibm_is_ipsec_policy, ibm_is_ike_policy, ibm_is_vpn_gateway_connections

  • Doc updation to import for ibm_compute_vm_instance - #955

  • Destroy and re-create resource on change of protocol in ibm_is_security_group_rule - #997

IBM Cloud Provider v1.0.0

06 Jan 10:54
Compare
Choose a tag to compare

Supports upgradation of terraform-provider-ibm to v0.12 syntax and features.

  • Added resource support for Certificate Manager

    • ibm_certificate_manager_import
  • Added resource group support for IS VPC Floating IP, SSH key, Subnet

  • Added Classic Infrastructure and Cloud Foundry access permissions support in user invite resource

  • Enhanced the structure of IBM Provider DOCs

IBM Cloud Provider v0.22.0

06 Jan 11:10
Compare
Choose a tag to compare
  • Added resource support for Certificate Manager

    • ibm_certificate_manager_import
  • Added resource group support for IS VPC Floating IP, SSH key, Subnet

  • Added Classic Infrastructure and Cloud Foundry access permissions support in user invite resource

  • Enhanced the structure of IBM Provider DOCs