Skip to content

Instantly share code, notes, and snippets.

View MichaelSweikata's full-sized avatar

Michael Sweikata MichaelSweikata

  • Cincinnati, OH
View GitHub Profile
{
"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",
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
@MichaelSweikata
MichaelSweikata / gist:54ce7dcc29e52dcaad2b8e810fbec99d
Created May 21, 2020 21:46
Terraform trace level debug log
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