Skip to content

Commit

Permalink
AT-10925: Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
rddimon committed Dec 15, 2023
1 parent 5215798 commit b6c9fbe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/integration-tests/basic/multi-tag/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ functions:
subnets:
- tagKey: Name
tagValues:
- ${env:TEST_VPC_NAME}_maintenance_us-west-2a
- ${env:TEST_VPC_NAME}_maintenance_us-west-2b
- ${env:TEST_VPC_NAME}_maintenance_us-west-2c
- ${env:TEST_VPC_NAME}_intranet_us-west-2a
- ${env:TEST_VPC_NAME}_intranet_us-west-2b
- ${env:TEST_VPC_NAME}_intranet_us-west-2c
securityGroups:
- tagKey: Name
tagValues:
Expand Down

0 comments on commit b6c9fbe

Please sign in to comment.