Skip to content

Commit

Permalink
chore: Update CDK snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
akash1810 authored and dependabot[bot] committed Mar 14, 2024
1 parent 662cc34 commit 08d52c0
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions cdk/lib/__snapshots__/prism-ec2-app.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -641,6 +641,14 @@ exports[`The PrismEc2App stack matches the snapshot 1`] = `
"Key": "deletion_protection.enabled",
"Value": "true",
},
{
"Key": "routing.http.x_amzn_tls_version_and_cipher_suite.enabled",
"Value": "true",
},
{
"Key": "routing.http.drop_invalid_header_fields.enabled",
"Value": "true",
},
],
"Scheme": "internal",
"SecurityGroups": [
Expand Down Expand Up @@ -1135,6 +1143,10 @@ exports[`The PrismEc2App stack matches the snapshot 1`] = `
{
"ResourceType": "instance",
"Tags": [
{
"Key": "App",
"Value": "prism",
},
{
"Key": "gu:cdk:version",
"Value": "TEST",
Expand All @@ -1160,6 +1172,10 @@ exports[`The PrismEc2App stack matches the snapshot 1`] = `
{
"ResourceType": "volume",
"Tags": [
{
"Key": "App",
"Value": "prism",
},
{
"Key": "gu:cdk:version",
"Value": "TEST",
Expand Down Expand Up @@ -1205,6 +1221,10 @@ dpkg -i /prism/prism.deb",
{
"ResourceType": "launch-template",
"Tags": [
{
"Key": "App",
"Value": "prism",
},
{
"Key": "gu:cdk:version",
"Value": "TEST",
Expand Down

0 comments on commit 08d52c0

Please sign in to comment.