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 4066780 commit dd5ba49Copy full SHA for dd5ba49
crossplane/modify-claims.sh
@@ -90,6 +90,7 @@ if [[ "$kind" == "XLykonLambdaDockerImage" || "$kind" == "XEventSourceMapping" ]
90
stream_name=$(echo "$stream" | cut -d':' -f2)
91
new_stream="arn:aws:kinesis:eu-central-1:279707217826:stream/$stream_name"
92
yq eval ".spec.parameters.stream = \"$new_stream\"" -i "$temp_yaml_file"
93
+ fi
94
fi
95
96
# Convert the final YAML to JSON for Terraform
0 commit comments