Sha256: 01ae841dcac9031d666f3b8be79267319b1d19b653ad9f1d09ff309d31a1120f

Contents?: true

Size: 600 Bytes

Versions: 235

Compression:

Stored size: 600 Bytes

Contents

Aws.config[:ec2] = {
  stub_responses: {
    describe_vpcs: {
      vpcs: [
        {
          vpc_id: 'vpc-ab123cde',
          tags: [
            {
              key: 'Name',
              value: 'my-vpc'
            }
          ]
        }
      ]
    },
    describe_subnets: {
      subnets: [
        {
          state: 'available',
          vpc_id: 'vpc-ab123cde',
          subnet_id: 'subnet-1234a567',
          cidr_block: '10.0.1.0/24',
          tags: [
            {
              key: 'Name',
              value: 'my-subnet'
            }
          ]
        }
      ]
    }
  }
}

Version data entries

235 entries across 235 versions & 4 rubygems

Version Path
awspec-0.87.0 lib/awspec/stub/subnet.rb
awspec-0.86.0 lib/awspec/stub/subnet.rb
cmonson_2ndwatch_awspec-0.85.4 lib/awspec/stub/subnet.rb
awspec-0.85.3 lib/awspec/stub/subnet.rb
cmonson_2ndwatch_awspec-0.85.3 lib/awspec/stub/subnet.rb
awspec-0.85.2 lib/awspec/stub/subnet.rb
awspec-0.85.1 lib/awspec/stub/subnet.rb
awspec-0.85.0 lib/awspec/stub/subnet.rb
awspec-0.84.1 lib/awspec/stub/subnet.rb
awspec-0.84.0 lib/awspec/stub/subnet.rb
awspec-0.83.0 lib/awspec/stub/subnet.rb
awspec-0.82.3 lib/awspec/stub/subnet.rb
awspec-0.82.2 lib/awspec/stub/subnet.rb
awspec-0.82.1 lib/awspec/stub/subnet.rb
awspec-0.82.0 lib/awspec/stub/subnet.rb
awspec-0.81.1 lib/awspec/stub/subnet.rb
awspec-0.81.0 lib/awspec/stub/subnet.rb
awspec-0.80.1 lib/awspec/stub/subnet.rb
awspec-0.80.0 lib/awspec/stub/subnet.rb
awspec-0.79.2 lib/awspec/stub/subnet.rb