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.25.1 lib/awspec/stub/subnet.rb
awspec-1.25.0 lib/awspec/stub/subnet.rb
awspec-1.24.4 lib/awspec/stub/subnet.rb
awspec-1.24.3 lib/awspec/stub/subnet.rb
awspec-1.24.2 lib/awspec/stub/subnet.rb
awspec-1.24.1 lib/awspec/stub/subnet.rb
awspec-1.24.0 lib/awspec/stub/subnet.rb
awspec-1.23.0 lib/awspec/stub/subnet.rb
awspec-1.22.1 lib/awspec/stub/subnet.rb
awspec-1.22.0 lib/awspec/stub/subnet.rb
awspec-1.21.1 lib/awspec/stub/subnet.rb
awspec-1.21.0 lib/awspec/stub/subnet.rb
awspec-1.20.0 lib/awspec/stub/subnet.rb
awspec-1.19.2 lib/awspec/stub/subnet.rb
awspec-1.19.1 lib/awspec/stub/subnet.rb
awspec-1.19.0 lib/awspec/stub/subnet.rb
cthiesfork-awspec-1.2.4 lib/awspec/stub/subnet.rb
awspec-api_gateway_extended-1.2.4 lib/awspec/stub/subnet.rb
awspec-api_gateway_extended-1.2.3 lib/awspec/stub/subnet.rb
awspec-1.18.6 lib/awspec/stub/subnet.rb