You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+64Lines changed: 64 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,67 @@
1
+
# 1.82.0-beta0 (August 21, 2025)
2
+
3
+
* Support for **App Configuration**
4
+
***Datasources**
5
+
*`ibm_app_config_integrations`
6
+
*`ibm_app_config_integration_en`
7
+
*`ibm_app_config_integration_kms`
8
+
***Resources**
9
+
*`ibm_app_config_integration_en`
10
+
*`ibm_app_config_integration_kms`
11
+
* Support for **Event Notifications**
12
+
***Datasources**
13
+
*`ibm_en_pre_defined_template`
14
+
*`ibm_en_pre_defined_templates`
15
+
*`ibm_en_code_engine_template`
16
+
***Resources**
17
+
*`ibm_en_code_engine_template`
18
+
* Support for **VMware**
19
+
***Datasources**
20
+
*`ibm_vmaas_transit_gateway_connection`
21
+
***Resources**
22
+
*`ibm_vmaas_transit_gateway_connection`
23
+
24
+
## Enhancements
25
+
26
+
### Power Systems
27
+
* Refactor Terraform errors to use new toolchain in available hosts and catalog images data sources ([6407](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6407))
28
+
29
+
### App Configuration
30
+
* Addition of Integration Resources support ([6405](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6405))
31
+
32
+
### CD Tekton Pipeline
33
+
* Add support for `ca-mon` region ([6402](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6402))
34
+
35
+
### Event Streams
36
+
* Pre-defined templates and Code Engine templates support ([6398](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6398))
37
+
38
+
### MQ Service
39
+
* Add ability to update user and app names ([6397](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6397))
40
+
41
+
### VMware
42
+
* Transit Gateway support for Vmaas Terraform ([6377](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6377))
43
+
44
+
### CIS
45
+
* Added rulesets ratelimit changes for custom rules ([6379](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6379))
46
+
47
+
### VPC Infrastructure
48
+
* Added `storage_generation` attribute to `is_volume` ([6413](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6413))
49
+
50
+
### General
51
+
* Bump `actions/checkout` from 4.2.2 to 5.0.0 ([6406](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6406))
| ibmcloud\_api\_key | IBM Cloud API key |`string`| true |
118
-
| service_instance_guid | The GUID that uniquely identifies the MQaaS service instance. |`string`| true |
118
+
| service_instance_guid | The GUID that uniquely identifies the MQ SaaS service instance. |`string`| true |
119
119
| name | The shortname of the user that will be used as the IBM MQ administrator in interactions with a queue manager for this service instance. |`string`| true |
120
120
| email | The email of the user. |`string`| true |
| status | The lifecycle state of this virtual privage endpoint. |
241
241
| virtual_private_endpoint_gateway_guid | The ID of the virtual private endpoint gateway which was allocated on creation. |
242
242
243
-
## MQaaS data sources
243
+
## MQ SaaS data sources
244
244
245
245
### Data source: ibm_mqcloud_queue_manager_options
246
246
@@ -254,7 +254,7 @@ data "ibm_mqcloud_queue_manager_options" "mqcloud_queue_manager_options_instance
254
254
255
255
| Name | Description | Type | Required |
256
256
|------|-------------|------|---------|
257
-
| service_instance_guid | The GUID that uniquely identifies the MQaaS service instance. |`string`| true |
257
+
| service_instance_guid | The GUID that uniquely identifies the MQ SaaS service instance. |`string`| true |
258
258
259
259
#### Outputs
260
260
@@ -278,7 +278,7 @@ data "ibm_mqcloud_queue_manager" "mqcloud_queue_manager_instance" {
278
278
279
279
| Name | Description | Type | Required |
280
280
|------|-------------|------|---------|
281
-
| service_instance_guid | The GUID that uniquely identifies the MQaaS service instance. |`string`| true |
281
+
| service_instance_guid | The GUID that uniquely identifies the MQ SaaS service instance. |`string`| true |
282
282
| name | A queue manager name conforming to MQ restrictions. |`string`| false |
283
283
284
284
#### Outputs
@@ -300,7 +300,7 @@ data "ibm_mqcloud_queue_manager_status" "mqcloud_queue_manager_status_instance"
300
300
301
301
| Name | Description | Type | Required |
302
302
|------|-------------|------|---------|
303
-
| service_instance_guid | The GUID that uniquely identifies the MQaaS service instance. |`string`| true |
303
+
| service_instance_guid | The GUID that uniquely identifies the MQ SaaS service instance. |`string`| true |
304
304
| queue_manager_id | The id of the queue manager to retrieve its full details. |`string`| true |
305
305
306
306
#### Outputs
@@ -322,7 +322,7 @@ data "ibm_mqcloud_application" "mqcloud_application_instance" {
322
322
323
323
| Name | Description | Type | Required |
324
324
|------|-------------|------|---------|
325
-
| service_instance_guid | The GUID that uniquely identifies the MQaaS service instance. |`string`| true |
325
+
| service_instance_guid | The GUID that uniquely identifies the MQ SaaS service instance. |`string`| true |
326
326
| name | The name of the application - conforming to MQ rules. |`string`| false |
327
327
328
328
#### Outputs
@@ -344,7 +344,7 @@ data "ibm_mqcloud_user" "mqcloud_user_instance" {
344
344
345
345
| Name | Description | Type | Required |
346
346
|------|-------------|------|---------|
347
-
| service_instance_guid | The GUID that uniquely identifies the MQaaS service instance. |`string`| true |
347
+
| service_instance_guid | The GUID that uniquely identifies the MQ SaaS service instance. |`string`| true |
348
348
| name | The shortname of the user that will be used as the IBM MQ administrator in interactions with a queue manager for this service instance. |`string`| false |
349
349
350
350
#### Outputs
@@ -367,7 +367,7 @@ data "ibm_mqcloud_truststore_certificate" "mqcloud_truststore_certificate_instan
367
367
368
368
| Name | Description | Type | Required |
369
369
|------|-------------|------|---------|
370
-
| service_instance_guid | The GUID that uniquely identifies the MQaaS service instance. |`string`| true |
370
+
| service_instance_guid | The GUID that uniquely identifies the MQ SaaS service instance. |`string`| true |
371
371
| queue_manager_id | The id of the queue manager to retrieve its full details. |`string`| true |
0 commit comments