Sha256: 39d8923287e6f78f2c6d8b84d8999860ade5fb46fad937a15455353242a0bc1e
Contents?: true
Size: 593 Bytes
Versions: 8
Compression:
Stored size: 593 Bytes
Contents
# rubocop:disable all Aws.config[:ec2] = { stub_responses: { describe_vpn_gateways: { vpn_gateways: [ { vpn_gateway_id: 'vgw-cg5692g4', availability_zone: 'us-east-1a', state: 'available', type: "ipsec.1", vpc_attachments: [ { state: 'attached', vpc_id: 'vpc-ab123cde' } ], amazon_side_asn: 64512, tags: [ { key: 'Name', value: 'my-vpn-gateway' } ] } ] } } }
Version data entries
8 entries across 8 versions & 1 rubygems