Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions createdb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
ec2_group:
name: dbsg
description: an example EC2 group
vpc_id: vpc-3e94a045
vpc_id: vpc-0376b50a0a596f53a
region: us-east-1
rules:
- proto: tcp
Expand All @@ -21,8 +21,8 @@
name: dbsubnet
description: My Fancy Ex Parrot Subnet Group
subnets:
- subnet-ad778c83
- subnet-e8d25ea2
- subnet-055cc330c9601ef65
- subnet-09909862af13cad8b
register: dbsubnet
- debug:
var: dbsubnet
Expand Down