Skip to content

Instantly share code, notes, and snippets.

@murtyjones
Created August 13, 2019 13:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save murtyjones/f59e88487e6f3071bc7c355f38a4cb72 to your computer and use it in GitHub Desktop.
Save murtyjones/f59e88487e6f3071bc7c355f38a4cb72 to your computer and use it in GitHub Desktop.
2019/08/13 09:47:59 [INFO] Terraform version: 0.12.6
2019/08/13 09:47:59 [INFO] Go runtime version: go1.12.7
2019/08/13 09:47:59 [INFO] CLI args: []string{"/usr/local/bin/terraform", "plan", "-var-file=terraform/production.secret.tfvars", "-out=plan", "-target=aws_db_instance.rds_instance", "-target=aws_ecr_repository.server_repo", "-target=aws_ecr_repository.edgar_repo", "-target=aws_s3_bucket.birb_edgar_indexes", "-target=aws_s3_bucket.birb_edgar_filings", "-target=aws_s3_bucket.birb_www", "-target=aws_cloudfront_distribution.birb_www_distribution", "-target=aws_route53_record.birb_www", "terraform/"}
2019/08/13 09:47:59 [DEBUG] Attempting to open CLI config file: /Users/murtyjones/.terraformrc
2019/08/13 09:47:59 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2019/08/13 09:47:59 [INFO] CLI command args: []string{"plan", "-var-file=terraform/production.secret.tfvars", "-out=plan", "-target=aws_db_instance.rds_instance", "-target=aws_ecr_repository.server_repo", "-target=aws_ecr_repository.edgar_repo", "-target=aws_s3_bucket.birb_edgar_indexes", "-target=aws_s3_bucket.birb_edgar_filings", "-target=aws_s3_bucket.birb_www", "-target=aws_cloudfront_distribution.birb_www_distribution", "-target=aws_route53_record.birb_www", "terraform/"}
2019/08/13 09:47:59 [INFO] Setting AWS metadata API timeout to 100ms
2019/08/13 09:47:59 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2019/08/13 09:47:59 [INFO] AWS Auth provider used: "SharedCredentialsProvider"
2019/08/13 09:47:59 [DEBUG] Trying to get account information via sts:GetCallerIdentity
2019/08/13 09:47:59 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
---[ REQUEST POST-SIGN ]-----------------------------
POST / HTTP/1.1
Host: sts.amazonaws.com
User-Agent: aws-sdk-go/1.21.7 (go1.12.7; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.6
Content-Length: 43
Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=148331021a1d6ec90d11f1f7cbe1fa0895396be679c0d5defd90ddb4fe197c8a
Content-Type: application/x-www-form-urlencoded; charset=utf-8
X-Amz-Date: 20190813T134759Z
Accept-Encoding: gzip
Action=GetCallerIdentity&Version=2011-06-15
-----------------------------------------------------
2019/08/13 09:48:00 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Connection: close
Content-Length: 401
Content-Type: text/xml
Date: Tue, 13 Aug 2019 13:47:59 GMT
X-Amzn-Requestid: f6b44fae-bdd0-11e9-a687-6b3353c25acb
-----------------------------------------------------
2019/08/13 09:48:00 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
<GetCallerIdentityResult>
<Arn>arn:aws:iam::757879768810:user/birb</Arn>
<UserId>AIDA3A5JHQ3VFWOFCV7ZZ</UserId>
<Account>757879768810</Account>
</GetCallerIdentityResult>
<ResponseMetadata>
<RequestId>f6b44fae-bdd0-11e9-a687-6b3353c25acb</RequestId>
</ResponseMetadata>
</GetCallerIdentityResponse>
2019/08/13 09:48:00 [DEBUG] checking for provider in "."
2019/08/13 09:48:00 [DEBUG] checking for provider in "/usr/local/bin"
2019/08/13 09:48:00 [DEBUG] checking for provider in ".terraform/plugins/darwin_amd64"
2019/08/13 09:48:00 [DEBUG] found provider "terraform-provider-aws_v2.7.0_x4"
2019/08/13 09:48:00 [DEBUG] found provider "terraform-provider-local_v1.2.1_x4"
2019/08/13 09:48:00 [DEBUG] found provider "terraform-provider-template_v2.1.1_x4"
2019/08/13 09:48:00 [DEBUG] found valid plugin: "local", "1.2.1", "/Users/murtyjones/birb/.terraform/plugins/darwin_amd64/terraform-provider-local_v1.2.1_x4"
2019/08/13 09:48:00 [DEBUG] found valid plugin: "template", "2.1.1", "/Users/murtyjones/birb/.terraform/plugins/darwin_amd64/terraform-provider-template_v2.1.1_x4"
2019/08/13 09:48:00 [DEBUG] found valid plugin: "aws", "2.7.0", "/Users/murtyjones/birb/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.7.0_x4"
2019/08/13 09:48:00 [DEBUG] checking for provisioner in "."
2019/08/13 09:48:00 [DEBUG] checking for provisioner in "/usr/local/bin"
2019/08/13 09:48:00 [DEBUG] checking for provisioner in ".terraform/plugins/darwin_amd64"
2019/08/13 09:48:00 [INFO] backend/local: starting Plan operation
2019/08/13 09:48:00 [DEBUG] [aws-sdk-go] DEBUG: Request s3/ListObjects Details:
---[ REQUEST POST-SIGN ]-----------------------------
GET /?prefix=env%3A%2F HTTP/1.1
Host: terraform-state-production.s3.amazonaws.com
User-Agent: aws-sdk-go/1.21.7 (go1.12.7; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.6
Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ed4657203dedd6de635bca44563c8ebcfd3e9694c43d9457dd9f86b6adf85728
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
X-Amz-Date: 20190813T134800Z
Accept-Encoding: gzip
-----------------------------------------------------
2019/08/13 09:48:00 [DEBUG] [aws-sdk-go] DEBUG: Response s3/ListObjects Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Connection: close
Transfer-Encoding: chunked
Content-Type: application/xml
Date: Tue, 13 Aug 2019 13:48:01 GMT
Server: AmazonS3
X-Amz-Bucket-Region: us-east-1
X-Amz-Id-2: JG0zpImcJSFseORjFGwGT3oZroNJuQmLOipq3k9pVHBk6OcBMSH/KquUt1qkDwFyq2O5l4olvYs=
X-Amz-Request-Id: 9CE43E88F7B02419
-----------------------------------------------------
2019/08/13 09:48:00 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
<ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>terraform-state-production</Name><Prefix>env:/</Prefix><Marker></Marker><MaxKeys>1000</MaxKeys><IsTruncated>false</IsTruncated></ListBucketResult>
2019/08/13 09:48:00 [TRACE] backend/local: requesting state lock for workspace "default"
2019/08/13 09:48:00 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetObject Details:
---[ REQUEST POST-SIGN ]-----------------------------
GET /network/terraform.tfstate HTTP/1.1
Host: terraform-state-production.s3.amazonaws.com
User-Agent: aws-sdk-go/1.21.7 (go1.12.7; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.6
Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=43a916768dcb32adc6ab95b7420665e87a77d55109a1640b5f9d28a6c50e78aa
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
X-Amz-Date: 20190813T134800Z
Accept-Encoding: gzip
-----------------------------------------------------
2019/08/13 09:48:00 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetObject Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Connection: close
Content-Length: 63034
Accept-Ranges: bytes
Content-Type: application/json
Date: Tue, 13 Aug 2019 13:48:01 GMT
Etag: "d28184d6055d2a9d0bfc3a7a2f12a328"
Last-Modified: Tue, 13 Aug 2019 12:47:27 GMT
Server: AmazonS3
X-Amz-Id-2: JeUYX8rEAUQeE6Su3/7+Q6bxVN1/UEaTBPm701m+iWeOtFLDETZIAKuFFL8xlp1AkWZ5w1FjEFA=
X-Amz-Request-Id: 672C1E011590C638
-----------------------------------------------------
2019/08/13 09:48:00 [DEBUG] [aws-sdk-go]
2019-08-13T09:48:01.050-0400 [INFO] plugin: configuring client automatic mTLS
2019-08-13T09:48:01.072-0400 [DEBUG] plugin: starting plugin: path=/Users/murtyjones/birb/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.7.0_x4 args=[/Users/murtyjones/birb/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.7.0_x4]
2019-08-13T09:48:01.087-0400 [DEBUG] plugin: plugin started: path=/Users/murtyjones/birb/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.7.0_x4 pid=15425
2019-08-13T09:48:01.087-0400 [DEBUG] plugin: waiting for RPC address: path=/Users/murtyjones/birb/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.7.0_x4
2019-08-13T09:48:01.104-0400 [INFO] plugin.terraform-provider-aws_v2.7.0_x4: configuring server automatic mTLS: timestamp=2019-08-13T09:48:01.103-0400
2019-08-13T09:48:01.134-0400 [DEBUG] plugin: using plugin: version=5
2019-08-13T09:48:01.134-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: plugin address: address=/var/folders/rj/0kj05fd97qg2bkqvfwgs0j380000gn/T/plugin060737996 network=unix timestamp=2019-08-13T09:48:01.134-0400
2019-08-13T09:48:01.217-0400 [DEBUG] plugin: plugin process exited: path=/Users/murtyjones/birb/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.7.0_x4 pid=15425
2019-08-13T09:48:01.217-0400 [DEBUG] plugin: plugin exited
2019-08-13T09:48:01.217-0400 [INFO] plugin: configuring client automatic mTLS
2019-08-13T09:48:01.240-0400 [DEBUG] plugin: starting plugin: path=/Users/murtyjones/birb/.terraform/plugins/darwin_amd64/terraform-provider-local_v1.2.1_x4 args=[/Users/murtyjones/birb/.terraform/plugins/darwin_amd64/terraform-provider-local_v1.2.1_x4]
2019-08-13T09:48:01.244-0400 [DEBUG] plugin: plugin started: path=/Users/murtyjones/birb/.terraform/plugins/darwin_amd64/terraform-provider-local_v1.2.1_x4 pid=15426
2019-08-13T09:48:01.244-0400 [DEBUG] plugin: waiting for RPC address: path=/Users/murtyjones/birb/.terraform/plugins/darwin_amd64/terraform-provider-local_v1.2.1_x4
2019-08-13T09:48:01.250-0400 [INFO] plugin.terraform-provider-local_v1.2.1_x4: configuring server automatic mTLS: timestamp=2019-08-13T09:48:01.250-0400
2019-08-13T09:48:01.275-0400 [DEBUG] plugin: using plugin: version=5
2019-08-13T09:48:01.275-0400 [DEBUG] plugin.terraform-provider-local_v1.2.1_x4: plugin address: address=/var/folders/rj/0kj05fd97qg2bkqvfwgs0j380000gn/T/plugin300148337 network=unix timestamp=2019-08-13T09:48:01.275-0400
2019-08-13T09:48:01.322-0400 [DEBUG] plugin: plugin process exited: path=/Users/murtyjones/birb/.terraform/plugins/darwin_amd64/terraform-provider-local_v1.2.1_x4 pid=15426
2019-08-13T09:48:01.322-0400 [DEBUG] plugin: plugin exited
2019-08-13T09:48:01.323-0400 [INFO] plugin: configuring client automatic mTLS
2019-08-13T09:48:01.345-0400 [DEBUG] plugin: starting plugin: path=/Users/murtyjones/birb/.terraform/plugins/darwin_amd64/terraform-provider-template_v2.1.1_x4 args=[/Users/murtyjones/birb/.terraform/plugins/darwin_amd64/terraform-provider-template_v2.1.1_x4]
2019-08-13T09:48:01.349-0400 [DEBUG] plugin: plugin started: path=/Users/murtyjones/birb/.terraform/plugins/darwin_amd64/terraform-provider-template_v2.1.1_x4 pid=15427
2019-08-13T09:48:01.349-0400 [DEBUG] plugin: waiting for RPC address: path=/Users/murtyjones/birb/.terraform/plugins/darwin_amd64/terraform-provider-template_v2.1.1_x4
2019-08-13T09:48:01.356-0400 [INFO] plugin.terraform-provider-template_v2.1.1_x4: configuring server automatic mTLS: timestamp=2019-08-13T09:48:01.355-0400
2019-08-13T09:48:01.381-0400 [DEBUG] plugin: using plugin: version=5
2019-08-13T09:48:01.381-0400 [DEBUG] plugin.terraform-provider-template_v2.1.1_x4: plugin address: address=/var/folders/rj/0kj05fd97qg2bkqvfwgs0j380000gn/T/plugin146469222 network=unix timestamp=2019-08-13T09:48:01.380-0400
2019-08-13T09:48:01.429-0400 [DEBUG] plugin: plugin process exited: path=/Users/murtyjones/birb/.terraform/plugins/darwin_amd64/terraform-provider-template_v2.1.1_x4 pid=15427
2019-08-13T09:48:01.429-0400 [DEBUG] plugin: plugin exited
2019-08-13T09:48:01.429-0400 [DEBUG] plugin: starting plugin: path=/usr/local/bin/terraform args=[/usr/local/bin/terraform, internal-plugin, provisioner, local-exec]
2019-08-13T09:48:01.431-0400 [DEBUG] plugin: plugin started: path=/usr/local/bin/terraform pid=15428
2019-08-13T09:48:01.431-0400 [DEBUG] plugin: waiting for RPC address: path=/usr/local/bin/terraform
2019-08-13T09:48:01.443-0400 [DEBUG] plugin.terraform: 2019/08/13 09:48:01 [INFO] Terraform version: 0.12.6
2019-08-13T09:48:01.443-0400 [DEBUG] plugin.terraform: 2019/08/13 09:48:01 [INFO] Go runtime version: go1.12.7
2019-08-13T09:48:01.443-0400 [DEBUG] plugin.terraform: 2019/08/13 09:48:01 [INFO] CLI args: []string{"/usr/local/bin/terraform", "internal-plugin", "provisioner", "local-exec"}
2019-08-13T09:48:01.443-0400 [DEBUG] plugin.terraform: 2019/08/13 09:48:01 [DEBUG] Attempting to open CLI config file: /Users/murtyjones/.terraformrc
2019-08-13T09:48:01.443-0400 [DEBUG] plugin.terraform: 2019/08/13 09:48:01 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2019-08-13T09:48:01.444-0400 [DEBUG] plugin.terraform: 2019/08/13 09:48:01 [INFO] CLI command args: []string{"internal-plugin", "provisioner", "local-exec"}
2019-08-13T09:48:01.444-0400 [DEBUG] plugin.terraform: local-exec-provisioner (internal) 2019/08/13 09:48:01 [INFO] Starting provisioner plugin local-exec
2019-08-13T09:48:01.444-0400 [DEBUG] plugin: using plugin: version=5
2019-08-13T09:48:01.444-0400 [DEBUG] plugin.terraform: plugin address: address=/var/folders/rj/0kj05fd97qg2bkqvfwgs0j380000gn/T/plugin315153083 network=unix timestamp=2019-08-13T09:48:01.444-0400
2019-08-13T09:48:01.447-0400 [DEBUG] plugin: plugin process exited: path=/usr/local/bin/terraform pid=15428
2019-08-13T09:48:01.447-0400 [DEBUG] plugin: plugin exited
2019/08/13 09:48:01 [INFO] terraform: building graph: GraphTypeValidate
ce_profile.edgar_instance_profile - *terraform.NodeValidatableResource
aws_iam_policy.autoscale_policy - *terraform.NodeValidatableResource
aws_iam_policy.edgar_resource_access_policy - *terraform.NodeValidatableResource
aws_iam_policy.task_execution_policy - *terraform.NodeValidatableResource
aws_iam_role.autoscale_role - *terraform.NodeValidatableResource
aws_iam_role.edgar_instance_role - *terraform.NodeValidatableResource
aws_iam_role.edgar_service_role - *terraform.NodeValidatableResource
aws_iam_role.task_execution_role - *terraform.NodeValidatableResource
aws_iam_role_policy_attachment.edgar_instance_role_attachment - *terraform.NodeValidatableResource
aws_iam_role_policy_attachment.edgar_resource_access_attachment - *terraform.NodeValidatableResource
aws_iam_role_policy_attachment.edgar_service_role_attachment - *terraform.NodeValidatableResource
aws_iam_role_policy_attachment.server_autoscale_attachment - *terraform.NodeValidatableResource
aws_iam_role_policy_attachment.server_execution_attachment - *terraform.NodeValidatableResource
aws_instance.bastion - *terraform.NodeValidatableResource
aws_internet_gateway.gw - *terraform.NodeValidatableResource
aws_launch_configuration.edgar_launch_configuration - *terraform.NodeValidatableResource
aws_nat_gateway.gw - *terraform.NodeValidatableResource
aws_route.internet_access - *terraform.NodeValidatableResource
aws_route53_record.birb - *terraform.NodeValidatableResource
aws_route53_record.birb_www - *terraform.NodeValidatableResource
aws_route_table.private - *terraform.NodeValidatableResource
aws_route_table_association.private - *terraform.NodeValidatableResource
aws_s3_bucket.birb_edgar_filings - *terraform.NodeValidatableResource
aws_s3_bucket.birb_edgar_indexes - *terraform.NodeValidatableResource
aws_s3_bucket.birb_www - *terraform.NodeValidatableResource
aws_secretsmanager_secret.DATABASE_URI - *terraform.NodeValidatableResource
aws_secretsmanager_secret.ROCKET_DATABASES - *terraform.NodeValidatableResource
aws_secretsmanager_secret_version.DATABASE_URIe_profile.edgar_instance_profile - *terraform.NodeValidatableResource
aws_iam_policy.autoscale_policy - *terraform.NodeValidatableResource
aws_iam_policy.edgar_resource_access_policy - *terraform.NodeValidatableResource
aws_iam_policy.task_execution_policy - *terraform.NodeValidatableResource
aws_iam_role.autoscale_role - *terraform.NodeValidatableResource
aws_iam_role.edgar_instance_role - *terraform.NodeValidatableResource
aws_iam_role.edgar_service_role - *terraform.NodeValidatableResource
aws_iam_role.task_execution_role - *terraform.NodeValidatableResource
aws_iam_role_policy_attachment.edgar_instance_role_attachment - *terraform.NodeValidatableResource
aws_iam_role_policy_attachment.edgar_resource_access_attachment - *terraform.NodeValidatableResource
aws_iam_role_policy_attachment.edgar_service_role_attachment - *terraform.NodeValidatableResource
aws_iam_role_policy_attachment.server_autoscale_attachment - *terraform.NodeValidatableResource
aws_iam_role_policy_attachment.server_execution_attachment - *terraform.NodeValidatableResource
aws_instance.bastion - *terraform.NodeValidatableResource
aws_internet_gateway.gw - *terraform.NodeValidatableResource
aws_launch_configuration.edgar_launch_configuration - *terraform.NodeValidatableResource
aws_nat_gateway.gw - *terraform.NodeValidatableResource
aws_route.internet_access - *terraform.NodeValidatableResource
aws_route53_record.birb - *terraform.NodeValidatableResource
aws_route53_record.birb_www - *terraform.NodeValidatableResource
aws_route_table.private - *terraform.NodeValidatableResource
aws_route_table_association.private - *terraform.NodeValidatableResource
aws_s3_bucket.birb_edgar_filings - *terraform.NodeValidatableResource
aws_s3_bucket.birb_edgar_indexes - *terraform.NodeValidatableResource
aws_s3_bucket.birb_www - *terraform.NodeValidatableResource
aws_secretsmanager_secret.DATABASE_URI - *terraform.NodeValidatableResource
aws_secretsmanager_secret.ROCKET_DATABASES - *terraform.NodeValidatableResource
aws_secretsmanager_secret_version.DATABASE_URI ce_profile.edgar_instance_profile - *terraform.NodeValidatableResource
aws_iam_policy.autoscale_policy - *terraform.NodeValidatableResource
aws_iam_policy.edgar_resource_access_policy - *terraform.NodeValidatableResource
aws_iam_policy.task_execution_policy - *terraform.NodeValidatableResource
aws_iam_role.autoscale_role - *terraform.NodeValidatableResource
aws_iam_role.edgar_instance_role - *terraform.NodeValidatableResource
aws_iam_role.edgar_service_role - *terraform.NodeValidatableResource
aws_iam_role.task_execution_role - *terraform.NodeValidatableResource
aws_iam_role_policy_attachment.edgar_instance_role_attachment - *terraform.NodeValidatableResource
aws_iam_role_policy_attachment.edgar_resource_access_attachment - *terraform.NodeValidatableResource
aws_iam_role_policy_attachment.edgar_service_role_attachment - *terraform.NodeValidatableResource
aws_iam_role_policy_attachment.server_autoscale_attachment - *terraform.NodeValidatableResource
aws_iam_role_policy_attachment.server_execution_attachment - *terraform.NodeValidatableResource
aws_instance.bastion - *terraform.NodeValidatableResource
aws_internet_gateway.gw - *terraform.NodeValidatableResource
aws_launch_configuration.edgar_launch_configuration - *terraform.NodeValidatableResource
aws_nat_gateway.gw - *terraform.NodeValidatableResource
aws_route.internet_access - *terraform.NodeValidatableResource
aws_route53_record.birb - *terraform.NodeValidatableResource
aws_route53_record.birb_www - *terraform.NodeValidatableResource
aws_route_table.private - *terraform.NodeValidatableResource
aws_route_table_association.private - *terraform.NodeValidatableResource
aws_s3_bucket.birb_edgar_filings - *terraform.NodeValidatableResource
aws_s3_bucket.birb_edgar_indexes - *terraform.NodeValidatableResource
aws_s3_bucket.birb_www - *terraform.NodeValidatableResource
aws_secretsmanager_secret.DATABASE_URI - *terraform.NodeValidatableResource
aws_secretsmanager_secret.ROCKET_DATABASES - *terraform.NodeValidatableResource
aws_secretsmanager_secret_version.DATABASE_URIrver_task - *terraform.NodeValidatableResource
aws_eip.gw - *terraform.NodeValidatableResource
aws_iam_instance_profile.edgar_instance_profile - *terraform.NodeValidatableResource
aws_iam_policy.autoscale_policy - *terraform.NodeValidatableResource
aws_iam_policy.edgar_resource_access_policy - *terraform.NodeValidatableResource
aws_iam_policy.task_execution_policy - *terraform.NodeValidatableResource
aws_iam_role.autoscale_role - *terraform.NodeValidatableResource
aws_iam_role.edgar_instance_role - *terraform.NodeValidatableResource
aws_iam_role.edgar_service_role - *terraform.NodeValidatableResource
aws_iam_role.task_execution_role - *terraform.NodeValidatableResource
aws_iam_role_policy_attachment.edgar_instance_role_attachment - *terraform.NodeValidatableResource
aws_iam_role_policy_attachment.edgar_resource_access_attachment - *terraform.NodeValidatableResource
aws_iam_role_policy_attachment.edgar_service_role_attachment - *terraform.NodeValidatableResource
aws_iam_role_policy_attachment.server_autoscale_attachment - *terraform.NodeValidatableResource
aws_iam_role_policy_attachment.server_execution_attachment - *terraform.NodeValidatableResource
aws_instance.bastion - *terraform.NodeValidatableResource
aws_internet_gateway.gw - *terraform.NodeValidatableResource
aws_launch_configuration.edgar_launch_configuration - *terraform.NodeValidatableResource
aws_nat_gateway.gw - *terraform.NodeValidatableResource
aws_route.internet_access - *terraform.NodeValidatableResource
aws_route53_record.birb - *terraform.NodeValidatableResource
aws_route53_record.birb_root - *terraform.NodeAbstractResourceInstance
aws_route53_record.birb_www - *terraform.NodeValidatableResource
aws_route53_record.www - *terraform.NodeAbstractResourceInstance
aws_route_table.private - *terraform.NodeValidatableResource
aws_route_table_association.private - *terraform.NodeValidatableResource
aws_s3_bucket.birb_edgar_filings - *terraform.NodeValidatableResource
aws_s3_bucket.birb_edgar_indexes - *terraform.NodeValidatableResource
aws_s3_bucket.birnsform *terraform.StateTransformer
- *terraform.NodeValidatableResource
aws_eip.gw - *terraform.NodeValidatableResource
aws_iam_instance_profile.edgar_instance_profile - *terraform.NodeValidatableResource
aws_iam_policy.autoscale_policy - *terraform.NodeValidatableResource
aws_iam_policy.edgar_resource_access_policy - *terraform.NodeValidatableResource
aws_iam_policy.task_execution_policy - *terraform.NodeValidatableResource
aws_iam_role.autoscale_role - *terraform.NodeValidatableResource
aws_iam_role.edgar_instance_role - *terraform.NodeValidatableResource
aws_iam_role.edgar_service_role - *terraform.NodeValidatableResource
aws_iam_role.task_execution_role - *terraform.NodeValidatableResource
aws_iam_role_policy_attachment.edgar_instance_role_attachment - *terraform.NodeValidatableResource
aws_iam_role_policy_attachment.edgar_resource_access_attachment - *terraform.NodeValidatableResource
aws_iam_role_policy_attachment.edgar_service_role_attachment - *terraform.NodeValidatableResource
aws_iam_role_policy_attachment.server_autoscale_attachment - *terraform.NodeValidatableResource
aws_iam_role_policy_attachment.server_execution_attachment - *terraform.NodeValidatableResource
aws_instance.bastion - *terraform.NodeValidatableResource
aws_internet_gateway.gw - *terraform.NodeValidatableResource
aws_launch_configuration.edgar_launch_configuration - *terraform.NodeValidatableResource
aws_nat_gateway.gw - *terraform.NodeValidatableResource
aws_route.internet_access - *terraform.NodeValidatableResource
aws_route53_record.birb - *terraform.NodeValidatableResource
aws_route53_record.birb_root - *terraform.NodeAbstractResourceInstance
aws_route53_record.birb_www - *terraform.NodeValidatableResource
aws_route53_record.www - *terraform.NodeAbstractResourceInstance
aws_route_table.private - *terraform.NodeValidatableResource
aws_route_table_association.private - *terraform.NodeValidatableResource
aws_s3_bucket.birb_edgar_filings - *terraform.NodeValidatableResource
aws_s3_bucket.birb_edgar_indexes - *terraform.NodeValidatableResource
aws_s3_bucket.birb_root - *terraform.NodeAbstractResourceInstance
aws_s3_bucket.birb_www - *terraform.NodeValidatableResource
aws_secretsmanager_secret.DATABASE_URI - *terraform.NodeValidatableResource
aws_secretsmanager_secret.ROCKET_DATABASES - *terraform.NodeValidatableResource
aws_secretsmanager_secret_version.DATABASE_URI - *terraform.NodeValidatableResource
aws_secretsmanager_secret_version.ROCKET_DATABASES - *terraform.NodeValidatableResource
aws_security_group.bastion - *terraform.NodeValidatableResource
aws_security_group.birb-edgar - *terraform.NodeValidatableResource
aws_security_group.ecs_tasks - *terraform.NodeValidatableResource
aws_security_group.lb - *terraform.NodeValidatableResource
aws_security_group.rds_security_group - *terraform.NodeValidatableResource
aws_subnet.private - *terraform.NodeValidatableResource
aws_subnet.public - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
data.aws_availability_zones.available - *terraform.NodeValidatableResource
data.aws_iam_policy_document.ecs-instance-policy - *terraform.NodeValidatableResource
data.aws_iam_policy_document.edgar_service_policy - *terraform.NodeValidatableResource
data.aws_route53_zone.birb - *terraform.NodeValidatableResource
data.template_file.birb_edgar_app - *terraform.NodeValidatableResource
data.template_file.birb_server_app - *terraform.NodeValidatableResource
data.terraform_remote_state.network - *terraform.NodeValidatableResource
local.instance-userdata - *terraform.NodeLocal
local_file.bastion_ip_address - *terraform.NodeValidatableResource
local_file.rds_db_address - *terraform.NodeValidatableResource
local_file.rds_db_name - *terraform.NodeValidatableResource
local_file.rds_db_password - *terraform.NodeValidatableResource
local_file.rds_db_port - *terraform.NodeValidatableResource
local_file.rds_db_username - *terraform.NodeValidatableResource
output.alb_hostname - *terraform.NodeApplyableOutput
output.bastion_ip_address - *terraform.NodeApplyableOutput
var.DATABASE_URI - *terraform.NodeRootVariable
var.ROCKET_DATABA_task - *terraform.NodeValidatableResource
aws_eip.gw - *terraform.NodeValidatableResource
aws_iam_instance_profile.edgar_instance_profile - *terraform.NodeValidatableResource
aws_iam_policy.autoscale_policy - *terraform.NodeValidatableResource
aws_iam_policy.edgar_resource_access_policy - *terraform.NodeValidatableResource
aws_iam_policy.task_execution_policy - *terraform.NodeValidatableResource
aws_iam_role.autoscale_role - *terraform.NodeValidatableResource
aws_iam_role.edgar_instance_role - *terraform.NodeValidatableResource
aws_iam_role.edgar_service_role - *terraform.NodeValidatableResource
aws_iam_role.task_execution_role - *terraform.NodeValidatableResource
aws_iam_role_policy_attachment.edgar_instance_role_attachment - *terraform.NodeValidatableResource
aws_iam_role_policy_attachment.edgar_resource_access_attachment - *terraform.NodeValidatableResource
aws_iam_role_policy_attachment.edgar_service_role_attachment - *terraform.NodeValidatableResource
aws_iam_role_policy_attachment.server_autoscale_attachment - *terraform.NodeValidatableResource
aws_iam_role_policy_attachment.server_execution_attachment - *terraform.NodeValidatableResource
aws_instance.bastion - *terraform.NodeValidatableResource
aws_internet_gateway.gw - *terraform.NodeValidatableResource
aws_launch_configuration.edgar_launch_configuration - *terraform.NodeValidatableResource
aws_nat_gateway.gw - *terraform.NodeValidatableResource
aws_route.internet_access - *terraform.NodeValidatableResource
aws_route53_record.birb - *terraform.NodeValidatableResource
aws_route53_record.birb_root - *terraform.NodeAbstractResourceInstance
aws_route53_record.birb_www - *terraform.NodeValidatableResource
aws_route53_record.www - *terraform.NodeAbstractResourceInstance
aws_route_table.private - *terraform.NodeValidatableResource
aws_route_table_association.private - *terraform.NodeValidatableResource
aws_s3_bucket.birb_edgar_filings - *terraform.NodeValidatableResource
aws_s3_bucket.birb_edgar_indexes - *terraform.NodeValidatableResource
aws_s3_bucket.birb_root - *terraform.NodeAbstractResourceInstance
aws_s3_bucket.birb_www - *terraform.NodeValidatableResource
aws_secretsmanager_secret.DATABASE_URI - *terraform.NodeValidatableResource
aws_secretsmanager_secret.ROCKET_DATABASES - *terraform.NodeValidatableResource
aws_secretsmanager_secret_version.DATABASE_URI - *terraform.NodeValidatableResource
aws_secretsmanager_secret_version.ROCKET_DATABASES - *terraform.NodeValidatableResource
aws_security_group.bastion - *terraform.NodeValidatableResource
aws_security_group.birb-edgar - *terraform.NodeValidatableResource
aws_security_group.ecs_tasks - *terraform.NodeValidatableResource
aws_security_group.lb - *terraform.NodeValidatableResource
aws_security_group.rds_security_group - *terraform.NodeValidatableResource
aws_subnet.private - *terraform.NodeValidatableResource
aws_subnet.public - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
data.aws_availability_zones.available - *terraform.NodeValidatableResource
data.aws_iam_policy_document.ecs-instance-policy - *terraform.NodeValidatableResource
data.aws_iam_policy_document.edgar_service_policy - *terraform.NodeValidatableResource
data.aws_route53_zone.birb - *terraform.NodeValidatableResource
data.template_file.birb_edgar_app - *terraform.NodeValidatableResource
data.template_file.birb_server_app - *terraform.NodeValidatableResource
data.terraform_remote_state.network - *terraform.NodeValidatableResource
local.instance-userdata - *terraform.NodeLocal
local_file.bastion_ip_address - *terraform.NodeValidatableResource
local_file.rds_db_address - *terraform.NodeValidatableResource
local_file.rds_db_name - *terraform.NodeValidatableResource
local_file.rds_db_password - *terraform.NodeValidatableResource
local_file.rds_db_port - *terraform.NodeValidatableResource
local_file.rds_db_username - *terraform.NodeValidatableResource
output.alb_hostname - *terraform.NodeApplyableOutput
output.bastion_ip_address - *terraform.NodeApplyableOutput
provisioner.local-exec - *terraform.NodeProvisioner
var.DA *terraform.NodeValidatableResource
aws_eip.gw - *terraform.NodeValidatableResource
aws_iam_instance_profile.edgar_instance_profile - *terraform.NodeValidatableResource
provisioner.local-exec - *terraform.NodeProvisioner
aws_iam_policy.autoscale_policy - *terraform.NodeValidatableResource
aws_iam_policy.edgar_resource_access_policy - *terraform.NodeValidatableResource
aws_iam_policy.task_execution_policy - *terraform.NodeValidatableResource
aws_iam_role.autoscale_role - *terraform.NodeValidatableResource
aws_iam_role.edgar_instance_role - *terraform.NodeValidatableResource
aws_iam_role.edgar_service_role - *terraform.NodeValidatableResource
aws_iam_role.task_execution_role - *terraform.NodeValidatableResource
aws_iam_role_policy_attachment.edgar_instance_role_attachment - *terraform.NodeValidatableResource
aws_iam_role_policy_attachment.edgar_resource_access_attachment - *terraform.NodeValidatableResource
aws_iam_role_policy_attachment.edgar_service_role_attachment - *terraform.NodeValidatableResource
aws_iam_role_policy_attachment.server_autoscale_attachment - *terraform.NodeValidatableResource
aws_iam_role_policy_attachment.server_execution_attachment - *terraform.NodeValidatableResource
aws_instance.bastion - *terraform.NodeValidatableResource
aws_internet_gateway.gw - *terraform.NodeValidatableResource
aws_launch_configuration.edgar_launch_configuration - *terraform.NodeValidatableResource
aws_nat_gateway.gw - *terraform.NodeValidatableResource
aws_route.internet_access - *terraform.NodeValidatableResource
aws_route53_record.birb - *terraform.NodeValidatableResource
aws_route53_record.birb_root - *terraform.NodeAbstractResourceInstance
aws_route53_record.birb_www - *terraform.NodeValidatableResource
aws_route53_record.www - *terraform.NodeAbstractResourceInstance
aws_route_table.private - *terraform.NodeValidatableResource
aws_route_table_association.private - *terraform.NodeValidatableResource
aws_s3_bucket.birb_edgar_filings - *terraform.NodeValidatableResource
aws_s3_bucket.birb_edgar_indexes - *terraform.NodeValidatableResource
aws_s3_bucket.birb_root - *terraform.NodeAbstractResourceInstance
aws_s3_bucket.birb_www - *terraform.NodeValidatableResource
aws_secretsmanager_secret.DATABASE_URI - *terraform.NodeValidatableResource
aws_secretsmanager_secret.ROCKET_DATABASES - *terraform.NodeValidatableResource
aws_secretsmanager_secret_version.DATABASE_URI - *terraform.NodeValidatableResource
aws_secretsmanager_secret_version.ROCKET_DATABASES - *terraform.NodeValidatableResource
aws_security_group.bastion - *terraform.NodeValidatableResource
aws_security_group.birb-edgar - *terraform.NodeValidatableResource
aws_security_group.ecs_tasks - *terraform.NodeValidatableResource
aws_security_group.lb - *terraform.NodeValidatableResource
aws_security_group.rds_security_group - *terraform.NodeValidatableResource
aws_subnet.private - *terraform.NodeValidatableResource
aws_subnet.public - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
data.aws_availability_zones.available - *terraform.NodeValidatableResource
data.aws_iam_policy_document.ecs-instance-policy - *terraform.NodeValidatableResource
data.aws_iam_policy_document.edgar_service_policy - *terraform.NodeValidatableResource
data.aws_route53_zone.birb - *terraform.NodeValidatableResource
data.template_file.birb_edgar_app - *terraform.NodeValidatableResource
data.template_file.birb_server_app - *terraform.NodeValidatableResource
data.terraform_remote_state.network - *terraform.NodeValidatableResource
local.instance-userdata - *terraform.NodeLocal
local_file.bastion_ip_address - *terraform.NodeValidatableResource
local_file.rds_db_address - *terraform.NodeValidatableResource
local_file.rds_db_name - *terraform.NodeValidatableResource
local_file.rds_db_password - *terraform.NodeValidatableResource
local_file.rds_db_port - *terraform.NodeValidatableResource
local_file.rds_db_username - *terraform.NodeValidatableResource
output.alb_hostname - *terraform.NodeApplyableOutput
output.bastion_ip_address - *terraform.NodeApplyableOutput
provisionersk_definition.server_task - *terraform.NodeValidatableResource
aws_eip.gw - *terraform.NodeValidatableResource
aws_iam_instance_profile.edgar_instance_profile - *terraform.NodeValidatableResource
provisioner.local-exec - *terraform.NodeProvisioner
aws_iam_policy.autoscale_policy - *terraform.NodeValidatableResource
aws_iam_policy.edgar_resource_access_policy - *terraform.NodeValidatableResource
aws_iam_policy.task_execution_policy - *terraform.NodeValidatableResource
aws_iam_role.autoscale_role - *terraform.NodeValidatableResource
aws_iam_role.edgar_instance_role - *terraform.NodeValidatableResource
aws_iam_role.edgar_service_role - *terraform.NodeValidatableResource
aws_iam_role.task_execution_role - *terraform.NodeValidatableResource
aws_iam_role_policy_attachment.edgar_instance_role_attachment - *terraform.NodeValidatableResource
aws_iam_role_policy_attachment.edgar_resource_access_attachment - *terraform.NodeValidatableResource
aws_iam_role_policy_attachment.edgar_service_role_attachment - *terraform.NodeValidatableResource
aws_iam_role_policy_attachment.server_autoscale_attachment - *terraform.NodeValidatableResource
aws_iam_role_policy_attachment.server_execution_attachment - *terraform.NodeValidatableResource
aws_instance.bastion - *terraform.NodeValidatableResource
aws_internet_gateway.gw - *terraform.NodeValidatableResource
aws_launch_configuration.edgar_launch_configuration - *terraform.NodeValidatableResource
aws_nat_gateway.gw - *terraform.NodeValidatableResource
aws_route.internet_access - *terraform.NodeValidatableResource
aws_route53_record.birb - *terraform.NodeValidatableResource
aws_route53_record.birb_root - *terraform.NodeAbstractResourceInstance
aws_route53_record.birb_www - *terraform.NodeValidatableResource
aws_route53_record.www - *terraform.NodeAbstractResourceInstance
aws_route_table.private - *terraform.NodeValidatableResource
aws_route_table_association.private - *terraform.NodeValidatableResource
aws_s3_bucket.birb_edgar_filings - *terraform.NodeValidatableResource
aws_s3_bucket.birb_edgar_indexes - *terraform.NodeValidatableResource
aws_s3_bucket.birb_root - *terraform.NodeAbstractResourceInstance
aws_s3_bucket.birb_www - *terraform.NodeValidatableResource
aws_secretsmanager_secret.DATABASE_URI - *terraform.NodeValidatableResource
aws_secretsmanager_secret.ROCKET_DATABASES - *terraform.NodeValidatableResource
aws_secretsmanager_secret_version.DATABASE_URI - *terraform.NodeValidatableResource
aws_secretsmanager_secret_version.ROCKET_DATABASES - *terraform.NodeValidatableResource
aws_security_group.bastion - *terraform.NodeValidatableResource
aws_security_group.birb-edgar - *terraform.NodeValidatableResource
aws_security_group.ecs_tasks - *terraform.NodeValidatableResource
aws_security_group.lb - *terraform.NodeValidatableResource
aws_security_group.rds_security_group - *terraform.NodeValidatableResource
aws_subnet.private - *terraform.NodeValidatableResource
aws_subnet.public - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
data.aws_availability_zones.available - *terraform.NodeValidatableResource
data.aws_iam_policy_document.ecs-instance-policy - *terraform.NodeValidatableResource
data.aws_iam_policy_document.edgar_service_policy - *terraform.NodeValidatableResource
data.aws_route53_zone.birb - *terraform.NodeValidatableResource
data.template_file.birb_edgar_app - *terraform.NodeValidatableResource
data.template_file.birb_server_app - *terraform.NodeValidatableResource
data.terraform_remote_state.network - *terraform.NodeValidatableResource
local.instance-userdata - *terraform.NodeLocal
local_file.bastion_ip_address - *terraform.NodeValidatableResource
local_file.rds_db_address - *terraform.NodeValidatableResource
local_file.rds_db_name - *terraform.NodeValidatableResource
local_file.rds_db_password - *terraform.NodeValidatableResource
local_file.rds_db_port - *terraform.NodeValidatableResource
local_file.rds_db_username - *terraform.NodeValidatableResource
output.alb_hostname - *terraform.NodeApplyableOutput
output.bastion_ip_address - *terraform.Node2019/08/13 09:48:01 [DEBUG] adding implicit provider configuration provider.template, implied first by data.template_file.birb_edgar_app
2019/08/13 09:48:01 [DEBUG] adding implicit provider configuration provider.local, implied first by local_file.rds_db_name
2019/08/13 09:48:01 [DEBUG] adding implicit provider configuration provider.terraform, implied first by data.terraform_remote_state.network
ask_definition.server_task - *terraform.NodeValidatableResource
aws_eip.gw - *terraform.NodeValidatableResource
aws_iam_instance_profile.edgar_instance_profile - *terraform.NodeValidatableResource
provisioner.local-exec - *terraform.NodeProvisioner
aws_iam_policy.autoscale_policy - *terraform.NodeValidatableResource
aws_iam_policy.edgar_resource_access_policy - *terraform.NodeValidatableResource
aws_iam_policy.task_execution_policy - *terraform.NodeValidatableResource
aws_iam_role.autoscale_role - *terraform.NodeValidatableResource
aws_iam_role.edgar_instance_role - *terraform.NodeValidatableResource
aws_iam_role.edgar_service_role - *terraform.NodeValidatableResource
aws_iam_role.task_execution_role - *terraform.NodeValidatableResource
aws_iam_role_policy_attachment.edgar_instance_role_attachment - *terraform.NodeValidatableResource
aws_iam_role_policy_attachment.edgar_resource_access_attachment - *terraform.NodeValidatableResource
aws_iam_role_policy_attachment.edgar_service_role_attachment - *terraform.NodeValidatableResource
aws_iam_role_policy_attachment.server_autoscale_attachment - *terraform.NodeValidatableResource
aws_iam_role_policy_attachment.server_execution_attachment - *terraform.NodeValidatableResource
aws_instance.bastion - *terraform.NodeValidatableResource
aws_internet_gateway.gw - *terraform.NodeValidatableResource
aws_launch_configuration.edgar_launch_configuration - *terraform.NodeValidatableResource
aws_nat_gateway.gw - *terraform.NodeValidatableResource
aws_route.internet_access - *terraform.NodeValidatableResource
aws_route53_record.birb - *terraform.NodeValidatableResource
aws_route53_record.birb_root - *terraform.NodeAbstractResourceInstance
aws_route53_record.birb_www - *terraform.NodeValidatableResource
aws_route53_record.www - *terraform.NodeAbstractResourceInstance
aws_route_table.private - *terraform.NodeValidatableResource
aws_route_table_association.private - *terraform.NodeValidatableResource
aws_s3_bucket.birb_edgar_filings - *terraform.NodeValidatableResource
aws_s3_bucket.birb_edgar_indexes - *terraform.NodeValidatableResource
aws_s3_bucket.birb_root - *terraform.NodeAbstractResourceInstance
aws_s3_bucket.birb_www - *terraform.NodeValidatableResource
aws_secretsmanager_secret.DATABASE_URI - *terraform.NodeValidatableResource
aws_secretsmanager_secret.ROCKET_DATABASES - *terraform.NodeValidatableResource
aws_secretsmanager_secret_version.DATABASE_URI - *terraform.NodeValidatableResource
aws_secretsmanager_secret_version.ROCKET_DATABASES - *terraform.NodeValidatableResource
aws_security_group.bastion - *terraform.NodeValidatableResource
aws_security_group.birb-edgar - *terraform.NodeValidatableResource
aws_security_group.ecs_tasks - *terraform.NodeValidatableResource
aws_security_group.lb - *terraform.NodeValidatableResource
aws_security_group.rds_security_group - *terraform.NodeValidatableResource
aws_subnet.private - *terraform.NodeValidatableResource
aws_subnet.public - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
data.aws_availability_zones.available - *terraform.NodeValidatableResource
data.aws_iam_policy_document.ecs-instance-policy - *terraform.NodeValidatableResource
data.aws_iam_policy_document.edgar_service_policy - *terraform.NodeValidatableResource
data.aws_route53_zone.birb - *terraform.NodeValidatableResource
data.template_file.birb_edgar_app - *terraform.NodeValidatableResource
data.template_file.birb_server_app - *terraform.NodeValidatableResource
data.terraform_remote_state.network - *terraform.NodeValidatableResource
local.instance-userdata - *terraform.NodeLocal
local_file.bastion_ip_address - *terraform.NodeValidatableResource
local_file.rds_db_address - *terraform.NodeValidatableResource
local_file.rds_db_name - *terraform.NodeValidatableResource
local_file.rds_db_password - *terraform.NodeValidatableResource
local_file.rds_db_port - *terraform.NodeValidatableResource
local_file.rds_db_username - *terraform.NodeValidatableResource
output.alb_hostname - *terraform.NodeApplyableOutput
output.bastion_ip_address - *terraform.Nod2019/08/13 09:48:01 [DEBUG] ProviderTransformer: "aws_ecs_cluster.edgar_cluster" (*terraform.NodeValidatableResource) needs provider.aws
2019/08/13 09:48:01 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_iam_role.task_execution_role
2019/08/13 09:48:01 [DEBUG] ProviderTransformer: "aws_iam_role.task_execution_role" (*terraform.NodeValidatableResource) needs provider.aws
2019/08/13 09:48:01 [DEBUG] ProviderTransformer: "aws_s3_bucket.birb_www" (*terraform.NodeValidatableResource) needs provider.aws
2019/08/13 09:48:01 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_appautoscaling_target.server_autoscaling_target
2019/08/13 09:48:01 [DEBUG] ProviderTransformer: "aws_appautoscaling_target.server_autoscaling_target" (*terraform.NodeValidatableResource) needs provider.aws
2019/08/13 09:48:01 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_launch_configuration.edgar_launch_configuration
2019/08/13 09:48:01 [DEBUG] ProviderTransformer: "aws_launch_configuration.edgar_launch_configuration" (*terraform.NodeValidatableResource) needs provider.aws
2019/08/13 09:48:01 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_alb_listener.redirect_to_ssl
2019/08/13 09:48:01 [DEBUG] ProviderTransformer: "aws_alb_listener.redirect_to_ssl" (*terraform.NodeValidatableResource) needs provider.aws
2019/08/13 09:48:01 [DEBUG] ProviderTransformer: "local_file.rds_db_username" (*terraform.NodeValidatableResource) needs provider.local
2019/08/13 09:48:01 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_appautoscaling_policy.server_scale_down
2019/08/13 09:48:01 [DEBUG] ProviderTransformer: "aws_appautoscaling_policy.server_scale_down" (*terraform.NodeValidatableResource) needs provider.aws
2019/08/13 09:48:01 [DEBUG] ProviderTransformer: "aws_cloudwatch_log_stream.server_log_stream" (*terraform.NodeValidatableResource) needs provider.aws
2019/08/13 09:48:01 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_security_group.ecs_tasks
2019/08/13 09:48:01 [DEBUG] ProviderTransformer: "aws_security_group.ecs_tasks" (*terraform.NodeValidatableResource) needs provider.aws
2019/08/13 09:48:01 [DEBUG] ProviderTransformer: "aws_s3_bucket.birb_edgar_indexes" (*terraform.NodeValidatableResource) needs provider.aws
2019/08/13 09:48:01 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_iam_role.edgar_instance_role
2019/08/13 09:48:01 [DEBUG] ProviderTransformer: "aws_iam_role.edgar_instance_role" (*terraform.NodeValidatableResource) needs provider.aws
2019/08/13 09:48:01 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_route53_record.birb_root
2019/08/13 09:48:01 [DEBUG] ProviderTransformer: "aws_route53_record.birb_root" (*terraform.NodeAbstractResourceInstance) needs provider.aws
2019/08/13 09:48:01 [DEBUG] ProviderTransformer: "aws_vpc.main" (*terraform.NodeValidatableResource) needs provider.aws
2019/08/13 09:48:01 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_cloudwatch_log_group.server_log_group
2019/08/13 09:48:01 [DEBUG] ProviderTransformer: "aws_cloudwatch_log_group.server_log_group" (*terraform.NodeValidatableResource) needs provider.aws
2019/08/13 09:48:01 [DEBUG] ProviderTransformer: "aws_cloudfront_distribution.birb_www_distribution" (*terraform.NodeValidatableResource) needs provider.aws
2019/08/13 09:48:01 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_ecr_repository.server_repo
2019/08/13 09:48:01 [DEBUG] ProviderTransformer: "aws_ecr_repository.server_repo" (*terraform.NodeValidatableResource) needs provider.aws
2019/08/13 09:48:01 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_cloudwatch_log_group.edgar_log_group
2019/08/13 09:48:01 [DEBUG] ProviderTransformer: "aws_cloudwatch_log_group.edgar_log_group" (*terraform.NodeValidatableResource) needs provider.aws
2019/08/13 09:48:01 [DEBUG] ProviderTransformer: "aws_security_group.rds_security_group" (*terraform.NodeValidatableResource) needs provider.aws
2019/08/13 09:48:01 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_internet_gateway.gw
2019/08/13 09:48:01 [DEBUG] ProviderTransformer: "aws_internet_gateway.gw" (*terraform.NodeValidatableResource) needs provider.aws
2019/08/13 09:48:01 [DEBUG] ProviderTransformer: "aws_cloudwatch_log_stream.edgar_log_stream" (*terraform.NodeValidatableResource) needs provider.aws
2019/08/13 09:48:01 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_instance.bastion
2019/08/13 09:48:01 [DEBUG] ProviderTransformer: "aws_instance.bastion" (*terraform.NodeValidatableResource) needs provider.aws
2019/08/13 09:48:01 [DEBUG] ProviderTransformer: "data.aws_route53_zone.birb" (*terraform.NodeValidatableResource) needs provider.aws
2019/08/13 09:48:01 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_ecs_cluster.server_cluster
2019/08/13 09:48:01 [DEBUG] ProviderTransformer: "aws_ecs_cluster.server_cluster" (*terraform.NodeValidatableResource) needs provider.aws
2019/08/13 09:48:01 [DEBUG] ProviderTransformer: "aws_route53_record.birb" (*terraform.NodeValidatableResource) needs provider.aws
2019/08/13 09:48:01 [TRACE] ProviderTransformer: exact match for provider.local serving local_file.rds_db_password
2019/08/13 09:48:01 [DEBUG] ProviderTransformer: "local_file.rds_db_password" (*terraform.NodeValidatableResource) needs provider.local
2019/08/13 09:48:01 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_route53_record.www
2019/08/13 09:48:01 [DEBUG] ProviderTransformer: "aws_route53_record.www" (*terraform.NodeAbstractResourceInstance) needs provider.aws
2019/08/13 09:48:01 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_iam_role.autoscale_role
2019/08/13 09:48:01 [DEBUG] ProviderTransformer: "aws_iam_role.autoscale_role" (*terraform.NodeValidatableResource) needs provider.aws
2019/08/13 09:48:01 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_ecs_service.server_service
2019/08/13 09:48:01 [DEBUG] ProviderTransformer: "aws_ecs_service.server_service" (*terraform.NodeValidatableResource) needs provider.aws
2019/08/13 09:48:01 [TRACE] ProviderTransformer: exact match for provider.terraform serving data.terraform_remote_state.network
2019/08/13 09:48:01 [DEBUG] ProviderTransformer: "data.terraform_remote_state.network" (*terraform.NodeValidatableResource) needs provider.terraform
2019/08/13 09:48:01 [DEBUG] ProviderTransformer: "aws_db_subnet_group.rds_subnet" (*terraform.NodeValidatableResource) needs provider.aws
2019/08/13 09:48:01 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_cloudfront_distribution.birb_root_distribution
2019/08/13 09:48:01 [DEBUG] ProviderTransformer: "aws_cloudfront_distribution.birb_root_distribution" (*terraform.NodeAbstractResourceInstance) needs provider.aws
2019/08/13 09:48:01 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_iam_role_policy_attachment.server_autoscale_attachment
2019/08/13 09:48:01 [DEBUG] ProviderTransformer: "aws_iam_role_policy_attachment.server_autoscale_attachment" (*terraform.NodeValidatableResource) needs provider.aws
erraform.NodeApplyableProvider
aws_cloudwatch_metric_alarm.server_cpu_utilization_low - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_db_instance.rds_instance - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_db_subnet_group.rds_subnet - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_ecr_repository.edgar_repo - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_ecr_repository.server_repo - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_ecs_cluster.edgar_cluster - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_ecs_cluster.server_cluster - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_ecs_service.edgar_service - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_ecs_service.server_service - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_ecs_task_definition.edgar_task - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_ecs_task_definition.server_task - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_eip.gw - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_instance_profile.edgar_instance_profile - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
aws_iam_policy.autoscale_policy - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy.edgar_resource_access_policy - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy.task_execution_policy - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.autoscale_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.edgar_instance_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.edgar_service_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.task_execution_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy_attachment.edgar_instance_role_attachment - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy_attachment.edgar_resource_access_attachment - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy_attachment.edgar_service_role_attachment - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy_attachment.server_autoscale_attachment - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy_attachment.server_execution_attachment - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_instance.bastion - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_internet_gateway.gw - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_launch_configuration.edgar_launch_configuration - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_nat_gateway.gw - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_route.internet_access - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_route53_record.birb - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_route53_record.birb_root - *terraform.NodeAbstractResourceInstance
provider.aws - *terraform.NodeApplyableProvider
aws_route53_record.birb_www - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_route53_record.www - *terraform.NodeAbstractResourceInstance
provider.aws - *terraform.NodeApplyableProvider
aws_route_table.private - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_route_table_association.private - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket.birb_edgar_filings - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket.birb_edgar_indexes - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket.birb_root - *terraform.NodeAbstractResourceInstance
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket.birb_www - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_secretsmanager_secret.DATABASE_URI - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_secretsmanager_secret.ROCKET_DATABASES - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_secretsmanager_secret_version.DATABASE_URI - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_secretsmanager_secret_version.ROCKET_DATABASES - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.bastion - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.birb-edgar - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.ecs_tasks - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.lb - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.rds_security_group - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_subnet.private - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_subnet.public - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_vpc.main - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_availability_zones.available - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_policy_document.ecs-instance-policy - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_policy_document.edgar_service_policy - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_route53_zone.birb - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.template_file.birb_edgar_app - *terraform.NodeValidatableResource
provider.template - *terraform.NodeApplyableProvider
data.template_file.birb_server_app - *terraform.NodeValidatableResource
provider.template - *terraform.NodeApplyableProvider
data.terraform_remote_state.network - *terraform.NodeValidatableResource
provider.terraform - *terraform.NodeApplyableProvider
local.instance-userdata - *terraform.NodeLocal
local_file.bastion_ip_address - *terraform.NodeValidatableResource
provider.local - *terraform.NodeApplyableProvider
local_file.rds_db_address - *terraform.NodeValidatableResource
provider.local - *terraform.NodeApplyableProvider
local_file.rds_db_name - *terraform.NodeValidatableResource
provider.local - *terraform.NodeApplyableProvider
local_file.rds_db_password - *terraform.NodeValidatableResource
provider.local - *terraform.NodeApplyableProvider
local_file.rds_db_port - *terraform.NodeValidatableResource
provider.local - *terraform.NodeApplyableProvider
local_file.rds_db_username - *terraform.NodeValidatableResource
provider.local - *terraform.NodeApplyableProvider
output.alb_hostname - *terraform.NodeApplyableOutput
output.bastion_ip_address - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
provider.lProvider
aws_cloudwatch_metric_alarm.server_cpu_utilization_low - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_db_instance.rds_instance - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_db_subnet_group.rds_subnet - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_ecr_repository.edgar_repo - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_ecr_repository.server_repo - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_ecs_cluster.edgar_cluster - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_ecs_cluster.server_cluster - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_ecs_service.edgar_service - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_ecs_service.server_service - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_ecs_task_definition.edgar_task - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_ecs_task_definition.server_task - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_eip.gw - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_instance_profile.edgar_instance_profile - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
aws_iam_policy.autoscale_policy - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy.edgar_resource_access_policy - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy.task_execution_policy - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.autoscale_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.edgar_instance_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.edgar_service_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.task_execution_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy_attachment.edgar_instance_role_attachment - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy_attachment.edgar_resource_access_attachment - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy_attachment.edgar_service_role_attachment - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy_attachment.server_autoscale_attachment - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy_attachment.server_execution_attachment - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_instance.bastion - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_internet_gateway.gw - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_launch_configuration.edgar_launch_configuration - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_nat_gateway.gw - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_route.internet_access - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_route53_record.birb - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_route53_record.birb_root - *terraform.NodeAbstractResourceInstance
provider.aws - *terraform.NodeApplyableProvider
aws_route53_record.birb_www - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_route53_record.www - *terraform.NodeAbstractResourceInstance
provider.aws - *terraform.NodeApplyableProvider
aws_route_table.private - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_route_table_association.private - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket.birb_edgar_filings - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket.birb_edgar_indexes - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket.birb_root - *terraform.NodeAbstractResourceInstance
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket.birb_www - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_secretsmanager_secret.DATABASE_URI - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_secretsmanager_secret.ROCKET_DATABASES - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_secretsmanager_secret_version.DATABASE_URI - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_secretsmanager_secret_version.ROCKET_DATABASES - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.bastion - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.birb-edgar - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.ecs_tasks - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.lb - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.rds_security_group - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_subnet.private - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_subnet.public - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_vpc.main - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_availability_zones.available - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_policy_document.ecs-instance-policy - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_policy_document.edgar_service_policy - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_route53_zone.birb - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.template_file.birb_edgar_app - *terraform.NodeValidatableResource
provider.template - *terraform.NodeApplyableProvider
data.template_file.birb_server_app - *terraform.NodeValidatableResource
provider.template - *terraform.NodeApplyableProvider
data.terraform_remote_state.network - *terraform.NodeValidatableResource
provider.terraform - *terraform.NodeApplyableProvider
local.instance-userdata - *terraform.NodeLocal
local_file.bastion_ip_address - *terraform.NodeValidatableResource
provider.local - *terraform.NodeApplyableProvider
local_file.rds_db_address - *terraform.NodeValidatableResource
provider.local - *terraform.NodeApplyableProvider
local_file.rds_db_name - *terraform.NodeValidatableResource
provider.local - *terraform.NodeApplyableProvider
local_file.rds_db_password - *terraform.NodeValidatableResource
provider.local - *terraform.NodeApplyableProvider
local_file.rds_db_port - *terraform.NodeValidatableResource
provider.local - *terraform.NodeApplyableProvider
local_file.rds_db_username - *terraform.NodeValidatableResource
provider.local - *terraform.NodeApplyableProvider
output.alb_hostname - *terraform.NodeApplyableOutput
output.bastion_ip_address - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
provider.local - *terraform.Node2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_iam_policy.edgar_resource_access_policy" references: [aws_cloudwatch_log_group.edgar_log_group aws_cloudwatch_log_stream.edgar_log_stream aws_secretsmanager_secret.DATABASE_URI aws_s3_bucket.birb_edgar_filings aws_s3_bucket.birb_edgar_indexes]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_route.internet_access" references: [aws_vpc.main aws_internet_gateway.gw]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "data.aws_availability_zones.available" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_secretsmanager_secret_version.DATABASE_URI" references: [var.DATABASE_URI aws_secretsmanager_secret.DATABASE_URI]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_route_table.private" references: [var.az_count aws_vpc.main aws_nat_gateway.gw]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "local_file.rds_db_port" references: [aws_db_instance.rds_instance]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_s3_bucket.birb_edgar_indexes" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_cloudfront_distribution.birb_root_distribution" references: [aws_s3_bucket.birb_root aws_s3_bucket.birb_root]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_iam_role_policy_attachment.edgar_instance_role_attachment" references: [aws_iam_role.edgar_instance_role]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_iam_policy.task_execution_policy" references: [aws_ecs_cluster.server_cluster aws_cloudwatch_log_group.server_log_group aws_cloudwatch_log_stream.server_log_stream aws_secretsmanager_secret.ROCKET_DATABASES]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_ecs_task_definition.server_task" references: [data.template_file.birb_server_app aws_iam_role.task_execution_role var.birb_server_cpu var.birb_server_memory]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_iam_role.edgar_instance_role" references: [data.aws_iam_policy_document.ecs-instance-policy]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_iam_role_policy_attachment.server_autoscale_attachment" references: [aws_iam_role.autoscale_role aws_iam_policy.autoscale_policy aws_iam_role.autoscale_role]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_eip.gw" references: [aws_internet_gateway.gw var.az_count]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_cloudwatch_log_group.server_log_group" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_s3_bucket.birb_root" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_cloudwatch_metric_alarm.server_cpu_utilization_low" references: [aws_ecs_cluster.server_cluster aws_ecs_service.server_service aws_appautoscaling_policy.server_scale_down]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "provider.terraform" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "var.birb_server_memory" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "provisioner.local-exec" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "var.marty_ip_address_1" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "var.environment" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_iam_role_policy_attachment.edgar_service_role_attachment" references: [aws_iam_role.edgar_service_role]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_nat_gateway.gw" references: [var.az_count aws_subnet.public aws_eip.gw]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_alb.server_load_balancer" references: [aws_security_group.lb aws_subnet.public]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_route53_record.birb_root" references: [aws_cloudfront_distribution.birb_root_distribution aws_cloudfront_distribution.birb_root_distribution data.aws_route53_zone.birb]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_route_table_association.private" references: [var.az_count aws_subnet.private aws_route_table.private]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "var.birb_edgar_worker_memory" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "provider.aws" references: [var.aws_region]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_subnet.private" references: [var.az_count aws_vpc.main data.aws_availability_zones.available aws_vpc.main]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_s3_bucket.birb_www" references: [var.root_domain_name var.root_domain_name]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_ecs_service.edgar_service" references: [aws_ecs_cluster.edgar_cluster aws_ecs_task_definition.edgar_task]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_route53_record.birb" references: [data.aws_route53_zone.birb aws_alb.server_load_balancer aws_alb.server_load_balancer]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_security_group.rds_security_group" references: [aws_vpc.main aws_security_group.ecs_tasks aws_security_group.bastion aws_security_group.birb-edgar]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "data.template_file.birb_edgar_app" references: [aws_ecr_repository.edgar_repo var.birb_edgar_worker_cpu var.birb_edgar_worker_memory var.aws_region aws_secretsmanager_secret.DATABASE_URI]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "var.rds_db_name" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "var.rds_instance" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_alb_listener.server_lb_listener" references: [aws_alb.server_load_balancer var.birb_server_certificate_arn aws_alb_target_group.server_target_group]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_iam_role_policy_attachment.edgar_resource_access_attachment" references: [aws_iam_policy.edgar_resource_access_policy aws_iam_role.edgar_instance_role]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_instance.bastion" references: [aws_subnet.public aws_security_group.bastion local.instance-userdata]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "local_file.rds_db_name" references: [aws_db_instance.rds_instance]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "local_file.rds_db_password" references: [var.rds_password]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "data.aws_iam_policy_document.ecs-instance-policy" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "data.aws_iam_policy_document.edgar_service_policy" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_cloudfront_distribution.birb_www_distribution" references: [var.root_domain_name var.www_domain_name var.root_domain_name aws_s3_bucket.birb_www var.www_domain_name var.birb_server_certificate_arn]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "var.birb_edgar_worker_cpu" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_secretsmanager_secret_version.ROCKET_DATABASES" references: [aws_secretsmanager_secret.ROCKET_DATABASES var.ROCKET_DATABASES]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_cloudwatch_log_stream.edgar_log_stream" references: [aws_cloudwatch_log_group.edgar_log_group]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "var.www_domain_name" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_iam_role_policy_attachment.server_execution_attachment" references: [aws_iam_role.task_execution_role aws_iam_policy.task_execution_policy aws_iam_role.task_execution_role]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "local.instance-userdata" references: [var.marty_id_rsa_laptop_1_pub var.marty_id_rsa_laptop_2_pub]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_s3_bucket.birb_edgar_filings" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "output.bastion_ip_address" references: [aws_instance.bastion]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "var.birb_server_cpu" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "local_file.rds_db_address" references: [aws_db_instance.rds_instance]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_security_group.birb-edgar" references: [aws_vpc.main]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_appautoscaling_target.server_autoscaling_target" references: [aws_ecs_cluster.server_cluster aws_ecs_service.server_service aws_iam_role.autoscale_role]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_secretsmanager_secret.ROCKET_DATABASES" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_route53_record.www" references: [aws_cloudfront_distribution.birb_www_distribution data.aws_route53_zone.birb]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "var.root_domain_name" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "var.rds_password" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_iam_instance_profile.edgar_instance_profile" references: [aws_iam_role.edgar_instance_role]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_db_instance.rds_instance" references: [var.rds_password aws_security_group.rds_security_group var.rds_instance var.multi_az aws_db_subnet_group.rds_subnet var.rds_db_name var.rds_username]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_appautoscaling_policy.server_scale_up" references: [aws_appautoscaling_target.server_autoscaling_target aws_ecs_cluster.server_cluster aws_ecs_service.server_service]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_subnet.public" references: [var.az_count aws_vpc.main var.az_count data.aws_availability_zones.available aws_vpc.main]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_cloudwatch_log_stream.server_log_stream" references: [aws_cloudwatch_log_group.server_log_group]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "var.az_count" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "var.marty_ip_address_2" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "provider.template" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_security_group.bastion" references: [aws_vpc.main]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_route53_record.birb_www" references: [data.aws_route53_zone.birb var.root_domain_name aws_cloudfront_distribution.birb_www_distribution aws_cloudfront_distribution.birb_www_distribution]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_internet_gateway.gw" references: [aws_vpc.main]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_vpc.main" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "local_file.bastion_ip_address" references: [aws_instance.bastion]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "var.app_port" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "var.marty_ip_address_3" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "var.app_count" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "var.health_check_path" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "output.alb_hostname" references: [aws_alb.server_load_balancer]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "var.rds_username" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "var.ROCKET_DATABASES" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "var.DATABASE_URI" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_iam_role.edgar_service_role" references: [data.aws_iam_policy_document.edgar_service_policy]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_autoscaling_group.edgar_autoscaling" references: [aws_subnet.private aws_launch_configuration.edgar_launch_configuration]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "data.template_file.birb_server_app" references: [aws_ecr_repository.server_repo var.birb_server_cpu var.birb_server_memory var.aws_region var.app_port aws_secretsmanager_secret.ROCKET_DATABASES]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "var.birb_server_certificate_arn" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "provider.local" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_alb_target_group.server_target_group" references: [aws_vpc.main var.health_check_path]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_launch_configuration.edgar_launch_configuration" references: [aws_security_group.birb-edgar aws_iam_instance_profile.edgar_instance_profile]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "var.multi_az" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_ecs_task_definition.edgar_task" references: [data.template_file.birb_edgar_app aws_iam_role.edgar_instance_role]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_ecr_repository.edgar_repo" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_ecr_repository.server_repo" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "local_file.rds_db_username" references: [var.rds_username]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_ecs_cluster.edgar_cluster" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_alb_listener.redirect_to_ssl" references: [aws_alb.server_load_balancer]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_secretsmanager_secret.DATABASE_URI" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "var.aws_region" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_appautoscaling_policy.server_scale_down" references: [aws_appautoscaling_target.server_autoscaling_target aws_ecs_cluster.server_cluster aws_ecs_service.server_service]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_security_group.ecs_tasks" references: [aws_vpc.main aws_security_group.lb var.app_port var.app_port]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "var.marty_id_rsa_laptop_2_pub" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_cloudwatch_metric_alarm.server_cpu_utilization_high" references: [aws_ecs_cluster.server_cluster aws_ecs_service.server_service aws_appautoscaling_policy.server_scale_up]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_iam_role.autoscale_role" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_security_group.lb" references: [aws_vpc.main]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_iam_role.task_execution_role" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_db_subnet_group.rds_subnet" references: [aws_subnet.private]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "data.aws_route53_zone.birb" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_cloudwatch_log_group.edgar_log_group" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_ecs_service.server_service" references: [aws_alb_listener.server_lb_listener aws_alb_listener.redirect_to_ssl var.app_count aws_ecs_task_definition.server_task aws_ecs_cluster.server_cluster aws_security_group.ecs_tasks aws_subnet.private aws_alb_target_group.server_target_group var.app_port]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_ecs_cluster.server_cluster" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "data.terraform_remote_state.network" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "var.marty_id_rsa_laptop_1_pub" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_iam_policy.autoscale_policy" references: [aws_ecs_cluster.server_cluster aws_ecs_cluster.server_cluster]
s_iam_role.autoscale_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_autoscaling_group.edgar_autoscaling - *terraform.NodeValidatableResource
aws_launch_configuration.edgar_launch_configuration - *terraform.NodeValidatableResource
aws_subnet.private - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_cloudfront_distribution.birb_root_distribution - *terraform.NodeAbstractResourceInstance
aws_s3_bucket.birb_root - *terraform.NodeAbstractResourceInstance
provider.aws - *terraform.NodeApplyableProvider
aws_cloudfront_distribution.birb_www_distribution - *terraform.NodeValidatableResource
aws_s3_bucket.birb_www - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.birb_server_certificate_arn - *terraform.NodeRootVariable
var.root_domain_name - *terraform.NodeRootVariable
var.www_domain_name - *terraform.NodeRootVariable
aws_cloudwatch_log_group.edgar_log_group - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_cloudwatch_log_group.server_log_group - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_cloudwatch_log_stream.edgar_log_stream - *terraform.NodeValidatableResource
aws_cloudwatch_log_group.edgar_log_group - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_cloudwatch_log_stream.server_log_stream - *terraform.NodeValidatableResource
aws_cloudwatch_log_group.server_log_group - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_cloudwatch_metric_alarm.server_cpu_utilization_high - *terraform.NodeValidatableResource
aws_appautoscaling_policy.server_scale_up - *terraform.NodeValidatableResource
aws_ecs_cluster.server_cluster - *terraform.NodeValidatableResource
aws_ecs_service.server_service - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_cloudwatch_metric_alarm.server_cpu_utilization_low - *terraform.NodeValidatableResource
aws_appautoscaling_policy.server_scale_down - *terraform.NodeValidatableResource
aws_ecs_cluster.server_cluster - *terraform.NodeValidatableResource
aws_ecs_service.server_service - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_db_instance.rds_instance - *terraform.NodeValidatableResource
aws_db_subnet_group.rds_subnet - *terraform.NodeValidatableResource
aws_security_group.rds_security_group - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.multi_az - *terraform.NodeRootVariable
var.rds_db_name - *terraform.NodeRootVariable
var.rds_instance - *terraform.NodeRootVariable
var.rds_password - *terraform.NodeRootVariable
var.rds_username - *terraform.NodeRootVariable
aws_db_subnet_group.rds_subnet - *terraform.NodeValidatableResource
aws_subnet.private - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_ecr_repository.edgar_repo - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_ecr_repository.server_repo - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_ecs_cluster.edgar_cluster - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_ecs_cluster.server_cluster - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_ecs_service.edgar_service - *terraform.NodeValidatableResource
aws_ecs_cluster.edgar_cluster - *terraform.NodeValidatableResource
aws_ecs_task_definition.edgar_task - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_ecs_service.server_service - *terraform.NodeValidatableResource
aws_alb_listener.redirect_to_ssl - *terraform.NodeValidatableResource
aws_alb_listener.server_lb_listener - *terraform.NodeValidatableResource
aws_alb_target_group.server_target_group - *terraform.NodeValidatableResource
aws_ecs_cluster.server_cluster - *terraform.NodeValidatableResource
aws_ecs_task_definition.server_task - *terraform.NodeValidatableResource
aws_security_group.ecs_tasks - *terraform.NodeValidatableResource
aws_subnet.private - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.app_count - *terraform.NodeRootVariable
var.app_port - *terraform.NodeRootVariable
aws_ecs_task_definition.edgar_task - *terraform.NodeValidatableResource
aws_iam_role.edgar_instance_role - *terraform.NodeValidatableResource
data.template_file.birb_edgar_app - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_ecs_task_definition.server_task - *terraform.NodeValidatableResource
aws_iam_role.task_execution_role - *terraform.NodeValidatableResource
data.template_file.birb_server_app - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.birb_server_cpu - *terraform.NodeRootVariable
var.birb_server_memory - *terraform.NodeRootVariable
aws_eip.gw - *terraform.NodeValidatableResource
aws_internet_gateway.gw - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.az_count - *terraform.NodeRootVariable
aws_iam_instance_profile.edgar_instance_profile - *terraform.NodeValidatableResource
aws_iam_role.edgar_instance_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
aws_iam_policy.autoscale_policy - *terraform.NodeValidatableResource
aws_ecs_cluster.server_cluster - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy.edgar_resource_access_policy - *terraform.NodeValidatableResource
aws_cloudwatch_log_group.edgar_log_group - *terraform.NodeValidatableResource
aws_cloudwatch_log_stream.edgar_log_stream - *terraform.NodeValidatableResource
aws_s3_bucket.birb_edgar_filings - *terraform.NodeValidatableResource
aws_s3_bucket.birb_edgar_indexes - *terraform.NodeValidatableResource
aws_secretsmanager_secret.DATABASE_URI - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy.task_execution_policy - *terraform.NodeValidatableResource
aws_cloudwatch_log_group.server_log_group - *terraform.NodeValidatableResource
aws_cloudwatch_log_stream.server_log_stream - *terraform.NodeValidatableResource
aws_ecs_cluster.server_cluster - *terraform.NodeValidatableResource
aws_secretsmanager_secret.ROCKET_DATABASES - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.autoscale_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.edgar_instance_role - *terraform.NodeValidatableResource
data.aws_iam_policy_document.ecs-instance-policy - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.edgar_service_role - *terraform.NodeValidatableResource
data.aws_iam_policy_document.edgar_service_policy - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.task_execution_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy_attachment.edgar_instance_role_attachment - *terraform.NodeValidatableResource
aws_iam_role.edgar_instance_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy_attachment.edgar_resource_access_attachment - *terraform.NodeValidatableResource
aws_iam_policy.edgar_resource_access_policy - *terraform.NodeValidatableResource
aws_iam_role.edgar_instance_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy_attachment.edgar_service_role_attachment - *terraform.NodeValidatableResource
aws_iam_role.edgar_service_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy_attachment.server_autoscale_attachment - *terraform.NodeValidatableResource
aws_iam_policy.autoscale_policy - *terraform.NodeValidatableResource
aws_iam_role.autoscale_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy_attachment.server_execution_attachment - *terraform.NodeValidatableResource
aws_iam_policy.task_execution_policy - *terraform.NodeValidatableResource
aws_iam_role.task_execution_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_instance.bastion - *terraform.NodeValidatableResource
aws_security_group.bastion - *terraform.NodeValidatableResource
aws_subnet.public - *terraform.NodeValidatableResource
local.instance-userdata - *terraform.NodeLocal
provider.aws - *terraform.NodeApplyableProvider
aws_internet_gateway.gw - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_launch_configuration.edgar_launch_configuration - *terraform.NodeValidatableResource
aws_iam_instance_profile.edgar_instance_profile - *terraform.NodeValidatableResource
aws_security_group.birb-edgar - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_nat_gateway.gw - *terraform.NodeValidatableResource
aws_eip.gw - *terraform.NodeValidatableResource
aws_subnet.public - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.az_count - *terraform.NodeRootVariable
aws_route.internet_access - *terraform.NodeValidatableResource
aws_internet_gateway.gw - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_route53_record.birb - *terraform.NodeValidatableResource
aws_alb.server_load_balancer - *terraform.NodeValidatableResource
data.aws_route53_zone.birb - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_route53_record.birb_root - *terraform.NodeAbstractResourceInstance
aws_cloudfront_distribution.birb_root_distribution - *terraform.NodeAbstractResourceInstance
data.aws_route53_zone.birb - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_route53_record.birb_www - *terraform.NodeValidatableResource
aws_cloudfront_distribution.birb_www_distribution - *terraform.NodeValidatableResource
data.aws_route53_zone.birb - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.root_domain_name - *terraform.NodeRootVariable
aws_route53_record.www - *terraform.NodeAbstractResourceInstance
aws_cloudfront_distribution.birb_www_distribution - *terraform.NodeValidatableResource
data.aws_route53_zone.birb - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_route_table.private - *terraform.NodeValidatableResource
aws_nat_gateway.gw - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.az_count - *terraform.NodeRootVariable
aws_route_table_association.private - *terraform.NodeValidatableResource
aws_route_table.private - *terraform.NodeValidatableResource
aws_subnet.private - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.az_count - *terraform.NodeRootVariable
aws_s3_bucket.birb_edgar_filings - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket.birb_edgar_indexes - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket.birb_root - *terraform.NodeAbstractResourceInstance
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket.birb_www - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.root_domain_name - *terraform.NodeRootVariable
aws_secretsmanager_secret.DATABASE_URI - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_secretsmanager_secret.ROCKET_DATABASES - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_secretsmanager_secret_version.DATABASE_URI - *terraform.NodeValidatableResource
aws_secretsmanager_secret.DATABASE_URI - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.DATABASE_URI - *terraform.NodeRootVariable
aws_secretsmanager_secret_version.ROCKET_DATABASES - *terraform.NodeValidatableResource
aws_secretsmanager_secret.ROCKET_DATABASES - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.ROCKET_DATABASES - *terraform.NodeRootVariable
aws_security_group.bastion - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.birb-edgar - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.ecs_tasks - *terraform.NodeValidatableResource
aws_security_group.lb - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.app_port - *terraform.NodeRootVariable
aws_security_group.lb - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.rds_security_group - *terraform.NodeValidatableResource
aws_security_group.bastion - *terraform.NodeValidatableResource
aws_security_group.birb-edgar - *terraform.NodeValidatableResource
aws_security_group.ecs_tasks - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_subnet.private - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
data.aws_availability_zones.available - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.az_count - *terraform.NodeRootVariable
aws_subnet.public - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
data.aws_availability_zones.available - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.az_count - *terraform.NodeRootVariable
aws_vpc.main - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_availability_zones.available - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_policy_document.ecs-instance-policy - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_policy_document.edgar_service_policy - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_route53_zone.birb - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.template_file.birb_edgar_app - *terraform.NodeValidatableResource
aws_ecr_repository.edgar_repo - *terraform.NodeValidatableResource
aws_secretsmanager_secret.DATABASE_URI - *terraform.NodeValidatableResource
provider.template - *terraform.NodeApplyableProvider
var.aws_region - *terraform.NodeRootVariable
var.birb_edgar_worker_cpu - *terraform.NodeRootVariable
var.birb_edgar_worker_memory - *terraform.NodeRootVariable
data.template_file.birb_server_app - *terraform.NodeValidatableResource
aws_ecr_repository.server_repo - *terraform.NodeValidatableResource
aws_secretsmanager_secret.ROCKET_DATABASES - *terraform.NodeValidatableResource
provider.template - *terraform.NodeApplyableProvider
var.app_port - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.birb_server_cpu - *terraform.NodeRootVariable
var.birb_server_memory - *terraform.NodeRootVariable
data.terraform_remote_state.network - *terraform.NodeValidatableResource
provider.terraform - *terraform.NodeApplyableProvider
local.instance-userdata - *terraform.NodeLocal
var.marty_id_rsa_laptop_1_pub - *terraform.NodeRootVariable
var.marty_id_rsa_laptop_2_pub - *terraform.NodeRootVariable
local_file.bastion_ip_address - *terraform.NodeValidatableResource
aws_instance.bastion - *terraform.NodeValidatableResource
provider.local - *terraform.NodeApplyableProvider
local_file.rds_db_address - *terraform.NodeValidatableResource
aws_db_instance.rds_instance - *terraform.NodeValidatableResource
provider.local - *terraform.NodeApplyableProvider
local_file.rds_db_name - *terraform.NodeValidatableResource
aws_db_instance.rds_instance - *terraform.NodeValidatableResource
provider.local - *terraform.NodeApplyableProvider
local_file.rds_db_password - *terraform.NodeValidatableResource
provider.local - *terraform.NodeApplyableProvider
var.rds_password - *terraform.NodeRootVariable
local_file.rds_db_port - *terraform.NodeValidatableResource
aws_db_instance.rds_instance - *terraform.NodeValidatableResource
provider.local - *terraform.NodeApplyableProvider
local_file.rds_db_username - *terraform.NodeValidatableResource
provider.local - *terraform.NodeApplyableProvider
var.rds_username - *terraform.NodeRootVariable
output.alb_hostname - *terraform.NodeApplyableOutput
aws_alb.server_load_balancer - *terraform.NodeValidatableResource
output.bastion_ip_address - *terraform.NodeApplyableOutput
aws_instance.bastion - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_region - *terraform.NodeRootVariable
provider.local - *terraform.NodeApplyableProvider
provider.template - *terraform.NodeApplyableProvider
provider.terraform - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
var.DATABASE_URI - *terraform.NodeRootVariable
var.ROCKET_DATABASES - *terraform.NodeRootVariable
var.app_count - *terraform.NodeRootVariable
var.app_port - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.az_count - *terraform.NodeRootVariable
var.birb_edgar_worker_cpu - *terraform.NodeRootVariable
var.birb_edgar_worker_memory - *terrafor aws_iam_role.autoscale_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_autoscaling_group.edgar_autoscaling - *terraform.NodeValidatableResource
aws_launch_configuration.edgar_launch_configuration - *terraform.NodeValidatableResource
aws_subnet.private - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_cloudfront_distribution.birb_root_distribution - *terraform.NodeAbstractResourceInstance
aws_s3_bucket.birb_root - *terraform.NodeAbstractResourceInstance
provider.aws - *terraform.NodeApplyableProvider
aws_cloudfront_distribution.birb_www_distribution - *terraform.NodeValidatableResource
aws_s3_bucket.birb_www - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.birb_server_certificate_arn - *terraform.NodeRootVariable
var.root_domain_name - *terraform.NodeRootVariable
var.www_domain_name - *terraform.NodeRootVariable
aws_cloudwatch_log_group.edgar_log_group - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_cloudwatch_log_group.server_log_group - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_cloudwatch_log_stream.edgar_log_stream - *terraform.NodeValidatableResource
aws_cloudwatch_log_group.edgar_log_group - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_cloudwatch_log_stream.server_log_stream - *terraform.NodeValidatableResource
aws_cloudwatch_log_group.server_log_group - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_cloudwatch_metric_alarm.server_cpu_utilization_high - *terraform.NodeValidatableResource
aws_appautoscaling_policy.server_scale_up - *terraform.NodeValidatableResource
aws_ecs_cluster.server_cluster - *terraform.NodeValidatableResource
aws_ecs_service.server_service - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_cloudwatch_metric_alarm.server_cpu_utilization_low - *terraform.NodeValidatableResource
aws_appautoscaling_policy.server_scale_down - *terraform.NodeValidatableResource
aws_ecs_cluster.server_cluster - *terraform.NodeValidatableResource
aws_ecs_service.server_service - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_db_instance.rds_instance - *terraform.NodeValidatableResource
aws_db_subnet_group.rds_subnet - *terraform.NodeValidatableResource
aws_security_group.rds_security_group - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.multi_az - *terraform.NodeRootVariable
var.rds_db_name - *terraform.NodeRootVariable
var.rds_instance - *terraform.NodeRootVariable
var.rds_password - *terraform.NodeRootVariable
var.rds_username - *terraform.NodeRootVariable
aws_db_subnet_group.rds_subnet - *terraform.NodeValidatableResource
aws_subnet.private - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_ecr_repository.edgar_repo - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_ecr_repository.server_repo - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_ecs_cluster.edgar_cluster - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_ecs_cluster.server_cluster - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_ecs_service.edgar_service - *terraform.NodeValidatableResource
aws_ecs_cluster.edgar_cluster - *terraform.NodeValidatableResource
aws_ecs_task_definition.edgar_task - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_ecs_service.server_service - *terraform.NodeValidatableResource
aws_alb_listener.redirect_to_ssl - *terraform.NodeValidatableResource
aws_alb_listener.server_lb_listener - *terraform.NodeValidatableResource
aws_alb_target_group.server_target_group - *terraform.NodeValidatableResource
aws_ecs_cluster.server_cluster - *terraform.NodeValidatableResource
aws_ecs_task_definition.server_task - *terraform.NodeValidatableResource
aws_security_group.ecs_tasks - *terraform.NodeValidatableResource
aws_subnet.private - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.app_count - *terraform.NodeRootVariable
var.app_port - *terraform.NodeRootVariable
aws_ecs_task_definition.edgar_task - *terraform.NodeValidatableResource
aws_iam_role.edgar_instance_role - *terraform.NodeValidatableResource
data.template_file.birb_edgar_app - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_ecs_task_definition.server_task - *terraform.NodeValidatableResource
aws_iam_role.task_execution_role - *terraform.NodeValidatableResource
data.template_file.birb_server_app - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.birb_server_cpu - *terraform.NodeRootVariable
var.birb_server_memory - *terraform.NodeRootVariable
aws_eip.gw - *terraform.NodeValidatableResource
aws_internet_gateway.gw - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.az_count - *terraform.NodeRootVariable
aws_iam_instance_profile.edgar_instance_profile - *terraform.NodeValidatableResource
aws_iam_role.edgar_instance_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
aws_iam_policy.autoscale_policy - *terraform.NodeValidatableResource
aws_ecs_cluster.server_cluster - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy.edgar_resource_access_policy - *terraform.NodeValidatableResource
aws_cloudwatch_log_group.edgar_log_group - *terraform.NodeValidatableResource
aws_cloudwatch_log_stream.edgar_log_stream - *terraform.NodeValidatableResource
aws_s3_bucket.birb_edgar_filings - *terraform.NodeValidatableResource
aws_s3_bucket.birb_edgar_indexes - *terraform.NodeValidatableResource
aws_secretsmanager_secret.DATABASE_URI - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy.task_execution_policy - *terraform.NodeValidatableResource
aws_cloudwatch_log_group.server_log_group - *terraform.NodeValidatableResource
aws_cloudwatch_log_stream.server_log_stream - *terraform.NodeValidatableResource
aws_ecs_cluster.server_cluster - *terraform.NodeValidatableResource
aws_secretsmanager_secret.ROCKET_DATABASES - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.autoscale_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.edgar_instance_role - *terraform.NodeValidatableResource
data.aws_iam_policy_document.ecs-instance-policy - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.edgar_service_role - *terraform.NodeValidatableResource
data.aws_iam_policy_document.edgar_service_policy - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.task_execution_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy_attachment.edgar_instance_role_attachment - *terraform.NodeValidatableResource
aws_iam_role.edgar_instance_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy_attachment.edgar_resource_access_attachment - *terraform.NodeValidatableResource
aws_iam_policy.edgar_resource_access_policy - *terraform.NodeValidatableResource
aws_iam_role.edgar_instance_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy_attachment.edgar_service_role_attachment - *terraform.NodeValidatableResource
aws_iam_role.edgar_service_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy_attachment.server_autoscale_attachment - *terraform.NodeValidatableResource
aws_iam_policy.autoscale_policy - *terraform.NodeValidatableResource
aws_iam_role.autoscale_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy_attachment.server_execution_attachment - *terraform.NodeValidatableResource
aws_iam_policy.task_execution_policy - *terraform.NodeValidatableResource
aws_iam_role.task_execution_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_instance.bastion - *terraform.NodeValidatableResource
aws_security_group.bastion - *terraform.NodeValidatableResource
aws_subnet.public - *terraform.NodeValidatableResource
local.instance-userdata - *terraform.NodeLocal
provider.aws - *terraform.NodeApplyableProvider
aws_internet_gateway.gw - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_launch_configuration.edgar_launch_configuration - *terraform.NodeValidatableResource
aws_iam_instance_profile.edgar_instance_profile - *terraform.NodeValidatableResource
aws_security_group.birb-edgar - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_nat_gateway.gw - *terraform.NodeValidatableResource
aws_eip.gw - *terraform.NodeValidatableResource
aws_subnet.public - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.az_count - *terraform.NodeRootVariable
aws_route.internet_access - *terraform.NodeValidatableResource
aws_internet_gateway.gw - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_route53_record.birb - *terraform.NodeValidatableResource
aws_alb.server_load_balancer - *terraform.NodeValidatableResource
data.aws_route53_zone.birb - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_route53_record.birb_root - *terraform.NodeAbstractResourceInstance
aws_cloudfront_distribution.birb_root_distribution - *terraform.NodeAbstractResourceInstance
data.aws_route53_zone.birb - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_route53_record.birb_www - *terraform.NodeValidatableResource
aws_cloudfront_distribution.birb_www_distribution - *terraform.NodeValidatableResource
data.aws_route53_zone.birb - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.root_domain_name - *terraform.NodeRootVariable
aws_route53_record.www - *terraform.NodeAbstractResourceInstance
aws_cloudfront_distribution.birb_www_distribution - *terraform.NodeValidatableResource
data.aws_route53_zone.birb - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_route_table.private - *terraform.NodeValidatableResource
aws_nat_gateway.gw - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.az_count - *terraform.NodeRootVariable
aws_route_table_association.private - *terraform.NodeValidatableResource
aws_route_table.private - *terraform.NodeValidatableResource
aws_subnet.private - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.az_count - *terraform.NodeRootVariable
aws_s3_bucket.birb_edgar_filings - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket.birb_edgar_indexes - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket.birb_root - *terraform.NodeAbstractResourceInstance
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket.birb_www - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.root_domain_name - *terraform.NodeRootVariable
aws_secretsmanager_secret.DATABASE_URI - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_secretsmanager_secret.ROCKET_DATABASES - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_secretsmanager_secret_version.DATABASE_URI - *terraform.NodeValidatableResource
aws_secretsmanager_secret.DATABASE_URI - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.DATABASE_URI - *terraform.NodeRootVariable
aws_secretsmanager_secret_version.ROCKET_DATABASES - *terraform.NodeValidatableResource
aws_secretsmanager_secret.ROCKET_DATABASES - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.ROCKET_DATABASES - *terraform.NodeRootVariable
aws_security_group.bastion - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.birb-edgar - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.ecs_tasks - *terraform.NodeValidatableResource
aws_security_group.lb - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.app_port - *terraform.NodeRootVariable
aws_security_group.lb - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.rds_security_group - *terraform.NodeValidatableResource
aws_security_group.bastion - *terraform.NodeValidatableResource
aws_security_group.birb-edgar - *terraform.NodeValidatableResource
aws_security_group.ecs_tasks - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_subnet.private - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
data.aws_availability_zones.available - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.az_count - *terraform.NodeRootVariable
aws_subnet.public - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
data.aws_availability_zones.available - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.az_count - *terraform.NodeRootVariable
aws_vpc.main - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_availability_zones.available - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_policy_document.ecs-instance-policy - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_policy_document.edgar_service_policy - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_route53_zone.birb - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.template_file.birb_edgar_app - *terraform.NodeValidatableResource
aws_ecr_repository.edgar_repo - *terraform.NodeValidatableResource
aws_secretsmanager_secret.DATABASE_URI - *terraform.NodeValidatableResource
provider.template - *terraform.NodeApplyableProvider
var.aws_region - *terraform.NodeRootVariable
var.birb_edgar_worker_cpu - *terraform.NodeRootVariable
var.birb_edgar_worker_memory - *terraform.NodeRootVariable
data.template_file.birb_server_app - *terraform.NodeValidatableResource
aws_ecr_repository.server_repo - *terraform.NodeValidatableResource
aws_secretsmanager_secret.ROCKET_DATABASES - *terraform.NodeValidatableResource
provider.template - *terraform.NodeApplyableProvider
var.app_port - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.birb_server_cpu - *terraform.NodeRootVariable
var.birb_server_memory - *terraform.NodeRootVariable
data.terraform_remote_state.network - *terraform.NodeValidatableResource
provider.terraform - *terraform.NodeApplyableProvider
local.instance-userdata - *terraform.NodeLocal
var.marty_id_rsa_laptop_1_pub - *terraform.NodeRootVariable
var.marty_id_rsa_laptop_2_pub - *terraform.NodeRootVariable
local_file.bastion_ip_address - *terraform.NodeValidatableResource
aws_instance.bastion - *terraform.NodeValidatableResource
provider.local - *terraform.NodeApplyableProvider
local_file.rds_db_address - *terraform.NodeValidatableResource
aws_db_instance.rds_instance - *terraform.NodeValidatableResource
provider.local - *terraform.NodeApplyableProvider
local_file.rds_db_name - *terraform.NodeValidatableResource
aws_db_instance.rds_instance - *terraform.NodeValidatableResource
provider.local - *terraform.NodeApplyableProvider
local_file.rds_db_password - *terraform.NodeValidatableResource
provider.local - *terraform.NodeApplyableProvider
var.rds_password - *terraform.NodeRootVariable
local_file.rds_db_port - *terraform.NodeValidatableResource
aws_db_instance.rds_instance - *terraform.NodeValidatableResource
provider.local - *terraform.NodeApplyableProvider
local_file.rds_db_username - *terraform.NodeValidatableResource
provider.local - *terraform.NodeApplyableProvider
var.rds_username - *terraform.NodeRootVariable
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_alb.server_load_balancer - *terraform.NodeValidatableResource
aws_alb_listener.redirect_to_ssl - *terraform.NodeValidatableResource
aws_alb_listener.server_lb_listener - *terraform.NodeValidatableResource
aws_alb_target_group.server_target_group - *terraform.NodeValidatableResource
aws_appautoscaling_policy.server_scale_down - *terraform.NodeValidatableResource
aws_appautoscaling_policy.server_scale_up - *terraform.NodeValidatableResource
aws_appautoscaling_target.server_autoscaling_target - *terraform.NodeValidatableResource
aws_autoscaling_group.edgar_autoscaling - *terraform.NodeValidatableResource
aws_cloudfront_distribution.birb_root_distribution - *terraform.NodeAbstractResourceInstance
aws_cloudfront_distribution.birb_www_distribution - *terraform.NodeValidatableResource
aws_cloudwatch_log_group.edgar_log_group - *terraform.NodeValidatableResource
aws_cloudwatch_log_group.server_log_group - *terraform.NodeValidatableResource
aws_cloudwatch_log_stream.edgar_log_stream - *terraform.NodeValidatableResource
aws_cloudwatch_log_stream.server_log_stream - *terraform.NodeValidatableResource
aws_cloudwatch_metric_alarm.server_cpu_utilization_high - *terraform.NodeValidatableResource
aws_cloudwatch_metric_alarm.server_cpu_utilization_low - *terraform.NodeValidatableResource
aws_db_instance.rds_instance - *terraform.NodeValidatableResource
aws_db_subnet_group.rds_subnet - *terraform.NodeValidatableResource
aws_ecr_repository.edgar_repo - *terraform.NodeValidatableResource
aws_ecr_repository.server_repo - *terraform.NodeValidatableResource
aws_ecs_cluster.edgar_cluster - *terraform.NodeValidatableResource
aws_ecs_cluster.server_cluster - *terraform.NodeValidatableResource
aws_ecs_service.edgar_service - *terraform.NodeValidatableResource
aws_ecs_service.server_service - *terraform.NodeValidatableResource
aws_ecs_task_definition.edgar_task - *terraform.NodeValidatableResource
aws_ecs_task_definition.server_task - *terraform.NodeValidatableResource
aws_eip.gw - *terraform.NodeValidatableResource
aws_iam_instance_profile.edgar_instance_profile - *terraform.NodeValidatableResource
aws_iam_policy.autoscale_policy - *terraform.NodeValidatableResource
aws_iam_policy.edgar_resource_access_policy - *terraform.NodeValidatableResource
aws_iam_policy.task_execution_policy - *terraform.NodeValidatableResource
aws_iam_role.autoscale_role - *terraform.NodeValidatableResource
aws_iam_role.edgar_instance_role - *terraform.NodeValidatableResource
aws_iam_role.edgar_service_role - *terraform.NodeValidatableResource
aws_iam_role.task_execution_role - *terraform.NodeValidatableResource
aws_iam_role_policy_attachment.edgar_instance_role_attachment - *terraform.NodeValidatableResource
aws_iam_role_policy_attachment.edgar_resource_access_attachment - *terraform.NodeValidatableResource
aws_iam_role_policy_attachment.edgar_service_role_attachment - *terraform.NodeValidatableResource
aws_iam_role_policy_attachment.server_autoscale_attachment - *terraform.NodeValidatableResource
aws_iam_role_policy_attachment.server_execution_attachment - *terraform.NodeValidatableResource
aws_instance.bastion - *terraform.NodeValidatableResource
aws_internet_gateway.gw - *terraform.NodeValidatableResource
aws_launch_configuration.edgar_launch_configuration - *terraform.NodeValidatableResource
aws_nat_gateway.gw - *terraform.NodeValidatableResource
aws_route.internet_access - *terraform.NodeValidatableResource
aws_route53_record.birb - *terraform.NodeValidatableResource
aws_route53_record.birb_root - *terraform.NodeAbstractResourceInstance
aws_route53_record.birb_www - *terraform.NodeValidatableResource
aws_route53_record.www - *terraform.NodeAbstractResourceInstance
aws_route_table.private - *terraform.NodeValidatableResource
aws_route_table_association.private - *terraform.NodeValidatableResource
aws_s3_bucket.birb_edgar_filings - *terraform.NodeValidatableResource
aws_s3_bucket.birb_edgar_indexes - *terraform.NodeValidatableResource
aws_s3_bucket.birb_root - *terraform.NodeAbstractResourceInstance
aws_s3_bucket.birb_www - *terraform.NodeValidatableResource
aws_secretsmanager_secret.DATABASE_URI - *terraform.NodeValidatableResource
aws_secretsmanager_secret.ROCKET_DATABASES - *terraform.NodeValidatableResource
aws_secretsmanager_secret_version.DATABASE_URI - *terraform.NodeValidatableResource
aws_secretsmanager_secret_version.ROCKET_DATABASES - *terraform.NodeValidatableResource
aws_security_group.bastion - *terraform.NodeValidatableResource
aws_security_group.birb-edgar - *terraform.NodeValidatableResource
aws_security_group.ecs_tasks - *terraform.NodeValidatableResource
aws_security_group.lb - *terraform.NodeValidatableResource
aws_security_group.rds_security_group - *terraform.NodeValidatableResource
aws_subnet.private - *terraform.NodeValidatableResource
aws_subnet.public - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
data.aws_availability_zones.available - *terraform.NodeValidatableResource
data.aws_iam_policy_document.ecs-instance-policy - *terraform.NodeValidatableResource
data.aws_iam_policy_document.edgar_service_policy - *terraform.NodeValidatableResource
data.aws_route53_zone.birb - *terraform.NodeValidatableResource
data.template_file.birb_edgar_app - *terraform.NodeValidatableResource
data.template_file.birb_server_app - *terraform.NodeValidatableResource
data.terraform_remote_state.network - *terraform.NodeValidatableResource
local.instance-userdata - *terraform.NodeLocal
local_file.bastion_ip_address - *terraform.NodeValidatableResource
local_file.rds_db_address - *terraform.NodeValidatableResource
local_file.rds_db_name - *terraform.NodeValidatableResource
local_file.rds_db_password - *terraform.NodeValidatableResource
local_file.rds_db_port - *terraform.NodeValidatableResource
local_file.rds_db_username - *terraform.NodeValidatableResource
output.alb_hostname - *terraform.NodeApplyableOutput
output.bastion_ip_address - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
provider.local - *terraform.NodeApplyableProvider
provider.template - *terraform.NodeApplyableProvider
provider.terraform - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
var.DATABASE_URI - *terraform.NodeRootVariable
var.ROCKET_DATABASES - *terraform.NodeRootVariable
var.app_count - *terraform.NodeRootVariable
var.app_port - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.az_count - *terraform.NodeRootVariable
var.birb_edgar_worker_cpu - *terraform.NodeRootVariable
var.birb_edgar_worker_memory - *terraform.NodeRootVariable
var.birb_server_certificate_arn - *terraform.NodeRootVariable
var.birb_server_cpu - *terraform.NodeRootVariable
var.birb_server_memory - *terraform.NodeRootVariable
var.environment - *terraform.NodeRootVariable
var.health_check_path - *terraform.NodeRootVariable
var.marty_id_rsa_laptop_1_pub - *terraform.NodeRootVariable
var.marty_id_rsa_laptop_2_pub - *terraform.NodeRootVariable
var.marty_ip_address_1 - *terraform.NodeRootVariable
var.marty_ip_address_2 - *terraform.NodeRootVariable
var.marty_ip_address_3 - *terraform.NodeRootVariable
var.multi_az - *terraform.NodeRootVariable
var.rds_db_name - *terraform.NodeRootVariable
var.rds_instance - *terraform.NodeRootVariable
var.rds_password - *terraform.NodeRootVariable
var.rds_username - *terraform.NodeRootVariable
var.root_domain_name - *terraform.NodeRootVariable
var.www_domain_name - *terraform.NodeRootVariable
output.alb_hostname - *terraform.NodeApplyableOutput
aws_alb.server_load_balancer - *terraform.NodeValidatableResource
output.bastion_ip_address - *terraform.NodeApplyableOutput
aws_instance.bastion - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_region - *terraform.NodeRootVariable
provider.local - *terraform.NodeApplyableProvider
provider.template - *terraform.NodeApplyableProvider
provider.terraform - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
var.DATABASE_URI - *terraform.NodeRootVariable
var.ROCKET_DATABASES - *terraform.NodeRootVariable
var.app_count - *terraform.NodeRootVariable
var.app_port - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.az_count - *terraform.NodeRootVariable
var.birb_edgar_worker_cpu - *terraform.NodeRootVariable
var.birb_edgar_worker_memory - *terraform.NodeRootVariable
var.birb_server_certificate_arn - *terraform.NodeRootVariable
var.birb_server_cpu - *terraform.NodeRootVariable
var.birb_server_memory - *terraform.NodeRootVariable
var.environment - *terraform.NodeRootVariable
var.health_check_path - *terraform.NodeRootVariable
var.marty_id_rsa_laptop_1_pub - *terraform.NodeRootVariable
var.marty_id_rsa_laptop_2_pub - *terraform.NodeRootVariable2019/08/13 09:48:01 [DEBUG] Removing "aws_ecs_cluster.edgar_cluster", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_alb_listener.redirect_to_ssl", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_secretsmanager_secret.DATABASE_URI", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_cloudwatch_metric_alarm.server_cpu_utilization_high", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_appautoscaling_policy.server_scale_down", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_cloudwatch_log_group.edgar_log_group", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_iam_role.autoscale_role", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_iam_role.task_execution_role", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_iam_policy.autoscale_policy", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_ecs_service.server_service", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_ecs_cluster.server_cluster", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "data.terraform_remote_state.network", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_secretsmanager_secret_version.DATABASE_URI", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_iam_policy.edgar_resource_access_policy", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_route.internet_access", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_iam_role_policy_attachment.edgar_instance_role_attachment", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_route_table.private", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "local_file.rds_db_port", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_cloudfront_distribution.birb_root_distribution", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_ecs_task_definition.server_task", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_iam_policy.task_execution_policy", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_cloudwatch_metric_alarm.server_cpu_utilization_low", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_iam_role.edgar_instance_role", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_iam_role_policy_attachment.server_autoscale_attachment", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_eip.gw", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_cloudwatch_log_group.server_log_group", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_s3_bucket.birb_root", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "provider.terraform", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_iam_role_policy_attachment.edgar_service_role_attachment", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_route_table_association.private", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_nat_gateway.gw", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_alb.server_load_balancer", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_route53_record.birb_root", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_route53_record.birb", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_ecs_service.edgar_service", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_alb_listener.server_lb_listener", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "data.template_file.birb_edgar_app", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_instance.bastion", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_iam_role_policy_attachment.edgar_resource_access_attachment", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "data.aws_iam_policy_document.ecs-instance-policy", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "data.aws_iam_policy_document.edgar_service_policy", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "local_file.rds_db_name", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "local_file.rds_db_password", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_iam_role_policy_attachment.server_execution_attachment", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_secretsmanager_secret_version.ROCKET_DATABASES", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_cloudwatch_log_stream.edgar_log_stream", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "local.instance-userdata", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "local_file.rds_db_address", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "output.bastion_ip_address", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_secretsmanager_secret.ROCKET_DATABASES", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_appautoscaling_target.server_autoscaling_target", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_iam_instance_profile.edgar_instance_profile", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_route53_record.www", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_subnet.public", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_appautoscaling_policy.server_scale_up", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_cloudwatch_log_stream.server_log_stream", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "provider.template", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "local_file.bastion_ip_address", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_internet_gateway.gw", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "output.alb_hostname", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_iam_role.edgar_service_role", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_autoscaling_group.edgar_autoscaling", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_alb_target_group.server_target_group", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "data.template_file.birb_server_app", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "provider.local", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_ecs_task_definition.edgar_task", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_launch_configuration.edgar_launch_configuration", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "local_file.rds_db_username", filtered by targeting.
ovider
var.root_domain_name - *terraform.NodeRootVariable
aws_security_group.bastion - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.birb-edgar - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.ecs_tasks - *terraform.NodeValidatableResource
aws_security_group.lb - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.app_port - *terraform.NodeRootVariable
aws_security_group.lb - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.rds_security_group - *terraform.NodeValidatableResource
aws_security_group.bastion - *terraform.NodeValidatableResource
aws_security_group.birb-edgar - *terraform.NodeValidatableResource
aws_security_group.ecs_tasks - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_subnet.private - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
data.aws_availability_zones.available - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.az_count - *terraform.NodeRootVariable
aws_vpc.main - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_availability_zones.available - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_route53_zone.birb - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_cloudfront_distribution.birb_www_distribution - *terraform.NodeValidatableResource
aws_db_instance.rds_instance - *terraform.NodeValidatableResource
aws_db_subnet_group.rds_subnet - *terraform.NodeValidatableResource
aws_ecr_repository.edgar_repo - *terraform.NodeValidatableResource
aws_ecr_repository.server_repo - *terraform.NodeValidatableResource
aws_route53_record.birb_www - *terraform.NodeValidatableResource
aws_s3_bucket.birb_edgar_filings - *terraform.NodeValidatableResource
aws_s3_bucket.birb_edgar_indexes - *terraform.NodeValidatableResource
aws_s3_bucket.birb_www - *terraform.NodeValidatableResource
aws_security_group.bastion - *terraform.NodeValidatableResource
aws_security_group.birb-edgar - *terraform.NodeValidatableResource
aws_security_group.ecs_tasks - *terraform.NodeValidatableResource
aws_security_group.lb - *terraform.NodeValidatableResource
aws_security_group.rds_security_group - *terraform.NodeValidatableResource
aws_subnet.private - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
data.aws_availability_zones.available - *terraform.NodeValidatableResource
data.aws_route53_zone.birb - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
var.DATABASE_URI - *terraform.NodeRootVariable
var.ROCKET_DATABASES - *terraform.NodeRootVariable
var.app_count - *terraform.NodeRootVariable
var.app_port - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.az_count - *terraform.NodeRootVariable
var.birb_edgar_worker_cpu - *terraform.NodeRootVariable
var.birb_edgar_worker_memory - *terraform.NodeRootVariable
var.birb_server_certificate_arn - *terraform.NodeRootVariable
var.birb_server_cpu - *terraform.NodeRootVariable
var.birb_server_memory - *terraform.NodeRootVariable
var.environment - *terraform.NodeRootVariable
var.health_check_path - *terraform.NodeRootVariable
var.marty_id_rsa_laptop_1_pub - *terraform.NodeRootVariable
var.marty_id_rsa_laptop_2_pub - *terraform.NodeRootVariable
var.marty_ip_address_1 - *terraform.NodeRootVariable
var.ableProvider
var.root_domain_name - *terraform.NodeRootVariable
aws_security_group.bastion - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.birb-edgar - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.ecs_tasks - *terraform.NodeValidatableResource
aws_security_group.lb - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.app_port - *terraform.NodeRootVariable
aws_security_group.lb - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.rds_security_group - *terraform.NodeValidatableResource
aws_security_group.bastion - *terraform.NodeValidatableResource
aws_security_group.birb-edgar - *terraform.NodeValidatableResource
aws_security_group.ecs_tasks - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_subnet.private - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
data.aws_availability_zones.available - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.az_count - *terraform.NodeRootVariable
aws_vpc.main - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_availability_zones.available - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_route53_zone.birb - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_cloudfront_distribution.birb_www_distribution - *terraform.NodeValidatableResource
aws_db_instance.rds_instance - *terraform.NodeValidatableResource
aws_db_subnet_group.rds_subnet - *terraform.NodeValidatableResource
aws_ecr_repository.edgar_repo - *terraform.NodeValidatableResource
aws_ecr_repository.server_repo - *terraform.NodeValidatableResource
aws_route53_record.birb_www - *terraform.NodeValidatableResource
aws_s3_bucket.birb_edgar_filings - *terraform.NodeValidatableResource
aws_s3_bucket.birb_edgar_indexes - *terraform.NodeValidatableResource
aws_s3_bucket.birb_www - *terraform.NodeValidatableResource
aws_security_group.bastion - *terraform.NodeValidatableResource
aws_security_group.birb-edgar - *terraform.NodeValidatableResource
aws_security_group.ecs_tasks - *terraform.NodeValidatableResource
aws_security_group.lb - *terraform.NodeValidatableResource
aws_security_group.rds_security_group - *terraform.NodeValidatableResource
aws_subnet.private - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
data.aws_availability_zones.available - *terraform.NodeValidatableResource
data.aws_route53_zone.birb - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
var.DATABASE_URI - *terraform.NodeRootVariable
var.ROCKET_DATABASES - *terraform.NodeRootVariable
var.app_count - *terraform.NodeRootVariable
var.app_port - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.az_count - *terraform.NodeRootVariable
var.birb_edgar_worker_cpu - *terraform.NodeRootVariable
var.birb_edgar_worker_memory - *terraform.NodeRootVariable
var.birb_server_certificate_arn - *terraform.NodeRootVariable
var.birb_server_cpu - *terraform.NodeRootVariable
var.birb_server_memory - *terraform.NodeRootVariable
var.environment - *terraform.NodeRootVariable
var.health_check_path - *terraform.NodeRootVariable
var.marty_id_rsa_laptop_1_pub - *terraform.NodeRootVariable
var.marty_id_rsa_laptop_2_pub - *terraform.NodeRootVariable
var.marty_ip_address_1 - *terraform.NodeRootVariable
var.marty_ip_address_2 - *terraform.NodeRootVariable
var.marty_ip_address_3 - *terraform.NodeRootVariable
var.multi_az - *terraform.NodeRootVariable
var.rds_db_name - *terraform.NodeRootVariable
var.rds_instance - *terraform.NodeRootVariable
var.rds_password - *terraform.NodeRootVariable
var.rds_username - *terraform.NodeRootVariable
var.root_domain_name - *terraform.NodeRootVariable
var.www_domain_name - *terraform.NodeRootVariable
provider.aws - *terraform.NodeApplyableProvider
var.aws_region - *terraform.NodeRootVariable
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_cloudfront_distribution.birb_www_distribution - *terraform.NodeValidatableResource
aws_db_instance.rds_instance - *terraform.NodeValidatableResource
aws_db_subnet_group.rds_subnet - *terraform.NodeValidatableResource
aws_ecr_repository.edgar_repo - *terraform.NodeValidatableResource
aws_ecr_repository.server_repo - *terraform.NodeValidatableResource
aws_route53_record.birb_www - *terraform.NodeValidatableResource
aws_s3_bucket.birb_edgar_filings - *terraform.NodeValidatableResource
aws_s3_bucket.birb_edgar_indexes - *terraform.NodeValidatableResource
aws_s3_bucket.birb_www - *terraform.NodeValidatableResource
aws_security_group.bastion - *terraform.NodeValidatableResource
aws_security_group.birb-edgar - *terraform.NodeValidatableResource
aws_security_group.ecs_tasks - *terraform.NodeValidatableResource
aws_security_group.lb - *terraform.NodeValidatableResource
aws_security_group.rds_security_group - *terraform.NodeValidatableResource
aws_subnet.private - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
data.aws_availability_zones.available - *terraform.NodeValidatableResource
data.aws_route53_zone.birb - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
var.DATABASE_URI - *terraform.NodeRootVariable
var.ROCKET_DATABASES - *terraform.NodeRootVariable
var.app_der
var.root_domain_name - *terraform.NodeRootVariable
aws_security_group.bastion - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.birb-edgar - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.ecs_tasks - *terraform.NodeValidatableResource
aws_security_group.lb - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.app_port - *terraform.NodeRootVariable
aws_security_group.lb - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.rds_security_group - *terraform.NodeValidatableResource
aws_security_group.bastion - *terraform.NodeValidatableResource
aws_security_group.birb-edgar - *terraform.NodeValidatableResource
aws_security_group.ecs_tasks - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_subnet.private - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
data.aws_availability_zones.available - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.az_count - *terraform.NodeRootVariable
aws_vpc.main - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_availability_zones.available - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_route53_zone.birb - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_cloudfront_distribution.birb_www_distribution - *terraform.NodeValidatableResource
aws_db_instance.rds_instance - *terraform.NodeValidatableResource
aws_db_subnet_group.rds_subnet - *terraform.NodeValidatableResource
aws_ecr_repository.edgar_repo - *terraform.NodeValidatableResource
aws_ecr_repository.server_repo - *terraform.NodeValidatableResource
aws_route53_record.birb_www - *terraform.NodeValidatableResource
aws_s3_bucket.birb_edgar_filings - *terraform.NodeValidatableResource
aws_s3_bucket.birb_edgar_indexes - *terraform.NodeValidatableResource
aws_s3_bucket.birb_www - *terraform.NodeValidatableResource
aws_security_group.bastion - *terraform.NodeValidatableResource
aws_security_group.birb-edgar - *terraform.NodeValidatableResource
aws_security_group.ecs_tasks - *terraform.NodeValidatableResource
aws_security_group.lb - *terraform.NodeValidatableResource
aws_security_group.rds_security_group - *terraform.NodeValidatableResource
aws_subnet.private - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
data.aws_availability_zones.available - *terraform.NodeValidatableResource
data.aws_route53_zone.birb - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
var.DATABASE_URI - *terraform.NodeRootVariable
var.ROCKET_DATABASES - *terraform.NodeRootVariable
var.app_count - *terraform.NodeRootVariable
var.app_port - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.az_count - *terraform.NodeRootVariable
var.birb_edgar_worker_cpu - *terraform.NodeRootVariable
var.birb_edgar_worker_memory - *terraform.NodeRootVariable
var.birb_server_certificate_arn - *terraform.NodeRootVariable
var.birb_server_cpu - *terraform.NodeRootVariable
var.birb_server_memory - *terraform.NodeRootVariable
var.environment - *terraform.NodeRootVariable
var.health_check_path - *terraform.NodeRootVariable
var.marty_id_rsa_laptop_1_pub - *terraform.NodeRootVariable
var.marty_id_rsa_laptop_2_pub - *terraform.NodeRootVariable
var.marty_ip_address_1 - *terraform.NodeRootVariable
var.marty_ip_address_2 - *terraform.NodeRootVariable
var.marty_ip_address_3 - *terraform.NodeRootVariable
var.multi_az - *terraform.NodeRootVariable
var.rds_db_name - *terraform.NodeRootVariable
var.rds_instance - *terraform.NodeRootVariable
var.rds_password - *terraform.NodeRootVariable
var.rds_username - *terraform.NodeRootVariable
var.root_domain_name - *terraform.NodeRootVariable
var.www_domain_name - *terraform.NodeRootVariable
provider.aws - *terraform.NodeApplyableProvider
var.aws_region - *terraform.NodeRootVariable
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_cloudfront_distribution.birb_www_distribution - *terraform.NodeValidatableResource
aws_db_instance.rds_instance - *terraform.NodeValidatableResource
aws_db_subnet_group.rds_subnet - *terraform.NodeValidatableResource
aws_ecr_repository.edgar_repo - *terraform.NodeValidatableResource
aws_ecr_repository.server_repo - *terraform.NodeValidatableResource
aws_route53_record.birb_www - *terraform.NodeValidatableResource
aws_s3_bucket.birb_edgar_filings - *terraform.NodeValidatableResource
aws_s3_bucket.birb_edgar_indexes - *terraform.NodeValidatableResource
aws_s3_bucket.birb_www - *terraform.NodeValidatableResource
aws_security_group.bastion - *terraform.NodeValidatableResource
aws_security_group.birb-edgar - *terraform.NodeValidatableResource
aws_security_group.ecs_tasks - *terraform.NodeValidatableResource
aws_security_group.lb - *terraform.NodeValidatableResource
aws_security_group.rds_security_group - *terraform.NodeValidatableResource
aws_subnet.private - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
data.aws_availability_zones.available - *terraform.NodeValidatableResource
data.aws_route53_zone.birb - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
root - terraform.graphNodeRoot
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.aws
aws_security_group.ecs_tasks - *terraform.NodeValidatableResource
aws_security_group.lb - *terraform.NodeValidatableResource
var.app_port - *terraform.NodeRootVariable
aws_security_group.lb - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
aws_security_group.rds_security_group - *terraform.NodeValidatableResource
aws_security_group.bastion - *terraform.NodeValidatableResource
aws_security_group.birb-edgar - *terraform.NodeValidatableResource
aws_security_group.ecs_tasks - *terraform.NodeValidatableResource
aws_subnet.private - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
data.aws_availability_zones.available - *terraform.NodeValidatableResource
var.az_count - *terraform.NodeRootVariable
aws_vpc.main - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_availability_zones.available - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_route53_zone.birb - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_db_instance.rds_instance - *terraform.NodeValidatableResource
aws_ecr_repository.edgar_repo - *terraform.NodeValidatableResource
aws_ecr_repository.server_repo - *terraform.NodeValidatableResource
aws_route53_record.birb_www - *terraform.NodeValidatableResource
aws_s3_bucket.birb_edgar_filings - *terraform.NodeValidatableResource
aws_s3_bucket.birb_edgar_indexes - *terraform.NodeValidatableResource
provisioner.local-exec - *terraform.NodeProvisioner
var.DATABASE_URI - *terraform.NodeRootVariable
var.ROCKET_DATABASES - *terraform.NodeRootVariable
var.app_count - *terraform.NodeRootVariable
var.birb_edgar_worker_cpu - *terraform.NodeRootVariable
var.birb_edgar_worker_memory - *terraform.NodeRootVariable
var.birb_server_cpu - *terraform.NodeRootVariable
var.birb_server_memory - *terraform.NodeRootVariable
var.environment - *terraform.NodeRootVariable
var.health_check_path - *terraform.NodeRootVariable
var.marty_id_rsa_laptop_1_pub - *terraform.NodeRootVariable
var.marty_id_rsa_laptop_2_pub - *terraform.NodeRootVariable
var.marty_ip_address_1 - *terraform.NodeRootVariable
var.marty_ip_address_2 - *terraform.NodeRootVariable
var.marty_ip_address_3 - *terraform.NodeRootVariable
provider.aws - *terraform.NodeApplyableProvider
var.aws_region - *terraform.NodeRootVariable
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_db_instance.rds_instance - *terraform.NodeValidatableResource
aws_ecr_repository.edgar_repo - *terraform.NodeValidatableResource
aws_ecr_repository.server_repo - *terraform.NodeValidatableResource
aws_route53_record.birb_www - *terraform.NodeValidatableResource
aws_s3_bucket.birb_edgar_filings - *terraform.NodeValidatableResource
aws_s3_bucket.birb_edgar_indexes - *terraform.NodeValidatableResource
provisioner.local-exec - *terraform.NodeProvisioner
root - terraform.graphNodeRoot
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.aws (close) - *terraform.graphNodeCloseProvider
var.DATABASE_URI - *terraform.NodeRootVariable
var.ROCKET_DATABASES - *terraform.NodeRootVariable
var.app_count - *terraform.NodeRootVariable
var.app_port - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.az_count - *terraform.NodeRootVariable
var.birb_edgar_worker_cpu - *terraform.NodeRootVariable
var.birb_edgar_worker_memory - *terraform.NodeRootVariable
var.birb_server_certificate_arn - *terraform.NodeRootVariable
var.birb_server_cpu - *terraform.NodeRootVariable
var.birb_server_memory - *terraform.NodeRootVariable
var.environment - *terraform.NodeRootVariable
var.health_check_path - *terraform.NodeRootVariable
var.marty_id_rsa_laptop_1_pub - *terraform.NodeRootVariable
var.marty_id_rsa_laptop_2_pub - *terraform.NodeRootVariable
var.marty_ip_address_1 - *terraform.NodeRootVariable
var.marty_ip_address_2 - *terraform.NodeRootVariable
var.marty_ip_address_3 - *terraform.NodeRootVariable
var.multi_az - *terraform.NodeRootVariable
var.rds_db_name - *terraform.NodeRootVariable
var.rds_instance - *terraform.NodeRootVariable
var.rds_password - *terraform.NodeRootVariable
var.rds_username - *terraform.NodeRootVariable
var.root_domain_name - *terraform.NodeRootVariable
var.www_domain_name - *terraform.NodeRootVariable
------
2019/08/13 09:48:01 [DEBUG] Starting graph walk: walkValidate
2019/08/13 09:48:01 [TRACE] dag/walk: updating graph
2019-08-13T09:48:01.464-0400 [DEBUG] plugin: starting plugin: path=/usr/local/bin/terraform args=[/usr/local/bin/terraform, internal-plugin, provisioner, local-exec]
2019-08-13T09:48:01.467-0400 [INFO] plugin: configuring client automatic mTLS
2019-08-13T09:48:01.478-0400 [DEBUG] plugin.terraform: 2019/08/13 09:48:01 [INFO] Terraform version: 0.12.6
2019-08-13T09:48:01.478-0400 [DEBUG] plugin.terraform: 2019/08/13 09:48:01 [INFO] Go runtime version: go1.12.7
2019-08-13T09:48:01.478-0400 [DEBUG] plugin.terraform: 2019/08/13 09:48:01 [INFO] CLI args: []string{"/usr/local/bin/terraform", "internal-plugin", "provisioner", "local-exec"}
2019-08-13T09:48:01.478-0400 [DEBUG] plugin.terraform: 2019/08/13 09:48:01 [DEBUG] Attempting to open CLI config file: /Users/murtyjones/.terraformrc
2019-08-13T09:48:01.478-0400 [DEBUG] plugin.terraform: 2019/08/13 09:48:01 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2019-08-13T09:48:01.479-0400 [DEBUG] plugin.terraform: 2019/08/13 09:48:01 [INFO] CLI command args: []string{"internal-plugin", "provisioner", "local-exec"}
2019-08-13T09:48:01.479-0400 [DEBUG] plugin.terraform: local-exec-provisioner (internal) 2019/08/13 09:48:01 [INFO] Starting provisioner plugin local-exec
2019-08-13T09:48:01.479-0400 [DEBUG] plugin: using plugin: version=5
2019-08-13T09:48:01.479-0400 [DEBUG] plugin.terraform: plugin address: network=unix address=/var/folders/rj/0kj05fd97qg2bkqvfwgs0j380000gn/T/plugin398907936 timestamp=2019-08-13T09:48:01.479-0400
2019-08-13T09:48:01.492-0400 [DEBUG] plugin: starting plugin: path=/Users/murtyjones/birb/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.7.0_x4 args=[/Users/murtyjones/birb/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.7.0_x4]
2019-08-13T09:48:01.506-0400 [DEBUG] plugin: plugin started: path=/Users/murtyjones/birb/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.7.0_x4 pid=15430
2019-08-13T09:48:01.506-0400 [DEBUG] plugin: waiting for RPC address: path=/Users/murtyjones/birb/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.7.0_x4
2019-08-13T09:48:01.522-0400 [INFO] plugin.terraform-provider-aws_v2.7.0_x4: configuring server automatic mTLS: timestamp=2019-08-13T09:48:01.522-0400
2019-08-13T09:48:01.552-0400 [DEBUG] plugin: using plugin: version=5
2019-08-13T09:48:01.552-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: plugin address: address=/var/folders/rj/0kj05fd97qg2bkqvfwgs0j380000gn/T/plugin399626093 network=unix timestamp=2019-08-13T09:48:01.552-0400
2019/08/13 09:48:01 [WARN] Not fixing up EachModes for aws_s3_bucket.birb_root because it has no config
2019/08/13 09:48:01 [WARN] Not fixing up EachModes for aws_route53_record.birb_root because it has no config
2019/08/13 09:48:01 [WARN] Not fixing up EachModes for aws_cloudfront_distribution.birb_root_distribution because it has no config
2019/08/13 09:48:01 [WARN] Not fixing up EachModes for aws_route53_record.www because it has no config
2019-08-13T09:48:01.674-0400 [DEBUG] plugin: plugin process exited: path=/Users/murtyjones/birb/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.7.0_x4 pid=15430
2019-08-13T09:48:01.674-0400 [DEBUG] plugin: plugin exited
2019/08/13 09:48:01 [INFO] backend/local: plan calling Refresh
2019/08/13 09:48:01 [INFO] terraform: building graph: GraphTypeRefresh
m.NodeRefreshableManagedResource
aws_ecs_task_definition.server_task - *terraform.NodeRefreshableManagedResource
aws_eip.gw - *terraform.NodeRefreshableManagedResource
aws_iam_instance_profile.edgar_instance_profile - *terraform.NodeRefreshableManagedResource
aws_iam_policy.autoscale_policy - *terraform.NodeRefreshableManagedResource
aws_iam_policy.edgar_resource_access_policy - *terraform.NodeRefreshableManagedResource
aws_iam_policy.task_execution_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role.autoscale_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.edgar_instance_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.edgar_service_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.task_execution_role - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy_attachment.edgar_instance_role_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy_attachment.edgar_resource_access_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy_attachment.edgar_service_role_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy_attachment.server_autoscale_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy_attachment.server_execution_attachment - *terraform.NodeRefreshableManagedResource
aws_instance.bastion - *terraform.NodeRefreshableManagedResource
aws_internet_gateway.gw - *terraform.NodeRefreshableManagedResource
aws_launch_configuration.edgar_launch_configuration - *terraform.NodeRefreshableManagedResource
aws_nat_gateway.gw - *terraform.NodeRefreshableManagedResource
aws_route.internet_access - *terraform.NodeRefreshableManagedResource
aws_route53_record.birb - *terraform.NodeRefreshableManagedResource
aws_route53_record.birb_www - *terraform.NodeRefreshableManagedResource
aws_route_table.private - *terraform.NodeRefreshableManagedResource
aws_route_table_association.private - *terraform.NodeRefreshableManagedResource
aws_s3_bucket.birb_edgar_filings - *terraform.NodeRefreshableManagm.NodeRefreshableManagedResource
aws_ecs_task_definition.server_task - *terraform.NodeRefreshableManagedResource
aws_eip.gw - *terraform.NodeRefreshableManagedResource
aws_iam_instance_profile.edgar_instance_profile - *terraform.NodeRefreshableManagedResource
aws_iam_policy.autoscale_policy - *terraform.NodeRefreshableManagedResource
aws_iam_policy.edgar_resource_access_policy - *terraform.NodeRefreshableManagedResource
aws_iam_policy.task_execution_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role.autoscale_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.edgar_instance_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.edgar_service_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.task_execution_role - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy_attachment.edgar_instance_role_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy_attachment.edgar_resource_access_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy_attachment.edgar_service_role_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy_attachment.server_autoscale_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy_attachment.server_execution_attachment - *terraform.NodeRefreshableManagedResource
aws_instance.bastion - *terraform.NodeRefreshableManagedResource
aws_internet_gateway.gw - *terraform.NodeRefreshableManagedResource
aws_launch_configuration.edgar_launch_configuration - *terraform.NodeRefreshableManagedResource
aws_nat_gateway.gw - *terraform.NodeRefreshableManagedResource
aws_route.internet_access - *terraform.NodeRefreshableManagedResource
aws_route53_record.birb - *terraform.NodeRefreshableManagedResource
aws_route53_record.birb_www - *terraform.NodeRefreshableManagedResource
aws_route_table.private - *terraform.NodeRefreshableManagedResource
aws_route_table_association.private - *terraform.NodeRefreshableManagedResource
aws_s3_bucket.birb_edgar_filings - *terraform.NodeRefreshableManagedResource
aws_s3_bucket.birb_edgar_indexes - *terraform.NodeRefreshableManagedResource
aws_s3_bucket.birb_www - *terraform.NodeRefreshableManagedResource
aws_secretsmanager_secret.DATABASE_URI - *terraform.NodeRefreshableManagedResource
aws_secretsmanager_secret.ROCKET_DATABASES - *terraform.NodeRefreshableManagedResource
aws_secretsmanager_secret_version.DATABASE_URI - *terraform.NodeRefreshableManagedResource
aws_secretsmanager_secret_version.ROCKET_DATABASES - *terraform.NodeRefreshableManagedResource
aws_security_group.bastion - *terraform.NodeRefreshableManagedResource
aws_security_group.birb-edgar - *terraform.NodeRefreshableManagedResource
aws_security_group.ecs_tasks - *terraform.NodeRefreshableManagedResource
aws_security_group.lb - *terraform.NodeRefreshableManagedResource
aws_security_group.rds_security_group - *terraform.NodeRefreshableManagedResource
aws_subnet.private - *terraform.NodeRefreshableManagedResource
aws_subnet.public - *terraform.NodeRefreshableManagedResource
aws_vpc.main - *terraform.NodeRefreshableManagedResource
data.aws_availability_zones.available - *terraform.NodeRefreshableDataResource
data.aws_iam_policy_document.ecs-instance-policy - *terraform.NodeRefreshableDataResource
data.aws_iam_policy_document.edgar_service_policy - *terraform.NodeRefreshableDataResource
data.aws_route53_zone.birb - *terraform.NodeRefreshableDataResource
data.template_file.birb_edgar_app - *terraform.NodeRefreshableDataResource
data.template_file.birb_server_app - *terraform.NodeRefreshableDataResource
data.terraform_remote_state.network - *terraform.NodeRefreshableDataResource
local_file.bastion_ip_address - *terraform.NodeRefreshableManagedResource
local_file.rds_db_address - *terraform.NodeRefreshableManagedResource
local_file.rds_db_name - *terraform.NodeRefreshableManagedResource
local_file.rds_db_password - *terraform.NodeRefreshableManagedResource
local_file.rds_db_port - *terraform.NodeRefreshableManagedResource
local_file.rds_db_username - *terraform.NodeRefreshableManagedResource
------
2019/0s_ecs_service.server_service - *terraform.NodeRefreshableManagedResource
aws_ecs_task_definition.edgar_task - *terraform.NodeRefreshableManagedResource
aws_ecs_task_definition.server_task - *terraform.NodeRefreshableManagedResource
aws_eip.gw - *terraform.NodeRefreshableManagedResource
aws_iam_instance_profile.edgar_instance_profile - *terraform.NodeRefreshableManagedResource
aws_iam_policy.autoscale_policy - *terraform.NodeRefreshableManagedResource
aws_iam_policy.edgar_resource_access_policy - *terraform.NodeRefreshableManagedResource
aws_iam_policy.task_execution_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role.autoscale_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.edgar_instance_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.edgar_service_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.task_execution_role - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy_attachment.edgar_instance_role_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy_attachment.edgar_resource_access_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy_attachment.edgar_service_role_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy_attachment.server_autoscale_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy_attachment.server_execution_attachment - *terraform.NodeRefreshableManagedResource
aws_instance.bastion - *terraform.NodeRefreshableManagedResource
aws_internet_gateway.gw - *terraform.NodeRefreshableManagedResource
aws_launch_configuration.edgar_launch_configuration - *terraform.NodeRefreshableManagedResource
aws_nat_gateway.gw - *terraform.NodeRefreshableManagedResource
aws_route.internet_access - *terraform.NodeRefreshableManagedResource
aws_route53_record.birb - *terraform.NodeRefreshableManagedResource
aws_route53_record.birb_root - *terraform.NodeRefreshableManagedResourceInstance
aws_route53_record.birb_www - *terraform.NodeRefreshableManagedResource
aws_route53_record.www - *terraform.NodeRefreshableManagedResourceInstance
aws_route_table.private - *terraform.NodeRefreshableManagedResource
aws_route_table_association.private - *terraform.NodeRefreshableManagedResource
aws_s3_bucket.birb_edgar_filings - *terraform.NodeRefreshableManagedResource
aws_s3_bucket.birb_edgar_indexes - *terraform.NodeRefreshableManagedResource
aws_s3_bucket.birb_root - *terraform.NodeRefreshableManagedResourceInstance
aws_s3_bucket.birb_www - *terraform.NodeRefreshableManagedResource
aws_secretsmanager_secret.DATABASE_URI - *terraform.NodeRefreshableManagedResource
aws_secretsmanager_secret.ROCKET_DATABASES - *terraform.NodeRefreshableManagedResource
aws_secretsmanager_secret_version.DATABASE_URI - *terraform.NodeRefreshableManagedResource
aws_secretsmanager_secret_version.ROCKET_DATABASES - *terraform.NodeRefreshableManagedResource
aws_security_group.bastion - *terraform.NodeRefreshableManagedResource
aws_security_group.birb-edgar - *terraform.NodeRefreshableManagedResource
aws_security_group.ecs_tasks - *terraform.NodeRefreshableManagedResource
aws_security_group.lb - *terraform.NodeRefreshableManagedResource
aws_security_group.rds_security_group - *terraform.NodeRefreshableManagedResource
aws_subnet.private - *terraform.NodeRefreshableManagedResource
aws_subnet.public - *terraform.NodeRefreshableManagedResource
aws_vpc.main - *terraform.NodeRefreshableManagedResource
data.aws_availability_zones.available - *terraform.NodeRefreshableDataResource
data.aws_iam_policy_document.ecs-instance-policy - *terraform.NodeRefreshableDataResource
data.aws_iam_policy_document.edgar_service_policy - *terraform.NodeRefreshableDataResource
data.aws_route53_zone.birb - *terraform.NodeRefreshableDataResource
data.template_file.birb_edgar_app - *terraform.NodeRefreshableDataResource
data.template_file.birb_server_app - *terraform.NodeRefreshableDataResource
data.terraform_remote_state.network - *terraform.NodeRefreshableDataResource
local_file.bastion_ip_address - *terraform.NodeRefreshableManagedResource
local_fiice.server_service - *terraform.NodeRefreshableManagedResource
aws_ecs_task_definition.edgar_task - *terraform.NodeRefreshableManagedResource
aws_ecs_task_definition.server_task - *terraform.NodeRefreshableManagedResource
aws_eip.gw - *terraform.NodeRefreshableManagedResource
aws_iam_instance_profile.edgar_instance_profile - *terraform.NodeRefreshableManagedResource
aws_iam_policy.autoscale_policy - *terraform.NodeRefreshableManagedResource
aws_iam_policy.edgar_resource_access_policy - *terraform.NodeRefreshableManagedResource
aws_iam_policy.task_execution_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role.autoscale_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.edgar_instance_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.edgar_service_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.task_execution_role - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy_attachment.edgar_instance_role_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy_attachment.edgar_resource_access_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy_attachment.edgar_service_role_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy_attachment.server_autoscale_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy_attachment.server_execution_attachment - *terraform.NodeRefreshableManagedResource
aws_instance.bastion - *terraform.NodeRefreshableManagedResource
aws_internet_gateway.gw - *terraform.NodeRefreshableManagedResource
aws_launch_configuration.edgar_launch_configuration - *terraform.NodeRefreshableManagedResource
aws_nat_gateway.gw - *terraform.NodeRefreshableManagedResource
aws_route.internet_access - *terraform.NodeRefreshableManagedResource
aws_route53_record.birb - *terraform.NodeRefreshableManagedResource
aws_route53_record.birb_root - *terraform.NodeRefreshableManagedResourceInstance
aws_route53_record.birb_www - *terraform.NodeRefreshableManagedResource
aws_route53_record.www - *terraform.NodeRefreshableManagedResourceInstance
aws_route_table.private - *terraform.NodeRefreshableManagedResource
aws_route_table_association.private - *terraform.NodeRefreshableManagedResource
aws_s3_bucket.birb_edgar_filings - *terraform.NodeRefreshableManagedResource
aws_s3_bucket.birb_edgar_indexes - *terraform.NodeRefreshableManagedResource
aws_s3_bucket.birb_root - *terraform.NodeRefreshableManagedResourceInstance
aws_s3_bucket.birb_www - *terraform.NodeRefreshableManagedResource
aws_secretsmanager_secret.DATABASE_URI - *terraform.NodeRefreshableManagedResource
aws_secretsmanager_secret.ROCKET_DATABASES - *terraform.NodeRefreshableManagedResource
aws_secretsmanager_secret_version.DATABASE_URI - *terraform.NodeRefreshableManagedResource
aws_secretsmanager_secret_version.ROCKET_DATABASES - *terraform.NodeRefreshableManagedResource
aws_security_group.bastion - *terraform.NodeRefreshableManagedResource
aws_security_group.birb-edgar - *terraform.NodeRefreshableManagedResource
aws_security_group.ecs_tasks - *terraform.NodeRefreshableManagedResource
aws_security_group.lb - *terraform.NodeRefreshableManagedResource
aws_security_group.rds_security_group - *terraform.NodeRefreshableManagedResource
aws_subnet.private - *terraform.NodeRefreshableManagedResource
aws_subnet.public - *terraform.NodeRefreshableManagedResource
aws_vpc.main - *terraform.NodeRefreshableManagedResource
data.aws_availability_zones.available - *terraform.NodeRefreshableDataResource
data.aws_iam_policy_document.ecs-instance-policy - *terraform.NodeRefreshableDataResource
data.aws_iam_policy_document.edgar_service_policy - *terraform.NodeRefreshableDataResource
data.aws_route53_zone.birb - *terraform.NodeRefreshableDataResource
data.template_file.birb_edgar_app - *terraform.NodeRefreshableDataResource
data.template_file.birb_server_app - *terraform.NodeRefreshableDataResource
data.terraform_remote_state.network - *terraform.NodeRefreshableDataResource
local_file.bastion_ip_address - *terraform.NodeRefreshableManagedResource
local_file.rds_db_ver_service - *terraform.NodeRefreshableManagedResource
aws_ecs_task_definition.edgar_task - *terraform.NodeRefreshableManagedResource
aws_ecs_task_definition.server_task - *terraform.NodeRefreshableManagedResource
aws_eip.gw - *terraform.NodeRefreshableManagedResource
aws_iam_instance_profile.edgar_instance_profile - *terraform.NodeRefreshableManagedResource
aws_iam_policy.autoscale_policy - *terraform.NodeRefreshableManagedResource
aws_iam_policy.edgar_resource_access_policy - *terraform.NodeRefreshableManagedResource
aws_iam_policy.task_execution_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role.autoscale_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.edgar_instance_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.edgar_service_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.task_execution_role - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy_attachment.edgar_instance_role_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy_attachment.edgar_resource_access_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy_attachment.edgar_service_role_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy_attachment.server_autoscale_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy_attachment.server_execution_attachment - *terraform.NodeRefreshableManagedResource
aws_instance.bastion - *terraform.NodeRefreshableManagedResource
aws_internet_gateway.gw - *terraform.NodeRefreshableManagedResource
aws_launch_configuration.edgar_launch_configuration - *terraform.NodeRefreshableManagedResource
aws_nat_gateway.gw - *terraform.NodeRefreshableManagedResource
aws_route.internet_access - *terraform.NodeRefreshableManagedResource
aws_route53_record.birb - *terraform.NodeRefreshableManagedResource
aws_route53_record.birb_root - *terraform.NodeRefreshableManagedResourceInstance
aws_route53_record.birb_www - *terraform.NodeRefreshableManagedResource
aws_route53_record.www - *terraform.NodeRefreshableManagedResourceInstance
aws_route_table.private - *terraform.NodeRefreshableManagedResource
aws_route_table_association.private - *terraform.NodeRefreshableManagedResource
aws_s3_bucket.birb_edgar_filings - *terraform.NodeRefreshableManagedResource
aws_s3_bucket.birb_edgar_indexes - *terraform.NodeRefreshableManagedResource
aws_s3_bucket.birb_root - *terraform.NodeRefreshableManagedResourceInstance
aws_s3_bucket.birb_www - *terraform.NodeRefreshableManagedResource
aws_secretsmanager_secret.DATABASE_URI - *terraform.NodeRefreshableManagedResource
aws_secretsmanager_secret.ROCKET_DATABASES - *terraform.NodeRefreshableManagedResource
aws_secretsmanager_secret_version.DATABASE_URI - *terraform.NodeRefreshableManagedResource
aws_secretsmanager_secret_version.ROCKET_DATABASES - *terraform.NodeRefreshableManagedResource
aws_security_group.bastion - *terraform.NodeRefreshableManagedResource
aws_security_group.birb-edgar - *terraform.NodeRefreshableManagedResource
aws_security_group.ecs_tasks - *terraform.NodeRefreshableManagedResource
aws_security_group.lb - *terraform.NodeRefreshableManagedResource
aws_security_group.rds_security_group - *terraform.NodeRefreshableManagedResource
aws_subnet.private - *terraform.NodeRefreshableManagedResource
aws_subnet.public - *terraform.NodeRefreshableManagedResource
aws_vpc.main - *terraform.NodeRefreshableManagedResource
data.aws_availability_zones.available - *terraform.NodeRefreshableDataResource
data.aws_iam_policy_document.ecs-instance-policy - *terraform.NodeRefreshableDataResource
data.aws_iam_policy_document.edgar_service_policy - *terraform.NodeRefreshableDataResource
data.aws_route53_zone.birb - *terraform.NodeRefreshableDataResource
data.template_file.birb_edgar_app - *terraform.NodeRefreshableDataResource
data.template_file.birb_server_app - *terraform.NodeRefreshableDataResource
data.terraform_remote_state.network - *terraform.NodeRefreshableDataResource
local.instance-userdata - *terraform.NodeLocal
local_file.bastion_ip_address - *terraform.NodeRefrerver_service - *terraform.NodeRefreshableManagedResource
aws_ecs_task_definition.edgar_task - *terraform.NodeRefreshableManagedResource
aws_ecs_task_definition.server_task - *terraform.NodeRefreshableManagedResource
aws_eip.gw - *terraform.NodeRefreshableManagedResource
aws_iam_instance_profile.edgar_instance_profile - *terraform.NodeRefreshableManagedResource
aws_iam_policy.autoscale_policy - *terraform.NodeRefreshableManagedResource
aws_iam_policy.edgar_resource_access_policy - *terraform.NodeRefreshableManagedResource
aws_iam_policy.task_execution_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role.autoscale_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.edgar_instance_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.edgar_service_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.task_execution_role - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy_attachment.edgar_instance_role_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy_attachment.edgar_resource_access_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy_attachment.edgar_service_role_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy_attachment.server_autoscale_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy_attachment.server_execution_attachment - *terraform.NodeRefreshableManagedResource
aws_instance.bastion - *terraform.NodeRefreshableManagedResource
aws_internet_gateway.gw - *terraform.NodeRefreshableManagedResource
aws_launch_configuration.edgar_launch_configuration - *terraform.NodeRefreshableManagedResource
aws_nat_gateway.gw - *terraform.NodeRefreshableManagedResource
aws_route.internet_access - *terraform.NodeRefreshableManagedResource
aws_route53_record.birb - *terraform.NodeRefreshableManagedResource
aws_route53_record.birb_root - *terraform.NodeRefreshableManagedResourceInstance
aws_route53_record.birb_www - *terraform.NodeRefreshableManagedResource
aws_route53_record.www - *terraform.NodeRefreshableManagedResourceInstance
aws_route_table.private - *terraform.NodeRefreshableManagedResource
aws_route_table_association.private - *terraform.NodeRefreshableManagedResource
aws_s3_bucket.birb_edgar_filings - *terraform.NodeRefreshableManagedResource
aws_s3_bucket.birb_edgar_indexes - *terraform.NodeRefreshableManagedResource
aws_s3_bucket.birb_root - *terraform.NodeRefreshableManagedResourceInstance
aws_s3_bucket.birb_www - *terraform.NodeRefreshableManagedResource
aws_secretsmanager_secret.DATABASE_URI - *terraform.NodeRefreshableManagedResource
aws_secretsmanager_secret.ROCKET_DATABASES - *terraform.NodeRefreshableManagedResource
aws_secretsmanager_secret_version.DATABASE_URI - *terraform.NodeRefreshableManagedResource
aws_secretsmanager_secret_version.ROCKET_DATABASES - *terraform.NodeRefreshableManagedResource
aws_security_group.bastion - *terraform.NodeRefreshableManagedResource
aws_security_group.birb-edgar - *terraform.NodeRefreshableManagedResource
aws_security_group.ecs_tasks - *terraform.NodeRefreshableManagedResource
aws_security_group.lb - *terraform.NodeRefreshableManagedResource
aws_security_group.rds_security_group - *terraform.NodeRefreshableManagedResource
aws_subnet.private - *terraform.NodeRefreshableManagedResource
aws_subnet.public - *terraform.NodeRefreshableManagedResource
aws_vpc.main - *terraform.NodeRefreshableManagedResource
data.aws_availability_zones.available - *terraform.NodeRefreshableDataResource
data.aws_iam_policy_document.ecs-instance-policy - *terraform.NodeRefreshableDataResource
data.aws_iam_policy_document.edgar_service_policy - *terraform.NodeRefreshableDataResource
data.aws_route53_zone.birb - *terraform.NodeRefreshableDataResource
data.template_file.birb_edgar_app - *terraform.NodeRefreshableDataResource
data.template_file.birb_server_app - *terraform.NodeRefreshableDataResource
data.terraform_remote_state.network - *terraform.NodeRefreshableDataResource
local.instance-userdata - *terraform.NodeLocal
local_file.bastion_ip_address - *terraform.NodeRefrnagedResource
aws_ecs_service.server_service - *terraform.NodeRefreshableManagedResource
aws_ecs_task_definition.edgar_task - *terraform.NodeRefreshableManagedResource
aws_ecs_task_definition.server_task - *terraform.NodeRefreshableManagedResource
aws_eip.gw - *terraform.NodeRefreshableManagedResource
aws_iam_instance_profile.edgar_instance_profile - *terraform.NodeRefreshableManagedResource
aws_iam_policy.autoscale_policy - *terraform.NodeRefreshableManagedResource
aws_iam_policy.edgar_resource_access_policy - *terraform.NodeRefreshableManagedResource
aws_iam_policy.task_execution_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role.autoscale_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.edgar_instance_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.edgar_service_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.task_execution_role - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy_attachment.edgar_instance_role_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy_attachment.edgar_resource_access_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy_attachment.edgar_service_role_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy_attachment.server_autoscale_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy_attachment.server_execution_attachment - *terraform.NodeRefreshableManagedResource
aws_instance.bastion - *terraform.NodeRefreshableManagedResource
aws_internet_gateway.gw - *terraform.NodeRefreshableManagedResource
aws_launch_configuration.edgar_launch_configuration - *terraform.NodeRefreshableManagedResource
aws_nat_gateway.gw - *terraform.NodeRefreshableManagedResource
aws_route.internet_access - *terraform.NodeRefreshableManagedResource
aws_route53_record.birb - *terraform.NodeRefreshableManagedResource
aws_route53_record.birb_root - *terraform.NodeRefreshableManagedResourceInstance
aws_route53_record.birb_www - *terraform.NodeRefreshableManagedResource
aws_route53_record.www - *terraform.NodeRefreshableManagedResourceInstance
aws_route_table.private - *terraform.NodeRefreshableManagedResource
aws_route_table_association.private - *terraform.NodeRefreshableManagedResource
aws_s3_bucket.birb_edgar_filings - *terraform.NodeRefreshableManagedResource
aws_s3_bucket.birb_edgar_indexes - *terraform.NodeRefreshableManagedResource
aws_s3_bucket.birb_root - *terraform.NodeRefreshableManagedResourceInstance
aws_s3_bucket.birb_www - *terraform.NodeRefreshableManagedResource
aws_secretsmanager_secret.DATABASE_URI - *terraform.NodeRefreshableManagedResource
aws_secretsmanager_secret.ROCKET_DATABASES - *terraform.NodeRefreshableManagedResource
aws_secretsmanager_secret_version.DATABASE_URI - *terraform.NodeRefreshableManagedResource
aws_secretsmanager_secret_version.ROCKET_DATABASES - *terraform.NodeRefreshableManagedResource
aws_security_group.bastion - *terraform.NodeRefreshableManagedResource
aws_security_group.birb-edgar - *terraform.NodeRefreshableManagedResource
aws_security_group.ecs_tasks - *terraform.NodeRefreshableManagedResource
aws_security_group.lb - *terraform.NodeRefreshableManagedResource
aws_security_group.rds_security_group - *terraform.NodeRefreshableManagedResource
aws_subnet.private - *terraform.NodeRefreshableManagedResource
aws_subnet.public - *terraform.NodeRefreshableManagedResource
aws_vpc.main - *terraform.NodeRefreshableManagedResource
data.aws_availability_zones.available - *terraform.NodeRefreshableDataResource
data.aws_iam_policy_document.ecs-instance-policy - *terraform.NodeRefreshableDataResource
data.aws_iam_policy_document.edgar_service_policy - *terraform.NodeRefreshableDataResource
data.aws_route53_zone.birb - *terraform.NodeRefreshableDataResource
data.template_file.birb_edgar_app - *terraform.NodeRefreshableDataResource
data.template_file.birb_server_app - *terraform.NodeRefreshableDataResource
data.terraform_remote_state.network - *terraform.NodeRefreshableDataResource
local.instance-userdata - *terraform.NodeLocal
local_file.bastion_2019/08/13 09:48:01 [DEBUG] adding implicit provider configuration provider.template, implied first by data.template_file.birb_edgar_app
2019/08/13 09:48:01 [DEBUG] adding implicit provider configuration provider.local, implied first by local_file.rds_db_port
2019/08/13 09:48:01 [DEBUG] adding implicit provider configuration provider.terraform, implied first by data.terraform_remote_state.network
anagedResource
aws_ecs_service.server_service - *terraform.NodeRefreshableManagedResource
aws_ecs_task_definition.edgar_task - *terraform.NodeRefreshableManagedResource
aws_ecs_task_definition.server_task - *terraform.NodeRefreshableManagedResource
aws_eip.gw - *terraform.NodeRefreshableManagedResource
aws_iam_instance_profile.edgar_instance_profile - *terraform.NodeRefreshableManagedResource
aws_iam_policy.autoscale_policy - *terraform.NodeRefreshableManagedResource
aws_iam_policy.edgar_resource_access_policy - *terraform.NodeRefreshableManagedResource
aws_iam_policy.task_execution_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role.autoscale_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.edgar_instance_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.edgar_service_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.task_execution_role - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy_attachment.edgar_instance_role_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy_attachment.edgar_resource_access_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy_attachment.edgar_service_role_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy_attachment.server_autoscale_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy_attachment.server_execution_attachment - *terraform.NodeRefreshableManagedResource
aws_instance.bastion - *terraform.NodeRefreshableManagedResource
aws_internet_gateway.gw - *terraform.NodeRefreshableManagedResource
aws_launch_configuration.edgar_launch_configuration - *terraform.NodeRefreshableManagedResource
aws_nat_gateway.gw - *terraform.NodeRefreshableManagedResource
aws_route.internet_access - *terraform.NodeRefreshableManagedResource
aws_route53_record.birb - *terraform.NodeRefreshableManagedResource
aws_route53_record.birb_root - *terraform.NodeRefreshableManagedResourceInstance
aws_route53_record.birb_www - *terraform.NodeRefreshableManagedResource
aws_route53_record.www - *terraform.NodeRefreshableManagedResourceInstance
aws_route_table.private - *terraform.NodeRefreshableManagedResource
aws_route_table_association.private - *terraform.NodeRefreshableManagedResource
aws_s3_bucket.birb_edgar_filings - *terraform.NodeRefreshableManagedResource
aws_s3_bucket.birb_edgar_indexes - *terraform.NodeRefreshableManagedResource
aws_s3_bucket.birb_root - *terraform.NodeRefreshableManagedResourceInstance
aws_s3_bucket.birb_www - *terraform.NodeRefreshableManagedResource
aws_secretsmanager_secret.DATABASE_URI - *terraform.NodeRefreshableManagedResource
aws_secretsmanager_secret.ROCKET_DATABASES - *terraform.NodeRefreshableManagedResource
aws_secretsmanager_secret_version.DATABASE_URI - *terraform.NodeRefreshableManagedResource
aws_secretsmanager_secret_version.ROCKET_DATABASES - *terraform.NodeRefreshableManagedResource
aws_security_group.bastion - *terraform.NodeRefreshableManagedResource
aws_security_group.birb-edgar - *terraform.NodeRefreshableManagedResource
aws_security_group.ecs_tasks - *terraform.NodeRefreshableManagedResource
aws_security_group.lb - *terraform.NodeRefreshableManagedResource
aws_security_group.rds_security_group - *terraform.NodeRefreshableManagedResource
aws_subnet.private - *terraform.NodeRefreshableManagedResource
aws_subnet.public - *terraform.NodeRefreshableManagedResource
aws_vpc.main - *terraform.NodeRefreshableManagedResource
data.aws_availability_zones.available - *terraform.NodeRefreshableDataResource
data.aws_iam_policy_document.ecs-instance-policy - *terraform.NodeRefreshableDataResource
data.aws_iam_policy_document.edgar_service_policy - *terraform.NodeRefreshableDataResource
data.aws_route53_zone.birb - *terraform.NodeRefreshableDataResource
data.template_file.birb_edgar_app - *terraform.NodeRefreshableDataResource
data.template_file.birb_server_app - *terraform.NodeRefreshableDataResource
data.terraform_remote_state.network - *terraform.NodeRefreshableDataResource
local.instance-userdata - *terraform.NodeLocal
local_file.bastion graph transform *terraform.ProviderTransformer
2019/08/13 09:48:01 [DEBUG] ProviderTransformer: "aws_internet_gateway.gw" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2019/08/13 09:48:01 [TRACE] ProviderTransformer: exact match for provider.aws serving data.aws_availability_zones.available
2019/08/13 09:48:01 [DEBUG] ProviderTransformer: "data.aws_availability_zones.available" (*terraform.NodeRefreshableDataResource) needs provider.aws
2019/08/13 09:48:01 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_iam_policy.task_execution_policy
2019/08/13 09:48:01 [DEBUG] ProviderTransformer: "aws_iam_policy.task_execution_policy" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2019/08/13 09:48:01 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_eip.gw
2019/08/13 09:48:01 [DEBUG] ProviderTransformer: "aws_eip.gw" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2019/08/13 09:48:01 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_ecs_task_definition.server_task
2019/08/13 09:48:01 [DEBUG] ProviderTransformer: "aws_ecs_task_definition.server_task" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2019/08/13 09:48:01 [TRACE] ProviderTransformer: exact match for provider.template serving data.template_file.birb_server_app
2019/08/13 09:48:01 [DEBUG] ProviderTransformer: "data.template_file.birb_server_app" (*terraform.NodeRefreshableDataResource) needs provider.template
2019/08/13 09:48:01 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_secretsmanager_secret_version.DATABASE_URI
2019/08/13 09:48:01 [DEBUG] ProviderTransformer: "aws_secretsmanager_secret_version.DATABASE_URI" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2019/08/13 09:48:01 [DEBUG] ProviderTransformer: "aws_instance.bastion" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2019/08/13 09:48:01 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_autoscaling_group.edgar_autoscaling
2019/08/13 09:48:01 [DEBUG] ProviderTransformer: "aws_autoscaling_group.edgar_autoscaling" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2019/08/13 09:48:01 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_iam_policy.edgar_resource_access_policy
2019/08/13 09:48:01 [DEBUG] ProviderTransformer: "aws_iam_policy.edgar_resource_access_policy" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2019/08/13 09:48:01 [TRACE] ProviderTransformer: exact match for provider.aws serving data.aws_route53_zone.birb
2019/08/13 09:48:01 [DEBUG] ProviderTransformer: "data.aws_route53_zone.birb" (*terraform.NodeRefreshableDataResource) needs provider.aws
2019/08/13 09:48:01 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_ecr_repository.server_repo
2019/08/13 09:48:01 [DEBUG] ProviderTransformer: "aws_ecr_repository.server_repo" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2019/08/13 09:48:01 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_iam_role_policy_attachment.server_autoscale_attachment
2019/08/13 09:48:01 [DEBUG] ProviderTransformer: "aws_iam_role_policy_attachment.server_autoscale_attachment" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2019/08/13 09:48:01 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_route53_record.birb_root
2019/08/13 09:48:01 [DEBUG] ProviderTransformer: "aws_route53_record.birb_root" (*terraform.NodeRefreshableManagedResourceInstance) needs provider.aws
2019/08/13 09:48:01 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_vpc.main
2019/08/13 09:48:01 [DEBUG] ProviderTransformer: "aws_vpc.main" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2019/08/13 09:48:01 [DEBUG] ProviderTransformer: "aws_iam_role.autoscale_role" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2019/08/13 09:48:01 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_ecr_repository.edgar_repo
2019/08/13 09:48:01 [DEBUG] ProviderTransformer: "aws_ecr_repository.edgar_repo" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2019/08/13 09:48:01 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_route53_record.birb_www
2019/08/13 09:48:01 [DEBUG] ProviderTransformer: "aws_route53_record.birb_www" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2019/08/13 09:48:01 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_ecs_service.edgar_service
2019/08/13 09:48:01 [DEBUG] ProviderTransformer: "aws_ecs_service.edgar_service" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2019/08/13 09:48:01 [TRACE] ProviderTransformer: exact match for provider.aws serving data.aws_iam_policy_document.edgar_service_policy
2019/08/13 09:48:01 [DEBUG] ProviderTransformer: "data.aws_iam_policy_document.edgar_service_policy" (*terraform.NodeRefreshableDataResource) needs provider.aws
2019/08/13 09:48:01 [DEBUG] ProviderTransformer: "aws_secretsmanager_secret.DATABASE_URI" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2019/08/13 09:48:01 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_route_table.private
2019/08/13 09:48:01 [DEBUG] ProviderTransformer: "aws_route_table.private" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2019/08/13 09:48:01 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_security_group.rds_security_group
2019/08/13 09:48:01 [DEBUG] ProviderTransformer: "aws_security_group.rds_security_group" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2019/08/13 09:48:01 [TRACE] ProviderTransformer: exact match for provider.local serving local_file.rds_db_address
2019/08/13 09:48:01 [DEBUG] ProviderTransformer: "local_file.rds_db_address" (*terraform.NodeRefreshableManagedResource) needs provider.local
2019/08/13 09:48:01 [DEBUG] ProviderTransformer: "data.terraform_remote_state.network" (*terraform.NodeRefreshableDataResource) needs provider.terraform
2019/08/13 09:48:01 [TRACE] ProviderTransformer: exact match for provider.template serving data.template_file.birb_edgar_app
2019/08/13 09:48:01 [DEBUG] ProviderTransformer: "data.template_file.birb_edgar_app" (*terraform.NodeRefreshableDataResource) needs provider.template
2019/08/13 09:48:01 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_security_group.birb-edgar
2019/08/13 09:48:01 [DEBUG] ProviderTransformer: "aws_security_group.birb-edgar" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2019/08/13 09:48:01 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_alb_listener.redirect_to_ssl
2019/08/13 09:48:01 [DEBUG] ProviderTransformer: "aws_alb_listener.redirect_to_ssl" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2019/08/13 09:48:01 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_appautoscaling_target.server_autoscaling_target
2019/08/13 09:48:01 [DEBUG] ProviderTransformer: "aws_appautoscaling_target.server_autoscaling_target" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2019/08/13 09:48:01 [DEBUG] ProviderTransformer: "aws_cloudwatch_metric_alarm.server_cpu_utilization_high" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2019/08/13 09:48:01 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_route53_record.birb
2019/08/13 09:48:01 [DEBUG] ProviderTransformer: "aws_route53_record.birb" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2019/08/13 09:48:01 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_s3_bucket.birb_edgar_filings
2019/08/13 09:48:01 [DEBUG] ProviderTransformer: "aws_s3_bucket.birb_edgar_filings" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2019/08/13 09:48:01 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_ecs_service.server_service
2019/08/13 09:48:01 [DEBUG] ProviderTransformer: "aws_ecs_service.server_service" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2019/08/13 09:48:01 [DEBUG] ProviderTransformer: "aws_iam_policy.autoscale_policy" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2019/08/13 09:48:01 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_db_instance.rds_instance
2019/08/13 09:48:01 [DEBUG] ProviderTransformer: "aws_db_instance.rds_instance" (*terraform.NodeRefreshableManagedResource) needs provider.aws
tch_metric_alarm.server_cpu_utilization_high - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_cloudwatch_metric_alarm.server_cpu_utilization_low - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_db_instance.rds_instance - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_db_subnet_group.rds_subnet - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_ecr_repository.edgar_repo - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_ecr_repository.server_repo - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_ecs_cluster.edgar_cluster - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_ecs_cluster.server_cluster - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_ecs_service.edgar_service - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_ecs_service.server_service - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_ecs_task_definition.edgar_task - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_ecs_task_definition.server_task - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_eip.gw - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_instance_profile.edgar_instance_profile - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy.autoscale_policy - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy.edgar_resource_access_policy - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy.task_execution_policy - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.autoscale_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.edgar_instance_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.edgar_service_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.task_execution_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy_attachment.edgar_instance_role_attachment - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy_attachment.edgar_resource_access_attachment - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy_attachment.edgar_service_role_attachment - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy_attachment.server_autoscale_attachment - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy_attachment.server_execution_attachment - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_instance.bastion - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_internet_gateway.gw - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_launch_configuration.edgar_launch_configuration - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_nat_gateway.gw - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_route.internet_access - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_route53_record.birb - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_route53_record.birb_root - *terraform.NodeRefreshableManagedResourceInstance
provider.aws - *terraform.NodeApplyableProvider
aws_route53_record.birb_www - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_route53_record.www - *terraform.NodeRefreshableManagedResourceInstance
provider.aws - *terraform.NodeApplyableProvider
aws_route_table.private - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_route_table_association.private - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket.birb_edgar_filings - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket.birb_edgar_indexes - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket.birb_root - *terraform.NodeRefreshableManagedResourceInstance
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket.birb_www - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_secretsmanager_secret.DATABASE_URI - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_secretsmanager_secret.ROCKET_DATABASES - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_secretsmanager_secret_version.DATABASE_URI - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_secretsmanager_secret_version.ROCKET_DATABASES - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.bastion - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.birb-edgar - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.ecs_tasks - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.lb - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.rds_security_group - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_subnet.private - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_subnet.public - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_vpc.main - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_availability_zones.available - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_policy_document.ecs-instance-policy - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_policy_document.edgar_service_policy - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_route53_zone.birb - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
data.template_file.birb_edgar_app - *terraform.NodeRefreshableDataResource
provider.template - *terraform.NodeApplyableProvider
data.template_file.birb_server_app - *terraform.NodeRefreshableDataResource
provider.template - *terraform.NodeApplyableProvider
data.terraform_remote_state.network - *terraform.NodeRefreshableDataResource
provider.terraform - *terraform.NodeApplyableProvider
local.instance-userdata - *terraform.NodeLocal
local_file.bastion_ip_address - *terraform.NodeRefreshableManagedResource
provider.local - *terraform.NodeApplyableProvider
local_file.rds_db_address - *terraform.NodeRefreshableManagedResource
provider.local - *terraform.NodeApplyableProvider
local_file.rds_db_name - *terraform.NodeRefreshableManagedResource
provider.local - *terraform.NodeApplyableProvider
local_file.rds_db_password - *terraforr_cpu_utilization_high - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_cloudwatch_metric_alarm.server_cpu_utilization_low - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_db_instance.rds_instance - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_db_subnet_group.rds_subnet - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_ecr_repository.edgar_repo - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_ecr_repository.server_repo - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_ecs_cluster.edgar_cluster - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_ecs_cluster.server_cluster - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_ecs_service.edgar_service - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_ecs_service.server_service - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_ecs_task_definition.edgar_task - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_ecs_task_definition.server_task - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_eip.gw - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_instance_profile.edgar_instance_profile - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy.autoscale_policy - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy.edgar_resource_access_policy - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy.task_execution_policy - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.autoscale_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.edgar_instance_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.edgar_service_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.task_execution_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy_attachment.edgar_instance_role_attachment - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy_attachment.edgar_resource_access_attachment - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy_attachment.edgar_service_role_attachment - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy_attachment.server_autoscale_attachment - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy_attachment.server_execution_attachment - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_instance.bastion - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_internet_gateway.gw - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_launch_configuration.edgar_launch_configuration - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_nat_gateway.gw - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_route.internet_access - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_route53_record.birb - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_route53_record.birb_root - *terraform.NodeRefreshableManagedResourceInstance
provider.aws - *terraform.NodeApplyableProvider
aws_route53_record.birb_www - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_route53_record.www - *terraform.NodeRefreshableManagedResourceInstance
provider.aws - *terraform.NodeApplyableProvider
aws_route_table.private - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_route_table_association.private - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket.birb_edgar_filings - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket.birb_edgar_indexes - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket.birb_root - *terraform.NodeRefreshableManagedResourceInstance
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket.birb_www - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_secretsmanager_secret.DATABASE_URI - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_secretsmanager_secret.ROCKET_DATABASES - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_secretsmanager_secret_version.DATABASE_URI - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_secretsmanager_secret_version.ROCKET_DATABASES - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.bastion - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.birb-edgar - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.ecs_tasks - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.lb - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.rds_security_group - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_subnet.private - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_subnet.public - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_vpc.main - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_availability_zones.available - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_policy_document.ecs-instance-policy - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_policy_document.edgar_service_policy - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_route53_zone.birb - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
data.template_file.birb_edgar_app - *terraform.NodeRefreshableDataResource
provider.template - *terraform.NodeApplyableProvider
data.template_file.birb_server_app - *terraform.NodeRefreshableDataResource
provider.template - *terraform.NodeApplyableProvider
data.terraform_remote_state.network - *terraform.NodeRefreshableDataResource
provider.terraform - *terraform.NodeApplyableProvider
local.instance-userdata - *terraform.NodeLocal
local_file.bastion_ip_address - *terraform.NodeRefreshableManagedResource
provider.local - *terraform.NodeApplyableProvider
local_file.rds_db_address - *terraform.NodeRefreshableManagedResource
provider.local - *terraform.NodeApplyableProvider
local_file.rds_db_name - *terraform.NodeRefreshableManagedResource
provider.local - *terraform.NodeApplyableProvider
local_file.rds_db_password - *terraform.NodeRefreshableManag2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_alb_listener.redirect_to_ssl" references: [aws_alb.server_load_balancer]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_security_group.ecs_tasks" references: [aws_vpc.main var.app_port var.app_port aws_security_group.lb]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_ecs_cluster.server_cluster" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_alb.server_load_balancer" references: [aws_subnet.public aws_security_group.lb]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "data.aws_iam_policy_document.edgar_service_policy" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_db_subnet_group.rds_subnet" references: [aws_subnet.private]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_ecs_task_definition.edgar_task" references: [aws_iam_role.edgar_instance_role data.template_file.birb_edgar_app]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_cloudfront_distribution.birb_www_distribution" references: [var.root_domain_name var.www_domain_name aws_s3_bucket.birb_www var.root_domain_name var.www_domain_name var.birb_server_certificate_arn]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "var.birb_edgar_worker_memory" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "provider.terraform" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "local_file.rds_db_port" references: [aws_db_instance.rds_instance]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "local_file.rds_db_name" references: [aws_db_instance.rds_instance]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_s3_bucket.birb_www" references: [var.root_domain_name var.root_domain_name]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "data.aws_availability_zones.available" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_cloudwatch_log_stream.server_log_stream" references: [aws_cloudwatch_log_group.server_log_group]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_appautoscaling_target.server_autoscaling_target" references: [aws_ecs_cluster.server_cluster aws_ecs_service.server_service aws_iam_role.autoscale_role]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_security_group.bastion" references: [aws_vpc.main]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_secretsmanager_secret_version.ROCKET_DATABASES" references: [aws_secretsmanager_secret.ROCKET_DATABASES var.ROCKET_DATABASES]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "data.aws_route53_zone.birb" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "var.rds_db_name" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "var.root_domain_name" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "var.marty_id_rsa_laptop_2_pub" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_vpc.main" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_iam_role.task_execution_role" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_iam_policy.autoscale_policy" references: [aws_ecs_cluster.server_cluster aws_ecs_cluster.server_cluster]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_db_instance.rds_instance" references: [var.rds_db_name var.rds_instance var.multi_az aws_db_subnet_group.rds_subnet var.rds_username var.rds_password aws_security_group.rds_security_group]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "var.DATABASE_URI" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_ecr_repository.server_repo" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_iam_policy.task_execution_policy" references: [aws_ecs_cluster.server_cluster aws_cloudwatch_log_group.server_log_group aws_cloudwatch_log_stream.server_log_stream aws_secretsmanager_secret.ROCKET_DATABASES]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_nat_gateway.gw" references: [var.az_count aws_eip.gw aws_subnet.public]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_cloudfront_distribution.birb_root_distribution" references: [aws_s3_bucket.birb_root aws_s3_bucket.birb_root]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_route53_record.www" references: [aws_cloudfront_distribution.birb_www_distribution data.aws_route53_zone.birb]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "var.birb_edgar_worker_cpu" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "provider.aws" references: [var.aws_region]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_subnet.private" references: [var.az_count aws_vpc.main data.aws_availability_zones.available aws_vpc.main]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_secretsmanager_secret.ROCKET_DATABASES" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "var.aws_region" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "var.marty_ip_address_3" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_iam_role_policy_attachment.server_autoscale_attachment" references: [aws_iam_role.autoscale_role aws_iam_policy.autoscale_policy aws_iam_role.autoscale_role]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_iam_role_policy_attachment.server_execution_attachment" references: [aws_iam_role.task_execution_role aws_iam_policy.task_execution_policy aws_iam_role.task_execution_role]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "local_file.rds_db_address" references: [aws_db_instance.rds_instance]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "var.birb_server_memory" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_s3_bucket.birb_edgar_filings" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "var.health_check_path" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_eip.gw" references: [aws_internet_gateway.gw var.az_count]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_iam_instance_profile.edgar_instance_profile" references: [aws_iam_role.edgar_instance_role]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_route53_record.birb_root" references: [aws_cloudfront_distribution.birb_root_distribution aws_cloudfront_distribution.birb_root_distribution data.aws_route53_zone.birb]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_cloudwatch_log_stream.edgar_log_stream" references: [aws_cloudwatch_log_group.edgar_log_group]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_s3_bucket.birb_edgar_indexes" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_iam_role_policy_attachment.edgar_instance_role_attachment" references: [aws_iam_role.edgar_instance_role]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "data.aws_iam_policy_document.ecs-instance-policy" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "provider.local" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "local_file.rds_db_username" references: [var.rds_username]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_iam_role_policy_attachment.edgar_service_role_attachment" references: [aws_iam_role.edgar_service_role]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_iam_role.edgar_instance_role" references: [data.aws_iam_policy_document.ecs-instance-policy]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_s3_bucket.birb_root" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "var.rds_instance" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "var.rds_password" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_appautoscaling_policy.server_scale_up" references: [aws_appautoscaling_target.server_autoscaling_target aws_ecs_cluster.server_cluster aws_ecs_service.server_service]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_cloudwatch_log_group.server_log_group" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_instance.bastion" references: [aws_security_group.bastion local.instance-userdata aws_subnet.public]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_ecs_cluster.edgar_cluster" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "var.birb_server_certificate_arn" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "local.instance-userdata" references: [var.marty_id_rsa_laptop_1_pub var.marty_id_rsa_laptop_2_pub]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_route.internet_access" references: [aws_vpc.main aws_internet_gateway.gw]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "var.environment" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_iam_role.edgar_service_role" references: [data.aws_iam_policy_document.edgar_service_policy]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_ecs_task_definition.server_task" references: [aws_iam_role.task_execution_role var.birb_server_cpu var.birb_server_memory data.template_file.birb_server_app]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_subnet.public" references: [var.az_count data.aws_availability_zones.available aws_vpc.main var.az_count aws_vpc.main]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "var.marty_ip_address_2" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_iam_role.autoscale_role" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_alb_listener.server_lb_listener" references: [var.birb_server_certificate_arn aws_alb.server_load_balancer aws_alb_target_group.server_target_group]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "var.app_port" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "data.terraform_remote_state.network" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "var.rds_username" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "provider.template" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_autoscaling_group.edgar_autoscaling" references: [aws_launch_configuration.edgar_launch_configuration aws_subnet.private]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "var.marty_id_rsa_laptop_1_pub" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_ecr_repository.edgar_repo" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "output.bastion_ip_address" references: [aws_instance.bastion]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_appautoscaling_policy.server_scale_down" references: [aws_appautoscaling_target.server_autoscaling_target aws_ecs_cluster.server_cluster aws_ecs_service.server_service]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_security_group.lb" references: [aws_vpc.main]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_launch_configuration.edgar_launch_configuration" references: [aws_iam_instance_profile.edgar_instance_profile aws_security_group.birb-edgar]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_cloudwatch_metric_alarm.server_cpu_utilization_low" references: [aws_appautoscaling_policy.server_scale_down aws_ecs_cluster.server_cluster aws_ecs_service.server_service]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "var.az_count" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "output.alb_hostname" references: [aws_alb.server_load_balancer]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "local_file.rds_db_password" references: [var.rds_password]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_secretsmanager_secret.DATABASE_URI" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_route_table_association.private" references: [var.az_count aws_subnet.private aws_route_table.private]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_route53_record.birb_www" references: [var.root_domain_name data.aws_route53_zone.birb aws_cloudfront_distribution.birb_www_distribution aws_cloudfront_distribution.birb_www_distribution]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "var.birb_server_cpu" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "var.www_domain_name" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_cloudwatch_metric_alarm.server_cpu_utilization_high" references: [aws_appautoscaling_policy.server_scale_up aws_ecs_cluster.server_cluster aws_ecs_service.server_service]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_iam_policy.edgar_resource_access_policy" references: [aws_cloudwatch_log_group.edgar_log_group aws_cloudwatch_log_stream.edgar_log_stream aws_secretsmanager_secret.DATABASE_URI aws_s3_bucket.birb_edgar_filings aws_s3_bucket.birb_edgar_indexes]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "local_file.bastion_ip_address" references: [aws_instance.bastion]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "var.multi_az" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "var.app_count" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_ecs_service.server_service" references: [aws_alb_listener.server_lb_listener aws_alb_listener.redirect_to_ssl var.app_count aws_ecs_cluster.server_cluster aws_ecs_task_definition.server_task aws_security_group.ecs_tasks aws_subnet.private aws_alb_target_group.server_target_group var.app_port]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_cloudwatch_log_group.edgar_log_group" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "data.template_file.birb_edgar_app" references: [aws_ecr_repository.edgar_repo var.birb_edgar_worker_cpu var.birb_edgar_worker_memory var.aws_region aws_secretsmanager_secret.DATABASE_URI]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "var.ROCKET_DATABASES" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_alb_target_group.server_target_group" references: [aws_vpc.main var.health_check_path]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_route_table.private" references: [var.az_count aws_vpc.main aws_nat_gateway.gw]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_security_group.birb-edgar" references: [aws_vpc.main]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "data.template_file.birb_server_app" references: [aws_ecr_repository.server_repo var.birb_server_cpu var.birb_server_memory var.aws_region var.app_port aws_secretsmanager_secret.ROCKET_DATABASES]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_iam_role_policy_attachment.edgar_resource_access_attachment" references: [aws_iam_policy.edgar_resource_access_policy aws_iam_role.edgar_instance_role]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "var.marty_ip_address_1" references: []
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_ecs_service.edgar_service" references: [aws_ecs_cluster.edgar_cluster aws_ecs_task_definition.edgar_task]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_route53_record.birb" references: [data.aws_route53_zone.birb aws_alb.server_load_balancer aws_alb.server_load_balancer]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_internet_gateway.gw" references: [aws_vpc.main]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_security_group.rds_security_group" references: [aws_vpc.main aws_security_group.ecs_tasks aws_security_group.bastion aws_security_group.birb-edgar]
2019/08/13 09:48:01 [DEBUG] ReferenceTransformer: "aws_secretsmanager_secret_version.DATABASE_URI" references: [var.DATABASE_URI aws_secretsmanager_secret.DATABASE_URI]
luster.server_cluster - *terraform.NodeRefreshableManagedResource
aws_ecs_service.server_service - *terraform.NodeRefreshableManagedResource
aws_iam_role.autoscale_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_autoscaling_group.edgar_autoscaling - *terraform.NodeRefreshableManagedResource
aws_launch_configuration.edgar_launch_configuration - *terraform.NodeRefreshableManagedResource
aws_subnet.private - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_cloudfront_distribution.birb_root_distribution - *terraform.NodeRefreshableManagedResourceInstance
aws_s3_bucket.birb_root - *terraform.NodeRefreshableManagedResourceInstance
provider.aws - *terraform.NodeApplyableProvider
aws_cloudfront_distribution.birb_www_distribution - *terraform.NodeRefreshableManagedResource
aws_s3_bucket.birb_www - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
var.birb_server_certificate_arn - *terraform.NodeRootVariable
var.root_domain_name - *terraform.NodeRootVariable
var.www_domain_name - *terraform.NodeRootVariable
aws_cloudwatch_log_group.edgar_log_group - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_cloudwatch_log_group.server_log_group - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_cloudwatch_log_stream.edgar_log_stream - *terraform.NodeRefreshableManagedResource
aws_cloudwatch_log_group.edgar_log_group - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_cloudwatch_log_stream.server_log_stream - *terraform.NodeRefreshableManagedResource
aws_cloudwatch_log_group.server_log_group - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_cloudwatch_metric_alarm.server_cpu_utilization_high - *terraform.NodeRefreshableManagedResource
aws_appautoscaling_policy.server_scale_up - *terraform.NodeRefreshableManagedResource
aws_ecs_cluster.server_cluster - *terraform.NodeRefreshableManagedResource
aws_ecs_service.server_service - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_cloudwatch_metric_alarm.server_cpu_utilization_low - *terraform.NodeRefreshableManagedResource
aws_appautoscaling_policy.server_scale_down - *terraform.NodeRefreshableManagedResource
aws_ecs_cluster.server_cluster - *terraform.NodeRefreshableManagedResource
aws_ecs_service.server_service - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_db_instance.rds_instance - *terraform.NodeRefreshableManagedResource
aws_db_subnet_group.rds_subnet - *terraform.NodeRefreshableManagedResource
aws_security_group.rds_security_group - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
var.multi_az - *terraform.NodeRootVariable
var.rds_db_name - *terraform.NodeRootVariable
var.rds_instance - *terraform.NodeRootVariable
var.rds_password - *terraform.NodeRootVariable
var.rds_username - *terraform.NodeRootVariable
aws_db_subnet_group.rds_subnet - *terraform.NodeRefreshableManagedResource
aws_subnet.private - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_ecr_repository.edgar_repo - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_ecr_repository.server_repo - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_ecs_cluster.edgar_cluster - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_ecs_cluster.server_cluster - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_ecs_service.edgar_service - *terraform.NodeRefreshableManagedResource
aws_ecs_cluster.edgar_cluster - *terraform.NodeRefreshableManagedResource
aws_ecs_task_definition.edgar_task - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_ecs_service.server_service - *terraform.NodeRefreshableManagedResource
aws_alb_listener.redirect_to_ssl - *terraform.NodeRefreshableManagedResource
aws_alb_listener.server_lb_listener - *terraform.NodeRefreshableManagedResource
aws_alb_target_group.server_target_group - *terraform.NodeRefreshableManagedResource
aws_ecs_cluster.server_cluster - *terraform.NodeRefreshableManagedResource
aws_ecs_task_definition.server_task - *terraform.NodeRefreshableManagedResource
aws_security_group.ecs_tasks - *terraform.NodeRefreshableManagedResource
aws_subnet.private - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
var.app_count - *terraform.NodeRootVariable
var.app_port - *terraform.NodeRootVariable
aws_ecs_task_definition.edgar_task - *terraform.NodeRefreshableManagedResource
aws_iam_role.edgar_instance_role - *terraform.NodeRefreshableManagedResource
data.template_file.birb_edgar_app - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
aws_ecs_task_definition.server_task - *terraform.NodeRefreshableManagedResource
aws_iam_role.task_execution_role - *terraform.NodeRefreshableManagedResource
data.template_file.birb_server_app - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
var.birb_server_cpu - *terraform.NodeRootVariable
var.birb_server_memory - *terraform.NodeRootVariable
aws_eip.gw - *terraform.NodeRefreshableManagedResource
aws_internet_gateway.gw - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
var.az_count - *terraform.NodeRootVariable
aws_iam_instance_profile.edgar_instance_profile - *terraform.NodeRefreshableManagedResource
aws_iam_role.edgar_instance_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy.autoscale_policy - *terraform.NodeRefreshableManagedResource
aws_ecs_cluster.server_cluster - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy.edgar_resource_access_policy - *terraform.NodeRefreshableManagedResource
aws_cloudwatch_log_group.edgar_log_group - *terraform.NodeRefreshableManagedResource
aws_cloudwatch_log_stream.edgar_log_stream - *terraform.NodeRefreshableManagedResource
aws_s3_bucket.birb_edgar_filings - *terraform.NodeRefreshableManagedResource
aws_s3_bucket.birb_edgar_indexes - *terraform.NodeRefreshableManagedResource
aws_secretsmanager_secret.DATABASE_URI - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy.task_execution_policy - *terraform.NodeRefreshableManagedResource
aws_cloudwatch_log_group.server_log_group - *terraform.NodeRefreshableManagedResource
aws_cloudwatch_log_stream.server_log_stream - *terraform.NodeRefreshableManagedResource
aws_ecs_cluster.server_cluster - *terraform.NodeRefreshableManagedResource
aws_secretsmanager_secret.ROCKET_DATABASES - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.autoscale_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.edgar_instance_role - *terraform.NodeRefreshableManagedResource
data.aws_iam_policy_document.ecs-instance-policy - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.edgar_service_role - *terraform.NodeRefreshableManagedResource
data.aws_iam_policy_document.edgar_service_policy - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.task_execution_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy_attachment.edgar_instance_role_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_role.edgar_instance_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy_attachment.edgar_resource_access_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_policy.edgar_resource_access_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role.edgar_instance_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy_attachment.edgar_service_role_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_role.edgar_service_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy_attachment.server_autoscale_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_policy.autoscale_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role.autoscale_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy_attachment.server_execution_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_policy.task_execution_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role.task_execution_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_instance.bastion - *terraform.NodeRefreshableManagedResource
aws_security_group.bastion - *terraform.NodeRefreshableManagedResource
aws_subnet.public - *terraform.NodeRefreshableManagedResource
local.instance-userdata - *terraform.NodeLocal
provider.aws - *terraform.NodeApplyableProvider
aws_internet_gateway.gw - *terraform.NodeRefreshableManagedResource
aws_vpc.main - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_launch_configuration.edgar_launch_configuration - *terraform.NodeRefreshableManagedResource
aws_iam_instance_profile.edgar_instance_profile - *terraform.NodeRefreshableManagedResource
aws_security_group.birb-edgar - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_nat_gateway.gw - *terraform.NodeRefreshableManagedResource
aws_eip.gw - *terraform.NodeRefreshableManagedResource
aws_subnet.public - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
var.az_count - *terraform.NodeRootVariable
aws_route.internet_access - *terraform.NodeRefreshableManagedResource
aws_internet_gateway.gw - *terraform.NodeRefreshableManagedResource
aws_vpc.main - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_route53_record.birb - *terraform.NodeRefreshableManagedResource
aws_alb.server_load_balancer - *terraform.NodeRefreshableManagedResource
data.aws_route53_zone.birb - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
aws_route53_record.birb_root - *terraform.NodeRefreshableManagedResourceInstance
aws_cloudfront_distribution.birb_root_distribution - *terraform.NodeRefreshableManagedResourceInstance
data.aws_route53_zone.birb - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
aws_route53_record.birb_www - *terraform.NodeRefreshableManagedResource
aws_cloudfront_distribution.birb_www_distribution - *terraform.NodeRefreshableManagedResource
data.aws_route53_zone.birb - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
var.root_domain_name - *terraform.NodeRootVariable
aws_route53_record.www - *terraform.NodeRefreshableManagedResourceInstance
aws_cloudfront_distribution.birb_www_distribution - *terraform.NodeRefreshableManagedResource
data.aws_route53_zone.birb - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
aws_route_table.private - *terraform.NodeRefreshableManagedResource
aws_nat_gateway.gw - *terraform.NodeRefreshableManagedResource
aws_vpc.main - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
var.az_count - *terraform.NodeRootVariable
aws_route_table_association.private - *terraform.NodeRefreshableManagedResource
aws_route_table.private - *terraform.NodeRefreshableManagedResource
aws_subnet.private - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
var.az_count - *terraform.NodeRootVariable
aws_s3_bucket.birb_edgar_filings - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket.birb_edgar_indexes - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket.birb_root - *terraform.NodeRefreshableManagedResourceInstance
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket.birb_www - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
var.root_domain_name - *terraform.NodeRootVariable
aws_secretsmanager_secret.DATABASE_URI - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_secretsmanager_secret.ROCKET_DATABASES - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_secretsmanager_secret_version.DATABASE_URI - *terraform.NodeRefreshableManagedResource
aws_secretsmanager_secret.DATABASE_URI - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
var.DATABASE_URI - *terraform.NodeRootVariable
aws_secretsmanager_secret_version.ROCKET_DATABASES - *terraform.NodeRefreshableManagedResource
aws_secretsmanager_secret.ROCKET_DATABASES - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
var.ROCKET_DATABASES - *terraform.NodeRootVariable
aws_security_group.bastion - *terraform.NodeRefreshableManagedResource
aws_vpc.main - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.birb-edgar - *terraform.NodeRefreshableManagedResource
aws_vpc.main - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.ecs_tasks - *terraform.NodeRefreshableManagedResource
aws_security_group.lb - *terraform.NodeRefreshableManagedResource
aws_vpc.main - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
var.app_port - *terraform.NodeRootVariable
aws_security_group.lb - *terraform.NodeRefreshableManagedResource
aws_vpc.main - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.rds_security_group - *terraform.NodeRefreshableManagedResource
aws_security_group.bastion - *terraform.NodeRefreshableManagedResource
aws_security_group.birb-edgar - *terraform.NodeRefreshableManagedResource
aws_security_group.ecs_tasks - *terraform.NodeRefreshableManagedResource
aws_vpc.main - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_subnet.private - *terraform.NodeRefreshableManagedResource
aws_vpc.main - *terraform.NodeRefreshableManagedResource
data.aws_availability_zones.available - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
var.az_count - *terraform.NodeRootVariable
aws_subnet.public - *terraform.NodeRefreshableManagedResource
aws_vpc.main - *terraform.NodeRefreshableManagedResource
data.aws_availability_zones.available - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
var.az_count - *terraform.NodeRootVariable
aws_vpc.main - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_availability_zones.available - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_policy_document.ecs-instance-policy - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_policy_document.edgar_service_policy - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_route53_zone.birb - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
data.template_file.birb_edgar_app - *terraform.NodeRefreshableDataResource
aws_ecr_repository.edgar_repo - *terraform.NodeRefreshableManagedResource
aws_secretsmanager_secret.DATABASE_URI - *terraform.NodeRefreshableManagedResource
provider.template - *terraform.NodeApplyableProvider
var.aws_region - *terraform.NodeRootVariable
var.birb_edgar_worker_cpu - *terraform.NodeRootVariable
var.birb_edgar_worker_memory - *terraform.NodeRootVariable
data.template_file.birb_server_app - *terraform.NodeRefreshableDataResource
aws_ecr_repository.server_repo - *terraform.NodeRefreshableManagedResource
aws_secretsmanager_secret.ROCKET_DATABASES - *terraform.NodeRefreshableManagedResource
provider.template - *terraform.NodeApplyableProvider
var.app_port - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.birb_server_cpu - *terraform.NodeRootVariable
var.birb_server_memory - *terraform.NodeRootVariable
data.terraform_remote_state.network - *terraform.NodeRefreshableDataResource
provider.terraform - *terraform.NodeApplyableProvider
local.instance-userdata - *terraform.NodeLocal
var.marty_id_rsa_laptop_1_pub - *terraform.NodeRootVariable
var.marty_id_rsa_laptop_2_pub - *terraform.NodeRootVariable
local_file.bastion_ip_address - *terraform.NodeRefreshableManagedResource
aws_instance.bastion - *terraform.NodeRefreshableManagedResource
provider.local - *terraform.NodeApplyableProvider
local_file.rds_db_address - *terraform.NodeRefreshableManagedResource
aws_db_instance.rds_instance - *terraform.NodeRefreshableManagedResource
provider.local - *terraform.NodeApplyableProvider
local_file.rds_db_name - *terraform.NodeRefreshableManagedResource
aws_db_instance.rds_instance - *terraform.NodeRefreshableManagedResource
provider.local - *terraform.NodeApplyableProvider
local_file.rds_db_password - *terraform.NodeRefreshableManagedResource
provider.local - *terraform.NodeApplyableProvider
var.rds_password - *terraform.NodeRootVariable
local_file.rds_db_port - *terraform.NodeRefreshableManagedResource
aws_db_instance.rds_instance - *terraform.NodeRefreshableManagedResource
provider.local - *terraform.NodeApplyableProvider
local_file.rds_db_username - *terraform.NodeRefreshableManagedResource
provider.local - *terraform.NodeApplyableProvider
var.rds_username - *terraform.NodeRootVariable
output.alb_hostname - *terraform.NodeApplyableOutput
aws_alb.server_load_balancer - *terraform.NodeRefreshableManagedResource
output.bastion_ip_address - *terraform.NodeApplyableOutput
aws_instance.bastion - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_region - *terraform.NodeRootVariable
provider.local - *terraform.NodeApplyableProvider
provider.template - *terraform.NodeApplyableProvider
provider.terraform - *terraform.NodeApplyableProvider
var.DATABASE_URI - *terraform.NodeRootVariable
var.ROCKET_DATABASES - *terraform.NodeRootVariable
var.app_count - *terraform.NodeRootVariable
var.app_port - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.az_count - *terraform.NodeRootVariable
var.birb_edgar_worker_cpu - *terraform.NodeRootVariable
var.birb_edgar_worker_memory - *terraform.NodeRootVariable
var.birb_server_certificate_arn - *terraform.NodeRootVariable
var.birb_server_cpu - *terraform.NodeRootVariable
var.birb_server_memory - *terraform.NodeRootVariable
var.environment - *terraform.NodeRootVariable
var.health_check_path - *terraform.NodeRootVariable
var.marty_id_rsa_laptop_1_pub - *terraform.NodeRootVariable
var.marty_id_rsa_laptop_2_pub - *terraform.NodeRootVariable
var.marty_ip_address_1 - *terraform.NodeRootVariable
var.marty_ip_address_2 - *terraform.NodeRootVariable
var.marty_ip_address_3 - *terraform.NodeRootVariable
var.multi_az - *terraform.NodeRootVariable
var.rds_db_name - *terraform.NodeRootVariable
var.rds_instance - *terraform.NodeRootVariable
var.rds_password - *terraform.NodeRootVariable
var.rds_username - *terraform.NodeRootVariable
var.root_domain_name - *terraform.NodeRootVariable
var.www_2019/08/13 09:48:01 [DEBUG] Removing "local_file.rds_db_port", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "local_file.rds_db_name", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_ecs_task_definition.edgar_task", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "provider.terraform", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_cloudwatch_log_stream.server_log_stream", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_appautoscaling_target.server_autoscaling_target", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_iam_role.task_execution_role", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_secretsmanager_secret_version.ROCKET_DATABASES", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_iam_policy.autoscale_policy", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_iam_policy.task_execution_policy", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_nat_gateway.gw", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_cloudfront_distribution.birb_root_distribution", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_secretsmanager_secret.ROCKET_DATABASES", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_route53_record.www", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_iam_role_policy_attachment.server_autoscale_attachment", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_iam_role_policy_attachment.server_execution_attachment", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "local_file.rds_db_address", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_cloudwatch_log_stream.edgar_log_stream", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_eip.gw", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_iam_instance_profile.edgar_instance_profile", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_route53_record.birb_root", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "local_file.rds_db_username", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_iam_role_policy_attachment.edgar_service_role_attachment", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_iam_role_policy_attachment.edgar_instance_role_attachment", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "data.aws_iam_policy_document.ecs-instance-policy", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "provider.local", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_appautoscaling_policy.server_scale_up", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_cloudwatch_log_group.server_log_group", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_iam_role.edgar_instance_role", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_s3_bucket.birb_root", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_ecs_cluster.edgar_cluster", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_instance.bastion", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_route.internet_access", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "local.instance-userdata", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_ecs_task_definition.server_task", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_subnet.public", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_iam_role.edgar_service_role", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_iam_role.autoscale_role", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_alb_listener.server_lb_listener", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "data.terraform_remote_state.network", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_autoscaling_group.edgar_autoscaling", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "provider.template", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_appautoscaling_policy.server_scale_down", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "output.bastion_ip_address", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "local_file.rds_db_password", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_secretsmanager_secret.DATABASE_URI", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_launch_configuration.edgar_launch_configuration", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_cloudwatch_metric_alarm.server_cpu_utilization_low", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "output.alb_hostname", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_cloudwatch_metric_alarm.server_cpu_utilization_high", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_iam_policy.edgar_resource_access_policy", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_route_table_association.private", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_ecs_service.server_service", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_cloudwatch_log_group.edgar_log_group", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "local_file.bastion_ip_address", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_alb_target_group.server_target_group", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_route_table.private", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "data.template_file.birb_edgar_app", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "data.template_file.birb_server_app", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_iam_role_policy_attachment.edgar_resource_access_attachment", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_ecs_service.edgar_service", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_route53_record.birb", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_secretsmanager_secret_version.DATABASE_URI", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_internet_gateway.gw", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_ecs_cluster.server_cluster", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_alb_listener.redirect_to_ssl", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "aws_alb.server_load_balancer", filtered by targeting.
2019/08/13 09:48:01 [DEBUG] Removing "data.aws_iam_policy_document.edgar_service_policy", filtered by targeting.
ucket.birb_www - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
var.root_domain_name - *terraform.NodeRootVariable
aws_security_group.bastion - *terraform.NodeRefreshableManagedResource
aws_vpc.main - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.birb-edgar - *terraform.NodeRefreshableManagedResource
aws_vpc.main - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.ecs_tasks - *terraform.NodeRefreshableManagedResource
aws_security_group.lb - *terraform.NodeRefreshableManagedResource
aws_vpc.main - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
var.app_port - *terraform.NodeRootVariable
aws_security_group.lb - *terraform.NodeRefreshableManagedResource
aws_vpc.main - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.rds_security_group - *terraform.NodeRefreshableManagedResource
aws_security_group.bastion - *terraform.NodeRefreshableManagedResource
aws_security_group.birb-edgar - *terraform.NodeRefreshableManagedResource
aws_security_group.ecs_tasks - *terraform.NodeRefreshableManagedResource
aws_vpc.main - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_subnet.private - *terraform.NodeRefreshableManagedResource
aws_vpc.main - *terraform.NodeRefreshableManagedResource
data.aws_availability_zones.available - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
var.az_count - *terraform.NodeRootVariable
aws_vpc.main - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_availability_zones.available - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_route53_zone.birb - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeAppls_s3_bucket.birb_www - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
var.root_domain_name - *terraform.NodeRootVariable
aws_security_group.bastion - *terraform.NodeRefreshableManagedResource
aws_vpc.main - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.birb-edgar - *terraform.NodeRefreshableManagedResource
aws_vpc.main - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.ecs_tasks - *terraform.NodeRefreshableManagedResource
aws_security_group.lb - *terraform.NodeRefreshableManagedResource
aws_vpc.main - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
var.app_port - *terraform.NodeRootVariable
aws_security_group.lb - *terraform.NodeRefreshableManagedResource
aws_vpc.main - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.rds_security_group - *terraform.NodeRefreshableManagedResource
aws_security_group.bastion - *terraform.NodeRefreshableManagedResource
aws_security_group.birb-edgar - *terraform.NodeRefreshableManagedResource
aws_security_group.ecs_tasks - *terraform.NodeRefreshableManagedResource
aws_vpc.main - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_subnet.private - *terraform.NodeRefreshableManagedResource
aws_vpc.main - *terraform.NodeRefreshableManagedResource
data.aws_availability_zones.available - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
var.az_count - *terraform.NodeRootVariable
aws_vpc.main - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_availability_zones.available - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_route53_zone.birb - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
var.aws_region - *terraform.NodeRootVariable
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_cloudfront_distribution.birb_www_distribution - *terraform.NodeRefreshableManagedResource
aws_db_instance.rds_instance - *terraform.NodeRefreshableManagedResource
aws_db_subnet_group.rds_subnet - *terraform.NodeRefreshableManagedResource
aws_ecr_repository.edgar_repo - *terraform.NodeRefreshableManagedResource
aws_ecr_repository.server_repo - *terraform.NodeRefreshableManagedResource
aws_route53_record.birb_www - *terraform.NodeRefreshableManagedResource
aws_s3_bucket.birb_edgar_filings - *terraform.NodeRefreshableManagedResource
aws_s3_bucket.birb_edgar_indexes - *terraform.NodeRefreshableManagedResource
aws_s3_bucket.birb_www - *terraform.NodeRefreshableManagedResource
aws_security_group.bastion - *terraform.NodeRefreshableManagedResource
aws_security_group.birb-edgar - *terraform.NodeRefreshableManagedResource
aws_security_group.ecs_tasks - *terraform.NodeRefreshableManagedResource
aws_security_group.lb - *terraform.NodeRefreshableManagedResource
aws_security_group.rds_security_group - *terraform.NodeRefreshableManagedResource
aws_subnet.private - *terraform.NodeRefreshableManagedResource
aws_vpc.main - *terraform.NodeRefreshableManagedResource
data.aws_availability_zones.available - *terraform.NodeRefreshableDataResource
data.aws_route53_zone.birb - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
var.DATABASE_URI - *terraform.NodeRootVariable
var.ROCKET_DATABASES - *terraform.NodeRootVariable
var.app_count - *terraform.NodeRootVariable
var.app_port - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.az_count - *terraform.NodeRootVariable
var.birb_edgar_worker_cpu - *terraform.NodeRootVariable
var.birb_edgar_worker_memory - *terraform.NodeRootVariable
var.birb_server_certificate_arn - *terraform.NodeRootVariable
var.birb_server_cpu - *et.birb_www - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
var.root_domain_name - *terraform.NodeRootVariable
aws_security_group.bastion - *terraform.NodeRefreshableManagedResource
aws_vpc.main - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.birb-edgar - *terraform.NodeRefreshableManagedResource
aws_vpc.main - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.ecs_tasks - *terraform.NodeRefreshableManagedResource
aws_security_group.lb - *terraform.NodeRefreshableManagedResource
aws_vpc.main - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
var.app_port - *terraform.NodeRootVariable
aws_security_group.lb - *terraform.NodeRefreshableManagedResource
aws_vpc.main - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.rds_security_group - *terraform.NodeRefreshableManagedResource
aws_security_group.bastion - *terraform.NodeRefreshableManagedResource
aws_security_group.birb-edgar - *terraform.NodeRefreshableManagedResource
aws_security_group.ecs_tasks - *terraform.NodeRefreshableManagedResource
aws_vpc.main - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_subnet.private - *terraform.NodeRefreshableManagedResource
aws_vpc.main - *terraform.NodeRefreshableManagedResource
data.aws_availability_zones.available - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
var.az_count - *terraform.NodeRootVariable
aws_vpc.main - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_availability_zones.available - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_route53_zone.birb - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
var.aws_region - *terraform.NodeRootVariable
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_cloudfront_distribution.birb_www_distribution - *terraform.NodeRefreshableManagedResource
aws_db_instance.rds_instance - *terraform.NodeRefreshableManagedResource
aws_db_subnet_group.rds_subnet - *terraform.NodeRefreshableManagedResource
aws_ecr_repository.edgar_repo - *terraform.NodeRefreshableManagedResource
aws_ecr_repository.server_repo - *terraform.NodeRefreshableManagedResource
aws_route53_record.birb_www - *terraform.NodeRefreshableManagedResource
aws_s3_bucket.birb_edgar_filings - *terraform.NodeRefreshableManagedResource
aws_s3_bucket.birb_edgar_indexes - *terraform.NodeRefreshableManagedResource
aws_s3_bucket.birb_www - *terraform.NodeRefreshableManagedResource
aws_security_group.bastion - *terraform.NodeRefreshableManagedResource
aws_security_group.birb-edgar - *terraform.NodeRefreshableManagedResource
aws_security_group.ecs_tasks - *terraform.NodeRefreshableManagedResource
aws_security_group.lb - *terraform.NodeRefreshableManagedResource
aws_security_group.rds_security_group - *terraform.NodeRefreshableManagedResource
aws_subnet.private - *terraform.NodeRefreshableManagedResource
aws_vpc.main - *terraform.NodeRefreshableManagedResource
data.aws_availability_zones.available - *terraform.NodeRefreshableDataResource
data.aws_route53_zone.birb - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
provider.aws (close) - *terraform.graphNodeCloseProvider
var.DATABASE_URI - *terraform.NodeRootVariable
var.ROCKET_DATABASES - *terraform.NodeRootVariable
var.app_count - *terraform.NodeRootVariable
var.birb_edgar_worker_cpu - *terraform.NodeRootVariable
var.birb_edgar_worker_memory - *terraform.NodeRootVariable
var.birb_server_cpu - *terraform.NodeRootVariable
var.birb_server_memory - *terraform.NodeRootVariable
var.environment s_security_group.birb-edgar - *terraform.NodeRefreshableManagedResource
aws_vpc.main - *terraform.NodeRefreshableManagedResource
aws_security_group.ecs_tasks - *terraform.NodeRefreshableManagedResource
aws_security_group.lb - *terraform.NodeRefreshableManagedResource
var.app_port - *terraform.NodeRootVariable
aws_security_group.lb - *terraform.NodeRefreshableManagedResource
aws_vpc.main - *terraform.NodeRefreshableManagedResource
aws_security_group.rds_security_group - *terraform.NodeRefreshableManagedResource
aws_security_group.bastion - *terraform.NodeRefreshableManagedResource
aws_security_group.birb-edgar - *terraform.NodeRefreshableManagedResource
aws_security_group.ecs_tasks - *terraform.NodeRefreshableManagedResource
aws_subnet.private - *terraform.NodeRefreshableManagedResource
aws_vpc.main - *terraform.NodeRefreshableManagedResource
data.aws_availability_zones.available - *terraform.NodeRefreshableDataResource
var.az_count - *terraform.NodeRootVariable
aws_vpc.main - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_availability_zones.available - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_route53_zone.birb - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
var.aws_region - *terraform.NodeRootVariable
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_db_instance.rds_instance - *terraform.NodeRefreshableManagedResource
aws_ecr_repository.edgar_repo - *terraform.NodeRefreshableManagedResource
aws_ecr_repository.server_repo - *terraform.NodeRefreshableManagedResource
aws_route53_record.birb_www - *terraform.NodeRefreshableManagedResource
aws_s3_bucket.birb_edgar_filings - *terraform.NodeRefreshableManagedResource
aws_s3_bucket.birb_edgar_indexes - *terraform.NodeRefreshableManagedResource
root - terraform.graphNodeRoot
provider.aws (close) - *terraform.graphNodeCloseProvider
var.DATABASE_URI - *terraform.NodeRootVariable
var.ROCKET_DATABASES - *terraform.NodeRootVariable
var.app_count - *terraform.NodeRootVariable
var.birb_edgar_worker_cpu - *terraform.NodeRootVariable
var.birb_edgar_worker_memory - *terraform.NodeRootVariable
var.birb_server_cpu - *terraform.NodeRootVariable
var.birb_server_memory - *terraform.NodeRootVariable
var.environment - *terraform.NodeRootVariable
var.health_check_path - *terraform.NodeRootVariable
var.marty_id_rsa_laptop_1_pub - *terraform.NodeRootVariable
var.marty_id_rsa_laptop_2_pub - *terraform.NodeRootVariable
var.marty_ip_address_1 - *terraform.NodeRootVariable
var.marty_ip_address_2 - *terraform.NodeRootVariable
var.marty_ip_address_3 - *terraform.NodeRootVariable
var.DATABASE_URI - *terraform.NodeRootVariable
var.ROCKET_DATABASES - *terraform.NodeRootVariable
var.app_count - *terraform.NodeRootVariable
var.app_port - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.az_count - *terraform.NodeRootVariable
var.birb_edgar_worker_cpu - *terraform.NodeRootVariable
var.birb_edgar_worker_memory - *terraform.NodeRootVariable
var.birb_server_certificate_arn - *terraform.NodeRootVariable
var.birb_server_cpu - *terraform.NodeRootVariable
var.birb_server_memory - *terraform.NodeRootVariable
var.environment - *terraform.NodeRootVariable
var.health_check_path - *terraform.NodeRootVariable
var.marty_id_rsa_laptop_1_pub - *terraform.NodeRootVariable
var.marty_id_rsa_laptop_2_pub - *terraform.NodeRootVariable
var.marty_ip_address_1 - *terraform.NodeRootVariable
var.marty_ip_address_2 - *terraform.NodeRootVariable
var.marty_ip_address_3 - *terraform.NodeRootVariable
var.multi_az - *terraform.NodeRootVariable
var.rds_db_name - *terraform.NodeRootVariable
var.rds_instance - *terraform.NodeRootVariable
var.rds_password - *terraform.NodeRootVariable
var.rds_username - *terraform.NodeRootVariable
var.root_domain_name - *terraform.NodeRootVariable
var.www_domain_name - *terraform.NodeRootVariable
------
2019/08/13 09:48:01 [DEBUG] Starting graph walk: walkRefresh
2019-08-13T09:48:01.689-0400 [INFO] plugin: configuring client automatic mTLS
2019-08-13T09:48:01.711-0400 [DEBUG] plugin: starting plugin: path=/Users/murtyjones/birb/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.7.0_x4 args=[/Users/murtyjones/birb/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.7.0_x4]
2019-08-13T09:48:01.723-0400 [DEBUG] plugin: plugin started: path=/Users/murtyjones/birb/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.7.0_x4 pid=15431
2019-08-13T09:48:01.723-0400 [DEBUG] plugin: waiting for RPC address: path=/Users/murtyjones/birb/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.7.0_x4
2019-08-13T09:48:01.738-0400 [INFO] plugin.terraform-provider-aws_v2.7.0_x4: configuring server automatic mTLS: timestamp=2019-08-13T09:48:01.738-0400
2019-08-13T09:48:01.767-0400 [DEBUG] plugin: using plugin: version=5
2019-08-13T09:48:01.767-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: plugin address: address=/var/folders/rj/0kj05fd97qg2bkqvfwgs0j380000gn/T/plugin469807170 network=unix timestamp=2019-08-13T09:48:01.767-0400
2019-08-13T09:48:01.848-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:01 [INFO] No assume_role block read from configuration
2019-08-13T09:48:01.848-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:01 [INFO] Building AWS auth structure
2019-08-13T09:48:01.848-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:01 [INFO] Setting AWS metadata API timeout to 100ms
2019-08-13T09:48:02.544-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:02 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2019-08-13T09:48:02.544-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:02 [INFO] AWS Auth using Profile: "birb"
2019-08-13T09:48:02.545-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:02 [DEBUG] Trying to get account information via sts:GetCallerIdentity
2019-08-13T09:48:02.545-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:02 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2019-08-13T09:48:02.545-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-13T09:48:02.545-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: POST / HTTP/1.1
2019-08-13T09:48:02.545-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: sts.amazonaws.com
2019-08-13T09:48:02.545-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019-08-13T09:48:02.545-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Length: 43
2019-08-13T09:48:02.545-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=de0bcfbe88788b91c81301022e9c75dadeed46a0f9c454e11a167b825e1f22d4
2019-08-13T09:48:02.545-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-13T09:48:02.545-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134802Z
2019-08-13T09:48:02.545-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Accept-Encoding: gzip
2019-08-13T09:48:02.545-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:02.545-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Action=GetCallerIdentity&Version=2011-06-15
2019-08-13T09:48:02.545-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:02.768-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:02 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2019-08-13T09:48:02.768-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:02.769-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 200 OK
2019-08-13T09:48:02.769-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:02.769-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Length: 401
2019-08-13T09:48:02.769-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: text/xml
2019-08-13T09:48:02.769-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Date: Tue, 13 Aug 2019 13:48:02 GMT
2019-08-13T09:48:02.769-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amzn-Requestid: f8459e7b-bdd0-11e9-9d55-7712aab652cf
2019-08-13T09:48:02.769-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:02.769-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:02.769-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:02.769-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:02 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2019-08-13T09:48:02.769-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <GetCallerIdentityResult>
2019-08-13T09:48:02.769-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <Arn>arn:aws:iam::757879768810:user/birb</Arn>
2019-08-13T09:48:02.769-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <UserId>AIDA3A5JHQ3VFWOFCV7ZZ</UserId>
2019-08-13T09:48:02.769-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <Account>757879768810</Account>
2019-08-13T09:48:02.769-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </GetCallerIdentityResult>
2019-08-13T09:48:02.769-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ResponseMetadata>
2019-08-13T09:48:02.769-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <RequestId>f8459e7b-bdd0-11e9-9d55-7712aab652cf</RequestId>
2019-08-13T09:48:02.769-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </ResponseMetadata>
2019-08-13T09:48:02.769-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </GetCallerIdentityResponse>
2019-08-13T09:48:02.769-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:02 [DEBUG] Trying to get account information via sts:GetCallerIdentity
2019-08-13T09:48:02.769-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:02 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2019-08-13T09:48:02.769-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-13T09:48:02.769-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: POST / HTTP/1.1
2019-08-13T09:48:02.769-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: sts.amazonaws.com
2019-08-13T09:48:02.769-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019-08-13T09:48:02.769-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Length: 43
2019-08-13T09:48:02.769-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=de0bcfbe88788b91c81301022e9c75dadeed46a0f9c454e11a167b825e1f22d4
2019-08-13T09:48:02.769-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-13T09:48:02.769-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134802Z
2019-08-13T09:48:02.769-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Accept-Encoding: gzip
2019-08-13T09:48:02.769-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:02.769-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Action=GetCallerIdentity&Version=2011-06-15
2019-08-13T09:48:02.769-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:02.901-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:02 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2019-08-13T09:48:02.901-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:02.901-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 200 OK
2019-08-13T09:48:02.901-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:02.901-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Length: 401
2019-08-13T09:48:02.902-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: text/xml
2019-08-13T09:48:02.902-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Date: Tue, 13 Aug 2019 13:48:02 GMT
2019-08-13T09:48:02.902-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amzn-Requestid: f85974a3-bdd0-11e9-a83e-bf63a4d3d71b
2019-08-13T09:48:02.902-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:02.902-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:02.902-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:02.902-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:02 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2019-08-13T09:48:02.902-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <GetCallerIdentityResult>
2019-08-13T09:48:02.902-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <Arn>arn:aws:iam::757879768810:user/birb</Arn>
2019-08-13T09:48:02.902-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <UserId>AIDA3A5JHQ3VFWOFCV7ZZ</UserId>
2019-08-13T09:48:02.902-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <Account>757879768810</Account>
2019-08-13T09:48:02.902-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </GetCallerIdentityResult>
2019-08-13T09:48:02.902-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ResponseMetadata>
2019-08-13T09:48:02.902-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <RequestId>f85974a3-bdd0-11e9-a83e-bf63a4d3d71b</RequestId>
2019-08-13T09:48:02.902-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </ResponseMetadata>
2019-08-13T09:48:02.902-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </GetCallerIdentityResponse>
2019-08-13T09:48:02.904-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:02 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details:
2019-08-13T09:48:02.904-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-13T09:48:02.904-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: POST / HTTP/1.1
2019-08-13T09:48:02.904-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: ec2.us-east-1.amazonaws.com
2019-08-13T09:48:02.904-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019-08-13T09:48:02.904-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Length: 87
2019-08-13T09:48:02.904-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=d0447566ed8acd19c84367bb92aa1134ccf1bb0ad28b48c91596ca8d69b65993
2019-08-13T09:48:02.904-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-13T09:48:02.904-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134802Z
2019-08-13T09:48:02.904-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Accept-Encoding: gzip
2019-08-13T09:48:02.904-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:02.904-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15
2019-08-13T09:48:02.904-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:03.062-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details:
2019-08-13T09:48:03.062-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:03.062-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 200 OK
2019-08-13T09:48:03.062-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:03.062-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Length: 540
2019-08-13T09:48:03.062-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: text/xml;charset=UTF-8
2019-08-13T09:48:03.062-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Date: Tue, 13 Aug 2019 13:48:02 GMT
2019-08-13T09:48:03.062-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Server: AmazonEC2
2019-08-13T09:48:03.062-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.062-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.062-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:03.062-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-13T09:48:03.062-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-13T09:48:03.062-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <requestId>08b0c764-60f0-4f89-abc3-6e757ddbf8bb</requestId>
2019-08-13T09:48:03.062-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <accountAttributeSet>
2019-08-13T09:48:03.062-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <item>
2019/08/13 09:48:03 [TRACE] [walkRefresh] Exiting eval tree: provider.aws
2019-08-13T09:48:03.062-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <attributeName>supported-platforms</attributeName>
2019/08/13 09:48:03 [TRACE] vertex "provider.aws": visit complete
2019-08-13T09:48:03.063-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <attributeValue>VPC</attributeValue>
2019/08/13 09:48:03 [TRACE] vertex "aws_ecr_repository.edgar_repo": starting visit (*terraform.NodeRefreshableManagedResource)
2019-08-13T09:48:03.063-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </item>
2019-08-13T09:48:03.063-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </attributeValueSet>
2019-08-13T09:48:03.063-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </item>
2019-08-13T09:48:03.063-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </accountAttributeSet>
2019-08-13T09:48:03.063-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </DescribeAccountAttributesResponse>
2019/08/13 09:48:03 [DEBUG] ReferenceTransformer: "data.aws_route53_zone.birb" references: []
2019/08/13 09:48:03 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/08/13 09:48:03 [TRACE] Executing graph transform *terraform.RootTransformer
2019/08/13 09:48:03 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2019/08/13 09:48:03 [TRACE] vertex "data.aws_route53_zone.birb": entering dynamic subgraph
2019/08/13 09:48:03 [DEBUG] ReferenceTransformer: "aws_ecr_repository.server_repo" references: []
2019/08/13 09:48:03 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/08/13 09:48:03 [TRACE] Executing graph transform *terraform.RootTransformer
2019/08/13 09:48:03 [DEBUG] ReferenceTransformer: "aws_vpc.main" references: []
2019/08/13 09:48:03 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/08/13 09:48:03 [TRACE] Executing graph transform *terraform.RootTransformer
2019/08/13 09:48:03 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2019/08/13 09:48:03 [DEBUG] ReferenceTransformer: "data.aws_availability_zones.available" references: []
2019/08/13 09:48:03 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/08/13 09:48:03 [TRACE] Executing graph transform *terraform.RootTransformer
2019/08/13 09:48:03 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2019/08/13 09:48:03 [DEBUG] ReferenceTransformer: "aws_s3_bucket.birb_edgar_filings" references: []
2019/08/13 09:48:03 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/08/13 09:48:03 [TRACE] Executing graph transform *terraform.RootTransformer
2019/08/13 09:48:03 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2019/08/13 09:48:03 [DEBUG] ReferenceTransformer: "aws_s3_bucket.birb_edgar_indexes" references: []
2019/08/13 09:48:03 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/08/13 09:48:03 [TRACE] Executing graph transform *terraform.RootTransformer
2019/08/13 09:48:03 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2019/08/13 09:48:03 [TRACE] vertex "aws_s3_bucket.birb_edgar_indexes": entering dynamic subgraph
2019/08/13 09:48:03 [TRACE] dag/walk: updating graph
2019/08/13 09:48:03 [TRACE] dag/walk: added new vertex: "aws_s3_bucket.birb_edgar_indexes"
2019/08/13 09:48:03 [TRACE] EvalReadData: data.aws_route53_zone.birb configuration is complete, so reading from provider
2019/08/13 09:48:03 [TRACE] dag/walk: visiting "aws_s3_bucket.birb_edgar_indexes"
2019/08/13 09:48:03 [TRACE] vertex "aws_s3_bucket.birb_edgar_indexes": starting visit (*terraform.NodeRefreshableManagedResourceInstance)
2019/08/13 09:48:03 [TRACE] NodeRefreshableManagedResourceInstance: aws_s3_bucket.birb_edgar_indexes will be refreshed
2019/08/13 09:48:03 [TRACE] vertex "aws_s3_bucket.birb_edgar_indexes": evaluating
2019/08/13 09:48:03 [TRACE] GRPCProvider: ReadDataSource
2019/08/13 09:48:03 [TRACE] [walkRefresh] Entering eval tree: aws_s3_bucket.birb_edgar_indexes
2019/08/13 09:48:03 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/13 09:48:03 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/08/13 09:48:03 [TRACE] <root>: eval: *terraform.EvalReadState
2019/08/13 09:48:03 [TRACE] EvalReadState: reading state for aws_s3_bucket.birb_edgar_indexes
2019/08/13 09:48:03 [TRACE] UpgradeResourceState: schema version of aws_s3_bucket.birb_edgar_indexes is still 0; calling provider "aws" for any other minor fixups
2019/08/13 09:48:03 [TRACE] GRPCProvider: UpgradeResourceState
2019/08/13 09:48:03 [TRACE] UpgradeResourceState: schema version of aws_s3_bucket.birb_edgar_filings is still 0; calling provider "aws" for any other minor fixups
2019/08/13 09:48:03 [TRACE] GRPCProvider: UpgradeResou2019-08-13T09:48:03.067-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] Reading ECR repository birb_server
2019/08/13 09:48:03 [DEBUG] ReferenceTransformer: "aws_s3_bucket.birb_www" references: []
2019/08/13 09:48:03 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/08/13 09:48:03 [TRACE] Executing graph transform *terraform.RootTransformer
2019-08-13T09:48:03.068-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] Waiting for state to become: [success]
2019/08/13 09:48:03 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
aws_ecr_repository.edgar_repo - *terraform.NodeRefreshableManagedResourceInstance
------
2019-08-13T09:48:03.068-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: }
2019/08/13 09:48:03 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/08/13 09:48:03 [DEBUG] ReferenceTransformer: "aws_ecr_repository.edgar_repo" references: []
2019-08-13T09:48:03.068-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-13T09:48:03.068-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: POST / HTTP/1.1
2019-08-13T09:48:03.068-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: api.ecr.us-east-1.amazonaws.com
2019/08/13 09:48:03 [TRACE] UpgradeResourceState: schema version of aws_s3_bucket.birb_www is still 0; calling provider "aws" for any other minor fixups
2019-08-13T09:48:03.068-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019-08-13T09:48:03.068-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Length: 35
2019-08-13T09:48:03.069-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/ecr/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-target, Signature=19cf9fdba6b33d37a2b308a0d3c58a09eccf755a7477d097c7a8d2a5608bc5d1
2019-08-13T09:48:03.069-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: application/x-amz-json-1.1
2019-08-13T09:48:03.069-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134803Z
2019-08-13T09:48:03.069-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Target: AmazonEC2ContainerRegistry_V20150921.DescribeRepositories
2019-08-13T09:48:03.069-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Accept-Encoding: gzip
2019-08-13T09:48:03.069-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.069-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: {"repositoryNames":["birb_server"]}
2019-08-13T09:48:03.069-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019/08/13 09:48:03 [TRACE] EvalWriteState: removing state object for data.aws_availability_zones.available
2019-08-13T09:48:03.069-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019/08/13 09:48:03 [TRACE] UpgradeResourceState: schema version of aws_ecr_repository.edgar_repo is still 0; calling provider "aws" for any other minor fixups
2019/08/13 09:48:03 [TRACE] GRPCProvider: UpgradeResourceState
2019/08/13 09:48:03 [TRACE] Re-validating config for data.aws_availability_zones.available
2019/08/13 09:48:03 [TRACE] GRPCProvider: ValidateDataSourceConfig
2019-08-13T09:48:03.069-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeVpcs Details:
2019-08-13T09:48:03.069-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-13T09:48:03.069-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: POST / HTTP/1.1
2019-08-13T09:48:03.069-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: ec2.us-east-1.amazonaws.com
2019-08-13T09:48:03.069-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019-08-13T09:48:03.069-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Length: 68
2019-08-13T09:48:03.069-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=e12e3e5b8fc5bb7a20f4476959dbf619d7427fd32ad5f8323cd6473c4d641b50
2019-08-13T09:48:03.069-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-13T09:48:03.069-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134803Z
2019-08-13T09:48:03.069-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Accept-Encoding: gzip
2019-08-13T09:48:03.069-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.069-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Action=DescribeVpcs&Version=2016-11-15&VpcId.1=vpc-0f83bca393202fe3d
2019-08-13T09:48:03.069-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:03.070-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] Reading Availability Zones.
2019-08-13T09:48:03.070-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] Reading Availability Zones: {
2019-08-13T09:48:03.070-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.070-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: }
2019-08-13T09:48:03.070-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] Reading ECR repository birb_edgar_worker
2019-08-13T09:48:03.070-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] Waiting for state to become: [success]
2019-08-13T09:48:03.070-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAvailabilityZones Details:
2019-08-13T09:48:03.070-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-13T09:48:03.070-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: POST / HTTP/1.1
2019-08-13T09:48:03.070-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: ec2.us-east-1.amazonaws.com
2019-08-13T09:48:03.070-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019-08-13T09:48:03.070-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Length: 51
2019-08-13T09:48:03.070-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=689133c6cee9fc538b1ebd2a3d6c6bc14c0d22185034322d4fa0e6d2ff13446e
2019-08-13T09:48:03.070-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-13T09:48:03.070-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134803Z
2019-08-13T09:48:03.070-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Accept-Encoding: gzip
2019-08-13T09:48:03.070-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.070-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Action=DescribeAvailabilityZones&Version=2016-11-15
2019-08-13T09:48:03.070-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:03.070-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] DEBUG: Request ecr/DescribeRepositories Details:
2019-08-13T09:48:03.070-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-13T09:48:03.070-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: POST / HTTP/1.1
2019-08-13T09:48:03.070-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: api.ecr.us-east-1.amazonaws.com
2019-08-13T09:48:03.070-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019-08-13T09:48:03.070-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Length: 41
2019-08-13T09:48:03.070-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/ecr/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-target, Signature=fd833b641c073628654e515df859eb74029bb393642615c6c88d728fbf3285ad
2019-08-13T09:48:03.070-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: application/x-amz-json-1.1
2019-08-13T09:48:03.070-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134803Z
2019-08-13T09:48:03.070-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Target: AmazonEC2ContainerRegistry_V20150921.DescribeRepositories
2019-08-13T09:48:03.070-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Accept-Encoding: gzip
2019-08-13T09:48:03.070-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.071-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: {"repositoryNames":["birb_edgar_worker"]}
2019-08-13T09:48:03.071-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:03.072-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] Waiting for state to become: [success]
2019-08-13T09:48:03.072-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] Waiting for state to become: [success]
2019-08-13T09:48:03.072-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] DEBUG: Request s3/HeadBucket Details:
2019-08-13T09:48:03.072-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-13T09:48:03.072-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HEAD / HTTP/1.1
2019-08-13T09:48:03.072-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: birb-edgar-indexes.s3.amazonaws.com
2019-08-13T09:48:03.072-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019-08-13T09:48:03.072-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=67f0de10fd8b3ed715ef1901221a2d33d58197e3161c001b0553116224017712
2019-08-13T09:48:03.072-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2019-08-13T09:48:03.072-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134803Z
2019-08-13T09:48:03.072-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.072-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.072-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:03.072-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] DEBUG: Request s3/HeadBucket Details:
2019-08-13T09:48:03.072-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-13T09:48:03.073-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HEAD / HTTP/1.1
2019-08-13T09:48:03.073-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: birb-edgar-filings.s3.amazonaws.com
2019-08-13T09:48:03.073-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019-08-13T09:48:03.073-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e46f28134235f74efbadb16b3fd5993c553a840144e9ae87158187bf3f946df5
2019-08-13T09:48:03.073-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2019/08/13 09:48:03 [TRACE] <root>: eval: *terraform.EvalRefresh
2019-08-13T09:48:03.073-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134803Z
2019-08-13T09:48:03.073-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.073-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.073-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:03.074-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] Waiting for state to become: [success]
2019-08-13T09:48:03.074-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] DEBUG: Request s3/HeadBucket Details:
2019-08-13T09:48:03.074-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-13T09:48:03.074-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HEAD /birb.io HTTP/1.1
2019-08-13T09:48:03.074-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: s3.amazonaws.com
2019-08-13T09:48:03.074-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019-08-13T09:48:03.074-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c8c4eade21b8a15dd498d4b380578e2e36a2d329f2027394433d4ecd5ff0f88b
2019-08-13T09:48:03.074-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2019-08-13T09:48:03.074-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134803Z
2019-08-13T09:48:03.074-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.074-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.074-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:03.195-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] DEBUG: Response s3/HeadBucket Details:
2019-08-13T09:48:03.195-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:03.195-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 200 OK
2019-08-13T09:48:03.195-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:03.195-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Transfer-Encoding: chunked
2019-08-13T09:48:03.195-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: application/xml
2019-08-13T09:48:03.195-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Date: Tue, 13 Aug 2019 13:48:04 GMT
2019-08-13T09:48:03.195-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Server: AmazonS3
2019-08-13T09:48:03.195-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Bucket-Region: us-east-1
2019-08-13T09:48:03.195-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Id-2: PFi6C87kZRqoNo7IYHSMSV7rJUD0/9SiDxMDPEtGeUFRSK7KuhUdViU+U3rV0Q9Q+0wfBGzkjIo=
2019-08-13T09:48:03.195-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Request-Id: F06880E090358043
2019-08-13T09:48:03.195-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.195-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.195-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.195-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:03.195-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] DEBUG: Response s3/HeadBucket Details:
2019-08-13T09:48:03.195-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:03.195-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 200 OK
2019-08-13T09:48:03.195-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:03.195-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Transfer-Encoding: chunked
2019-08-13T09:48:03.195-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: application/xml
2019-08-13T09:48:03.195-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Date: Tue, 13 Aug 2019 13:48:04 GMT
2019-08-13T09:48:03.195-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Server: AmazonS3
2019-08-13T09:48:03.195-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Bucket-Region: us-east-1
2019-08-13T09:48:03.195-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Id-2: VvWYrEMWVEcn5ekrXWVKIgAVwzebFO+3sh9haatPpvpCRZ33mSaEk7l1NdPrwJDZ9yQHIne9Jpg=
2019-08-13T09:48:03.195-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Request-Id: D4A0BE9DD6B18544
2019-08-13T09:48:03.195-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.195-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.195-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.195-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:03.195-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go]
2019-08-13T09:48:03.195-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go]
2019-08-13T09:48:03.195-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] DEBUG: Response ecr/DescribeRepositories Details:
2019-08-13T09:48:03.195-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:03.195-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 200 OK
2019-08-13T09:48:03.195-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:03.195-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Length: 305
2019-08-13T09:48:03.195-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: application/x-amz-json-1.1
2019-08-13T09:48:03.195-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amzn-Requestid: 731662c3-c2d0-4345-9217-f77c70aa438e
2019-08-13T09:48:03.195-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.195-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.195-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:03.195-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] {"repositories":[{"createdAt":1.557913384E9,"imageTagMutability":"MUTABLE","registryId":"757879768810","repositoryArn":"arn:aws:ecr:us-east-1:757879768810:repository/birb_edgar_worker","repositoryName":"birb_edgar_worker","repositoryUri":"757879768810.dkr.ecr.us-east-1.amazonaws.com/birb_edgar_worker"}]}
2019-08-13T09:48:03.195-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] Waiting for state to become: [success]
2019-08-13T09:48:03.195-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] Waiting for state to become: [success]
2019-08-13T09:48:03.196-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] DEBUG: Request ecr/ListTagsForResource Details:
2019-08-13T09:48:03.196-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-13T09:48:03.196-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: POST / HTTP/1.1
2019-08-13T09:48:03.196-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: api.ecr.us-east-1.amazonaws.com
2019-08-13T09:48:03.196-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019-08-13T09:48:03.196-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Length: 81
2019-08-13T09:48:03.196-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/ecr/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-target, Signature=0562cd6c88ef10db3c3a360bcf66ae2567decab58b1bc489783251b53fb846c3
2019-08-13T09:48:03.196-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: application/x-amz-json-1.1
2019-08-13T09:48:03.196-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134803Z
2019-08-13T09:48:03.196-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Target: AmazonEC2ContainerRegistry_V20150921.ListTagsForResource
2019-08-13T09:48:03.196-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Accept-Encoding: gzip
2019-08-13T09:48:03.196-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.196-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: {"resourceArn":"arn:aws:ecr:us-east-1:757879768810:repository/birb_edgar_worker"}
2019-08-13T09:48:03.196-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:03.196-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketPolicy Details:
2019-08-13T09:48:03.196-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-13T09:48:03.196-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: GET /birb.io?policy= HTTP/1.1
2019-08-13T09:48:03.196-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: s3.amazonaws.com
2019-08-13T09:48:03.196-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019-08-13T09:48:03.196-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2c96d6efc6be1f92181deee09265717bb791282ca05750a586dcd5eba4010322
2019-08-13T09:48:03.196-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2019-08-13T09:48:03.196-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134803Z
2019-08-13T09:48:03.196-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Accept-Encoding: gzip
2019-08-13T09:48:03.196-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.196-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.196-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:03.196-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketCors Details:
2019-08-13T09:48:03.196-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-13T09:48:03.196-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: GET /?cors= HTTP/1.1
2019-08-13T09:48:03.196-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: birb-edgar-indexes.s3.amazonaws.com
2019-08-13T09:48:03.196-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019-08-13T09:48:03.196-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1b111fe26db7b618ee5c909fe7b7968d483300cbc5ae0c0bbafef4612626b98f
2019-08-13T09:48:03.196-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2019-08-13T09:48:03.196-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134803Z
2019-08-13T09:48:03.196-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Accept-Encoding: gzip
2019-08-13T09:48:03.196-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.196-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.196-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:03.214-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] DEBUG: Response s3/HeadBucket Details:
2019-08-13T09:48:03.214-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:03.214-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 200 OK
2019-08-13T09:48:03.214-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:03.214-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Transfer-Encoding: chunked
2019-08-13T09:48:03.214-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: application/xml
2019-08-13T09:48:03.214-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Date: Tue, 13 Aug 2019 13:48:04 GMT
2019-08-13T09:48:03.214-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Server: AmazonS3
2019-08-13T09:48:03.214-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Bucket-Region: us-east-1
2019-08-13T09:48:03.214-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Id-2: TMe1xZzhUNEYBoFmGnHiDb1Yt09uPOwZI2kfR2auAP6fXhXkp7VNYg/jLAorf96iRTT1U3WSCHU=
2019-08-13T09:48:03.214-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Request-Id: A3C304B679802FCF
2019-08-13T09:48:03.214-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.214-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.214-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.214-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:03.214-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] DEBUG: Response ecr/DescribeRepositories Details:
2019-08-13T09:48:03.214-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:03.214-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 200 OK
2019-08-13T09:48:03.214-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:03.214-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Length: 287
2019-08-13T09:48:03.214-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: application/x-amz-json-1.1
2019-08-13T09:48:03.214-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amzn-Requestid: db56794f-000e-4c15-a477-7582339c5d61
2019-08-13T09:48:03.214-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.214-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.214-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:03.214-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go]
2019-08-13T09:48:03.214-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] {"repositories":[{"createdAt":1.558908012E9,"imageTagMutability":"MUTABLE","registryId":"757879768810","repositoryArn":"arn:aws:ecr:us-east-1:757879768810:repository/birb_server","repositoryName":"birb_server","repositoryUri":"757879768810.dkr.ecr.us-east-1.amazonaws.com/birb_server"}]}
2019-08-13T09:48:03.214-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] Waiting for state to become: [success]
2019-08-13T09:48:03.214-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] DEBUG: Response route53/ListHostedZones Details:
2019-08-13T09:48:03.214-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:03.214-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 200 OK
2019-08-13T09:48:03.214-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:03.214-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Length: 721
2019-08-13T09:48:03.214-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: text/xml
2019-08-13T09:48:03.214-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Date: Tue, 13 Aug 2019 13:48:02 GMT
2019-08-13T09:48:03.214-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amzn-Requestid: 2100a122-dbca-48dd-aa07-5c2c52037f59
2019-08-13T09:48:03.214-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.214-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.214-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:03.214-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] <?xml version="1.0"?>
2019-08-13T09:48:03.214-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ListHostedZonesResponse xmlns="https://route53.amazonaws.com/doc/2013-04-01/"><HostedZones><HostedZone><Id>/hostedzone/Z3GHOCPW58OQ7A</Id><Name>kiwicompute.com.</Name><CallerReference>E28E84D8-0F19-ECFF-B1BD-8B04B1FC929D</CallerReference><Config><PrivateZone>false</PrivateZone></Config><ResourceRecordSetCount>26</ResourceRecordSetCount></HostedZone><HostedZone><Id>/hostedzone/Z1D0S9UH91H2SA</Id><Name>birb.io.</Name><CallerReference>51B6E79F-E2AA-89F1-B015-41B753147980</CallerReference><Config><PrivateZone>false</PrivateZone></Config><ResourceRecordSetCount>6</ResourceRecordSetCount></HostedZone></HostedZones><IsTruncated>false</IsTruncated><MaxItems>100</MaxItems></ListHostedZonesResponse>
2019-08-13T09:48:03.215-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] DEBUG: Request ecr/ListTagsForResource Details:
2019-08-13T09:48:03.215-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-13T09:48:03.215-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: POST / HTTP/1.1
2019-08-13T09:48:03.215-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: api.ecr.us-east-1.amazonaws.com
2019-08-13T09:48:03.215-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019-08-13T09:48:03.215-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Length: 75
2019-08-13T09:48:03.215-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/ecr/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-target, Signature=1ccfc806633ad6152643e7bed293c797b471b3fafefb22fce5284d269beb6435
2019-08-13T09:48:03.215-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: application/x-amz-json-1.1
2019-08-13T09:48:03.215-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134803Z
2019-08-13T09:48:03.215-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Target: AmazonEC2ContainerRegistry_V20150921.ListTagsForResource
2019-08-13T09:48:03.215-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Accept-Encoding: gzip
2019-08-13T09:48:03.215-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.215-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: {"resourceArn":"arn:aws:ecr:us-east-1:757879768810:repository/birb_server"}
2019-08-13T09:48:03.215-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:03.215-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] DEBUG: Request route53/GetHostedZone Details:
2019-08-13T09:48:03.215-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-13T09:48:03.215-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: GET /2013-04-01/hostedzone/Z1D0S9UH91H2SA HTTP/1.1
2019-08-13T09:48:03.215-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: route53.amazonaws.com
2019-08-13T09:48:03.215-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019-08-13T09:48:03.215-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/route53/aws4_request, SignedHeaders=host;x-amz-date, Signature=416101a70e74f0de7c292ac1d1d52888753d6f07403bf5f37a28c88c74e7b173
2019-08-13T09:48:03.215-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134803Z
2019-08-13T09:48:03.215-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Accept-Encoding: gzip
2019-08-13T09:48:03.215-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.215-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.215-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:03.215-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketCors Details:
2019-08-13T09:48:03.215-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-13T09:48:03.215-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: GET /?cors= HTTP/1.1
2019-08-13T09:48:03.215-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: birb-edgar-filings.s3.amazonaws.com
2019-08-13T09:48:03.215-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019-08-13T09:48:03.215-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b0e91aeefd5a35c53097183507fce46534f39e364bdb760845df6f4669f3d63f
2019-08-13T09:48:03.215-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2019-08-13T09:48:03.215-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134803Z
2019-08-13T09:48:03.215-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Accept-Encoding: gzip
2019-08-13T09:48:03.215-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.215-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.215-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:03.225-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeVpcs Details:
2019-08-13T09:48:03.225-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:03.225-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 200 OK
2019-08-13T09:48:03.225-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:03.225-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Length: 1148
2019-08-13T09:48:03.225-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: text/xml;charset=UTF-8
2019-08-13T09:48:03.225-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Date: Tue, 13 Aug 2019 13:48:02 GMT
2019-08-13T09:48:03.225-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Server: AmazonEC2
2019-08-13T09:48:03.225-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.225-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.225-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:03.225-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-13T09:48:03.225-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <DescribeVpcsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-13T09:48:03.225-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <requestId>848fba2d-c789-412f-941f-88de9a2536f0</requestId>
2019-08-13T09:48:03.225-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <vpcSet>
2019-08-13T09:48:03.225-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <item>
2019-08-13T09:48:03.225-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <vpcId>vpc-0f83bca393202fe3d</vpcId>
2019-08-13T09:48:03.225-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ownerId>757879768810</ownerId>
2019-08-13T09:48:03.225-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <state>available</state>
2019-08-13T09:48:03.226-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <cidrBlock>172.17.0.0/16</cidrBlock>
2019-08-13T09:48:03.226-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <cidrBlockAssociationSet>
2019-08-13T09:48:03.226-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <item>
2019-08-13T09:48:03.226-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <cidrBlock>172.17.0.0/16</cidrBlock>
2019-08-13T09:48:03.226-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <associationId>vpc-cidr-assoc-0ec70babb9f84b723</associationId>
2019-08-13T09:48:03.226-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <cidrBlockState>
2019-08-13T09:48:03.226-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <state>associated</state>
2019-08-13T09:48:03.226-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </cidrBlockState>
2019-08-13T09:48:03.226-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </item>
2019-08-13T09:48:03.226-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </cidrBlockAssociationSet>
2019-08-13T09:48:03.226-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <dhcpOptionsId>dopt-aba707d2</dhcpOptionsId>
2019-08-13T09:48:03.226-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <tagSet>
2019-08-13T09:48:03.226-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <item>
2019-08-13T09:48:03.226-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <key>Name</key>
2019-08-13T09:48:03.226-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <value>birb-vpc</value>
2019-08-13T09:48:03.226-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </item>
2019-08-13T09:48:03.226-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </tagSet>
2019-08-13T09:48:03.226-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <instanceTenancy>default</instanceTenancy>
2019-08-13T09:48:03.226-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <isDefault>false</isDefault>
2019-08-13T09:48:03.226-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </item>
2019-08-13T09:48:03.226-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </vpcSet>
2019-08-13T09:48:03.226-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </DescribeVpcsResponse>
2019-08-13T09:48:03.226-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] Matching ^aws: with Name
2019-08-13T09:48:03.226-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeVpcAttribute Details:
2019-08-13T09:48:03.226-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-13T09:48:03.226-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: POST / HTTP/1.1
2019-08-13T09:48:03.226-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: ec2.us-east-1.amazonaws.com
2019-08-13T09:48:03.226-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019-08-13T09:48:03.226-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Length: 101
2019-08-13T09:48:03.226-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=cf2bf389351ba6e9a3d9fc72221e0104fac39f967f6216fb26f391d28a3dab6b
2019-08-13T09:48:03.226-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-13T09:48:03.226-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134803Z
2019-08-13T09:48:03.226-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Accept-Encoding: gzip
2019-08-13T09:48:03.226-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.226-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Action=DescribeVpcAttribute&Attribute=enableDnsSupport&Version=2016-11-15&VpcId=vpc-0f83bca393202fe3d
2019-08-13T09:48:03.226-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:03.235-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAvailabilityZones Details:
2019-08-13T09:48:03.235-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:03.235-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 200 OK
2019-08-13T09:48:03.235-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:03.235-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Length: 1665
2019-08-13T09:48:03.235-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: text/xml;charset=UTF-8
2019-08-13T09:48:03.235-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Date: Tue, 13 Aug 2019 13:48:02 GMT
2019-08-13T09:48:03.235-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Server: AmazonEC2
2019-08-13T09:48:03.235-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.235-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.235-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:03.235-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-13T09:48:03.235-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <DescribeAvailabilityZonesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-13T09:48:03.235-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <requestId>7e93ed22-0aeb-4bd8-9b00-b501c21dd52d</requestId>
2019-08-13T09:48:03.235-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <availabilityZoneInfo>
2019-08-13T09:48:03.235-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <item>
2019-08-13T09:48:03.235-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <zoneName>us-east-1a</zoneName>
2019-08-13T09:48:03.235-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <zoneId>use1-az1</zoneId>
2019-08-13T09:48:03.235-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <zoneState>available</zoneState>
2019-08-13T09:48:03.235-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <regionName>us-east-1</regionName>
2019-08-13T09:48:03.235-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <messageSet/>
2019-08-13T09:48:03.235-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </item>
2019-08-13T09:48:03.235-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <item>
2019-08-13T09:48:03.235-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <zoneName>us-east-1b</zoneName>
2019-08-13T09:48:03.235-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <zoneId>use1-az2</zoneId>
2019-08-13T09:48:03.236-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <zoneState>available</zoneState>
2019-08-13T09:48:03.236-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <regionName>us-east-1</regionName>
2019-08-13T09:48:03.236-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <messageSet/>
2019-08-13T09:48:03.236-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </item>
2019-08-13T09:48:03.236-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <item>
2019-08-13T09:48:03.236-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <zoneName>us-east-1c</zoneName>
2019-08-13T09:48:03.236-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <zoneId>use1-az4</zoneId>
2019-08-13T09:48:03.236-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <zoneState>available</zoneState>
2019-08-13T09:48:03.236-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <regionName>us-east-1</regionName>
2019-08-13T09:48:03.236-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <messageSet/>
2019-08-13T09:48:03.236-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </item>
2019-08-13T09:48:03.236-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <item>
2019-08-13T09:48:03.236-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <zoneName>us-east-1d</zoneName>
2019-08-13T09:48:03.236-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <zoneId>use1-az6</zoneId>
2019-08-13T09:48:03.236-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <zoneState>available</zoneState>
2019-08-13T09:48:03.236-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <regionName>us-east-1</regionName>
2019-08-13T09:48:03.236-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <messageSet/>
2019-08-13T09:48:03.236-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </item>
2019-08-13T09:48:03.236-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <item>
2019-08-13T09:48:03.236-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <zoneName>us-east-1e</zoneName>
2019-08-13T09:48:03.236-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <zoneId>use1-az3</zoneId>
2019-08-13T09:48:03.236-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <zoneState>available</zoneState>
2019-08-13T09:48:03.236-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <regionName>us-east-1</regionName>
2019-08-13T09:48:03.236-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <messageSet/>
2019-08-13T09:48:03.236-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </item>
2019-08-13T09:48:03.236-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <item>
2019-08-13T09:48:03.236-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <zoneName>us-east-1f</zoneName>
2019-08-13T09:48:03.236-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <zoneId>use1-az5</zoneId>
2019-08-13T09:48:03.236-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <zoneState>available</zoneState>
2019-08-13T09:48:03.236-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <regionName>us-east-1</regionName>
2019-08-13T09:48:03.236-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <messageSet/>
2019-08-13T09:48:03.236-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </item>
2019-08-13T09:48:03.236-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </availabilityZoneInfo>
2019-08-13T09:48:03.236-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </DescribeAvailabilityZonesResponse>
2019-08-13T09:48:03.326-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] DEBUG: Response ecr/ListTagsForResource Details:
2019-08-13T09:48:03.326-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:03.326-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 200 OK
2019-08-13T09:48:03.326-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:03.326-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Length: 11
2019-08-13T09:48:03.326-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: application/x-amz-json-1.1
2019-08-13T09:48:03.326-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amzn-Requestid: 2370e963-d212-4a43-b89e-d3c06c490b14
2019-08-13T09:48:03.326-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.326-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.326-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:03.326-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketCors Details:
2019-08-13T09:48:03.326-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:03.326-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 404 Not Found
2019-08-13T09:48:03.326-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:03.326-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Transfer-Encoding: chunked
2019-08-13T09:48:03.326-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: application/xml
2019-08-13T09:48:03.326-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Date: Tue, 13 Aug 2019 13:48:02 GMT
2019-08-13T09:48:03.326-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Server: AmazonS3
2019-08-13T09:48:03.326-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Id-2: g8hMc/inHdct8ZBOSqfTyJNpP9KNkAM7zWlziW4dV0/uYsqbMSuqqlm3Ev24GZBoT9O0LbXwtKg=
2019-08-13T09:48:03.326-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Request-Id: C9A3FD065A2F359C
2019-08-13T09:48:03.326-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.326-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.326-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:03.326-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-13T09:48:03.326-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <Error><Code>NoSuchCORSConfiguration</Code><Message>The CORS configuration does not exist</Message><BucketName>birb-edgar-indexes</BucketName><RequestId>C9A3FD065A2F359C</RequestId><HostId>g8hMc/inHdct8ZBOSqfTyJNpP9KNkAM7zWlziW4dV0/uYsqbMSuqqlm3Ev24GZBoT9O0LbXwtKg=</HostId></Error>
2019-08-13T09:48:03.326-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] {"tags":[]}
2019-08-13T09:48:03.326-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] DEBUG: Validate Response s3/GetBucketCors failed, not retrying, error NoSuchCORSConfiguration: The CORS configuration does not exist
2019-08-13T09:48:03.326-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: status code: 404, request id: C9A3FD065A2F359C, host id: g8hMc/inHdct8ZBOSqfTyJNpP9KNkAM7zWlziW4dV0/uYsqbMSuqqlm3Ev24GZBoT9O0LbXwtKg=
2019-08-13T09:48:03.326-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] Waiting for state to become: [success]
2019-08-13T09:48:03.326-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: GET /?website= HTTP/1.1
2019-08-13T09:48:03.327-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: birb-edgar-indexes.s3.amazonaws.com
2019-08-13T09:48:03.327-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019/08/13 09:48:03 [TRACE] [walkRefresh] Exiting eval tree: aws_ecr_repository.edgar_repo
2019/08/13 09:48:03 [TRACE] vertex "aws_ecr_repository.edgar_repo": visit complete
2019-08-13T09:48:03.327-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0e624a26af17acf44f85f040439f314501236977d739d671b18d3b3c9f151dd7
2019/08/13 09:48:03 [TRACE] vertex "aws_ecr_repository.edgar_repo": dynamic subgraph completed successfully
2019-08-13T09:48:03.327-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2019/08/13 09:48:03 [TRACE] vertex "aws_ecr_repository.edgar_repo": visit complete
2019-08-13T09:48:03.327-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134803Z
2019-08-13T09:48:03.327-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Accept-Encoding: gzip
2019-08-13T09:48:03.327-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.327-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.327-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:03.335-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketPolicy Details:
2019-08-13T09:48:03.335-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:03.335-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 200 OK
2019-08-13T09:48:03.335-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:03.335-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Length: 149
2019-08-13T09:48:03.335-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: application/json
2019-08-13T09:48:03.335-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Date: Tue, 13 Aug 2019 13:48:04 GMT
2019-08-13T09:48:03.335-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Server: AmazonS3
2019-08-13T09:48:03.335-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Id-2: 4ApldpXHRiRfCdhI3W3Zo6bsH88Kf17eWDeNGdJuE/ss7/4AvWMyE43KXNzQI6YS3LDy7z3B8V4=
2019-08-13T09:48:03.335-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Request-Id: BEEC0EADD79FEF50
2019-08-13T09:48:03.335-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.335-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.335-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:03.335-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] {"Version":"2012-10-17","Statement":[{"Sid":"AddPerm","Effect":"Allow","Principal":"*","Action":"s3:GetObject","Resource":"arn:aws:s3:::birb.io/*"}]}
2019-08-13T09:48:03.335-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] DEBUG: Response ecr/ListTagsForResource Details:
2019-08-13T09:48:03.335-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:03.335-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 200 OK
2019-08-13T09:48:03.335-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:03.335-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Length: 11
2019-08-13T09:48:03.335-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: application/x-amz-json-1.1
2019-08-13T09:48:03.335-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amzn-Requestid: 34c9c033-a86c-4cf8-8e05-b3a9f156b7b2
2019-08-13T09:48:03.335-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.335-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.335-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:03.335-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] {"tags":[]}
2019-08-13T09:48:03.335-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] S3 bucket: birb.io, read policy: {
2019-08-13T09:48:03.335-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Policy: "{\"Version\":\"2012-10-17\",\"Statement\":[{\"Sid\":\"AddPerm\",\"Effect\":\"Allow\",\"Principal\":\"*\",\"Action\":\"s3:GetObject\",\"Resource\":\"arn:aws:s3:::birb.io/*\"}]}"
2019-08-13T09:48:03.335-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: }
2019-08-13T09:48:03.335-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketCors Details:
2019-08-13T09:48:03.335-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:03.335-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 404 Not Found
2019-08-13T09:48:03.335-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:03.335-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Transfer-Encoding: chunked
2019-08-13T09:48:03.335-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: application/xml
2019-08-13T09:48:03.335-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Date: Tue, 13 Aug 2019 13:48:03 GMT
2019-08-13T09:48:03.335-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Server: AmazonS3
2019-08-13T09:48:03.335-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Id-2: MZyZtTrQEkKivLHaUjmXJVMywJbwFxPcBoKOd/Tw4M/rNQztqdns0uHKmm/qy6Z8N2LXlDy/GCY=
2019-08-13T09:48:03.335-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Request-Id: 3DE240ACD3C2A2B0
2019-08-13T09:48:03.335-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.335-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.335-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:03.335-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-13T09:48:03.335-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <Error><Code>NoSuchCORSConfiguration</Code><Message>The CORS configuration does not exist</Message><BucketName>birb-edgar-filings</BucketName><RequestId>3DE240ACD3C2A2B0</RequestId><HostId>MZyZtTrQEkKivLHaUjmXJVMywJbwFxPcBoKOd/Tw4M/rNQztqdns0uHKmm/qy6Z8N2LXlDy/GCY=</HostId></Error>
2019-08-13T09:48:03.335-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] DEBUG: Validate Response s3/GetBucketCors failed, not retrying, error NoSuchCORSConfiguration: The CORS configuration does not exist
2019-08-13T09:48:03.335-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: status code: 404, request id: 3DE240ACD3C2A2B0, host id: MZyZtTrQEkKivLHaUjmXJVMywJbwFxPcBoKOd/Tw4M/rNQztqdns0uHKmm/qy6Z8N2LXlDy/GCY=
2019-08-13T09:48:03.335-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] Waiting for state to become: [success]
2019-08-13T09:48:03.335-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] Waiting for state to become: [succ2019-08-13T09:48:03.336-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketWebsite Details:
2019-08-13T09:48:03.336-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-13T09:48:03.336-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: GET /?website= HTTP/1.1
2019/08/13 09:48:03 [TRACE] [walkRefresh] Exiting eval tree: aws_ecr_repository.server_repo
2019/08/13 09:48:03 [TRACE] vertex "aws_ecr_repository.server_repo": visit complete
2019/08/13 09:48:03 [TRACE] vertex "aws_ecr_repository.server_repo": dynamic subgraph completed successfully
2019-08-13T09:48:03.336-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: birb-edgar-filings.s3.amazonaws.com
2019/08/13 09:48:03 [TRACE] vertex "aws_ecr_repository.server_repo": visit complete
2019-08-13T09:48:03.336-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019-08-13T09:48:03.336-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ba402a4041db7cbfcd221f4db7af486f5ec6343b1f168a0a9c4de35f856a9e72
2019-08-13T09:48:03.336-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2019-08-13T09:48:03.336-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134803Z
2019-08-13T09:48:03.336-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Accept-Encoding: gzip
2019-08-13T09:48:03.336-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.336-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.336-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:03.336-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketCors Details:
2019-08-13T09:48:03.336-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-13T09:48:03.336-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: GET /birb.io?cors= HTTP/1.1
2019-08-13T09:48:03.336-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: s3.amazonaws.com
2019-08-13T09:48:03.336-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019-08-13T09:48:03.336-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1bba9a76ec3aeeae7a42c6fe792bda148773cac175da0084c2194fb9ee2c6b92
2019-08-13T09:48:03.336-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2019-08-13T09:48:03.336-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134803Z
2019-08-13T09:48:03.336-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Accept-Encoding: gzip
2019-08-13T09:48:03.336-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.336-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.336-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:03.358-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeVpcAttribute Details:
2019-08-13T09:48:03.358-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:03.358-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 200 OK
2019-08-13T09:48:03.358-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:03.358-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Length: 330
2019-08-13T09:48:03.358-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: text/xml;charset=UTF-8
2019-08-13T09:48:03.358-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Date: Tue, 13 Aug 2019 13:48:02 GMT
2019-08-13T09:48:03.358-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Server: AmazonEC2
2019-08-13T09:48:03.358-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.358-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.358-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:03.358-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-13T09:48:03.358-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <DescribeVpcAttributeResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-13T09:48:03.358-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <requestId>ca7e9fb5-4ac1-4ed9-89bf-3d29477919cf</requestId>
2019-08-13T09:48:03.358-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <vpcId>vpc-0f83bca393202fe3d</vpcId>
2019-08-13T09:48:03.358-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <enableDnsSupport>
2019-08-13T09:48:03.358-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <value>true</value>
2019-08-13T09:48:03.358-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </enableDnsSupport>
2019-08-13T09:48:03.358-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </DescribeVpcAttributeResponse>
2019-08-13T09:48:03.358-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] DEBUG: Response route53/GetHostedZone Details:
2019-08-13T09:48:03.358-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:03.358-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 200 OK
2019-08-13T09:48:03.358-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:03.358-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Length: 616
2019-08-13T09:48:03.358-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: text/xml
2019-08-13T09:48:03.358-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Date: Tue, 13 Aug 2019 13:48:02 GMT
2019-08-13T09:48:03.358-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amzn-Requestid: 65028c78-ed8e-47a9-9801-869f9030e178
2019-08-13T09:48:03.358-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.358-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.358-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:03.358-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] <?xml version="1.0"?>
2019-08-13T09:48:03.358-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <GetHostedZoneResponse xmlns="https://route53.amazonaws.com/doc/2013-04-01/"><HostedZone><Id>/hostedzone/Z1D0S9UH91H2SA</Id><Name>birb.io.</Name><CallerReference>51B6E79F-E2AA-89F1-B015-41B753147980</CallerReference><Config><PrivateZone>false</PrivateZone></Config><ResourceRecordSetCount>6</ResourceRecordSetCount></HostedZone><DelegationSet><NameServers><NameServer>ns-565.awsdns-06.net</NameServer><NameServer>ns-1299.awsdns-34.org</NameServer><NameServer>ns-450.awsdns-56.com</NameServer><NameServer>ns-1759.awsdns-27.co.uk</NameServer></NameServers></DelegationSet></GetHostedZoneResponse>
2019-08-13T09:48:03.358-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeVpcAttribute Details:
2019-08-13T09:48:03.358-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-13T09:48:03.358-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: POST / HTTP/1.1
2019-08-13T09:48:03.358-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: ec2.us-east-1.amazonaws.com
2019-08-13T09:48:03.358-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019-08-13T09:48:03.358-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Length: 103
2019-08-13T09:48:03.358-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=3fc6967a7c117899f8c0f0506705ca6689603ea89f656a27f4d6382e110da07e
2019-08-13T09:48:03.358-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-13T09:48:03.358-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134803Z
2019-08-13T09:48:03.358-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Accept-Encoding: gzip
2019-08-13T09:48:03.358-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.358-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Action=DescribeVpcAttribute&Attribute=enableDnsHostnames&Version=2016-11-15&VpcId=vpc-0f83bca393202fe3d
2019-08-13T09:48:03.358-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:03.477-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketWebsite Details:
2019-08-13T09:48:03.477-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:03.477-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 404 Not Found
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Transfer-Encoding: chunked
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: application/xml
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Date: Tue, 13 Aug 2019 13:48:03 GMT
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Server: AmazonS3
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Id-2: 5iZco59GMYh+wV5Et3rAmvdOAh9uINLRLw7w1bKKEHGrvteR1Vj649lek0v9Mx9ta/N8t/j5w4I=
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Request-Id: 00C7D605FA87C688
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketWebsite Details:
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 404 Not Found
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Transfer-Encoding: chunked
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: application/xml
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Date: Tue, 13 Aug 2019 13:48:03 GMT
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Server: AmazonS3
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Id-2: qshAE197V34r07ESc7bjn18JXOUS5SJNguJFWgBOdM9wHs93PyA8D8DV/aZMrQydjo5SA/vNKto=
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Request-Id: 1D27A8A89E047E7E
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <Error><Code>NoSuchWebsiteConfiguration</Code><Message>The specified bucket does not have a website configuration</Message><BucketName>birb-edgar-filings</BucketName><RequestId>00C7D605FA87C688</RequestId><HostId>5iZco59GMYh+wV5Et3rAmvdOAh9uINLRLw7w1bKKEHGrvteR1Vj649lek0v9Mx9ta/N8t/j5w4I=</HostId></Error>
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <Error><Code>NoSuchWebsiteConfiguration</Code><Message>The specified bucket does not have a website configuration</Message><BucketName>birb-edgar-indexes</BucketName><RequestId>1D27A8A89E047E7E</RequestId><HostId>qshAE197V34r07ESc7bjn18JXOUS5SJNguJFWgBOdM9wHs93PyA8D8DV/aZMrQydjo5SA/vNKto=</HostId></Error>
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] DEBUG: Validate Response s3/GetBucketWebsite failed, not retrying, error NoSuchWebsiteConfiguration: The specified bucket does not have a website configuration
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: status code: 404, request id: 1D27A8A89E047E7E, host id: qshAE197V34r07ESc7bjn18JXOUS5SJNguJFWgBOdM9wHs93PyA8D8DV/aZMrQydjo5SA/vNKto=
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketCors Details:
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 200 OK
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Transfer-Encoding: chunked
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Date: Tue, 13 Aug 2019 13:48:04 GMT
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Server: AmazonS3
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Id-2: cnCovSOoDGYy55gFD7llqUUpMjdz0eAz9rfk4/P3tgqhd4e9v/OehjV/Y8xQFI1W3rtKOdXNEIg=
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Request-Id: 4AA879D02971636A
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] DEBUG: Validate Response s3/GetBucketWebsite failed, not retrying, error NoSuchWebsiteConfiguration: The specified bucket does not have a website configuration
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: status code: 404, request id: 00C7D605FA87C688, host id: 5iZco59GMYh+wV5Et3rAmvdOAh9uINLRLw7w1bKKEHGrvteR1Vj649lek0v9Mx9ta/N8t/j5w4I=
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] Waiting for state to become: [success]
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <CORSConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><CORSRule><AllowedOrigin>*</AllowedOrigin><AllowedMethod>GET</AllowedMethod><MaxAgeSeconds>0</MaxAgeSeconds><AllowedHeader>Authorization</AllowedHeader><AllowedHeader>Content-Length</AllowedHeader></CORSRule></CORSConfiguration>
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] Waiting for state to become: [success]
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] Waiting for state to become: [success]
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketVersioning Details:
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: GET /?versioning= HTTP/1.1
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: birb-edgar-indexes.s3.amazonaws.com
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=5dafcf0ba798f553f297ecf814974f5dde34b96593de769b026da5b59060b2db
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134803Z
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Accept-Encoding: gzip
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketWebsite Details:
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: GET /birb.io?website= HTTP/1.1
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: s3.amazonaws.com
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=dc68a4b7f64505f1ba381c32f8317a0afada92c6736d2049ad16a7091b1cfc79
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134803Z
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Accept-Encoding: gzip
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketVersioning Details:
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: GET /?versioning= HTTP/1.1
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: birb-edgar-filings.s3.amazonaws.com
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b17347ac87faa303c294d1a29fb69f3d57b854fa0d4cb03fc0a95b8f89136a4c
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134803Z
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Accept-Encoding: gzip
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.478-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:03.537-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeVpcAttribute Details:
2019-08-13T09:48:03.537-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:03.537-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 200 OK
2019-08-13T09:48:03.537-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:03.537-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Length: 335
2019-08-13T09:48:03.537-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: text/xml;charset=UTF-8
2019-08-13T09:48:03.537-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Date: Tue, 13 Aug 2019 13:48:02 GMT
2019-08-13T09:48:03.537-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Server: AmazonEC2
2019-08-13T09:48:03.537-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.537-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.537-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:03.537-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-13T09:48:03.537-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <DescribeVpcAttributeResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-13T09:48:03.537-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <requestId>026f5f8f-e95d-4b7e-bf66-a756959c2300</requestId>
2019-08-13T09:48:03.537-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <vpcId>vpc-0f83bca393202fe3d</vpcId>
2019-08-13T09:48:03.537-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <enableDnsHostnames>
2019-08-13T09:48:03.537-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <value>false</value>
2019-08-13T09:48:03.537-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </enableDnsHostnames>
2019-08-13T09:48:03.537-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </DescribeVpcAttributeResponse>
2019-08-13T09:48:03.538-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeVpcClassicLink Details:
2019-08-13T09:48:03.538-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-13T09:48:03.538-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: POST / HTTP/1.1
2019-08-13T09:48:03.538-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: ec2.us-east-1.amazonaws.com
2019-08-13T09:48:03.538-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019-08-13T09:48:03.538-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Length: 78
2019-08-13T09:48:03.538-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=3aef37b7e65a5f83989d05550a69e9a1b1d73697723e8b2df2b1f3c10394e41d
2019-08-13T09:48:03.538-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-13T09:48:03.538-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134803Z
2019-08-13T09:48:03.538-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Accept-Encoding: gzip
2019-08-13T09:48:03.538-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.538-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Action=DescribeVpcClassicLink&Version=2016-11-15&VpcId.1=vpc-0f83bca393202fe3d
2019-08-13T09:48:03.538-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:03.638-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketVersioning Details:
2019-08-13T09:48:03.638-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:03.638-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 200 OK
2019-08-13T09:48:03.638-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:03.638-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Transfer-Encoding: chunked
2019-08-13T09:48:03.638-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Date: Tue, 13 Aug 2019 13:48:04 GMT
2019-08-13T09:48:03.638-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Server: AmazonS3
2019-08-13T09:48:03.638-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Id-2: BMjgNYQH3pDLAvQB+Z56Yd1htin4dsjuAMonKGh6ApwhQByfBRfHo0tjPHlPcCEBDEU5XUDQhFI=
2019-08-13T09:48:03.638-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Request-Id: E20C1D11F4137712
2019-08-13T09:48:03.638-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.638-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.638-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:03.638-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-13T09:48:03.638-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <VersioningConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/"/>
2019-08-13T09:48:03.638-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] Waiting for state to become: [success]
2019-08-13T09:48:03.638-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketAccelerateConfiguration Details:
2019-08-13T09:48:03.638-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-13T09:48:03.638-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: GET /?accelerate= HTTP/1.1
2019-08-13T09:48:03.638-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: birb-edgar-indexes.s3.amazonaws.com
2019-08-13T09:48:03.638-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019-08-13T09:48:03.638-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=24b926e3a0d6666fcc9aec18b3dca74d0fcfa9d569056e7c85994cc0d643ff27
2019-08-13T09:48:03.638-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2019-08-13T09:48:03.638-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134803Z
2019-08-13T09:48:03.639-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Accept-Encoding: gzip
2019-08-13T09:48:03.639-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.639-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.639-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:03.665-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketVersioning Details:
2019-08-13T09:48:03.665-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:03.665-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 200 OK
2019-08-13T09:48:03.665-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:03.665-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Transfer-Encoding: chunked
2019-08-13T09:48:03.665-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Date: Tue, 13 Aug 2019 13:48:04 GMT
2019-08-13T09:48:03.665-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Server: AmazonS3
2019-08-13T09:48:03.665-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Id-2: vkNVLpe7qZCAf2/6Ze9k7JH2IXwzIBx/tR0SuIH8ltWG1FuW5LjksEMO0CmD9Pv6AkJeDhxFUaI=
2019-08-13T09:48:03.665-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Request-Id: 0D4CD926BC8C85A3
2019-08-13T09:48:03.665-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.665-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.665-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:03.665-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketWebsite Details:
2019-08-13T09:48:03.665-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:03.665-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 200 OK
2019-08-13T09:48:03.665-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:03.665-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Transfer-Encoding: chunked
2019-08-13T09:48:03.665-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: application/xml
2019-08-13T09:48:03.665-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Date: Tue, 13 Aug 2019 13:48:04 GMT
2019-08-13T09:48:03.665-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Server: AmazonS3
2019-08-13T09:48:03.665-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Id-2: sL+7+zvQnSDI6LKylj4ytNHZUkX0rq/SFIP/rnV25etxAm9KEmZ3SbskDGPazLBGM1w2X9oiHpw=
2019-08-13T09:48:03.665-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Request-Id: B7B801FCD79B2920
2019-08-13T09:48:03.665-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.665-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.665-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:03.665-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-13T09:48:03.665-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <VersioningConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/"/>
2019-08-13T09:48:03.665-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-13T09:48:03.665-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <WebsiteConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><IndexDocument><Suffix>index.html</Suffix></IndexDocument><ErrorDocument><Key>index.html</Key></ErrorDocument></WebsiteConfiguration>
2019-08-13T09:48:03.665-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] Waiting for state to become: [success]
2019-08-13T09:48:03.665-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] Waiting for state to become: [success]
2019-08-13T09:48:03.666-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketAccelerateConfiguration Details:
2019-08-13T09:48:03.666-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-13T09:48:03.666-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: GET /?accelerate= HTTP/1.1
2019-08-13T09:48:03.666-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: birb-edgar-filings.s3.amazonaws.com
2019-08-13T09:48:03.666-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019-08-13T09:48:03.666-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=868fc40f34d77fdb3917371d9e1395bda022351f5f08f9ce49abc0ab6f1c870c
2019-08-13T09:48:03.666-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2019-08-13T09:48:03.666-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134803Z
2019-08-13T09:48:03.666-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Accept-Encoding: gzip
2019-08-13T09:48:03.666-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.666-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.666-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:03.666-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketVersioning Details:
2019-08-13T09:48:03.666-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-13T09:48:03.666-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: GET /birb.io?versioning= HTTP/1.1
2019-08-13T09:48:03.666-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: s3.amazonaws.com
2019-08-13T09:48:03.666-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019-08-13T09:48:03.666-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0f376210897e98f1ecc77f4e4034eef8b97cd7f13d91c6690c7181a4aaba4b51
2019-08-13T09:48:03.666-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2019-08-13T09:48:03.666-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134803Z
2019-08-13T09:48:03.666-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Accept-Encoding: gzip
2019-08-13T09:48:03.666-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.666-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.666-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:03.749-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeVpcClassicLink Details:
2019-08-13T09:48:03.749-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:03.749-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 200 OK
2019-08-13T09:48:03.749-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:03.749-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Length: 554
2019-08-13T09:48:03.749-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: text/xml;charset=UTF-8
2019-08-13T09:48:03.749-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Date: Tue, 13 Aug 2019 13:48:03 GMT
2019-08-13T09:48:03.749-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Server: AmazonEC2
2019-08-13T09:48:03.749-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.749-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.749-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:03.749-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-13T09:48:03.749-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <DescribeVpcClassicLinkResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-13T09:48:03.749-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <requestId>94b66265-e18f-45c4-972f-951a93974495</requestId>
2019-08-13T09:48:03.749-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <vpcSet>
2019-08-13T09:48:03.749-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <item>
2019-08-13T09:48:03.749-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <vpcId>vpc-0f83bca393202fe3d</vpcId>
2019-08-13T09:48:03.749-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <classicLinkEnabled>false</classicLinkEnabled>
2019-08-13T09:48:03.749-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <tagSet>
2019-08-13T09:48:03.749-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <item>
2019-08-13T09:48:03.749-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <key>Name</key>
2019-08-13T09:48:03.749-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <value>birb-vpc</value>
2019-08-13T09:48:03.749-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </item>
2019-08-13T09:48:03.749-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </tagSet>
2019-08-13T09:48:03.749-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </item>
2019-08-13T09:48:03.749-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </vpcSet>
2019-08-13T09:48:03.749-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </DescribeVpcClassicLinkResponse>
2019-08-13T09:48:03.750-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeVpcClassicLinkDnsSupport Details:
2019-08-13T09:48:03.750-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-13T09:48:03.750-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: POST / HTTP/1.1
2019-08-13T09:48:03.750-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: ec2.us-east-1.amazonaws.com
2019-08-13T09:48:03.750-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019-08-13T09:48:03.750-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Length: 89
2019-08-13T09:48:03.750-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=11e32d69b3d3b5615bd2bd86acb4f3f54edb23be9f2085a04ec62c7523588806
2019-08-13T09:48:03.750-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-13T09:48:03.750-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134803Z
2019-08-13T09:48:03.750-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Accept-Encoding: gzip
2019-08-13T09:48:03.750-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.750-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Action=DescribeVpcClassicLinkDnsSupport&Version=2016-11-15&VpcIds.1=vpc-0f83bca393202fe3d
2019-08-13T09:48:03.750-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:03.788-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketAccelerateConfiguration Details:
2019-08-13T09:48:03.788-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:03.789-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 200 OK
2019-08-13T09:48:03.789-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:03.789-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Transfer-Encoding: chunked
2019-08-13T09:48:03.789-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Date: Tue, 13 Aug 2019 13:48:04 GMT
2019-08-13T09:48:03.789-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Server: AmazonS3
2019-08-13T09:48:03.789-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Id-2: 64DV0gUwMrNCiGkK9oXKbsHbwN2KkzgXx9SyVArbUJQq5NXabpDh1KyWdPuiO6UXBEQMrdqQIGU=
2019-08-13T09:48:03.789-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Request-Id: D5D28803E2695D7E
2019-08-13T09:48:03.789-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.789-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.789-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:03.789-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-13T09:48:03.789-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <AccelerateConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/"/>
2019-08-13T09:48:03.789-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketAccelerateConfiguration Details:
2019-08-13T09:48:03.789-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:03.789-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 200 OK
2019-08-13T09:48:03.789-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:03.789-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Transfer-Encoding: chunked
2019-08-13T09:48:03.789-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Date: Tue, 13 Aug 2019 13:48:04 GMT
2019-08-13T09:48:03.789-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Server: AmazonS3
2019-08-13T09:48:03.789-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Id-2: kpkMfwnIsETEOpfjr1hk6KdD9mgGYtr9Lotn+oAu4KJzVxAoZFTHaXDfbGcEGlz4uEZ/hVJ9lQI=
2019-08-13T09:48:03.789-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Request-Id: C36AF963DE448491
2019-08-13T09:48:03.789-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.789-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.789-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:03.789-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-13T09:48:03.789-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <AccelerateConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/"/>
2019-08-13T09:48:03.789-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] Waiting for state to become: [success]
2019-08-13T09:48:03.789-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] Waiting for state to become: [success]
2019-08-13T09:48:03.789-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketRequestPayment Details:
2019-08-13T09:48:03.789-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-13T09:48:03.789-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: GET /?requestPayment= HTTP/1.1
2019-08-13T09:48:03.789-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: birb-edgar-indexes.s3.amazonaws.com
2019-08-13T09:48:03.789-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019-08-13T09:48:03.789-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c9d4092672b02023cfecf491854b1731269e689cc7c2481993c6f84d6fff6b16
2019-08-13T09:48:03.789-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2019-08-13T09:48:03.789-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134803Z
2019-08-13T09:48:03.789-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Accept-Encoding: gzip
2019-08-13T09:48:03.789-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.789-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.789-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:03.789-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketRequestPayment Details:
2019-08-13T09:48:03.789-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-13T09:48:03.789-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: GET /?requestPayment= HTTP/1.1
2019-08-13T09:48:03.789-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: birb-edgar-filings.s3.amazonaws.com
2019-08-13T09:48:03.789-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019-08-13T09:48:03.789-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=43cc8990261be127396be2968627701e82e4525359641445c3131c91311877e3
2019-08-13T09:48:03.789-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2019-08-13T09:48:03.789-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134803Z
2019-08-13T09:48:03.789-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Accept-Encoding: gzip
2019-08-13T09:48:03.789-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.789-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.789-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:03.810-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketVersioning Details:
2019-08-13T09:48:03.810-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:03.810-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 200 OK
2019-08-13T09:48:03.810-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:03.810-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Transfer-Encoding: chunked
2019-08-13T09:48:03.810-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Date: Tue, 13 Aug 2019 13:48:04 GMT
2019-08-13T09:48:03.810-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Server: AmazonS3
2019-08-13T09:48:03.810-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Id-2: fKFEiBMz264sqhXUB1cKnZv3yfyLn6mFccjmiEhk6XXeiNIU3okL4v74evZijdFk3MUpCxjMdzM=
2019-08-13T09:48:03.810-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Request-Id: 76067A3E9305AFB0
2019-08-13T09:48:03.810-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.810-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.810-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:03.810-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-13T09:48:03.810-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <VersioningConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/"/>
2019-08-13T09:48:03.810-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] Waiting for state to become: [success]
2019-08-13T09:48:03.811-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketAccelerateConfiguration Details:
2019-08-13T09:48:03.811-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-13T09:48:03.811-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: GET /birb.io?accelerate= HTTP/1.1
2019-08-13T09:48:03.811-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: s3.amazonaws.com
2019-08-13T09:48:03.811-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019-08-13T09:48:03.811-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f118bc0e5df403446e56836b8097397a2f829ea780dbb157db62bd08f0fcbd74
2019-08-13T09:48:03.811-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2019-08-13T09:48:03.811-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134803Z
2019-08-13T09:48:03.811-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Accept-Encoding: gzip
2019-08-13T09:48:03.811-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.811-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.811-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:03.927-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketRequestPayment Details:
2019-08-13T09:48:03.927-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:03.927-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 200 OK
2019-08-13T09:48:03.927-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:03.927-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Transfer-Encoding: chunked
2019-08-13T09:48:03.927-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Date: Tue, 13 Aug 2019 13:48:04 GMT
2019-08-13T09:48:03.927-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Server: AmazonS3
2019-08-13T09:48:03.927-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Id-2: IPrXR/AEXtiUlu/ixVhvY4TTXsmo87GNTCMcSnSHEVPc3xyxPOx1huqJ6uPhTGMqxmZCKuPdAAY=
2019-08-13T09:48:03.927-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Request-Id: CD6265AC0201C252
2019-08-13T09:48:03.927-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.927-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.927-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:03.927-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-13T09:48:03.927-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <RequestPaymentConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Payer>BucketOwner</Payer></RequestPaymentConfiguration>
2019-08-13T09:48:03.927-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] Waiting for state to become: [success]
2019-08-13T09:48:03.928-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeVpcClassicLinkDnsSupport Details:
2019-08-13T09:48:03.928-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:03.928-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 200 OK
2019-08-13T09:48:03.928-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:03.928-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Transfer-Encoding: chunked
2019-08-13T09:48:03.928-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: text/xml;charset=UTF-8
2019-08-13T09:48:03.928-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Date: Tue, 13 Aug 2019 13:48:03 GMT
2019-08-13T09:48:03.928-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Server: AmazonEC2
2019-08-13T09:48:03.928-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Vary: accept-encoding
2019-08-13T09:48:03.928-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.928-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.928-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:03.928-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-13T09:48:03.928-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <DescribeVpcClassicLinkDnsSupportResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-13T09:48:03.928-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <requestId>272c5f86-8abd-4a4b-9a70-942731003bb5</requestId>
2019-08-13T09:48:03.928-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <vpcs>
2019-08-13T09:48:03.928-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <item>
2019-08-13T09:48:03.928-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <classicLinkDnsSupported>false</classicLinkDnsSupported>
2019-08-13T09:48:03.928-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <vpcId>vpc-0f83bca393202fe3d</vpcId>
2019-08-13T09:48:03.928-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </item>
2019-08-13T09:48:03.928-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </vpcs>
2019-08-13T09:48:03.928-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </DescribeVpcClassicLinkDnsSupportResponse>
2019-08-13T09:48:03.928-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketLogging Details:
2019-08-13T09:48:03.928-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-13T09:48:03.928-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: GET /?logging= HTTP/1.1
2019-08-13T09:48:03.928-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: birb-edgar-filings.s3.amazonaws.com
2019-08-13T09:48:03.928-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019-08-13T09:48:03.928-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0334893669a8de1b1fa8496309d863fa929f689f338640cd7fcb58d693d6da7c
2019-08-13T09:48:03.928-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2019-08-13T09:48:03.928-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134803Z
2019-08-13T09:48:03.928-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Accept-Encoding: gzip
2019-08-13T09:48:03.928-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.928-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.928-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:03.928-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeRouteTables Details:
2019-08-13T09:48:03.928-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-13T09:48:03.928-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: POST / HTTP/1.1
2019-08-13T09:48:03.928-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: ec2.us-east-1.amazonaws.com
2019-08-13T09:48:03.928-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019-08-13T09:48:03.928-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Length: 158
2019-08-13T09:48:03.928-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=802cb1ff0e1d4624b1ae7c772e192d4d523000ecee223a9ec8a442727476c7c8
2019-08-13T09:48:03.928-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-13T09:48:03.928-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134803Z
2019-08-13T09:48:03.928-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Accept-Encoding: gzip
2019-08-13T09:48:03.928-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.928-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Action=DescribeRouteTables&Filter.1.Name=association.main&Filter.1.Value.1=true&Filter.2.Name=vpc-id&Filter.2.Value.1=vpc-0f83bca393202fe3d&Version=2016-11-15
2019-08-13T09:48:03.928-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:03.957-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketRequestPayment Details:
2019-08-13T09:48:03.957-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:03.957-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 200 OK
2019-08-13T09:48:03.957-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:03.957-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Transfer-Encoding: chunked
2019-08-13T09:48:03.957-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Date: Tue, 13 Aug 2019 13:48:04 GMT
2019-08-13T09:48:03.957-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Server: AmazonS3
2019-08-13T09:48:03.957-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Id-2: s/3fpM01IvhLRtcDI3eKrdzp0eGyqJH8Ouj8KyCjSM3b0zVbukz0F8bMeipgT0mDdeSDWL49nDQ=
2019-08-13T09:48:03.957-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Request-Id: 73ED2D30A33675CA
2019-08-13T09:48:03.957-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.957-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.957-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:03.957-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-13T09:48:03.957-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <RequestPaymentConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Payer>BucketOwner</Payer></RequestPaymentConfiguration>
2019-08-13T09:48:03.957-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] Waiting for state to become: [success]
2019-08-13T09:48:03.957-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketLogging Details:
2019-08-13T09:48:03.957-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-13T09:48:03.957-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: GET /?logging= HTTP/1.1
2019-08-13T09:48:03.957-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: birb-edgar-indexes.s3.amazonaws.com
2019-08-13T09:48:03.957-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019-08-13T09:48:03.957-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1733867c84f77e2400783e8200791397c5c47fcd7718c87657182b651771a903
2019-08-13T09:48:03.957-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2019-08-13T09:48:03.957-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134803Z
2019-08-13T09:48:03.957-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Accept-Encoding: gzip
2019-08-13T09:48:03.957-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.957-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.957-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:03.981-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketAccelerateConfiguration Details:
2019-08-13T09:48:03.981-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:03.981-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 200 OK
2019-08-13T09:48:03.981-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:03.981-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Transfer-Encoding: chunked
2019-08-13T09:48:03.981-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Date: Tue, 13 Aug 2019 13:48:04 GMT
2019-08-13T09:48:03.981-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Server: AmazonS3
2019-08-13T09:48:03.981-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Id-2: 8wZ43zxO3AJ14daAHOox7qlrtfAcUE+wacekx8TR3skzs85i9BokyLIj2HntTW5ub9q7dNDTIUQ=
2019-08-13T09:48:03.981-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Request-Id: 1194BAC65F1631D3
2019-08-13T09:48:03.981-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.981-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.981-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:03.981-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-13T09:48:03.981-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <AccelerateConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/"/>
2019-08-13T09:48:03.981-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] Waiting for state to become: [success]
2019-08-13T09:48:03.981-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:03 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketRequestPayment Details:
2019-08-13T09:48:03.981-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-13T09:48:03.981-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: GET /birb.io?requestPayment= HTTP/1.1
2019-08-13T09:48:03.981-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: s3.amazonaws.com
2019-08-13T09:48:03.981-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019-08-13T09:48:03.981-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=25f5fea3539db8ce713b610e25cf5dc3f098b26d9376f4618d7319060e79a904
2019-08-13T09:48:03.981-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2019-08-13T09:48:03.981-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134803Z
2019-08-13T09:48:03.981-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Accept-Encoding: gzip
2019-08-13T09:48:03.981-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.981-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:03.981-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:04.103-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketLogging Details:
2019-08-13T09:48:04.103-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:04.103-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 200 OK
2019-08-13T09:48:04.103-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:04.103-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Length: 289
2019-08-13T09:48:04.103-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: application/xml
2019-08-13T09:48:04.103-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Date: Tue, 13 Aug 2019 13:48:05 GMT
2019-08-13T09:48:04.103-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Server: AmazonS3
2019-08-13T09:48:04.103-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Id-2: 7WTTqoGUIcIK9wsjnHqwnXXYznVZ6ayB/ELaq4MT9u55w9+4d8IwrcRT1I8JRAHpFjL3Uhei6Fk=
2019-08-13T09:48:04.103-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Request-Id: C2D14F5250BCD341
2019-08-13T09:48:04.103-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.103-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.103-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:04.103-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-13T09:48:04.103-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.103-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <BucketLoggingStatus xmlns="http://s3.amazonaws.com/doc/2006-03-01/">
2019-08-13T09:48:04.103-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <!--<LoggingEnabled><TargetBucket>myLogsBucket</TargetBucket><TargetPrefix>add/this/prefix/to/my/log/files/access_log-</TargetPrefix></LoggingEnabled>-->
2019-08-13T09:48:04.103-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </BucketLoggingStatus>
2019-08-13T09:48:04.103-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] Waiting for state to become: [success]
2019-08-13T09:48:04.104-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketLifecycleConfiguration Details:
2019-08-13T09:48:04.104-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-13T09:48:04.104-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: GET /?lifecycle= HTTP/1.1
2019-08-13T09:48:04.104-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: birb-edgar-filings.s3.amazonaws.com
2019-08-13T09:48:04.104-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019-08-13T09:48:04.104-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6728f554eebd2c965288b99cb54c391b0605af48026bb41b7ac62d77b99cd04c
2019-08-13T09:48:04.104-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2019-08-13T09:48:04.104-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134804Z
2019-08-13T09:48:04.104-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Accept-Encoding: gzip
2019-08-13T09:48:04.104-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.104-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.104-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:04.123-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketLogging Details:
2019-08-13T09:48:04.123-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:04.123-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 200 OK
2019-08-13T09:48:04.123-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:04.123-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Length: 289
2019-08-13T09:48:04.123-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: application/xml
2019-08-13T09:48:04.123-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Date: Tue, 13 Aug 2019 13:48:05 GMT
2019-08-13T09:48:04.123-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Server: AmazonS3
2019-08-13T09:48:04.123-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Id-2: 8dCzQ3Bqtn2acuEj1xToYKgpFL/0vWXv3FICjJWHluSgr0lZb5hiknXXBs4ddMNVNovIaPS+aAY=
2019-08-13T09:48:04.123-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Request-Id: 77AE073FA047DC34
2019-08-13T09:48:04.123-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.123-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.123-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:04.123-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-13T09:48:04.123-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.123-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <BucketLoggingStatus xmlns="http://s3.amazonaws.com/doc/2006-03-01/">
2019-08-13T09:48:04.123-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <!--<LoggingEnabled><TargetBucket>myLogsBucket</TargetBucket><TargetPrefix>add/this/prefix/to/my/log/files/access_log-</TargetPrefix></LoggingEnabled>-->
2019-08-13T09:48:04.123-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </BucketLoggingStatus>
2019-08-13T09:48:04.123-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] Waiting for state to become: [success]
2019-08-13T09:48:04.124-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketLifecycleConfiguration Details:
2019-08-13T09:48:04.124-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-13T09:48:04.124-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: GET /?lifecycle= HTTP/1.1
2019-08-13T09:48:04.124-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: birb-edgar-indexes.s3.amazonaws.com
2019-08-13T09:48:04.124-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019-08-13T09:48:04.124-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=340b114f16b4d0814dcccde563a15e76b35e95bbdc77231da80a94a827630381
2019-08-13T09:48:04.124-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2019-08-13T09:48:04.124-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134804Z
2019-08-13T09:48:04.124-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Accept-Encoding: gzip
2019-08-13T09:48:04.124-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.124-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.124-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:04.144-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeRouteTables Details:
2019-08-13T09:48:04.144-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:04.144-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 200 OK
2019-08-13T09:48:04.144-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:04.144-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Length: 1126
2019-08-13T09:48:04.144-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: text/xml;charset=UTF-8
2019-08-13T09:48:04.144-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Date: Tue, 13 Aug 2019 13:48:03 GMT
2019-08-13T09:48:04.144-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Server: AmazonEC2
2019-08-13T09:48:04.144-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.144-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.144-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:04.144-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-13T09:48:04.144-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <DescribeRouteTablesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-13T09:48:04.144-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <requestId>020a2cf9-a247-4614-a92e-c2931eeea6f7</requestId>
2019-08-13T09:48:04.144-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <routeTableSet>
2019-08-13T09:48:04.144-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <item>
2019-08-13T09:48:04.144-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <routeTableId>rtb-00392247014378ff8</routeTableId>
2019-08-13T09:48:04.144-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <vpcId>vpc-0f83bca393202fe3d</vpcId>
2019-08-13T09:48:04.144-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ownerId>757879768810</ownerId>
2019-08-13T09:48:04.144-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <routeSet>
2019-08-13T09:48:04.144-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <item>
2019-08-13T09:48:04.144-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <destinationCidrBlock>172.17.0.0/16</destinationCidrBlock>
2019-08-13T09:48:04.144-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <gatewayId>local</gatewayId>
2019-08-13T09:48:04.144-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <state>active</state>
2019-08-13T09:48:04.144-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <origin>CreateRouteTable</origin>
2019-08-13T09:48:04.144-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </item>
2019-08-13T09:48:04.144-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </routeSet>
2019-08-13T09:48:04.144-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <associationSet>
2019-08-13T09:48:04.144-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <item>
2019-08-13T09:48:04.144-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <routeTableAssociationId>rtbassoc-09954d6ff4f09170c</routeTableAssociationId>
2019-08-13T09:48:04.144-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <routeTableId>rtb-00392247014378ff8</routeTableId>
2019-08-13T09:48:04.144-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <main>true</main>
2019-08-13T09:48:04.144-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </item>
2019-08-13T09:48:04.144-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </associationSet>
2019-08-13T09:48:04.144-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <propagatingVgwSet/>
2019-08-13T09:48:04.144-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <tagSet/>
2019-08-13T09:48:04.144-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </item>
2019-08-13T09:48:04.144-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </routeTableSet>
2019-08-13T09:48:04.144-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </DescribeRouteTablesResponse>
2019-08-13T09:48:04.144-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeNetworkAcls Details:
2019-08-13T09:48:04.144-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-13T09:48:04.144-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: POST / HTTP/1.1
2019-08-13T09:48:04.144-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: ec2.us-east-1.amazonaws.com
2019-08-13T09:48:04.144-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019-08-13T09:48:04.144-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Length: 149
2019-08-13T09:48:04.144-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=a8850083b8e011e3fee2a010e814edbed880daaf09f9560b0a3527700e4298eb
2019-08-13T09:48:04.144-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-13T09:48:04.144-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134804Z
2019-08-13T09:48:04.144-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Accept-Encoding: gzip
2019-08-13T09:48:04.144-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.144-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Action=DescribeNetworkAcls&Filter.1.Name=default&Filter.1.Value.1=true&Filter.2.Name=vpc-id&Filter.2.Value.1=vpc-0f83bca393202fe3d&Version=2016-11-15
2019-08-13T09:48:04.144-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:04.173-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketRequestPayment Details:
2019-08-13T09:48:04.173-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:04.173-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 200 OK
2019-08-13T09:48:04.173-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:04.173-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Transfer-Encoding: chunked
2019-08-13T09:48:04.173-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Date: Tue, 13 Aug 2019 13:48:05 GMT
2019-08-13T09:48:04.173-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Server: AmazonS3
2019-08-13T09:48:04.173-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Id-2: CgOc8ha3pXEZKIz9VTWS/viQBK+EWgHDCRmOmmfD/hqgur/U8PwM1Ukkk9OiIwIjZq6/WW9Mars=
2019-08-13T09:48:04.173-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Request-Id: D02CA10307CC2644
2019-08-13T09:48:04.173-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.173-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.173-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:04.173-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-13T09:48:04.173-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <RequestPaymentConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Payer>BucketOwner</Payer></RequestPaymentConfiguration>
2019-08-13T09:48:04.173-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] Waiting for state to become: [success]
2019-08-13T09:48:04.173-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketLogging Details:
2019-08-13T09:48:04.173-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-13T09:48:04.173-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: GET /birb.io?logging= HTTP/1.1
2019-08-13T09:48:04.173-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: s3.amazonaws.com
2019-08-13T09:48:04.173-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019-08-13T09:48:04.173-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8f874fc7c249d53f8ffb37c29a76140da6da4125dd1df4f0050af8438c38abb3
2019-08-13T09:48:04.173-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2019-08-13T09:48:04.173-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134804Z
2019-08-13T09:48:04.173-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Accept-Encoding: gzip
2019-08-13T09:48:04.173-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.173-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.173-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:04.274-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketLifecycleConfiguration Details:
2019-08-13T09:48:04.274-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:04.274-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 404 Not Found
2019-08-13T09:48:04.274-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:04.274-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Length: 292
2019-08-13T09:48:04.274-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: application/xml
2019-08-13T09:48:04.274-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Date: Tue, 13 Aug 2019 13:48:05 GMT
2019-08-13T09:48:04.274-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Server: AmazonS3
2019-08-13T09:48:04.274-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Id-2: Dywz4qCN9gvIMKyyiAi2H7lhn4meVI+e9UXTfJOK9g4jwppi/MmXKmZGEC73x9wGXg4MMF17dZU=
2019-08-13T09:48:04.274-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Id-2: Dywz4qCN9gvIMKyyiAi2H7lhn4meVI+e9UXTfJOK9g4jwppi/MmXKmZGEC73x9wGXg4MMF17dZU=
2019-08-13T09:48:04.274-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Request-Id: 2059D03FBFDD4C2B
2019-08-13T09:48:04.274-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Request-Id: 2059D03FBFDD4C2B
2019-08-13T09:48:04.274-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.274-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.274-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:04.274-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] <Error><Code>NoSuchLifecycleConfiguration</Code><Message>The lifecycle configuration does not exist</Message><BucketName>birb-edgar-filings</BucketName><RequestId>2059D03FBFDD4C2B</RequestId><HostId>Dywz4qCN9gvIMKyyiAi2H7lhn4meVI+e9UXTfJOK9g4jwppi/MmXKmZGEC73x9wGXg4MMF17dZU=</HostId></Error>
2019-08-13T09:48:04.274-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketLifecycleConfiguration Details:
2019-08-13T09:48:04.274-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:04.274-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 404 Not Found
2019-08-13T09:48:04.274-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:04.274-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Length: 292
2019-08-13T09:48:04.274-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: application/xml
2019-08-13T09:48:04.274-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Date: Tue, 13 Aug 2019 13:48:05 GMT
2019-08-13T09:48:04.274-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Server: AmazonS3
2019-08-13T09:48:04.274-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Id-2: nYTkpFURZTsghm8ir/4VsqHBlqkx+0JdCBoZTd2/hB26z+UfEuQrvAmB/aieIdHNqRNKW5Nonak=
2019-08-13T09:48:04.274-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Id-2: nYTkpFURZTsghm8ir/4VsqHBlqkx+0JdCBoZTd2/hB26z+UfEuQrvAmB/aieIdHNqRNKW5Nonak=
2019-08-13T09:48:04.274-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Request-Id: BF7E7CCE4BD37D4B
2019-08-13T09:48:04.274-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Request-Id: BF7E7CCE4BD37D4B
2019-08-13T09:48:04.274-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.274-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.274-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:04.274-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Validate Response s3/GetBucketLifecycleConfiguration failed, not retrying, error NoSuchLifecycleConfiguration: The lifecycle configuration does not exist
2019-08-13T09:48:04.274-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: status code: 404, request id: 2059D03FBFDD4C2B, host id: Dywz4qCN9gvIMKyyiAi2H7lhn4meVI+e9UXTfJOK9g4jwppi/MmXKmZGEC73x9wGXg4MMF17dZU=
2019-08-13T09:48:04.274-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] <Error><Code>NoSuchLifecycleConfiguration</Code><Message>The lifecycle configuration does not exist</Message><BucketName>birb-edgar-indexes</BucketName><RequestId>BF7E7CCE4BD37D4B</RequestId><HostId>nYTkpFURZTsghm8ir/4VsqHBlqkx+0JdCBoZTd2/hB26z+UfEuQrvAmB/aieIdHNqRNKW5Nonak=</HostId></Error>
2019-08-13T09:48:04.274-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Validate Response s3/GetBucketLifecycleConfiguration failed, not retrying, error NoSuchLifecycleConfiguration: The lifecycle configuration does not exist
2019-08-13T09:48:04.274-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: status code: 404, request id: BF7E7CCE4BD37D4B, host id: nYTkpFURZTsghm8ir/4VsqHBlqkx+0JdCBoZTd2/hB26z+UfEuQrvAmB/aieIdHNqRNKW5Nonak=
2019-08-13T09:48:04.274-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] Waiting for state to become: [success]
2019-08-13T09:48:04.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] Waiting for state to become: [success]
2019-08-13T09:48:04.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketReplication Details:
2019-08-13T09:48:04.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-13T09:48:04.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: GET /?replication= HTTP/1.1
2019-08-13T09:48:04.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: birb-edgar-indexes.s3.amazonaws.com
2019-08-13T09:48:04.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019-08-13T09:48:04.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=5bcc3761efa6de09979a59d7a2811536e91bea1ca8832a5d1b282db4f79d5a14
2019-08-13T09:48:04.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2019-08-13T09:48:04.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134804Z
2019-08-13T09:48:04.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Accept-Encoding: gzip
2019-08-13T09:48:04.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:04.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketReplication Details:
2019-08-13T09:48:04.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-13T09:48:04.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: GET /?replication= HTTP/1.1
2019-08-13T09:48:04.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: birb-edgar-filings.s3.amazonaws.com
2019-08-13T09:48:04.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019-08-13T09:48:04.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1aed2278e510a7adcff8c30104ce2e8555d773ecd8e3ca33fe73aa4b4e43945e
2019-08-13T09:48:04.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2019-08-13T09:48:04.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134804Z
2019-08-13T09:48:04.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Accept-Encoding: gzip
2019-08-13T09:48:04.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeNetworkAcls Details:
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 200 OK
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Transfer-Encoding: chunked
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: text/xml;charset=UTF-8
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Date: Tue, 13 Aug 2019 13:48:04 GMT
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Server: AmazonEC2
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Vary: accept-encoding
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <DescribeNetworkAclsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <requestId>5ee92549-8e92-4895-843f-8c1d6e1a7618</requestId>
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <networkAclSet>
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <item>
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <networkAclId>acl-0bc996572516ef8e5</networkAclId>
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <vpcId>vpc-0f83bca393202fe3d</vpcId>
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ownerId>757879768810</ownerId>
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <default>true</default>
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <entrySet>
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <item>
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ruleNumber>100</ruleNumber>
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <protocol>-1</protocol>
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ruleAction>allow</ruleAction>
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <egress>true</egress>
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <cidrBlock>0.0.0.0/0</cidrBlock>
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </item>
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <item>
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ruleNumber>32767</ruleNumber>
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <protocol>-1</protocol>
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ruleAction>deny</ruleAction>
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <egress>true</egress>
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <cidrBlock>0.0.0.0/0</cidrBlock>
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </item>
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <item>
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ruleNumber>100</ruleNumber>
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <protocol>-1</protocol>
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ruleAction>allow</ruleAction>
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <egress>false</egress>
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <cidrBlock>0.0.0.0/0</cidrBlock>
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </item>
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <item>
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ruleNumber>32767</ruleNumber>
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <protocol>-1</protocol>
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ruleAction>deny</ruleAction>
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <egress>false</egress>
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <cidrBlock>0.0.0.0/0</cidrBlock>
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </item>
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </entrySet>
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <associationSet>
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <item>
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <networkAclAssociationId>aclassoc-0700f6b309a85066f</networkAclAssociationId>
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <networkAclId>acl-0bc996572516ef8e5</networkAclId>
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <subnetId>subnet-034e6181a1528ab96</subnetId>
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </item>
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <item>
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <networkAclAssociationId>aclassoc-0167fa84f36be5a90</networkAclAssociationId>
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <networkAclId>acl-0bc996572516ef8e5</networkAclId>
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <subnetId>subnet-0f2754775f58f1345</subnetId>
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </item>
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <item>
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <networkAclAssociationId>aclassoc-0945b37cc2dc286a3</networkAclAssociationId>
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <networkAclId>acl-0bc996572516ef8e5</networkAclId>
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <subnetId>subnet-0065ad75957f149ea</subnetId>
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </item>
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <item>
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <networkAclAssociationId>aclassoc-03784ed8660b3faa9</networkAclAssociationId>
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <networkAclId>acl-0bc996572516ef8e5</networkAclId>
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <subnetId>subnet-0ec8ff2d25c62af4b</subnetId>
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </item>
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </associationSet>
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <tagSet/>
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </item>
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </networkAclSet>
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </DescribeNetworkAclsResponse>
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeSecurityGroups Details:
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: POST / HTTP/1.1
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: ec2.us-east-1.amazonaws.com
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Length: 158
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=5a1813507849c9b2007f065e6ca2cf6845097a81401a614a3aa1771254764f58
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134804Z
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Accept-Encoding: gzip
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Action=DescribeSecurityGroups&Filter.1.Name=group-name&Filter.1.Value.1=default&Filter.2.Name=vpc-id&Filter.2.Value.1=vpc-0f83bca393202fe3d&Version=2016-11-15
2019-08-13T09:48:04.325-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:04.346-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketLogging Details:
2019-08-13T09:48:04.346-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:04.346-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 200 OK
2019-08-13T09:48:04.346-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:04.346-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Transfer-Encoding: chunked
2019-08-13T09:48:04.346-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: application/xml
2019-08-13T09:48:04.346-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Date: Tue, 13 Aug 2019 13:48:05 GMT
2019-08-13T09:48:04.346-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Server: AmazonS3
2019-08-13T09:48:04.346-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Id-2: GJW8MzIND6wnwGLH2fwsRRR4bH4QorlO9bhssJGwv/TDInygvwpCIeEyH8jxWmc9hDAZVZu/OAE=
2019-08-13T09:48:04.346-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Request-Id: F4EB2E1558E5EE4B
2019-08-13T09:48:04.346-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.346-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.346-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:04.346-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-13T09:48:04.346-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.346-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <BucketLoggingStatus xmlns="http://s3.amazonaws.com/doc/2006-03-01/">
2019-08-13T09:48:04.346-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <!--<LoggingEnabled><TargetBucket>myLogsBucket</TargetBucket><TargetPrefix>add/this/prefix/to/my/log/files/access_log-</TargetPrefix></LoggingEnabled>-->
2019-08-13T09:48:04.346-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </BucketLoggingStatus>
2019-08-13T09:48:04.346-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] Waiting for state to become: [success]
2019-08-13T09:48:04.346-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketLifecycleConfiguration Details:
2019-08-13T09:48:04.346-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-13T09:48:04.346-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: GET /birb.io?lifecycle= HTTP/1.1
2019-08-13T09:48:04.346-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: s3.amazonaws.com
2019-08-13T09:48:04.347-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019-08-13T09:48:04.347-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4b7c549589f932c09a026f50b72e3e65893124b29c6d3c7136e7d46d8470569f
2019-08-13T09:48:04.347-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2019-08-13T09:48:04.347-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134804Z
2019-08-13T09:48:04.347-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Accept-Encoding: gzip
2019-08-13T09:48:04.347-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.347-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.347-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:04.426-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketReplication Details:
2019-08-13T09:48:04.426-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:04.426-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 404 Not Found
2019-08-13T09:48:04.426-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:04.426-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Transfer-Encoding: chunked
2019-08-13T09:48:04.426-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: application/xml
2019-08-13T09:48:04.426-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Date: Tue, 13 Aug 2019 13:48:03 GMT
2019-08-13T09:48:04.426-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Server: AmazonS3
2019-08-13T09:48:04.426-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Id-2: LeKMFTFTFt3mkMIShGvC7s+WaLL5e2lyj+GOWS2XOdIpuYsZ5OjR6zkVFtMrw3R8mO8fIOsDg0Y=
2019-08-13T09:48:04.426-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Request-Id: 208D6316BB3E08B0
2019-08-13T09:48:04.426-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.426-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.426-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:04.426-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-13T09:48:04.426-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <Error><Code>ReplicationConfigurationNotFoundError</Code><Message>The replication configuration was not found</Message><BucketName>birb-edgar-indexes</BucketName><RequestId>208D6316BB3E08B0</RequestId><HostId>LeKMFTFTFt3mkMIShGvC7s+WaLL5e2lyj+GOWS2XOdIpuYsZ5OjR6zkVFtMrw3R8mO8fIOsDg0Y=</HostId></Error>
2019-08-13T09:48:04.427-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketReplication Details:
2019-08-13T09:48:04.427-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:04.427-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 404 Not Found
2019-08-13T09:48:04.427-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:04.427-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Transfer-Encoding: chunked
2019-08-13T09:48:04.427-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: application/xml
2019-08-13T09:48:04.427-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Date: Tue, 13 Aug 2019 13:48:04 GMT
2019-08-13T09:48:04.427-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Server: AmazonS3
2019-08-13T09:48:04.427-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Id-2: OouD2pui3127ChlN45l2PfIb4H52s5J9M8534FS2+xWYdh409Ht2RaaCnCT/IpS/YYVKr3iOLuc=
2019-08-13T09:48:04.427-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Request-Id: 7ED9847A026F8EDF
2019-08-13T09:48:04.427-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.427-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.427-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:04.427-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-13T09:48:04.427-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <Error><Code>ReplicationConfigurationNotFoundError</Code><Message>The replication configuration was not found</Message><BucketName>birb-edgar-filings</BucketName><RequestId>7ED9847A026F8EDF</RequestId><HostId>OouD2pui3127ChlN45l2PfIb4H52s5J9M8534FS2+xWYdh409Ht2RaaCnCT/IpS/YYVKr3iOLuc=</HostId></Error>
2019-08-13T09:48:04.427-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Validate Response s3/GetBucketReplication failed, not retrying, error ReplicationConfigurationNotFoundError: The replication configuration was not found
2019-08-13T09:48:04.427-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: status code: 404, request id: 208D6316BB3E08B0, host id: LeKMFTFTFt3mkMIShGvC7s+WaLL5e2lyj+GOWS2XOdIpuYsZ5OjR6zkVFtMrw3R8mO8fIOsDg0Y=
2019-08-13T09:48:04.427-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Validate Response s3/GetBucketReplication failed, not retrying, error ReplicationConfigurationNotFoundError: The replication configuration was not found
2019-08-13T09:48:04.427-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: status code: 404, request id: 7ED9847A026F8EDF, host id: OouD2pui3127ChlN45l2PfIb4H52s5J9M8534FS2+xWYdh409Ht2RaaCnCT/IpS/YYVKr3iOLuc=
2019-08-13T09:48:04.427-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] Waiting for state to become: [success]
2019-08-13T09:48:04.427-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] Waiting for state to become: [success]
2019-08-13T09:48:04.428-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketEncryption Details:
2019-08-13T09:48:04.428-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-13T09:48:04.428-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: GET /?encryption= HTTP/1.1
2019-08-13T09:48:04.428-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: birb-edgar-filings.s3.amazonaws.com
2019-08-13T09:48:04.428-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019-08-13T09:48:04.428-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4b438086fe8e617de3158b2315adf4262ced065a009da25bca84f97074312cf0
2019-08-13T09:48:04.428-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2019-08-13T09:48:04.428-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134804Z
2019-08-13T09:48:04.428-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Accept-Encoding: gzip
2019-08-13T09:48:04.428-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.428-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.428-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:04.428-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketEncryption Details:
2019-08-13T09:48:04.428-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-13T09:48:04.428-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: GET /?encryption= HTTP/1.1
2019-08-13T09:48:04.428-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: birb-edgar-indexes.s3.amazonaws.com
2019-08-13T09:48:04.428-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019-08-13T09:48:04.428-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=815f102e5939ad3703f574809646f015d4bcb69a5e6c4b02c75ac43a9599f0ec
2019-08-13T09:48:04.428-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2019-08-13T09:48:04.428-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134804Z
2019-08-13T09:48:04.428-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Accept-Encoding: gzip
2019-08-13T09:48:04.428-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.428-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.428-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:04.508-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeSecurityGroups Details:
2019-08-13T09:48:04.508-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:04.508-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 200 OK
2019-08-13T09:48:04.508-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:04.508-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Length: 1511
2019-08-13T09:48:04.508-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: text/xml;charset=UTF-8
2019-08-13T09:48:04.508-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Date: Tue, 13 Aug 2019 13:48:03 GMT
2019-08-13T09:48:04.508-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Server: AmazonEC2
2019-08-13T09:48:04.508-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.508-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.508-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:04.508-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-13T09:48:04.508-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <DescribeSecurityGroupsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-13T09:48:04.508-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <requestId>f3717453-3f77-49b7-ac4d-e62d3f833034</requestId>
2019-08-13T09:48:04.508-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <securityGroupInfo>
2019-08-13T09:48:04.508-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <item>
2019-08-13T09:48:04.508-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ownerId>757879768810</ownerId>
2019-08-13T09:48:04.508-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <groupId>sg-05186ce44bb77dfb4</groupId>
2019-08-13T09:48:04.508-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <groupName>default</groupName>
2019-08-13T09:48:04.508-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <groupDescription>default VPC security group</groupDescription>
2019-08-13T09:48:04.508-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <vpcId>vpc-0f83bca393202fe3d</vpcId>
2019-08-13T09:48:04.508-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ipPermissions>
2019-08-13T09:48:04.508-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <item>
2019-08-13T09:48:04.508-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ipProtocol>-1</ipProtocol>
2019-08-13T09:48:04.508-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <groups>
2019-08-13T09:48:04.508-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <item>
2019-08-13T09:48:04.508-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <userId>757879768810</userId>
2019-08-13T09:48:04.508-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <groupId>sg-05186ce44bb77dfb4</groupId>
2019-08-13T09:48:04.508-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </item>
2019-08-13T09:48:04.508-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </groups>
2019-08-13T09:48:04.508-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ipRanges/>
2019-08-13T09:48:04.508-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ipv6Ranges/>
2019-08-13T09:48:04.508-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <prefixListIds/>
2019-08-13T09:48:04.508-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </item>
2019-08-13T09:48:04.508-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </ipPermissions>
2019-08-13T09:48:04.508-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ipPermissionsEgress>
2019-08-13T09:48:04.508-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <item>
2019-08-13T09:48:04.508-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ipProtocol>-1</ipProtocol>
2019-08-13T09:48:04.508-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <groups/>
2019-08-13T09:48:04.508-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ipRanges>
2019-08-13T09:48:04.508-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <item>
2019-08-13T09:48:04.508-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <cidrIp>0.0.0.0/0</cidrIp>
2019-08-13T09:48:04.508-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </item>
2019-08-13T09:48:04.508-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </ipRanges>
2019-08-13T09:48:04.508-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ipv6Ranges/>
2019-08-13T09:48:04.508-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <prefixListIds/>
2019-08-13T09:48:04.508-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </item>
2019-08-13T09:48:04.508-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </ipPermissionsEgress>
2019-08-13T09:48:04.508-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </item>
2019-08-13T09:48:04.508-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </securityGroupInfo>
2019-08-13T09:48:04.508-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </DescribeSecurityGroupsResponse>
2019-08-13T09:48:04.508-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeRouteTables Details:
2019-08-13T09:48:04.508-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-13T09:48:04.508-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: POST / HTTP/1.1
2019-08-13T09:48:04.508-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: ec2.us-east-1.amazonaws.com
2019-08-13T09:48:04.508-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019-08-13T09:48:04.508-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Length: 158
2019-08-13T09:48:04.508-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=e90b6d725ed31277f307701f7d9dbe0750aca505bf271f8ed1a3fda6ee59c8d4
2019-08-13T09:48:04.508-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-13T09:48:04.508-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134804Z
2019-08-13T09:48:04.508-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Accept-Encoding: gzip
2019-08-13T09:48:04.508-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.508-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Action=DescribeRouteTables&Filter.1.Name=association.main&Filter.1.Value.1=true&Filter.2.Name=vpc-id&Filter.2.Value.1=vpc-0f83bca393202fe3d&Version=2016-11-15
2019-08-13T09:48:04.508-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:04.548-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketEncryption Details:
2019-08-13T09:48:04.548-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:04.548-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 404 Not Found
2019-08-13T09:48:04.548-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:04.548-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Transfer-Encoding: chunked
2019-08-13T09:48:04.548-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: application/xml
2019-08-13T09:48:04.548-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Date: Tue, 13 Aug 2019 13:48:03 GMT
2019-08-13T09:48:04.548-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Server: AmazonS3
2019-08-13T09:48:04.548-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Id-2: 4AuTgnoRr499fQFwkFrX/BW1Uag45CzmB19N7auElCaMHZOZLCFfwhIlhMrPDcN3JUBcBAV6KEA=
2019-08-13T09:48:04.548-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Request-Id: 12726C36FF18ED78
2019-08-13T09:48:04.548-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.548-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.548-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:04.548-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-13T09:48:04.548-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <Error><Code>ServerSideEncryptionConfigurationNotFoundError</Code><Message>The server side encryption configuration was not found</Message><BucketName>birb-edgar-indexes</BucketName><RequestId>12726C36FF18ED78</RequestId><HostId>4AuTgnoRr499fQFwkFrX/BW1Uag45CzmB19N7auElCaMHZOZLCFfwhIlhMrPDcN3JUBcBAV6KEA=</HostId></Error>
2019-08-13T09:48:04.548-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketEncryption Details:
2019-08-13T09:48:04.548-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:04.548-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 404 Not Found
2019-08-13T09:48:04.548-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:04.548-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Transfer-Encoding: chunked
2019-08-13T09:48:04.548-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: application/xml
2019-08-13T09:48:04.548-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Date: Tue, 13 Aug 2019 13:48:04 GMT
2019-08-13T09:48:04.548-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Server: AmazonS3
2019-08-13T09:48:04.548-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Id-2: 4mVKw9Am0Fmej/eTYZzM4gxeTS+IRv4txeDTVtBH1JHA2PH7A8vBbosvCTZvQqfkxgV5xeSV0Z4=
2019-08-13T09:48:04.548-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Request-Id: C231423E2D22E2C1
2019-08-13T09:48:04.548-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.548-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.548-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:04.548-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-13T09:48:04.548-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <Error><Code>ServerSideEncryptionConfigurationNotFoundError</Code><Message>The server side encryption configuration was not found</Message><BucketName>birb-edgar-filings</BucketName><RequestId>C231423E2D22E2C1</RequestId><HostId>4mVKw9Am0Fmej/eTYZzM4gxeTS+IRv4txeDTVtBH1JHA2PH7A8vBbosvCTZvQqfkxgV5xeSV0Z4=</HostId></Error>
2019-08-13T09:48:04.548-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Validate Response s3/GetBucketEncryption failed, not retrying, error ServerSideEncryptionConfigurationNotFoundError: The server side encryption configuration was not found
2019-08-13T09:48:04.548-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: status code: 404, request id: 12726C36FF18ED78, host id: 4AuTgnoRr499fQFwkFrX/BW1Uag45CzmB19N7auElCaMHZOZLCFfwhIlhMrPDcN3JUBcBAV6KEA=
2019-08-13T09:48:04.548-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Validate Response s3/GetBucketEncryption failed, not retrying, error ServerSideEncryptionConfigurationNotFoundError: The server side encryption configuration was not found
2019-08-13T09:48:04.548-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: status code: 404, request id: C231423E2D22E2C1, host id: 4mVKw9Am0Fmej/eTYZzM4gxeTS+IRv4txeDTVtBH1JHA2PH7A8vBbosvCTZvQqfkxgV5xeSV0Z4=
2019-08-13T09:48:04.548-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] Waiting for state to become: [success]
2019-08-13T09:48:04.548-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] Waiting for state to become: [success]
2019-08-13T09:48:04.549-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetObjectLockConfiguration Details:
2019-08-13T09:48:04.549-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-13T09:48:04.549-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: GET /?object-lock= HTTP/1.1
2019-08-13T09:48:04.549-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: birb-edgar-filings.s3.amazonaws.com
2019-08-13T09:48:04.549-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019-08-13T09:48:04.549-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=46245324f0f563b302874c90e4f10db1f43212cbb623d4664642528af807323e
2019-08-13T09:48:04.549-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2019-08-13T09:48:04.549-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134804Z
2019-08-13T09:48:04.549-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Accept-Encoding: gzip
2019-08-13T09:48:04.549-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.549-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.549-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:04.549-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetObjectLockConfiguration Details:
2019-08-13T09:48:04.549-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-13T09:48:04.549-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: GET /?object-lock= HTTP/1.1
2019-08-13T09:48:04.549-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: birb-edgar-indexes.s3.amazonaws.com
2019-08-13T09:48:04.549-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019-08-13T09:48:04.549-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=49226358655321cf82f7350d0ba2e7ab4fdee1906f05d9eeef0374faa120eef0
2019-08-13T09:48:04.549-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2019-08-13T09:48:04.549-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134804Z
2019-08-13T09:48:04.549-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Accept-Encoding: gzip
2019-08-13T09:48:04.549-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.549-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.549-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:04.558-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketLifecycleConfiguration Details:
2019-08-13T09:48:04.558-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:04.558-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 404 Not Found
2019-08-13T09:48:04.558-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:04.558-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Transfer-Encoding: chunked
2019-08-13T09:48:04.558-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: application/xml
2019-08-13T09:48:04.558-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Date: Tue, 13 Aug 2019 13:48:05 GMT
2019-08-13T09:48:04.558-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Server: AmazonS3
2019-08-13T09:48:04.558-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Id-2: RMYGwD9f7fiqqICMlaOrHiNMUREKjVJmEZuLsvdB3yQy2vr93dNNosjP9JoFVLvZeM+Hxz/H4kQ=
2019-08-13T09:48:04.558-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Id-2: RMYGwD9f7fiqqICMlaOrHiNMUREKjVJmEZuLsvdB3yQy2vr93dNNosjP9JoFVLvZeM+Hxz/H4kQ=
2019-08-13T09:48:04.558-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Request-Id: 6FFDA58F02374FCC
2019-08-13T09:48:04.558-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Request-Id: 6FFDA58F02374FCC
2019-08-13T09:48:04.558-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.558-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.558-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:04.558-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] <Error><Code>NoSuchLifecycleConfiguration</Code><Message>The lifecycle configuration does not exist</Message><BucketName>birb.io</BucketName><RequestId>6FFDA58F02374FCC</RequestId><HostId>RMYGwD9f7fiqqICMlaOrHiNMUREKjVJmEZuLsvdB3yQy2vr93dNNosjP9JoFVLvZeM+Hxz/H4kQ=</HostId></Error>
2019-08-13T09:48:04.558-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Validate Response s3/GetBucketLifecycleConfiguration failed, not retrying, error NoSuchLifecycleConfiguration: The lifecycle configuration does not exist
2019-08-13T09:48:04.558-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: status code: 404, request id: 6FFDA58F02374FCC, host id: RMYGwD9f7fiqqICMlaOrHiNMUREKjVJmEZuLsvdB3yQy2vr93dNNosjP9JoFVLvZeM+Hxz/H4kQ=
2019-08-13T09:48:04.558-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] Waiting for state to become: [success]
2019-08-13T09:48:04.559-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketReplication Details:
2019-08-13T09:48:04.559-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-13T09:48:04.559-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: GET /birb.io?replication= HTTP/1.1
2019-08-13T09:48:04.559-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: s3.amazonaws.com
2019-08-13T09:48:04.559-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019-08-13T09:48:04.559-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=efe77338bfc83fce51d57547dbe554241b2a656e89b3d43354eda30892f152fd
2019-08-13T09:48:04.559-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2019-08-13T09:48:04.559-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134804Z
2019-08-13T09:48:04.559-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Accept-Encoding: gzip
2019-08-13T09:48:04.559-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.559-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.559-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:04.659-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetObjectLockConfiguration Details:
2019-08-13T09:48:04.659-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:04.659-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 404 Not Found
2019-08-13T09:48:04.659-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:04.659-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Transfer-Encoding: chunked
2019-08-13T09:48:04.659-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: application/xml
2019-08-13T09:48:04.659-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Date: Tue, 13 Aug 2019 13:48:04 GMT
2019-08-13T09:48:04.659-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Server: AmazonS3
2019-08-13T09:48:04.659-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Id-2: DzRzyh9JWkMToUjVWBTZlJ2vNqJp8PmowyXZyYpN9Pz6Hn7ya4Q6TEM20ZIb5IR1+7xHZPQmHs8=
2019-08-13T09:48:04.659-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Request-Id: 6E3A776F2915B2F2
2019-08-13T09:48:04.659-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.659-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.659-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:04.659-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-13T09:48:04.659-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <Error><Code>ObjectLockConfigurationNotFoundError</Code><Message>Object Lock configuration does not exist for this bucket</Message><BucketName>birb-edgar-indexes</BucketName><RequestId>6E3A776F2915B2F2</RequestId><HostId>DzRzyh9JWkMToUjVWBTZlJ2vNqJp8PmowyXZyYpN9Pz6Hn7ya4Q6TEM20ZIb5IR1+7xHZPQmHs8=</HostId></Error>
2019-08-13T09:48:04.659-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Validate Response s3/GetObjectLockConfiguration failed, not retrying, error ObjectLockConfigurationNotFoundError: Object Lock configuration does not exist for this bucket
2019-08-13T09:48:04.659-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: status code: 404, request id: 6E3A776F2915B2F2, host id: DzRzyh9JWkMToUjVWBTZlJ2vNqJp8PmowyXZyYpN9Pz6Hn7ya4Q6TEM20ZIb5IR1+7xHZPQmHs8=
2019-08-13T09:48:04.659-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] Waiting for state to become: [success]
2019-08-13T09:48:04.659-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeRouteTables Details:
2019-08-13T09:48:04.659-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:04.659-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 200 OK
2019-08-13T09:48:04.659-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:04.659-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Length: 1126
2019-08-13T09:48:04.659-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: text/xml;charset=UTF-8
2019-08-13T09:48:04.659-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Date: Tue, 13 Aug 2019 13:48:04 GMT
2019-08-13T09:48:04.659-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Server: AmazonEC2
2019-08-13T09:48:04.659-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.659-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.659-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:04.659-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-13T09:48:04.659-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <DescribeRouteTablesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-13T09:48:04.659-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <requestId>5cfc8c1c-77a6-4e23-bac8-99f67318b413</requestId>
2019-08-13T09:48:04.659-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <routeTableSet>
2019-08-13T09:48:04.659-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <item>
2019-08-13T09:48:04.659-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <routeTableId>rtb-00392247014378ff8</routeTableId>
2019-08-13T09:48:04.659-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <vpcId>vpc-0f83bca393202fe3d</vpcId>
2019-08-13T09:48:04.659-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ownerId>757879768810</ownerId>
2019-08-13T09:48:04.660-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <routeSet>
2019-08-13T09:48:04.660-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <item>
2019-08-13T09:48:04.660-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <destinationCidrBlock>172.17.0.0/16</destinationCidrBlock>
2019-08-13T09:48:04.660-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <gatewayId>local</gatewayId>
2019-08-13T09:48:04.660-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <state>active</state>
2019-08-13T09:48:04.660-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <origin>CreateRouteTable</origin>
2019-08-13T09:48:04.660-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </item>
2019-08-13T09:48:04.660-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </routeSet>
2019-08-13T09:48:04.660-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <associationSet>
2019-08-13T09:48:04.660-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <item>
2019-08-13T09:48:04.660-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <routeTableAssociationId>rtbassoc-09954d6ff4f09170c</routeTableAssociationId>
2019-08-13T09:48:04.660-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <routeTableId>rtb-00392247014378ff8</routeTableId>
2019-08-13T09:48:04.660-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <main>true</main>
2019-08-13T09:48:04.660-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </item>
2019-08-13T09:48:04.660-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </associationSet>
2019-08-13T09:48:04.660-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <propagatingVgwSet/>
2019-08-13T09:48:04.660-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <tagSet/>
2019-08-13T09:48:04.660-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </item>
2019-08-13T09:48:04.660-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </routeTableSet>
2019-08-13T09:48:04.660-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </DescribeRouteTablesResponse>
2019-08-13T09:48:04.660-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketLocation Details:
2019-08-13T09:48:04.660-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-13T09:48:04.660-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: GET /birb-edgar-indexes?location= HTTP/1.1
2019-08-13T09:48:04.660-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: s3.amazonaws.com
2019-08-13T09:48:04.660-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019-08-13T09:48:04.660-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=53ccb1e663153d0d5066088afbf3a4a98be05e4af39f68d296c95b49a6fab2b2
2019-08-13T09:48:04.660-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2019-08-13T09:48:04.660-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134804Z
2019-08-13T09:48:04.660-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Accept-Encoding: gzip
2019-08-13T09:48:04.660-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.660-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.660-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019/08/13 09:48:04 [DEBUG] ReferenceTransformer: "aws_security_group.birb-edgar" references: []
2019/08/13 09:48:04 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/08/13 09:48:04 [TRACE] Executing graph transform *terraform.RootTransformer
2019/08/13 09:48:04 [DEBUG] ReferenceTransformer: "aws_security_group.bastion" references: []
2019/08/13 09:48:04 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/08/13 09:48:04 [TRACE] Executing graph transform *terraform.RootTransformer
2019/08/13 09:48:04 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2019/08/13 09:48:04 [TRACE] vertex "aws_security_group.bastion": entering dynamic subgraph
2019/08/13 09:48:04 [TRACE] dag/walk: updating graph
2019/08/13 09:48:04 [DEBUG] ReferenceTransformer: "aws_security_group.lb" references: []
2019/08/13 09:48:04 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/08/13 09:48:04 [TRACE] Executing graph transform *terraform.RootTransformer
2019/08/13 09:48:04 [DEBUG] ReferenceTransformer: "aws_subnet.private[0]" references: []
2019/08/13 09:48:04 [DEBUG] ReferenceTransformer: "aws_subnet.private[1]" references: []
2019/08/13 09:48:04 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019-08-13T09:48:04.664-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeSecurityGroups Details:
2019-08-13T09:48:04.664-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-13T09:48:04.664-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: POST / HTTP/1.1
2019-08-13T09:48:04.664-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: ec2.us-east-1.amazonaws.com
2019-08-13T09:48:04.664-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019-08-13T09:48:04.664-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Length: 79
2019-08-13T09:48:04.664-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=c40e7a24261a570c0dd9cdc12f9617adbc8ba13742a67e761e18138e959423d4
2019-08-13T09:48:04.664-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-13T09:48:04.664-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134804Z
2019-08-13T09:48:04.664-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Accept-Encoding: gzip
2019-08-13T09:48:04.664-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.664-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Action=DescribeSecurityGroups&GroupId.1=sg-0738baf6d09aee9e4&Version=2016-11-15
2019-08-13T09:48:04.664-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:04.664-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeSubnets Details:
2019-08-13T09:48:04.664-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-13T09:48:04.664-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: POST / HTTP/1.1
2019-08-13T09:48:04.664-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: ec2.us-east-1.amazonaws.com
2019-08-13T09:48:04.664-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019-08-13T09:48:04.664-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Length: 77
2019-08-13T09:48:04.664-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=2bbd2247b4027c0f6600048e2f3bc1823b0c7bebfdb68874425094676a8b2b2e
2019-08-13T09:48:04.664-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-13T09:48:04.664-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134804Z
2019-08-13T09:48:04.664-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Accept-Encoding: gzip
2019-08-13T09:48:04.664-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.664-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Action=DescribeSubnets&SubnetId.1=subnet-0065ad75957f149ea&Version=2016-11-15
2019-08-13T09:48:04.664-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:04.665-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeSecurityGroups Details:
2019-08-13T09:48:04.665-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-13T09:48:04.665-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: POST / HTTP/1.1
2019-08-13T09:48:04.665-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: ec2.us-east-1.amazonaws.com
2019-08-13T09:48:04.665-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019-08-13T09:48:04.665-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Length: 79
2019-08-13T09:48:04.665-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=655aa2ad075cfaf97675dbd58fe7ec406281d8e42ca89a684412b9e128482a63
2019-08-13T09:48:04.665-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-13T09:48:04.665-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134804Z
2019-08-13T09:48:04.665-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Accept-Encoding: gzip
2019-08-13T09:48:04.665-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.665-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Action=DescribeSecurityGroups&GroupId.1=sg-0e2dcc988ff7b6cac&Version=2016-11-15
2019-08-13T09:48:04.665-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:04.665-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeSubnets Details:
2019-08-13T09:48:04.665-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-13T09:48:04.665-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: POST / HTTP/1.1
2019-08-13T09:48:04.665-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: ec2.us-east-1.amazonaws.com
2019-08-13T09:48:04.665-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019-08-13T09:48:04.665-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Length: 77
2019-08-13T09:48:04.665-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=c530bd3b2cbedf80be3ed7a1090462408bfdfb0ce940a56af674fc9e1ea1d761
2019-08-13T09:48:04.665-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-13T09:48:04.665-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134804Z
2019-08-13T09:48:04.665-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Accept-Encoding: gzip
2019-08-13T09:48:04.665-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.665-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Action=DescribeSubnets&SubnetId.1=subnet-034e6181a1528ab96&Version=2016-11-15
2019-08-13T09:48:04.665-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:04.666-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeSecurityGroups Details:
2019-08-13T09:48:04.666-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-13T09:48:04.666-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: POST / HTTP/1.1
2019-08-13T09:48:04.666-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: ec2.us-east-1.amazonaws.com
2019-08-13T09:48:04.666-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019-08-13T09:48:04.666-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Length: 79
2019-08-13T09:48:04.666-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=6bece5f2afd838bbbc48dde028754ae54a51853f86cafbe71389e3bbf670eb2f
2019-08-13T09:48:04.666-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-13T09:48:04.666-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134804Z
2019-08-13T09:48:04.666-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Accept-Encoding: gzip
2019-08-13T09:48:04.666-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.666-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Action=DescribeSecurityGroups&GroupId.1=sg-0f14c82420d09c4c9&Version=2016-11-15
2019-08-13T09:48:04.666-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:04.689-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketReplication Details:
2019-08-13T09:48:04.689-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:04.689-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 404 Not Found
2019-08-13T09:48:04.689-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:04.689-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Transfer-Encoding: chunked
2019-08-13T09:48:04.689-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: application/xml
2019-08-13T09:48:04.689-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Date: Tue, 13 Aug 2019 13:48:04 GMT
2019-08-13T09:48:04.689-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Server: AmazonS3
2019-08-13T09:48:04.689-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Id-2: f5bCAuuKFNfgMPZ/qNtMR7qxigt53GHioyHUE+m/yu+XJpaGkJrC1nDNCIy0spFQ4EuLgUOYNXo=
2019-08-13T09:48:04.689-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Request-Id: 9DA88BD42A903DF0
2019-08-13T09:48:04.689-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.689-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.689-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:04.689-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-13T09:48:04.689-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <Error><Code>ReplicationConfigurationNotFoundError</Code><Message>The replication configuration was not found</Message><BucketName>birb.io</BucketName><RequestId>9DA88BD42A903DF0</RequestId><HostId>f5bCAuuKFNfgMPZ/qNtMR7qxigt53GHioyHUE+m/yu+XJpaGkJrC1nDNCIy0spFQ4EuLgUOYNXo=</HostId></Error>
2019-08-13T09:48:04.689-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Validate Response s3/GetBucketReplication failed, not retrying, error ReplicationConfigurationNotFoundError: The replication configuration was not found
2019-08-13T09:48:04.689-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: status code: 404, request id: 9DA88BD42A903DF0, host id: f5bCAuuKFNfgMPZ/qNtMR7qxigt53GHioyHUE+m/yu+XJpaGkJrC1nDNCIy0spFQ4EuLgUOYNXo=
2019-08-13T09:48:04.689-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] Waiting for state to become: [success]
2019-08-13T09:48:04.689-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketEncryption Details:
2019-08-13T09:48:04.689-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-13T09:48:04.689-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: GET /birb.io?encryption= HTTP/1.1
2019-08-13T09:48:04.689-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: s3.amazonaws.com
2019-08-13T09:48:04.689-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019-08-13T09:48:04.689-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f76980eabbba5f31c60acece8e07ba4b65c691c2a905ce9716552789725c036f
2019-08-13T09:48:04.689-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2019-08-13T09:48:04.689-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134804Z
2019-08-13T09:48:04.689-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Accept-Encoding: gzip
2019-08-13T09:48:04.689-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.689-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.689-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:04.715-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetObjectLockConfiguration Details:
2019-08-13T09:48:04.715-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:04.715-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 404 Not Found
2019-08-13T09:48:04.715-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:04.715-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Transfer-Encoding: chunked
2019-08-13T09:48:04.715-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: application/xml
2019-08-13T09:48:04.715-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Date: Tue, 13 Aug 2019 13:48:04 GMT
2019-08-13T09:48:04.715-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Server: AmazonS3
2019-08-13T09:48:04.715-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Id-2: LhYFp2QmrOfzAaMRry4pK+kbDt4BdhkzIS6WZOboC6sNx/FJTMoF2ZcmDAR/1OWoP9gnLZ4xpYs=
2019-08-13T09:48:04.715-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Request-Id: 4D287BC31BAA0B54
2019-08-13T09:48:04.715-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.715-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.715-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:04.715-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-13T09:48:04.715-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <Error><Code>ObjectLockConfigurationNotFoundError</Code><Message>Object Lock configuration does not exist for this bucket</Message><BucketName>birb-edgar-filings</BucketName><RequestId>4D287BC31BAA0B54</RequestId><HostId>LhYFp2QmrOfzAaMRry4pK+kbDt4BdhkzIS6WZOboC6sNx/FJTMoF2ZcmDAR/1OWoP9gnLZ4xpYs=</HostId></Error>
2019-08-13T09:48:04.715-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Validate Response s3/GetObjectLockConfiguration failed, not retrying, error ObjectLockConfigurationNotFoundError: Object Lock configuration does not exist for this bucket
2019-08-13T09:48:04.715-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: status code: 404, request id: 4D287BC31BAA0B54, host id: LhYFp2QmrOfzAaMRry4pK+kbDt4BdhkzIS6WZOboC6sNx/FJTMoF2ZcmDAR/1OWoP9gnLZ4xpYs=
2019-08-13T09:48:04.715-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] Waiting for state to become: [success]
2019-08-13T09:48:04.715-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketLocation Details:
2019-08-13T09:48:04.715-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-13T09:48:04.715-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: GET /birb-edgar-filings?location= HTTP/1.1
2019-08-13T09:48:04.715-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: s3.amazonaws.com
2019-08-13T09:48:04.715-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019-08-13T09:48:04.715-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=5ed752d4b750395a4715a540cff9fe2ecb5329ec97e6875dec5eb5cb156a75be
2019-08-13T09:48:04.715-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2019-08-13T09:48:04.715-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134804Z
2019-08-13T09:48:04.715-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Accept-Encoding: gzip
2019-08-13T09:48:04.715-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.715-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.715-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:04.781-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketLocation Details:
2019-08-13T09:48:04.781-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:04.781-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 200 OK
2019-08-13T09:48:04.781-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:04.781-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Transfer-Encoding: chunked
2019-08-13T09:48:04.781-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: application/xml
2019-08-13T09:48:04.781-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Date: Tue, 13 Aug 2019 13:48:05 GMT
2019-08-13T09:48:04.781-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Server: AmazonS3
2019-08-13T09:48:04.781-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Id-2: BoNlLbswfWM0lAw1G/LymXJe+BhHp24DfFEop8gFBww8n54hXB+t6RwCucLq7yPIAylnb86bWoM=
2019-08-13T09:48:04.781-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Request-Id: D7E685896975D19F
2019-08-13T09:48:04.781-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.781-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.781-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:04.781-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-13T09:48:04.781-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <LocationConstraint xmlns="http://s3.amazonaws.com/doc/2006-03-01/"/>
2019-08-13T09:48:04.781-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketTagging Details:
2019-08-13T09:48:04.781-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-13T09:48:04.781-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: GET /?tagging= HTTP/1.1
2019-08-13T09:48:04.781-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: birb-edgar-indexes.s3.amazonaws.com
2019-08-13T09:48:04.781-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019-08-13T09:48:04.781-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7b864c81f4fb7b96d98478d05a09cdc439ded24831226366fed915093036a7b5
2019-08-13T09:48:04.781-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2019-08-13T09:48:04.781-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134804Z
2019-08-13T09:48:04.781-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Accept-Encoding: gzip
2019-08-13T09:48:04.781-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.781-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.781-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:04.811-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketEncryption Details:
2019-08-13T09:48:04.811-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:04.811-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 404 Not Found
2019-08-13T09:48:04.811-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:04.811-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Transfer-Encoding: chunked
2019-08-13T09:48:04.811-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: application/xml
2019-08-13T09:48:04.811-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Date: Tue, 13 Aug 2019 13:48:04 GMT
2019-08-13T09:48:04.811-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Server: AmazonS3
2019-08-13T09:48:04.811-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Id-2: YFaXC5adktizvx/TyzBnV4v7H30LM09LyhOpNAAUeeIeAikWovJg2jJsCdQq97Q/jIJWiV/9mrA=
2019-08-13T09:48:04.811-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Request-Id: B956525C9900B3B7
2019-08-13T09:48:04.811-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.811-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.811-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:04.811-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-13T09:48:04.811-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <Error><Code>ServerSideEncryptionConfigurationNotFoundError</Code><Message>The server side encryption configuration was not found</Message><BucketName>birb.io</BucketName><RequestId>B956525C9900B3B7</RequestId><HostId>YFaXC5adktizvx/TyzBnV4v7H30LM09LyhOpNAAUeeIeAikWovJg2jJsCdQq97Q/jIJWiV/9mrA=</HostId></Error>
2019-08-13T09:48:04.811-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Validate Response s3/GetBucketEncryption failed, not retrying, error ServerSideEncryptionConfigurationNotFoundError: The server side encryption configuration was not found
2019-08-13T09:48:04.811-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: status code: 404, request id: B956525C9900B3B7, host id: YFaXC5adktizvx/TyzBnV4v7H30LM09LyhOpNAAUeeIeAikWovJg2jJsCdQq97Q/jIJWiV/9mrA=
2019-08-13T09:48:04.811-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] Waiting for state to become: [success]
2019-08-13T09:48:04.812-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetObjectLockConfiguration Details:
2019-08-13T09:48:04.812-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-13T09:48:04.812-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: GET /birb.io?object-lock= HTTP/1.1
2019-08-13T09:48:04.812-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: s3.amazonaws.com
2019-08-13T09:48:04.812-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019-08-13T09:48:04.812-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6d9ec4b319cd390f5cd8fc7f2c2b384de1dd8a152db3ce2567175e8ee6eb86c7
2019-08-13T09:48:04.812-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2019-08-13T09:48:04.812-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134804Z
2019-08-13T09:48:04.812-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Accept-Encoding: gzip
2019-08-13T09:48:04.812-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.812-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.812-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeSubnets Details:
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 200 OK
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Length: 1024
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: text/xml;charset=UTF-8
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Date: Tue, 13 Aug 2019 13:48:03 GMT
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Server: AmazonEC2
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeSecurityGroups Details:
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 200 OK
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Length: 2031
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: text/xml;charset=UTF-8
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Date: Tue, 13 Aug 2019 13:48:03 GMT
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Server: AmazonEC2
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <DescribeSecurityGroupsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <requestId>4a0b12d3-c9a4-43c4-8266-334e7eaa0cc1</requestId>
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <securityGroupInfo>
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <item>
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ownerId>757879768810</ownerId>
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <groupId>sg-0f14c82420d09c4c9</groupId>
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <groupName>birb-api-load-balancer-security-group</groupName>
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <groupDescription>Allow access on port 443 only to ALB</groupDescription>
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <vpcId>vpc-0f83bca393202fe3d</vpcId>
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ipPermissions>
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <item>
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ipProtocol>tcp</ipProtocol>
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <fromPort>80</fromPort>
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <toPort>80</toPort>
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <groups/>
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ipRanges>
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <item>
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <cidrIp>0.0.0.0/0</cidrIp>
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </item>
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </ipRanges>
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ipv6Ranges/>
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <prefixListIds/>
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </item>
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <item>
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ipProtocol>tcp</ipProtocol>
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <fromPort>443</fromPort>
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <toPort>443</toPort>
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <groups/>
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ipRanges>
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <item>
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <cidrIp>0.0.0.0/0</cidrIp>
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </item>
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </ipRanges>
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ipv6Ranges/>
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <prefixListIds/>
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </item>
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </ipPermissions>
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ipPermissionsEgress>
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <item>
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ipProtocol>-1</ipProtocol>
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <groups/>
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ipRanges>
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <item>
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <cidrIp>0.0.0.0/0</cidrIp>
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </item>
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </ipRanges>
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ipv6Ranges/>
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <prefixListIds/>
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </item>
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </ipPermissionsEgress>
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </item>
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </securityGroupInfo>
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </DescribeSecurityGroupsResponse>
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <DescribeSubnetsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <requestId>413164e1-cfb2-4cfa-bbd2-485de57f4ee4</requestId>
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <subnetSet>
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <item>
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <subnetId>subnet-034e6181a1528ab96</subnetId>
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <subnetArn>arn:aws:ec2:us-east-1:757879768810:subnet/subnet-034e6181a1528ab96</subnetArn>
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <state>available</state>
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ownerId>757879768810</ownerId>
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <vpcId>vpc-0f83bca393202fe3d</vpcId>
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <cidrBlock>172.17.1.0/24</cidrBlock>
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ipv6CidrBlockAssociationSet/>
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <availableIpAddressCount>251</availableIpAddressCount>
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <availabilityZone>us-east-1b</availabilityZone>
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <availabilityZoneId>use1-az2</availabilityZoneId>
2019-08-13T09:48:04.827-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <defaultForAz>false</defaultForAz>
2019-08-13T09:48:04.828-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <mapPublicIpOnLaunch>false</mapPublicIpOnLaunch>
2019-08-13T09:48:04.828-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <assignIpv6AddressOnCreation>false</assignIpv6AddressOnCreation>
2019-08-13T09:48:04.828-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </item>
2019-08-13T09:48:04.828-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </subnetSet>
2019-08-13T09:48:04.828-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </DescribeSubnetsResponse>
2019-08-13T09:48:04.828-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeSecurityGroups Details:
2019-08-13T09:48:04.828-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:04.828-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 200 OK
2019-08-13T09:48:04.828-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:04.828-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Length: 1536
2019-08-13T09:48:04.828-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: text/xml;charset=UTF-8
2019-08-13T09:48:04.828-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Date: Tue, 13 Aug 2019 13:48:03 GMT
2019-08-13T09:48:04.828-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Server: AmazonEC2
2019-08-13T09:48:04.828-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.828-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019/08/13 09:48:04 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/08/13 09:48:04 [TRACE] EvalWriteState: writing current state object for aws_subnet.private[1]
2019-08-13T09:48:04.828-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:04.828-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-13T09:48:04.828-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <DescribeSecurityGroupsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-13T09:48:04.828-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <requestId>5a7f4286-32b6-4cee-aeaf-08430893c64f</requestId>
2019-08-13T09:48:04.828-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <securityGroupInfo>
2019-08-13T09:48:04.828-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <item>
2019-08-13T09:48:04.828-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ownerId>757879768810</ownerId>
2019-08-13T09:48:04.828-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <item>
2019-08-13T09:48:04.828-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ipProtocol>tcp</ipProtocol>
2019-08-13T09:48:04.828-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <fromPort>22</fromPort>
2019-08-13T09:48:04.828-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <toPort>22</toPort>
2019-08-13T09:48:04.828-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <groups/>
2019-08-13T09:48:04.828-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ipRanges>
2019-08-13T09:48:04.828-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <item>
2019-08-13T09:48:04.828-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <cidrIp>0.0.0.0/0</cidrIp>
2019-08-13T09:48:04.828-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </item>
2019-08-13T09:48:04.828-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </ipRanges>
2019-08-13T09:48:04.828-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ipv6Ranges/>
2019-08-13T09:48:04.828-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <prefixListIds/>
2019-08-13T09:48:04.828-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </item>
2019-08-13T09:48:04.828-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </ipPermissions>
2019-08-13T09:48:04.828-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ipPermissionsEgress>
2019-08-13T09:48:04.828-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <item>
2019-08-13T09:48:04.828-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ipProtocol>-1</ipProtocol>
2019-08-13T09:48:04.828-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <groups/>
2019-08-13T09:48:04.828-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ipRanges>
2019-08-13T09:48:04.828-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <item>
2019-08-13T09:48:04.828-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <cidrIp>0.0.0.0/0</cidrIp>
2019-08-13T09:48:04.828-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </item>
2019-08-13T09:48:04.828-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </ipRanges>
2019-08-13T09:48:04.828-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ipv6Ranges/>
2019-08-13T09:48:04.828-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <prefixListIds/>
2019-08-13T09:48:04.828-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </item>
2019-08-13T09:48:04.828-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </ipPermissionsEgress>
2019-08-13T09:48:04.828-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </item>
2019-08-13T09:48:04.828-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </securityGroupInfo>
2019-08-13T09:48:04.828-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </DescribeSecurityGroupsResponse>
2019/08/13 09:48:04 [DEBUG] ReferenceTransformer: "aws_security_group.ecs_tasks" references: []
2019/08/13 09:48:04 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/08/13 09:48:04 [TRACE] Executing graph transform *terraform.RootTransformer
2019-08-13T09:48:04.832-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeSecurityGroups Details:
2019-08-13T09:48:04.832-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-13T09:48:04.832-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: POST / HTTP/1.1
2019-08-13T09:48:04.832-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: ec2.us-east-1.amazonaws.com
2019-08-13T09:48:04.832-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019-08-13T09:48:04.832-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Length: 79
2019-08-13T09:48:04.832-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=86cef8f19a87d68ff160f585a666d0b68d2a3834372297a28c5f7d71fc52d144
2019-08-13T09:48:04.832-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-13T09:48:04.832-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134804Z
2019-08-13T09:48:04.832-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Accept-Encoding: gzip
2019-08-13T09:48:04.832-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.832-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Action=DescribeSecurityGroups&GroupId.1=sg-0fe6d734ab44b3f18&Version=2016-11-15
2019-08-13T09:48:04.832-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:04.852-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketLocation Details:
2019-08-13T09:48:04.852-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:04.852-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 200 OK
2019-08-13T09:48:04.852-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:04.852-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Transfer-Encoding: chunked
2019-08-13T09:48:04.852-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: application/xml
2019-08-13T09:48:04.852-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Date: Tue, 13 Aug 2019 13:48:05 GMT
2019-08-13T09:48:04.852-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Server: AmazonS3
2019-08-13T09:48:04.852-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Id-2: dNuzegCGU/rfeHtjSkNYxuzrGfl4jn2lBRv8mVrEEFeLRo1W4EdbtIWoxIfJH3CggikIMCOJOeI=
2019-08-13T09:48:04.852-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Request-Id: 0F0F3E2B682B733A
2019-08-13T09:48:04.852-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.852-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.852-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:04.852-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-13T09:48:04.852-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <LocationConstraint xmlns="http://s3.amazonaws.com/doc/2006-03-01/"/>
2019-08-13T09:48:04.852-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeSubnets Details:
2019-08-13T09:48:04.852-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:04.852-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 200 OK
2019-08-13T09:48:04.852-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:04.852-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Length: 1024
2019-08-13T09:48:04.852-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: text/xml;charset=UTF-8
2019-08-13T09:48:04.852-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Date: Tue, 13 Aug 2019 13:48:04 GMT
2019-08-13T09:48:04.852-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Server: AmazonEC2
2019-08-13T09:48:04.852-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.852-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.852-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:04.852-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-13T09:48:04.852-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <DescribeSubnetsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-13T09:48:04.852-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <requestId>bcc27675-cbd2-4b47-94bc-1e99abdc50e7</requestId>
2019-08-13T09:48:04.852-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <subnetSet>
2019-08-13T09:48:04.852-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <item>
2019-08-13T09:48:04.852-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <subnetId>subnet-0065ad75957f149ea</subnetId>
2019-08-13T09:48:04.852-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <subnetArn>arn:aws:ec2:us-east-1:757879768810:subnet/subnet-0065ad75957f149ea</subnetArn>
2019-08-13T09:48:04.852-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <state>available</state>
2019-08-13T09:48:04.852-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ownerId>757879768810</ownerId>
2019-08-13T09:48:04.852-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <vpcId>vpc-0f83bca393202fe3d</vpcId>
2019-08-13T09:48:04.852-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <cidrBlock>172.17.0.0/24</cidrBlock>
2019-08-13T09:48:04.852-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ipv6CidrBlockAssociationSet/>
2019-08-13T09:48:04.852-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <availableIpAddressCount>250</availableIpAddressCount>
2019-08-13T09:48:04.852-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <availabilityZone>us-east-1a</availabilityZone>
2019-08-13T09:48:04.852-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <availabilityZoneId>use1-az1</availabilityZoneId>
2019-08-13T09:48:04.852-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <defaultForAz>false</defaultForAz>
2019-08-13T09:48:04.852-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <mapPublicIpOnLaunch>false</mapPublicIpOnLaunch>
2019-08-13T09:48:04.852-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <assignIpv6AddressOnCreation>false</assignIpv6AddressOnCreation>
2019-08-13T09:48:04.852-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </item>
2019-08-13T09:48:04.852-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </subnetSet>
2019-08-13T09:48:04.853-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </DescribeSubnetsResponse>
2019-08-13T09:48:04.853-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketTagging Details:
2019-08-13T09:48:04.853-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-13T09:48:04.853-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: GET /?tagging= HTTP/1.1
2019-08-13T09:48:04.853-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: birb-edgar-filings.s3.amazonaws.com
2019-08-13T09:48:04.853-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019-08-13T09:48:04.853-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=82f82153a751dd0e058c15fc554809de5fea68e47f941e682b9375dbdb191f9e
2019-08-13T09:48:04.853-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2019-08-13T09:48:04.853-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134804Z
2019-08-13T09:48:04.853-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Accept-Encoding: gzip
2019-08-13T09:48:04.853-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.853-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.853-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019/08/13 09:48:04 [DEBUG] ReferenceTransformer: "aws_db_subnet_group.rds_subnet" references: []
2019/08/13 09:48:04 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/08/13 09:48:04 [TRACE] Executing graph transform *terraform.RootTransformer
2019-08-13T09:48:04.855-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Request rds/DescribeDBSubnetGroups Details:
2019-08-13T09:48:04.855-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-13T09:48:04.855-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: POST / HTTP/1.1
2019-08-13T09:48:04.855-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: rds.us-east-1.amazonaws.com
2019-08-13T09:48:04.855-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019-08-13T09:48:04.855-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Length: 71
2019-08-13T09:48:04.855-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/rds/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=682841a8662393555290d3d75b4dd0780a8a92e93e223cb620cc57d208545f25
2019-08-13T09:48:04.855-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-13T09:48:04.855-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134804Z
2019-08-13T09:48:04.855-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Accept-Encoding: gzip
2019-08-13T09:48:04.855-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.855-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Action=DescribeDBSubnetGroups&DBSubnetGroupName=birb&Version=2014-10-31
2019-08-13T09:48:04.855-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:04.882-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeSecurityGroups Details:
2019-08-13T09:48:04.882-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:04.882-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 200 OK
2019-08-13T09:48:04.882-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:04.882-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Length: 1054
2019-08-13T09:48:04.882-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: text/xml;charset=UTF-8
2019-08-13T09:48:04.882-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Date: Tue, 13 Aug 2019 13:48:04 GMT
2019-08-13T09:48:04.882-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Server: AmazonEC2
2019-08-13T09:48:04.882-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.882-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.882-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:04.882-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-13T09:48:04.882-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <DescribeSecurityGroupsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-13T09:48:04.882-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <requestId>9537788a-ca1d-42b2-a613-3715a4351fac</requestId>
2019-08-13T09:48:04.882-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <securityGroupInfo>
2019-08-13T09:48:04.882-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <item>
2019-08-13T09:48:04.882-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ownerId>757879768810</ownerId>
2019-08-13T09:48:04.882-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <groupId>sg-0738baf6d09aee9e4</groupId>
2019-08-13T09:48:04.882-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <groupName>birb-edgar-security-group</groupName>
2019-08-13T09:48:04.882-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <groupDescription>no inbound, only outbound</groupDescription>
2019-08-13T09:48:04.882-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <vpcId>vpc-0f83bca393202fe3d</vpcId>
2019-08-13T09:48:04.882-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ipPermissions/>
2019-08-13T09:48:04.882-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ipPermissionsEgress>
2019-08-13T09:48:04.882-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <item>
2019-08-13T09:48:04.882-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ipProtocol>-1</ipProtocol>
2019-08-13T09:48:04.882-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <groups/>
2019-08-13T09:48:04.882-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ipRanges>
2019-08-13T09:48:04.882-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <item>
2019-08-13T09:48:04.882-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <cidrIp>0.0.0.0/0</cidrIp>
2019-08-13T09:48:04.882-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </item>
2019-08-13T09:48:04.882-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </ipRanges>
2019-08-13T09:48:04.882-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ipv6Ranges/>
2019-08-13T09:48:04.882-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <prefixListIds/>
2019-08-13T09:48:04.882-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </item>
2019-08-13T09:48:04.882-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </ipPermissionsEgress>
2019-08-13T09:48:04.882-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </item>
2019-08-13T09:48:04.882-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </securityGroupInfo>
2019-08-13T09:48:04.882-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </DescribeSecurityGroupsResponse>
2019-08-13T09:48:04.921-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketTagging Details:
2019-08-13T09:48:04.921-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:04.921-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 200 OK
2019-08-13T09:48:04.921-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:04.921-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Transfer-Encoding: chunked
2019-08-13T09:48:04.921-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Date: Tue, 13 Aug 2019 13:48:05 GMT
2019-08-13T09:48:04.921-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Server: AmazonS3
2019-08-13T09:48:04.921-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Id-2: TSQ4uaviwRt1+hyGtrLDoeGkxMTzvW2ix/bZMRYnHal9HUebXzb5vZmEnqEYrzjC0CNzOGvsMZc=
2019-08-13T09:48:04.921-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Request-Id: F5600C909332CB7C
2019-08-13T09:48:04.921-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.921-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.921-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:04.921-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-13T09:48:04.921-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <Tagging xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><TagSet><Tag><Key>Name</Key><Value>Edgar Indexes</Value></Tag></TagSet></Tagging>
2019-08-13T09:48:04.921-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] Matching ^aws: with Name
2019-08-13T09:48:04.951-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetObjectLockConfiguration Details:
2019-08-13T09:48:04.951-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:04.951-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 404 Not Found
2019-08-13T09:48:04.951-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:04.951-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Transfer-Encoding: chunked
2019-08-13T09:48:04.951-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: application/xml
2019-08-13T09:48:04.951-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Date: Tue, 13 Aug 2019 13:48:04 GMT
2019-08-13T09:48:04.951-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Server: AmazonS3
2019-08-13T09:48:04.951-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Id-2: fWeo3bMQE96w7jw7yihfGyXX+WIW0toqQ56UwoKFuxpVzhqQFxUs0FE0AkpnSNmc1oEnD1AmnYA=
2019-08-13T09:48:04.951-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Request-Id: 05FA70D05E8CD0A2
2019-08-13T09:48:04.951-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.951-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.951-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:04.951-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-13T09:48:04.951-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <Error><Code>ObjectLockConfigurationNotFoundError</Code><Message>Object Lock configuration does not exist for this bucket</Message><BucketName>birb.io</BucketName><RequestId>05FA70D05E8CD0A2</RequestId><HostId>fWeo3bMQE96w7jw7yihfGyXX+WIW0toqQ56UwoKFuxpVzhqQFxUs0FE0AkpnSNmc1oEnD1AmnYA=</HostId></Error>
2019-08-13T09:48:04.951-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Validate Response s3/GetObjectLockConfiguration failed, not retrying, error ObjectLockConfigurationNotFoundError: Object Lock configuration does not exist for this bucket
2019-08-13T09:48:04.951-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: status code: 404, request id: 05FA70D05E8CD0A2, host id: fWeo3bMQE96w7jw7yihfGyXX+WIW0toqQ56UwoKFuxpVzhqQFxUs0FE0AkpnSNmc1oEnD1AmnYA=
2019-08-13T09:48:04.951-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] Waiting for state to become: [success]
2019-08-13T09:48:04.952-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketLocation Details:
2019-08-13T09:48:04.952-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-13T09:48:04.952-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: GET /birb.io?location= HTTP/1.1
2019-08-13T09:48:04.952-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: s3.amazonaws.com
2019-08-13T09:48:04.952-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019-08-13T09:48:04.952-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f649057e0994dcb859bad32eb35e789b76a8d329d044a6e1afd73dfc6c86b85e
2019-08-13T09:48:04.952-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2019-08-13T09:48:04.952-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134804Z
2019-08-13T09:48:04.952-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Accept-Encoding: gzip
2019-08-13T09:48:04.952-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.952-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.952-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:04.973-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeSecurityGroups Details:
2019-08-13T09:48:04.973-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:04.973-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 200 OK
2019-08-13T09:48:04.973-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:04.973-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Length: 1640
2019-08-13T09:48:04.973-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: text/xml;charset=UTF-8
2019-08-13T09:48:04.973-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Date: Tue, 13 Aug 2019 13:48:04 GMT
2019-08-13T09:48:04.973-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Server: AmazonEC2
2019-08-13T09:48:04.973-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.973-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.973-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:04.973-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-13T09:48:04.973-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <DescribeSecurityGroupsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-13T09:48:04.973-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <requestId>8d5d2ed6-fb28-41e8-8e98-385bc2f79e86</requestId>
2019-08-13T09:48:04.973-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <securityGroupInfo>
2019-08-13T09:48:04.973-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <item>
2019-08-13T09:48:04.973-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ownerId>757879768810</ownerId>
2019-08-13T09:48:04.973-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <groupId>sg-0fe6d734ab44b3f18</groupId>
2019-08-13T09:48:04.973-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <groupName>birb-api-ecs-tasks-security-group</groupName>
2019-08-13T09:48:04.973-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <groupDescription>allow inbound access from the ALB only</groupDescription>
2019-08-13T09:48:04.973-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <vpcId>vpc-0f83bca393202fe3d</vpcId>
2019-08-13T09:48:04.973-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ipPermissions>
2019-08-13T09:48:04.973-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <item>
2019-08-13T09:48:04.973-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ipProtocol>tcp</ipProtocol>
2019-08-13T09:48:04.973-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <fromPort>10050</fromPort>
2019-08-13T09:48:04.973-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <toPort>10050</toPort>
2019-08-13T09:48:04.973-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <groups>
2019-08-13T09:48:04.973-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <item>
2019-08-13T09:48:04.973-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <userId>757879768810</userId>
2019-08-13T09:48:04.973-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <groupId>sg-0f14c82420d09c4c9</groupId>
2019-08-13T09:48:04.973-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </item>
2019-08-13T09:48:04.973-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </groups>
2019-08-13T09:48:04.973-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ipRanges/>
2019-08-13T09:48:04.973-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ipv6Ranges/>
2019-08-13T09:48:04.973-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <prefixListIds/>
2019-08-13T09:48:04.973-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </item>
2019-08-13T09:48:04.973-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </ipPermissions>
2019-08-13T09:48:04.973-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ipPermissionsEgress>
2019-08-13T09:48:04.973-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <item>
2019-08-13T09:48:04.973-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ipProtocol>-1</ipProtocol>
2019-08-13T09:48:04.973-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <groups/>
2019-08-13T09:48:04.973-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ipRanges>
2019-08-13T09:48:04.973-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <item>
2019-08-13T09:48:04.973-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <cidrIp>0.0.0.0/0</cidrIp>
2019-08-13T09:48:04.973-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </item>
2019-08-13T09:48:04.973-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </ipRanges>
2019-08-13T09:48:04.973-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ipv6Ranges/>
2019-08-13T09:48:04.973-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <prefixListIds/>
2019-08-13T09:48:04.973-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </item>
2019-08-13T09:48:04.973-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </ipPermissionsEgress>
2019-08-13T09:48:04.973-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </item>
2019-08-13T09:48:04.973-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </securityGroupInfo>
2019-08-13T09:48:04.973-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </DescribeSecurityGroupsResponse>
2019/08/13 09:48:04 [DEBUG] ReferenceTransformer: "aws_security_group.rds_security_group" references: []
2019-08-13T09:48:04.978-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:04 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeSecurityGroups Details:
2019-08-13T09:48:04.978-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-13T09:48:04.978-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: POST / HTTP/1.1
2019-08-13T09:48:04.978-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: ec2.us-east-1.amazonaws.com
2019-08-13T09:48:04.978-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019-08-13T09:48:04.978-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Length: 79
2019-08-13T09:48:04.978-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=2a58fd24fddf1672a11e3d9ecb76da02f06d6c55a5e04218f37b2550e8277446
2019-08-13T09:48:04.978-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-13T09:48:04.978-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134804Z
2019-08-13T09:48:04.978-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Accept-Encoding: gzip
2019-08-13T09:48:04.978-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:04.978-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Action=DescribeSecurityGroups&GroupId.1=sg-06e2f1bfb5e902bcf&Version=2016-11-15
2019-08-13T09:48:04.978-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:05.019-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:05 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketTagging Details:
2019-08-13T09:48:05.019-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:05.019-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 200 OK
2019-08-13T09:48:05.019-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:05.019-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Transfer-Encoding: chunked
2019-08-13T09:48:05.019-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Date: Tue, 13 Aug 2019 13:48:05 GMT
2019-08-13T09:48:05.019-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Server: AmazonS3
2019-08-13T09:48:05.019-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Id-2: H+PVrDX5EuPMyiheKWPSDYZjdl0Fp49RIhW5tpfOE/F0LGqaiY4dR//XZZ3m96igHWqVD98LAyU=
2019-08-13T09:48:05.019-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Request-Id: A1712A59081BC01C
2019-08-13T09:48:05.019-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:05.019-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:05.019-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:05.019-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:05 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-13T09:48:05.019-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <Tagging xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><TagSet><Tag><Key>Name</Key><Value>Edgar Filings</Value></Tag></TagSet></Tagging>
2019-08-13T09:48:05.019-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:05 [DEBUG] Matching ^aws: with Name
2019-08-13T09:48:05.019-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:05 [DEBUG] [aws-sdk-go] DEBUG: Response rds/DescribeDBSubnetGroups Details:
2019-08-13T09:48:05.019-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:05.019-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 200 OK
2019-08-13T09:48:05.019-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:05.019-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Length: 1290
2019-08-13T09:48:05.019-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: text/xml
2019-08-13T09:48:05.019-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Date: Tue, 13 Aug 2019 13:48:04 GMT
2019-08-13T09:48:05.019-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amzn-Requestid: cdf13bf7-fd40-4418-845b-e4b6b6179133
2019-08-13T09:48:05.019-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:05.019-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:05.019-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:05.019-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:05 [DEBUG] [aws-sdk-go] <DescribeDBSubnetGroupsResponse xmlns="http://rds.amazonaws.com/doc/2014-10-31/">
2019-08-13T09:48:05.019-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <DescribeDBSubnetGroupsResult>
2019-08-13T09:48:05.019-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <DBSubnetGroups>
2019-08-13T09:48:05.019-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <DBSubnetGroup>
2019-08-13T09:48:05.019-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <VpcId>vpc-0f83bca393202fe3d</VpcId>
2019-08-13T09:48:05.019-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <DBSubnetGroupArn>arn:aws:rds:us-east-1:757879768810:subgrp:birb</DBSubnetGroupArn>
2019-08-13T09:48:05.019-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <Subnets>
2019-08-13T09:48:05.019-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <Subnet>
2019-08-13T09:48:05.019-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <SubnetIdentifier>subnet-034e6181a1528ab96</SubnetIdentifier>
2019-08-13T09:48:05.019-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <SubnetStatus>Active</SubnetStatus>
2019-08-13T09:48:05.019-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <SubnetAvailabilityZone>
2019-08-13T09:48:05.019-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <Name>us-east-1b</Name>
2019-08-13T09:48:05.019-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </SubnetAvailabilityZone>
2019-08-13T09:48:05.019-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </Subnet>
2019-08-13T09:48:05.019-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <Subnet>
2019-08-13T09:48:05.019-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <SubnetIdentifier>subnet-0065ad75957f149ea</SubnetIdentifier>
2019-08-13T09:48:05.019-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <SubnetStatus>Active</SubnetStatus>
2019-08-13T09:48:05.019-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <SubnetAvailabilityZone>
2019-08-13T09:48:05.019-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <Name>us-east-1a</Name>
2019-08-13T09:48:05.019-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </SubnetAvailabilityZone>
2019-08-13T09:48:05.019-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </Subnet>
2019-08-13T09:48:05.019-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </Subnets>
2019-08-13T09:48:05.019-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <SubnetGroupStatus>Complete</SubnetGroupStatus>
2019-08-13T09:48:05.019-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <DBSubnetGroupDescription>Managed by Terraform</DBSubnetGroupDescription>
2019-08-13T09:48:05.019-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <DBSubnetGroupName>birb</DBSubnetGroupName>
2019-08-13T09:48:05.019-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </DBSubnetGroup>
2019-08-13T09:48:05.019-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </DBSubnetGroups>
2019-08-13T09:48:05.019-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </DescribeDBSubnetGroupsResult>
2019-08-13T09:48:05.019-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ResponseMetadata>
2019-08-13T09:48:05.019-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <RequestId>cdf13bf7-fd40-4418-845b-e4b6b6179133</RequestId>
2019-08-13T09:48:05.019-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </ResponseMetadata>
2019-08-13T09:48:05.019-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </DescribeDBSubnetGroupsResponse>
2019-08-13T09:48:05.019-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:05 [DEBUG] [aws-sdk-go] DEBUG: Request rds/ListTagsForResource Details:
2019-08-13T09:48:05.019-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-13T09:48:05.019-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: POST / HTTP/1.1
2019-08-13T09:48:05.019-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: rds.us-east-1.amazonaws.com
2019-08-13T09:48:05.019-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019-08-13T09:48:05.019-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Length: 117
2019-08-13T09:48:05.019-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/rds/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=fd0e5928f53abea9a4c95d7c790a4d0beabaf33fdde2a6a6a02e50a2dd0becf2
2019-08-13T09:48:05.019-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-13T09:48:05.019-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134805Z
2019-08-13T09:48:05.020-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Accept-Encoding: gzip
2019-08-13T09:48:05.020-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:05.020-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Action=ListTagsForResource&ResourceName=arn%3Aaws%3Ards%3Aus-east-1%3A757879768810%3Asubgrp%3Abirb&Version=2014-10-31
2019-08-13T09:48:05.020-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:05.095-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:05 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketLocation Details:
2019-08-13T09:48:05.095-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:05.095-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 200 OK
2019-08-13T09:48:05.095-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:05.095-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Transfer-Encoding: chunked
2019-08-13T09:48:05.095-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: application/xml
2019-08-13T09:48:05.096-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Date: Tue, 13 Aug 2019 13:48:06 GMT
2019-08-13T09:48:05.096-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Server: AmazonS3
2019-08-13T09:48:05.096-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Id-2: lMKuuh5/nIBCmPY5cWi+ZXX4entnUwOsKmdFob357vxfrXtBbKbB7qzqS5sTF/9PRkOHsf7Bi1w=
2019-08-13T09:48:05.096-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Request-Id: 04FD36EFC9409B2E
2019-08-13T09:48:05.096-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:05.096-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:05.096-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:05.096-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:05 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-13T09:48:05.096-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <LocationConstraint xmlns="http://s3.amazonaws.com/doc/2006-03-01/"/>
2019-08-13T09:48:05.096-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:05 [DEBUG] Waiting for state to become: [success]
2019-08-13T09:48:05.096-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:05 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketLocation Details:
2019-08-13T09:48:05.096-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-13T09:48:05.096-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: GET /birb.io?location= HTTP/1.1
2019-08-13T09:48:05.096-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: s3.amazonaws.com
2019-08-13T09:48:05.096-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019-08-13T09:48:05.096-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6e11eb5c2a4346b214d08ccc5840cdbe3766c9a98c666f20ef0b7531afded22d
2019-08-13T09:48:05.096-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2019-08-13T09:48:05.096-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134805Z
2019-08-13T09:48:05.096-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Accept-Encoding: gzip
2019-08-13T09:48:05.096-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:05.096-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:05.096-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:05.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:05 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeSecurityGroups Details:
2019-08-13T09:48:05.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:05.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 200 OK
2019-08-13T09:48:05.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:05.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Length: 1981
2019-08-13T09:48:05.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: text/xml;charset=UTF-8
2019-08-13T09:48:05.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Date: Tue, 13 Aug 2019 13:48:04 GMT
2019-08-13T09:48:05.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Server: AmazonEC2
2019-08-13T09:48:05.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:05.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:05.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:05.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:05 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-13T09:48:05.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <DescribeSecurityGroupsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-13T09:48:05.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <requestId>30c5438d-499d-424c-bbfa-b423c792f7a7</requestId>
2019-08-13T09:48:05.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <securityGroupInfo>
2019-08-13T09:48:05.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <item>
2019-08-13T09:48:05.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ownerId>757879768810</ownerId>
2019-08-13T09:48:05.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <groupId>sg-06e2f1bfb5e902bcf</groupId>
2019-08-13T09:48:05.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <groupName>birb-rds</groupName>
2019-08-13T09:48:05.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <groupDescription>specify inbound access rules</groupDescription>
2019-08-13T09:48:05.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <vpcId>vpc-0f83bca393202fe3d</vpcId>
2019-08-13T09:48:05.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ipPermissions>
2019-08-13T09:48:05.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <item>
2019-08-13T09:48:05.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ipProtocol>tcp</ipProtocol>
2019-08-13T09:48:05.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <fromPort>5432</fromPort>
2019-08-13T09:48:05.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <toPort>5432</toPort>
2019-08-13T09:48:05.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <groups>
2019-08-13T09:48:05.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <item>
2019-08-13T09:48:05.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <userId>757879768810</userId>
2019-08-13T09:48:05.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <groupId>sg-0738baf6d09aee9e4</groupId>
2019-08-13T09:48:05.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </item>
2019-08-13T09:48:05.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <item>
2019-08-13T09:48:05.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <userId>757879768810</userId>
2019-08-13T09:48:05.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <groupId>sg-0e2dcc988ff7b6cac</groupId>
2019-08-13T09:48:05.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </item>
2019-08-13T09:48:05.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <item>
2019-08-13T09:48:05.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <userId>757879768810</userId>
2019-08-13T09:48:05.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <groupId>sg-0fe6d734ab44b3f18</groupId>
2019-08-13T09:48:05.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </item>
2019-08-13T09:48:05.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </groups>
2019-08-13T09:48:05.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ipRanges/>
2019-08-13T09:48:05.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ipv6Ranges/>
2019-08-13T09:48:05.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <prefixListIds/>
2019-08-13T09:48:05.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </item>
2019-08-13T09:48:05.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </ipPermissions>
2019-08-13T09:48:05.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ipPermissionsEgress>
2019-08-13T09:48:05.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <item>
2019-08-13T09:48:05.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ipProtocol>-1</ipProtocol>
2019-08-13T09:48:05.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <groups/>
2019-08-13T09:48:05.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ipRanges>
2019-08-13T09:48:05.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <item>
2019-08-13T09:48:05.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <cidrIp>0.0.0.0/0</cidrIp>
2019-08-13T09:48:05.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </item>
2019-08-13T09:48:05.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </ipRanges>
2019-08-13T09:48:05.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ipv6Ranges/>
2019-08-13T09:48:05.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <prefixListIds/>
2019-08-13T09:48:05.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </item>
2019-08-13T09:48:05.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </ipPermissionsEgress>
2019-08-13T09:48:05.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </item>
2019-08-13T09:48:05.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </securityGroupInfo>
2019-08-13T09:48:05.275-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </DescribeSecurityGroupsResponse>
2019-08-13T09:48:05.315-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:05 [DEBUG] [aws-sdk-go] DEBUG: Response rds/ListTagsForResource Details:
2019-08-13T09:48:05.315-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:05.315-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 200 OK
2019-08-13T09:48:05.315-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:05.315-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Length: 293
2019-08-13T09:48:05.315-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: text/xml
2019-08-13T09:48:05.315-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Date: Tue, 13 Aug 2019 13:48:05 GMT
2019-08-13T09:48:05.315-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amzn-Requestid: 5c24be8f-2ad9-4fca-93fd-d6f2aea64a57
2019-08-13T09:48:05.315-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:05.315-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:05.315-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:05.315-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:05 [DEBUG] [aws-sdk-go] <ListTagsForResourceResponse xmlns="http://rds.amazonaws.com/doc/2014-10-31/">
2019-08-13T09:48:05.315-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ListTagsForResourceResult>
2019-08-13T09:48:05.315-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <TagList/>
2019-08-13T09:48:05.315-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </ListTagsForResourceResult>
2019-08-13T09:48:05.315-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <ResponseMetadata>
2019-08-13T09:48:05.315-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <RequestId>5c24be8f-2ad9-4fca-93fd-d6f2aea64a57</RequestId>
2019-08-13T09:48:05.315-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </ResponseMetadata>
2019-08-13T09:48:05.315-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: </ListTagsForResourceResponse>
2019/08/13 09:48:05 [DEBUG] ReferenceTransformer: "aws_db_instance.rds_instance" references: []
2019/08/13 09:48:05 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/08/13 09:48:05 [TRACE] Executing graph transform *terraform.RootTransformer
2019/08/13 09:48:05 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2019/08/13 09:48:05 [TRACE] vertex "aws_db_instance.rds_instance": entering dynamic subgraph
2019/08/13 09:48:05 [TRACE] dag/walk: updating graph
2019/08/13 09:48:05 [ERROR] <root>: eval: *terraform.EvalReadState, err: unsupported attribute "max_allocated_storage"
2019/08/13 09:48:05 [ERROR] <root>: eval: *terraform.EvalSequence, err: unsupported attribute "max_allocated_storage"
2019/08/13 09:48:05 [TRACE] [walkRefresh] Exiting eval tree: aws_db_instance.rds_instance
2019/08/13 09:48:05 [TRACE] vertex "aws_db_instance.rds_instance": visit complete
2019-08-13T09:48:05.559-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:05 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketLocation Details:
2019-08-13T09:48:05.559-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:05.559-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 200 OK
2019-08-13T09:48:05.559-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:05.559-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Transfer-Encoding: chunked
2019-08-13T09:48:05.559-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: application/xml
2019-08-13T09:48:05.559-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Date: Tue, 13 Aug 2019 13:48:06 GMT
2019-08-13T09:48:05.559-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Server: AmazonS3
2019-08-13T09:48:05.559-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Id-2: EBxdXz9RL8aJjuutkjQVBsovjRmKkdVd9boqSk5gruXCu4EIpveFGcnGBn+h4AI+q3Emwp/PwXg=
2019-08-13T09:48:05.559-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Request-Id: 4497DB6A70279FA4
2019-08-13T09:48:05.559-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:05.559-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:05.559-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:05.559-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:05 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-13T09:48:05.559-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <LocationConstraint xmlns="http://s3.amazonaws.com/doc/2006-03-01/"/>
2019-08-13T09:48:05.559-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:05 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketTagging Details:
2019-08-13T09:48:05.559-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-13T09:48:05.559-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: GET /birb.io?tagging= HTTP/1.1
2019-08-13T09:48:05.559-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: s3.amazonaws.com
2019-08-13T09:48:05.559-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019-08-13T09:48:05.559-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8cb8866efbed20c5412c508dfd8335430ca81be5cfa13e19a187f6087006e94f
2019-08-13T09:48:05.559-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2019-08-13T09:48:05.559-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134805Z
2019-08-13T09:48:05.559-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Accept-Encoding: gzip
2019-08-13T09:48:05.559-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:05.559-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:05.559-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:05.939-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:05 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketTagging Details:
2019-08-13T09:48:05.939-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:05.939-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 404 Not Found
2019-08-13T09:48:05.939-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:05.939-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Transfer-Encoding: chunked
2019-08-13T09:48:05.939-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: application/xml
2019-08-13T09:48:05.939-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Date: Tue, 13 Aug 2019 13:48:05 GMT
2019-08-13T09:48:05.939-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Server: AmazonS3
2019-08-13T09:48:05.939-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Id-2: Q0JGI9Sl8VsUQSmq+NctsKJIdqE4xT55hzETem/POL0E250NLOBBWWyzQs/ugze0z656BtkUu3Y=
2019-08-13T09:48:05.939-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Request-Id: 321A0148DECD6FB7
2019-08-13T09:48:05.939-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:05.939-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:05.939-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:05.939-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:05 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-13T09:48:05.939-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <Error><Code>NoSuchTagSet</Code><Message>The TagSet does not exist</Message><BucketName>birb.io</BucketName><RequestId>321A0148DECD6FB7</RequestId><HostId>Q0JGI9Sl8VsUQSmq+NctsKJIdqE4xT55hzETem/POL0E250NLOBBWWyzQs/ugze0z656BtkUu3Y=</HostId></Error>
2019-08-13T09:48:05.939-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:05 [DEBUG] [aws-sdk-go] DEBUG: Validate Response s3/GetBucketTagging failed, not retrying, error NoSuchTagSet: The TagSet does not exist
2019-08-13T09:48:05.939-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: status code: 404, request id: 321A0148DECD6FB7, host id: Q0JGI9Sl8VsUQSmq+NctsKJIdqE4xT55hzETem/POL0E250NLOBBWWyzQs/ugze0z656BtkUu3Y=
2019/08/13 09:48:05 [DEBUG] ReferenceTransformer: "aws_cloudfront_distribution.birb_www_distribution" references: []
2019/08/13 09:48:05 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/08/13 09:48:05 [TRACE] Executing graph transform *terraform.RootTransformer
2019/08/13 09:48:05 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2019-08-13T09:48:05.952-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:05 [DEBUG] [aws-sdk-go] DEBUG: Request cloudfront/GetDistribution2018_11_05 Details:
2019-08-13T09:48:05.952-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-13T09:48:05.952-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: GET /2018-11-05/distribution/E63HSUTD4N4RV HTTP/1.1
2019-08-13T09:48:05.952-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: cloudfront.amazonaws.com
2019-08-13T09:48:05.952-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019-08-13T09:48:05.952-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/cloudfront/aws4_request, SignedHeaders=host;x-amz-date, Signature=741ece68464a1b7212ac30e14f3824d140a7ed0027814cb8f318f907d76c2fec
2019-08-13T09:48:05.952-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134805Z
2019-08-13T09:48:05.952-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Accept-Encoding: gzip
2019-08-13T09:48:05.952-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:05.952-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:05.952-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:06.575-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:06 [DEBUG] [aws-sdk-go] DEBUG: Response cloudfront/GetDistribution2018_11_05 Details:
2019-08-13T09:48:06.575-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:06.575-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 200 OK
2019-08-13T09:48:06.575-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:06.575-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Transfer-Encoding: chunked
2019-08-13T09:48:06.575-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: text/xml
2019-08-13T09:48:06.575-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Date: Tue, 13 Aug 2019 13:48:06 GMT
2019-08-13T09:48:06.575-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Etag: E1QKITH1RW8CTD
2019-08-13T09:48:06.575-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Vary: Accept-Encoding
2019-08-13T09:48:06.575-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amzn-Requestid: fa75eb70-bdd0-11e9-9bbb-cbaac2e0034e
2019-08-13T09:48:06.575-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:06.575-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:06.575-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:06.575-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:06 [DEBUG] [aws-sdk-go] <?xml version="1.0"?>
2019-08-13T09:48:06.575-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <Distribution xmlns="http://cloudfront.amazonaws.com/doc/2018-11-05/"><Id>E63HSUTD4N4RV</Id><ARN>arn:aws:cloudfront::757879768810:distribution/E63HSUTD4N4RV</ARN><Status>Deployed</Status><LastModifiedTime>2019-08-13T10:39:22.363Z</LastModifiedTime><InProgressInvalidationBatches>0</InProgressInvalidationBatches><DomainName>d3j56llieux3tg.cloudfront.net</DomainName><ActiveTrustedSigners><Enabled>false</Enabled><Quantity>0</Quantity></ActiveTrustedSigners><DistributionConfig><CallerReference>terraform-20190813103922089700000002</CallerReference><Aliases><Quantity>1</Quantity><Items><CNAME>www.birb.io</CNAME></Items></Aliases><DefaultRootObject>index.html</DefaultRootObject><Origins><Quantity>1</Quantity><Items><Origin><Id>www.birb.io</Id><DomainName>www.birb.io.s3-website-us-east-1.amazonaws.com</DomainName><OriginPath></OriginPath><CustomHeaders><Quantity>0</Quantity></CustomHeaders><CustomOriginConfig><HTTPPort>80</HTTPPort><HTTPSPort>443</HTTPSPort><OriginProtocolPolicy>http-only</OriginProtocolPolicy><OriginSslProtocols><Quantity>3</Quantity><Items><SslProtocol>TLSv1</SslProtocol><SslProtocol>TLSv1.1</SslProtocol><SslProtocol>TLSv1.2</SslProtocol></Items></OriginSslProtocols><OriginReadTimeout>30</OriginReadTimeout><OriginKeepaliveTimeout>5</OriginKeepaliveTimeout></CustomOriginConfig></Origin></Items></Origins><OriginGroups><Quantity>0</Quantity></OriginGroups><DefaultCacheBehavior><TargetOriginId>www.birb.io</TargetOriginId><ForwardedValues><QueryString>false</QueryString><Cookies><Forward>none</Forward></Cookies><Headers><Quantity>0</Quantity></Headers><QueryStringCacheKeys><Quantity>0</Quantity></QueryStringCacheKeys></ForwardedValues><TrustedSigners><Enabled>false</Enabled><Quantity>0</Quantity></TrustedSigners><ViewerProtocolPolicy>redirect-to-https</ViewerProtocolPolicy><MinTTL>0</MinTTL><AllowedMethods><Quantity>2</Quantity><Items><Method>HEAD</Method><Method>GET</Method></Items><CachedMethods><Quantity>2</Quantity><Items><Method>HEAD</Method><Method>GET</Method></Items></CachedMethods></AllowedMethods><SmoothStreaming>false</SmoothStreaming><DefaultTTL>86400</DefaultTTL><MaxTTL>31536000</MaxTTL><Compress>true</Compress><LambdaFunctionAssociations><Quantity>0</Quantity></LambdaFunctionAssociations><FieldLevelEncryptionId></FieldLevelEncryptionId></DefaultCacheBehavior><CacheBehaviors><Quantity>0</Quantity></CacheBehaviors><CustomErrorResponses><Quantity>0</Quantity></CustomErrorResponses><Comment></Comment><Logging><Enabled>false</Enabled><IncludeCookies>false</IncludeCookies><Bucket></Bucket><Prefix></Prefix></Logging><PriceClass>PriceClass_All</PriceClass><Enabled>true</Enabled><ViewerCertificate><ACMCertificateArn>arn:aws:acm:us-east-1:757879768810:certificate/8b3952b3-19b6-473b-9613-3477534a4f2c</ACMCertificateArn><SSLSupportMethod>sni-only</SSLSupportMethod><MinimumProtocolVersion>TLSv1</MinimumProtocolVersion><Certificate>arn:aws:acm:us-east-1:757879768810:certificate/8b3952b3-19b6-473b-9613-3477534a4f2c</Certificate><CertificateSource>acm</CertificateSource></ViewerCertificate><Restrictions><GeoRestriction><RestrictionType>none</RestrictionType><Quantity>0</Quantity></GeoRestriction></Restrictions><WebACLId></WebACLId><HttpVersion>http2</HttpVersion><IsIPV6Enabled>false</IsIPV6Enabled></DistributionConfig></Distribution>
2019-08-13T09:48:06.576-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:06 [DEBUG] [aws-sdk-go] DEBUG: Request cloudfront/ListTagsForResource2018_11_05 Details:
2019-08-13T09:48:06.576-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-13T09:48:06.576-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: GET /2018-11-05/tagging?Resource=arn%3Aaws%3Acloudfront%3A%3A757879768810%3Adistribution%2FE63HSUTD4N4RV HTTP/1.1
2019-08-13T09:48:06.576-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Host: cloudfront.amazonaws.com
2019-08-13T09:48:06.576-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: User-Agent: aws-sdk-go/1.19.11 (go1.12.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.0-dev
2019-08-13T09:48:06.576-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIA3A5JHQ3VIPB5ITOR/20190813/us-east-1/cloudfront/aws4_request, SignedHeaders=host;x-amz-date, Signature=aa474009113584655da609c3de5974e0f7b0869591ec5f53171f08062c98368d
2019-08-13T09:48:06.576-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amz-Date: 20190813T134806Z
2019-08-13T09:48:06.576-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Accept-Encoding: gzip
2019-08-13T09:48:06.576-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:06.576-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:06.576-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:07.082-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:07 [DEBUG] [aws-sdk-go] DEBUG: Response cloudfront/ListTagsForResource2018_11_05 Details:
2019-08-13T09:48:07.082-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-13T09:48:07.082-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: HTTP/1.1 200 OK
2019-08-13T09:48:07.082-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Connection: close
2019-08-13T09:48:07.082-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Length: 99
2019-08-13T09:48:07.082-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Content-Type: text/xml
2019-08-13T09:48:07.082-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: Date: Tue, 13 Aug 2019 13:48:06 GMT
2019-08-13T09:48:07.082-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: X-Amzn-Requestid: fac5441d-bdd0-11e9-9ab4-9d981f6033aa
2019-08-13T09:48:07.082-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:07.082-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4:
2019-08-13T09:48:07.082-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: -----------------------------------------------------
2019-08-13T09:48:07.082-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: 2019/08/13 09:48:07 [DEBUG] [aws-sdk-go] <?xml version="1.0"?>
2019-08-13T09:48:07.082-0400 [DEBUG] plugin.terraform-provider-aws_v2.7.0_x4: <Tags xmlns="http://cloudfront.amazonaws.com/doc/2018-11-05/"><Items/></Tags>
2019/08/13 09:48:07 [DEBUG] Resource instance state not found for node "aws_route53_record.birb_www", instance aws_route53_record.birb_www
2019/08/13 09:48:07 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/08/13 09:48:07 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/08/13 09:48:07 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/08/13 09:48:07 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/08/13 09:48:07 [DEBUG] ReferenceTransformer: "aws_route53_record.birb_www" references: []
2019/08/13 09:48:07 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/08/13 09:48:07 [TRACE] Executing graph transform *terraform.RootTransformer
2019/08/13 09:48:07 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2019/08/13 09:48:07 [TRACE] vertex "aws_route53_record.birb_www": entering dynamic subgraph
2019/08/13 09:48:07 [TRACE] dag/walk: updating graph
2019-08-13T09:48:07.093-0400 [DEBUG] plugin: plugin process exited: path=/usr/local/bin/terraform pid=15429
2019-08-13T09:48:07.093-0400 [DEBUG] plugin: plugin exited
2019-08-13T09:48:07.094-0400 [DEBUG] plugin: plugin process exited: path=/Users/murtyjones/birb/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.7.0_x4 pid=15431
2019-08-13T09:48:07.094-0400 [DEBUG] plugin: plugin exited
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment