Skip to content

Commit

Permalink
Add simple CF template for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
bitle committed Dec 23, 2023
1 parent 4d4eabe commit 11f7505
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/test/resources/group.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"Resources": {
"EC2SG15C91": {
"Type": "AWS::EC2::SecurityGroup",
"Properties": {
"GroupName": "test-group",
"VpcId": "vpc-054b257d",
"GroupDescription": "test group for tests"
}
}
}
}

0 comments on commit 11f7505

Please sign in to comment.