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
@@ -138,6 +139,7 @@ You need the following permissions to run this module.
138
139
| <aname="input_region"></a> [region](#input\_region)| The region where the Event Streams are created. |`string`|`"us-south"`| no |
139
140
| <aname="input_resource_group_id"></a> [resource\_group\_id](#input\_resource\_group\_id)| The resource group ID where the Event Streams instance is created. |`string`| n/a | yes |
140
141
| <aname="input_schemas"></a> [schemas](#input\_schemas)| The list of schema objects. Include the `schema_id` and the `type` and `name` of the schema in the `schema` object. | <pre>list(object(<br/> {<br/> schema_id = string<br/> schema = object({<br/> type = string<br/> name = string<br/> fields = optional(list(object({<br/> name = string<br/> type = string<br/> })))<br/> })<br/> }<br/> ))</pre> |`[]`| no |
142
+
| <aname="input_service_credential_names"></a> [service\_credential\_names](#input\_service\_credential\_names)| The mapping of names and roles for service credentials that you want to create for the Event Notifications streams. |`map(string)`|`{}`| no |
141
143
| <aname="input_service_endpoints"></a> [service\_endpoints](#input\_service\_endpoints)| The type of service endpoints. Possible values: 'public', 'private', 'public-and-private'. |`string`|`"public"`| no |
142
144
| <aname="input_storage_size"></a> [storage\_size](#input\_storage\_size)| Storage size of the Event Streams in GB. Applies only to Enterprise plan instances. Possible values: `2048`, `4096`, `6144`, `8192`, `10240`, `12288`. Storage capacity cannot be reduced after the instance is created. When the `throughput` input variable is set to `300`, storage size starts at 4096. When `throughput` is `450`, storage size starts starts at `6144`. |`number`|`"2048"`| no |
143
145
| <aname="input_tags"></a> [tags](#input\_tags)| The list of tags associated with the Event Steams instance. |`list(string)`|`[]`| no |
@@ -155,6 +157,8 @@ You need the following permissions to run this module.
155
157
| <aname="output_kafka_broker_version"></a> [kafka\_broker\_version](#output\_kafka\_broker\_version)| The Kafka version |
156
158
| <aname="output_kafka_brokers_sasl"></a> [kafka\_brokers\_sasl](#output\_kafka\_brokers\_sasl)| (Array of Strings) Kafka brokers use for interacting with Kafka native API |
157
159
| <aname="output_kafka_http_url"></a> [kafka\_http\_url](#output\_kafka\_http\_url)| The API endpoint to interact with Event Streams REST API |
160
+
| <aname="output_service_credentials_json"></a> [service\_credentials\_json](#output\_service\_credentials\_json)| The service credentials JSON map. |
161
+
| <aname="output_service_credentials_object"></a> [service\_credentials\_object](#output\_service\_credentials\_object)| The service credentials object. |
error_message="The specified service credential role is not valid. The following values are valid for service credential roles: 'Writer', 'Reader', 'Manager', 'None'"
0 commit comments