Skip to content

Commit

Permalink
Add minimal endpoint tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tremble committed Jan 20, 2021
1 parent bf3d5c1 commit be83c74
Show file tree
Hide file tree
Showing 3 changed files with 406 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/integration/targets/ec2_vpc_endpoint/aliases
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
cloud/aws
shippable/aws/group2
ec2_vpc_endpoint_info
8 changes: 8 additions & 0 deletions tests/integration/targets/ec2_vpc_endpoint/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
vpc_name: '{{ resource_prefix }}-vpc'
vpc_seed: '{{ resource_prefix }}'
vpc_cidr: '10.{{ 256 | random(seed=vpc_seed) }}.22.0/24'

# S3 and EC2 should generally be available...
endpoint_service_a: 'com.amazonaws.{{ aws_region }}.s3'
endpoint_service_b: 'com.amazonaws.{{ aws_region }}.ec2'
Loading

0 comments on commit be83c74

Please sign in to comment.