v5.13.1
          ·
          
            298 commits
          
          to main
          since this release
        
        
        
5.13.1 (2024-01-31)
Bug Fixes (#693) (6bcc77c)
- fix the way service endpoint type is passed to Key Protect. When upgrading to this version, you will see an expected update in place, such as this:
 ~ resource "ibm_resource_instance" "kms" {
      id                      = "crn:v1:bluemix:public:kms:us-east:a/abac0df06b644a9cabc6e44f55b3880e:a8fd5ab8-803f-4d8d-b4a8-ed6617eff7ae::"
      name                    = "slz-kms"
    + parameters              = {
        + "allowed_network" = "public-and-private"
      }
      tags                    = []
      # (33 unchanged attributes hidden)
  }