Sha256: 34036fe6d8ac22656b3c78fb1a5f30f49e76e71a15541a023e827bdd27339e5f

Contents?: true

Size: 544 Bytes

Versions: 3

Compression:

Stored size: 544 Bytes

Contents

# EC2
require 'awspec/matcher/belong_to_vpc'
require 'awspec/matcher/belong_to_subnet'

# RDS
require 'awspec/matcher/belong_to_db_subnet_group'

# SecurityGroup
require 'awspec/matcher/be_opened'

# Route53
require 'awspec/matcher/have_record_set'

# RouteTable
require 'awspec/matcher/have_route'

# IAM User
require 'awspec/matcher/belong_to_iam_group'

# IAM User/Group/Role
require 'awspec/matcher/be_allowed_action'

# ElastiCache
require 'awspec/matcher/belong_to_replication_group'
require 'awspec/matcher/belong_to_cache_subnet_group'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
awspec-0.14.1 lib/awspec/matcher.rb
awspec-0.14.0 lib/awspec/matcher.rb
awspec-0.13.0 lib/awspec/matcher.rb