Skip to content

Commit 1272036

Browse files
chore: Add loging
1 parent c10b152 commit 1272036

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

test/cdk-basic/.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ node_modules
66
.cdk.staging
77
cdk.out
88

9-
cdk-outputs.json
9+
cdk-outputs.json
10+
11+
CdkbasicStack.yaml

test/cdk-basic/deploy-yaml.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# This script is used to deploy the CDK stack using a YAML template.
22
npx cdk synth -c environment=test CdkbasicStack > CdkbasicStack.yaml
3+
4+
# Show the generated template
5+
cat CdkbasicStack.yaml
6+
37
# Add a dummy resource to the template to force a change in the stack
48
awk '
59
/^Resources:/ && !injected {

0 commit comments

Comments
 (0)