Skip to content

Commit a3e70ad

Browse files
committed
chore: revert cdktf updates in favor of automated process
1 parent 97e04e3 commit a3e70ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

website/docs/cdktf/python/r/lambda_alias.html.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ class MyConvertedCode(TerraformStack):
5959
name="staging",
6060
routing_config=LambdaAliasRoutingConfig(
6161
additional_version_weights={
62-
"1": 0.1
62+
"1": 0.1,
63+
"3": 0.2
6364
}
6465
)
6566
)

0 commit comments

Comments
 (0)