Sha256: 1a1a3571e7d9b8fcf094f09c7fe366898632a27954b397ea7328215e9135e9df

Contents?: true

Size: 600 Bytes

Versions: 8

Compression:

Stored size: 600 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'

# CloudWatch
require 'awspec/matcher/belong_to_metric'

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
awspec-0.19.0 lib/awspec/matcher.rb
awspec-0.18.2 lib/awspec/matcher.rb
awspec-0.18.1 lib/awspec/matcher.rb
awspec-0.18.0 lib/awspec/matcher.rb
awspec-0.17.1 lib/awspec/matcher.rb
awspec-0.17.0 lib/awspec/matcher.rb
awspec-0.16.0 lib/awspec/matcher.rb
awspec-0.15.0 lib/awspec/matcher.rb