File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55__author__ = """John Preston"""
66__email__ = "john@compose-x.io"
7- __version__ = "1.0.0 "
7+ __version__ = "1.0.1 "
Original file line number Diff line number Diff line change @@ -202,9 +202,11 @@ def handle_iam_kafka_resources_access(
202202 "Sid" : "ConnectToCluster" ,
203203 "Effect" : "Allow" ,
204204 "Resource" : [
205- Ref (cluster_arn_id ["ImportParameter" ])
206- if resource .cfn_resource
207- else cluster_arn_id
205+ (
206+ Ref (cluster_arn_id ["ImportParameter" ])
207+ if resource .cfn_resource
208+ else cluster_arn_id
209+ )
208210 ],
209211 "Action" : ["kafka-cluster:Connect" ],
210212 }
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " ecs_composex_msk_cluster"
3- version = " 1.0.0 "
3+ version = " 1.0.1 "
44description = " msk_cluster - AWS MSK Cluster module for ECS Compose-X"
55authors = [" johnpreston <john@compose-x.io>" ]
66license = " MPL-2.0"
@@ -80,7 +80,7 @@ omit = [
8080github_url = " https://github.com/compose-x/ecs_composex_msk_cluster"
8181
8282[tool .tbump .version ]
83- current = " 1.0.0 "
83+ current = " 1.0.1 "
8484
8585regex = '''
8686 (?P<major>\d+)
You can’t perform that action at this time.
0 commit comments