summaryrefslogtreecommitdiff
path: root/test/units/modules/cloud/amazon/placebo_recordings/ec2_vpc_vpn/create_connection/ec2.DescribeVpnConnections_1.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/units/modules/cloud/amazon/placebo_recordings/ec2_vpc_vpn/create_connection/ec2.DescribeVpnConnections_1.json')
-rw-r--r--test/units/modules/cloud/amazon/placebo_recordings/ec2_vpc_vpn/create_connection/ec2.DescribeVpnConnections_1.json66
1 files changed, 0 insertions, 66 deletions
diff --git a/test/units/modules/cloud/amazon/placebo_recordings/ec2_vpc_vpn/create_connection/ec2.DescribeVpnConnections_1.json b/test/units/modules/cloud/amazon/placebo_recordings/ec2_vpc_vpn/create_connection/ec2.DescribeVpnConnections_1.json
deleted file mode 100644
index 4c2a4f72bc..0000000000
--- a/test/units/modules/cloud/amazon/placebo_recordings/ec2_vpc_vpn/create_connection/ec2.DescribeVpnConnections_1.json
+++ /dev/null
@@ -1,66 +0,0 @@
-{
- "data": {
- "VpnConnections": [
- {
- "CustomerGatewayId": "cgw-6113c87f",
- "VpnConnectionId": "vpn-9706e282",
- "Category": "VPN",
- "Tags": [
- {
- "Key": "Correct",
- "Value": "Tag"
- }
- ],
- "Routes": [],
- "Options": {
- "StaticRoutesOnly": true
- },
- "Type": "ipsec.1",
- "VpnGatewayId": "vgw-35d70c2b",
- "State": "deleted"
- },
- {
- "CustomerGatewayId": "cgw-6113c87f",
- "VpnConnectionId": "vpn-6a06e27f",
- "Category": "VPN",
- "Tags": [
- {
- "Key": "Wrong",
- "Value": "Tag"
- }
- ],
- "Routes": [],
- "Options": {
- "StaticRoutesOnly": true
- },
- "Type": "ipsec.1",
- "VpnGatewayId": "vgw-35d70c2b",
- "State": "deleted"
- },
- {
- "CustomerGatewayId": "cgw-6113c87f",
- "VpnConnectionId": "vpn-6f06e27a",
- "Category": "VPN",
- "Routes": [],
- "Options": {
- "StaticRoutesOnly": true
- },
- "Type": "ipsec.1",
- "VpnGatewayId": "vgw-35d70c2b",
- "State": "deleted"
- }
- ],
- "ResponseMetadata": {
- "HTTPStatusCode": 200,
- "RequestId": "bcdba325-fd96-4c4b-bb15-dc9a88c456ae",
- "HTTPHeaders": {
- "content-length": "1917",
- "server": "AmazonEC2",
- "content-type": "text/xml;charset=UTF-8",
- "date": "Mon, 16 Apr 2018 12:53:33 GMT"
- },
- "RetryAttempts": 0
- }
- },
- "status_code": 200
-} \ No newline at end of file