Sha256: eb708097efdf429a7ae4d86e322cf5e786f1e99771dc61d0aaac7bba19209566
Contents?: true
Size: 1.03 KB
Versions: 20
Compression:
Stored size: 1.03 KB
Contents
# EC2 require 'awspec/matcher/belong_to_vpc' require 'awspec/matcher/belong_to_subnet' require 'awspec/matcher/have_tag' # RDS require 'awspec/matcher/belong_to_db_subnet_group' # SecurityGroup require 'awspec/matcher/be_opened' require 'awspec/matcher/be_opened_only' # Route53 require 'awspec/matcher/have_record_set' # RouteTable require 'awspec/matcher/have_route' # IAM User require 'awspec/matcher/belong_to_iam_group' require 'awspec/matcher/have_inline_policy' # 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' # NetworkAcl require 'awspec/matcher/be_allowed' require 'awspec/matcher/be_denied' # NetworkInterface require 'awspec/matcher/be_attached_to' require 'awspec/matcher/have_private_ip_address' # CloudFront require 'awspec/matcher/have_origin' # Kms require 'awspec/matcher/have_key_policy' # WafWebAcl require 'awspec/matcher/have_rule'
Version data entries
20 entries across 20 versions & 1 rubygems