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 c10b152 commit 1272036Copy full SHA for 1272036
test/cdk-basic/.gitignore
@@ -6,4 +6,6 @@ node_modules
6
.cdk.staging
7
cdk.out
8
9
-cdk-outputs.json
+cdk-outputs.json
10
+
11
+CdkbasicStack.yaml
test/cdk-basic/deploy-yaml.sh
@@ -1,5 +1,9 @@
1
# This script is used to deploy the CDK stack using a YAML template.
2
npx cdk synth -c environment=test CdkbasicStack > CdkbasicStack.yaml
3
4
+# Show the generated template
5
+cat CdkbasicStack.yaml
# Add a dummy resource to the template to force a change in the stack
awk '
/^Resources:/ && !injected {
0 commit comments