Skip to content

Commit

Permalink
add environmentFiles to test
Browse files Browse the repository at this point in the history
  • Loading branch information
razin99 committed Mar 31, 2024
1 parent bb420b4 commit 3852ed6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ new ec2.Instance(stack, 'Instance2', {
environmentVariables: {
MY_VAR: 'its me :)',
},
environmentFiles: ['/myvars.env'],
}),
]),
},
Expand Down

0 comments on commit 3852ed6

Please sign in to comment.