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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ IBM MQ on IBM Cloud enables you to quickly and easily deploy queue managers in t
29
29
Use the terraform IBM module for MQ on Cloud manage MQ resources. Queue manager, User, Application and Certificate interfaces enable convenient management of MQ on Cloud resource lifecycles.
30
30
31
31
Information: The terraform IBM module for MQ on Cloud is incubating and NOT GA on IBM Cloud. The features demonstrated here
32
-
are incomplete, may not be in final form and may generate unpredicatable failures.
32
+
are incomplete, may not be in final form and may generate unpredictable failures.
33
33
34
34
<!-- The following content is automatically populated by the pre-commit hook -->
35
35
<!-- BEGIN OVERVIEW HOOK -->
@@ -177,7 +177,7 @@ No resources.
177
177
| Name | Description | Type | Default | Required |
| <aname="input_applications"></a> [applications](#input\_applications)| A map of IBM MQ on Cloud applications to be created. | <pre>map(object({<br/> name = string<br/> }))</pre> |`{}`| no |
180
-
| <aname="input_existing_mq_capacity_crn"></a> [existing\_mq\_capacity\_crn](#input\_existing\_mq\_capacity\_crn)| The CRN of an existing capacity service instance, if not specifed, a new capacity plan will be created |`string`|`null`| no |
180
+
| <aname="input_existing_mq_capacity_crn"></a> [existing\_mq\_capacity\_crn](#input\_existing\_mq\_capacity\_crn)| The CRN of an existing capacity service instance, if not specified, a new capacity plan will be created |`string`|`null`| no |
181
181
| <aname="input_keystore_certificates"></a> [keystore\_certificates](#input\_keystore\_certificates)| A map of IBM MQ on Cloud keystore certificates to be created. | <pre>map(object({<br/> certificate = string<br/> label = string<br/> }))</pre> |`{}`| no |
182
182
| <aname="input_name"></a> [name](#input\_name)| The name to give the MQ on Cloud instance. |`string`| n/a | yes |
183
183
| <aname="input_queue_manager_display_name"></a> [queue\_manager\_display\_name](#input\_queue\_manager\_display\_name)| A displayable name for the queue manager. |`string`| n/a | yes |
| <aname="input_existing_mq_capacity_crn"></a> [existing\_mq\_capacity\_crn](#input\_existing\_mq\_capacity\_crn)| The CRN of an existing capacity service instance, if not specifed, a new capacity plan will be created. |`string`|`null`| no |
49
+
| <aname="input_existing_mq_capacity_crn"></a> [existing\_mq\_capacity\_crn](#input\_existing\_mq\_capacity\_crn)| The CRN of an existing capacity service instance, if not specified, a new capacity plan will be created. |`string`|`null`| no |
50
50
| <aname="input_name"></a> [name](#input\_name)| The name to give the MQ on Cloud instance. |`string`| n/a | yes |
51
51
| <aname="input_region"></a> [region](#input\_region)| The region to provision the MQ on Cloud instance to. |`string`| n/a | yes |
52
52
| <aname="input_resource_group_id"></a> [resource\_group\_id](#input\_resource\_group\_id)| The ID of the resource group to provision the MQ on Cloud instance to. |`string`| n/a | yes |
0 commit comments