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-1.15.1 lib/awspec/stub/subnet.rb
awspec-1.15.0 lib/awspec/stub/subnet.rb
awspec-1.14.1 lib/awspec/stub/subnet.rb
awspec-1.14.0 lib/awspec/stub/subnet.rb
awspec-1.13.0 lib/awspec/stub/subnet.rb
awspec-1.12.7 lib/awspec/stub/subnet.rb
awspec-1.12.6 lib/awspec/stub/subnet.rb
awspec-1.12.5 lib/awspec/stub/subnet.rb
awspec-1.12.4 lib/awspec/stub/subnet.rb
awspec-1.12.3 lib/awspec/stub/subnet.rb
awspec-1.12.2 lib/awspec/stub/subnet.rb
awspec-1.12.1 lib/awspec/stub/subnet.rb
awspec-1.12.0 lib/awspec/stub/subnet.rb
awspec-1.11.1 lib/awspec/stub/subnet.rb
awspec-1.11.0 lib/awspec/stub/subnet.rb
awspec-1.10.0 lib/awspec/stub/subnet.rb
awspec-1.9.0 lib/awspec/stub/subnet.rb
awspec-1.8.0 lib/awspec/stub/subnet.rb
awspec-1.7.0 lib/awspec/stub/subnet.rb
awspec-1.6.1 lib/awspec/stub/subnet.rb