We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d86e58b commit a14c7f1Copy full SHA for a14c7f1
examples/msk-cluster/example.yml
@@ -46,7 +46,7 @@ Resources:
46
ClientSgModule: !GetAtt 'ClientSg.Outputs.StackName'
47
AlertingModule: !GetAtt 'Alerting.Outputs.StackName'
48
NumberOfBrokerNodes: !GetAtt 'Vpc.Outputs.NumberOfAvailabilityZones'
49
- KafkaVersion: '2.2.1'
+ KafkaVersion: '3.7.x'
50
InstanceType: 'kafka.t3.small'
51
EBSVolumeSize: '10'
52
TemplateURL: './node_modules/@cfn-modules/msk-cluster/module.yml'
0 commit comments