Skip to content

Commit

Permalink
change kafka param types (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
daidokoro authored Jan 31, 2024
1 parent 3d9c562 commit 0124c03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -326,14 +326,14 @@ Parameters:
Default: ''

KafkaSubnets:
Type: List<AWS::EC2::Subnet::Id>
Type: CommaDelimitedList
Description: |
The subnets associated with your VPC for each Kafka broker
[Not Required when using MSK]
Default: ""

KafkaSecurityGroups:
Type: List<AWS::EC2::SecurityGroup::Id>
Type: CommaDelimitedList
Description: |
The security groups associated with your VPC for each Kafka broker
[Not Required when using MSK]
Expand Down

0 comments on commit 0124c03

Please sign in to comment.