We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a890d9 commit 44c9a7bCopy full SHA for 44c9a7b
src/compose_x_common/aws/msk.py
@@ -16,12 +16,12 @@
16
from compose_x_common.compose_x_common import keyisset
17
18
MSK_CLUSTER_ARN_RE = re.compile(
19
- r"arn:(?P<partition>[a-z\d\-]+):kafka:(?P<region>[a-z\d\-]+):(?P<account>[\d]{12})"
+ r"arn:(?P<partition>[a-z\d\-]+):kafka:(?P<region>[a-z\d\-]+):(?P<accountid>[\d]{12})"
20
r":cluster/(?P<id>(?P<name>[\w\-_]+)/(?P<uuid>[a-z0-9\-]+))$"
21
)
22
23
MSK_CONFIGURATION_ARN_RE = re.compile(
24
25
r":configuration/(?P<id>(?P<name>[\w\-_]+)/(?P<uuid>[a-z0-9\-]+))$"
26
27
0 commit comments