Skip to content

Commit

Permalink
Updated API spec to 10.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 25, 2024
1 parent 7ee58b8 commit 3e80308
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ resource "solacebroker_msg_vpn" "main" {
max_egress_flow_count = var.max_egress_flow_count
max_endpoint_count = var.max_endpoint_count
max_ingress_flow_count = var.max_ingress_flow_count
max_kafka_broker_connection_count = var.max_kafka_broker_connection_count
max_subscription_count = var.max_subscription_count
max_transacted_session_count = var.max_transacted_session_count
max_transaction_count = var.max_transaction_count
Expand Down
6 changes: 6 additions & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -689,6 +689,12 @@ variable "max_ingress_flow_count" {
default = null
}

variable "max_kafka_broker_connection_count" {
description = "The maximum number of simultaneous Kafka broker connections of the Message VPN"
type = number
default = null
}

variable "max_msgs_per_transaction" {
description = "The maximum number of publisher and consumer messages combined that is allowed within a transaction for each client associated with this client-profile"
type = number
Expand Down

0 comments on commit 3e80308

Please sign in to comment.