This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "version": 4, | |
| "terraform_version": "0.12.13", | |
| "serial": 36, | |
| "lineage": "fde9808c-5631-89e7-5f1b-e26ce3aaa7f2", | |
| "outputs": {}, | |
| "resources": [ | |
| (a bunch of other stuff) | |
| { | |
| "module": "module.dxgw-us-east-1", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| module "dxgw-us-east-1" { | |
| source = "../modules/peer-dx-link" | |
| realm = var.realm | |
| stage = var.stage | |
| peering_address_primary = "10.138.1.112/31" | |
| peering_address_secondary = "10.138.1.240/31" | |
| peering_vlan_primary = 699 | |
| peering_vlan_secondary = 799 | |
| account_nearpoint = var.realm | |
| account_farpoint = var.realm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2020-05-21T11:51:15.851-0400 [DEBUG] plugin.terraform-provider-aws_v2.62.0_x4: 2020/05/21 11:51:15 [DEBUG] [aws-sdk-go] DEBUG: Response directconnect/DescribeTags Details: | |
| 2020-05-21T11:51:15.851-0400 [DEBUG] plugin.terraform-provider-aws_v2.62.0_x4: ---[ RESPONSE ]-------------------------------------- | |
| 2020-05-21T11:51:15.851-0400 [DEBUG] plugin.terraform-provider-aws_v2.62.0_x4: HTTP/1.1 400 Bad Request | |
| 2020-05-21T11:51:15.851-0400 [DEBUG] plugin.terraform-provider-aws_v2.62.0_x4: Connection: close | |
| 2020-05-21T11:51:15.851-0400 [DEBUG] plugin.terraform-provider-aws_v2.62.0_x4: Content-Length: 127 | |
| 2020-05-21T11:51:15.851-0400 [DEBUG] plugin.terraform-provider-aws_v2.62.0_x4: Content-Type: application/x-amz-json-1.1 | |
| 2020-05-21T11:51:15.851-0400 [DEBUG] plugin.terraform-provider-aws_v2.62.0_x4: Date: Thu, 21 May 2020 15:49:45 GMT | |
| 2020-05-21T11:51:15.851-0400 [DEBUG] plugin.terraform-provider-aws_v2.62.0_x4: X-Amzn-Requestid: e8193f0c-6f74-42e7-ab6a-c0a2bfdd439d | |
| 2020-05-21T11:51:15.851-0400 [DEBUG] plugin.terraf |