Skip to content

Instantly share code, notes, and snippets.

@dayglojesus
Created December 14, 2018 21:24
Show Gist options
  • Save dayglojesus/b6ef2f9a17db42229cdcb7a4744d779d to your computer and use it in GitHub Desktop.
Save dayglojesus/b6ef2f9a17db42229cdcb7a4744d779d to your computer and use it in GitHub Desktop.
TF_LOG=debug Output
2018/12/14 13:17:15 [INFO] Terraform version: 0.11.10 17850e9a55d33c43d7c31fd6ac122ba97a51d899
2018/12/14 13:17:15 [INFO] Go runtime version: go1.11.1
2018/12/14 13:17:15 [INFO] CLI args: []string{"/Users/user/bin/terraform", "plan"}
2018/12/14 13:17:15 [DEBUG] Attempting to open CLI config file: /Users/user/.terraformrc
2018/12/14 13:17:15 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2018/12/14 13:17:15 [INFO] CLI command args: []string{"plan"}
2018/12/14 13:17:15 [INFO] command: empty terraform config, returning nil
2018/12/14 13:17:15 [DEBUG] command: no data state file found for backend config
2018/12/14 13:17:15 [DEBUG] New state was assigned lineage "46fef3c5-9474-8e09-f50c-b170d716d722"
2018/12/14 13:17:15 [INFO] command: backend initialized: <nil>
2018/12/14 13:17:15 [DEBUG] checking for provider in "."
2018/12/14 13:17:15 [DEBUG] checking for provider in "/Users/user/bin"
2018/12/14 13:17:15 [DEBUG] checking for provider in ".terraform/plugins/darwin_amd64"
2018/12/14 13:17:15 [DEBUG] found provider "terraform-provider-aws_v1.52.0_x4"
2018/12/14 13:17:15 [DEBUG] found valid plugin: "aws", "1.52.0", "/Users/user/Downloads/foo/.terraform/plugins/darwin_amd64/terraform-provider-aws_v1.52.0_x4"
2018/12/14 13:17:15 [DEBUG] checking for provisioner in "."
2018/12/14 13:17:15 [DEBUG] checking for provisioner in "/Users/user/bin"
2018/12/14 13:17:15 [DEBUG] checking for provisioner in ".terraform/plugins/darwin_amd64"
2018/12/14 13:17:15 [INFO] command: backend <nil> is not enhanced, wrapping in local
2018/12/14 13:17:15 [INFO] backend/local: starting Plan operation
2018/12/14 13:17:15 [DEBUG] New state was assigned lineage "ad9bde44-05c9-5b86-bf19-529cda7ce2f8"
2018/12/14 13:17:15 [INFO] terraform: building graph: GraphTypeInput
2018/12/14 13:17:15 [DEBUG] Resource state not found for "aws_autoscaling_group.foo": aws_autoscaling_group.foo
2018/12/14 13:17:15 [DEBUG] resource aws_autoscaling_group.foo using provider provider.aws
2018/12/14 13:17:15 [DEBUG] ReferenceTransformer: "aws_autoscaling_group.foo" references: []
2018/12/14 13:17:15 [DEBUG] ReferenceTransformer: "output.foo_az" references: [aws_autoscaling_group.foo]
2018/12/14 13:17:15 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2018/12/14 13:17:15 [DEBUG] Starting graph walk: walkInput
2018-12-14T13:17:15.544-0800 [DEBUG] plugin: starting plugin: path=/Users/user/Downloads/foo/.terraform/plugins/darwin_amd64/terraform-provider-aws_v1.52.0_x4 args=[/Users/user/Downloads/foo/.terraform/plugins/darwin_amd64/terraform-provider-aws_v1.52.0_x4]
2018-12-14T13:17:15.555-0800 [DEBUG] plugin: waiting for RPC address: path=/Users/user/Downloads/foo/.terraform/plugins/darwin_amd64/terraform-provider-aws_v1.52.0_x4
2018-12-14T13:17:15.572-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: plugin address: timestamp=2018-12-14T13:17:15.571-0800 address=/var/folders/25/6jnnjr595_34lczs_2v68prc0000gn/T/plugin106654038 network=unix
2018/12/14 13:17:15 [INFO] terraform: building graph: GraphTypeValidate
2018/12/14 13:17:15 [DEBUG] Resource state not found for "aws_autoscaling_group.foo": aws_autoscaling_group.foo
2018/12/14 13:17:15 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_autoscaling_group.foo - *terraform.NodeValidatableResource
output.foo_az - *terraform.NodeApplyableOutput
2018/12/14 13:17:15 [TRACE] Graph after step *terraform.RootVariableTransformer:
aws_autoscaling_group.foo - *terraform.NodeValidatableResource
output.foo_az - *terraform.NodeApplyableOutput
2018/12/14 13:17:15 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/12/14 13:17:15 [TRACE] Attach provider request: []string{} aws
2018/12/14 13:17:15 [DEBUG] ReferenceTransformer: "aws_autoscaling_group.foo" references: []
2018/12/14 13:17:15 [DEBUG] ReferenceTransformer: "output.foo_az" references: [aws_autoscaling_group.foo]
2018/12/14 13:17:15 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2018/12/14 13:17:15 [DEBUG] Starting graph walk: walkValidate
2018/12/14 13:17:15 [DEBUG] Resource state not found for "aws_autoscaling_group.foo": aws_autoscaling_group.foo
2018/12/14 13:17:15 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_autoscaling_group.foo - *terraform.NodeValidatableResourceInstance
2018/12/14 13:17:15 [DEBUG] ReferenceTransformer: "aws_autoscaling_group.foo" references: []
2018/12/14 13:17:15 [INFO] backend/local: plan calling Refresh
Refreshing Terraform state in-memory prior to plan...
2018/12/14 13:17:15 [INFO] terraform: building graph: GraphTypeRefresh
2018/12/14 13:17:15 [TRACE] No managed resources in state during refresh, skipping managed resource transformer
2018/12/14 13:17:15 [TRACE] ConfigTransformer: Starting for path: []
2018/12/14 13:17:15 [TRACE] Graph after step *terraform.ConfigTransformer:
2018/12/14 13:17:15 [TRACE] Graph after step *terraform.OrphanResourceTransformer:
2018/12/14 13:17:15 [TRACE] Graph after step *terraform.AttachStateTransformer:
2018/12/14 13:17:15 [TRACE] AttachResourceConfigTransformer: Beginning...
2018/12/14 13:17:15 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
2018/12/14 13:17:15 [TRACE] Graph after step *terraform.RootVariableTransformer:
2018/12/14 13:17:15 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/12/14 13:17:15 [TRACE] Attach provider request: []string{} aws
2018/12/14 13:17:15 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"aws", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc00039a7e0)}
2018/12/14 13:17:15 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
provider.aws - *terraform.NodeApplyableProvider
The refreshed state will be used to calculate this plan, but will not be
persisted to local or remote state storage.
2018/12/14 13:17:15 [DEBUG] Starting graph walk: walkRefresh
2018/12/14 13:17:15 [TRACE] dag/walk: added new vertex: "output.foo_az"
2018/12/14 13:17:15 [TRACE] dag/walk: walking "output.foo_az"
2018/12/14 13:17:15 [TRACE] vertex 'root.output.foo_az': walking
2018/12/14 13:17:15 [TRACE] vertex 'root.output.foo_az': evaluating
2018/12/14 13:17:15 [TRACE] [walkRefresh] Entering eval tree: output.foo_az
2018/12/14 13:17:15 [TRACE] root: eval: *terraform.EvalSequence
2018/12/14 13:17:15 [TRACE] root: eval: terraform.EvalNoop
2018/12/14 13:17:15 [TRACE] root: eval: *terraform.EvalOpFilter
2018/12/14 13:17:15 [TRACE] root: eval: *terraform.EvalWriteOutput
2018/12/14 13:17:15 [INFO] backend/local: plan calling Plan
------------------------------------------------------------------------
2018/12/14 13:17:15 [INFO] terraform: building graph: GraphTypePlan
2018/12/14 13:17:15 [DEBUG] Resource state not found for "aws_autoscaling_group.foo": aws_autoscaling_group.foo
lyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
output.foo_az - *terraform.NodeApplyableOutput
output.foo_az - *terraform.NodeApplyableOutput
aws_autoscaling_group.foo - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_autoscaling_group.foo - *terraform.NodePlannableResource
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.aws (close) - *terraform.graphNodeCloseProvider
2018/12/14 13:17:15 [DEBUG] Starting graph walk: walkPlan
2018-12-14T13:17:15.668-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: 2018/12/14 13:17:15 [INFO] No assume_role block read from configuration
2018-12-14T13:17:15.668-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: 2018/12/14 13:17:15 [INFO] Building AWS region structure
2018-12-14T13:17:15.668-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: 2018/12/14 13:17:15 [INFO] Building AWS auth structure
2018-12-14T13:17:15.668-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: 2018/12/14 13:17:15 [INFO] Setting AWS metadata API timeout to 100ms
2018-12-14T13:17:16.429-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: 2018/12/14 13:17:16 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2018-12-14T13:17:16.429-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: 2018/12/14 13:17:16 [INFO] AWS Auth provider used: "EnvProvider"
2018-12-14T13:17:16.431-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: 2018/12/14 13:17:16 [INFO] Initializing DeviceFarm SDK connection
2018-12-14T13:17:16.431-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: 2018/12/14 13:17:16 [DEBUG] Trying to get account information via sts:GetCallerIdentity
2018-12-14T13:17:16.432-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: 2018/12/14 13:17:16 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2018-12-14T13:17:16.432-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-12-14T13:17:16.432-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: POST / HTTP/1.1
2018-12-14T13:17:16.432-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: Host: sts.amazonaws.com
2018-12-14T13:17:16.432-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: User-Agent: aws-sdk-go/1.16.4 (go1.11.1; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.9-beta1
2018-12-14T13:17:16.432-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: Content-Length: 43
2018-12-14T13:17:16.432-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJX7ENK6MW67KBS6A/20181214/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=27ab8ed3d09047fa9b44bb49e9d071b40591cde77286019cb0d213e306356e0c
2018-12-14T13:17:16.432-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-12-14T13:17:16.433-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: X-Amz-Date: 20181214T211716Z
2018-12-14T13:17:16.433-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: Accept-Encoding: gzip
2018-12-14T13:17:16.433-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4:
2018-12-14T13:17:16.433-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: Action=GetCallerIdentity&Version=2011-06-15
2018-12-14T13:17:16.433-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: -----------------------------------------------------
2018-12-14T13:17:17.294-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: 2018/12/14 13:17:17 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2018-12-14T13:17:17.294-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: ---[ RESPONSE ]--------------------------------------
2018-12-14T13:17:17.294-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: HTTP/1.1 200 OK
2018-12-14T13:17:17.294-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: Connection: close
2018-12-14T13:17:17.294-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: Content-Length: 410
2018-12-14T13:17:17.294-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: Content-Type: text/xml
2018-12-14T13:17:17.294-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: Date: Fri, 14 Dec 2018 21:17:16 GMT
2018-12-14T13:17:17.294-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: X-Amzn-Requestid: a26d363b-ffe5-11e8-bd6a-2f4b64945b99
2018-12-14T13:17:17.294-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4:
2018-12-14T13:17:17.294-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4:
2018-12-14T13:17:17.295-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: -----------------------------------------------------
2018-12-14T13:17:17.295-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: 2018/12/14 13:17:17 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2018-12-14T13:17:17.295-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: <GetCallerIdentityResult>
2018-12-14T13:17:17.295-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: <Arn>arn:aws:iam::account:user/iam-user</Arn>
2018-12-14T13:17:17.295-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: <UserId>AIDAIZ3RMTLQYJOEWFGRG</UserId>
2018-12-14T13:17:17.295-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: <Account>account</Account>
2018-12-14T13:17:17.295-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: </GetCallerIdentityResult>
2018-12-14T13:17:17.295-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: <ResponseMetadata>
2018-12-14T13:17:17.295-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: <RequestId>a26d363b-ffe5-11e8-bd6a-2f4b64945b99</RequestId>
2018-12-14T13:17:17.295-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: </ResponseMetadata>
2018-12-14T13:17:17.295-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: </GetCallerIdentityResponse>
2018-12-14T13:17:17.295-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: 2018/12/14 13:17:17 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details:
2018-12-14T13:17:17.295-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-12-14T13:17:17.295-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: POST / HTTP/1.1
2018-12-14T13:17:17.295-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: Host: ec2.us-west-2.amazonaws.com
2018-12-14T13:17:17.295-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: User-Agent: aws-sdk-go/1.16.4 (go1.11.1; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.9-beta1
2018-12-14T13:17:17.295-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: Content-Length: 87
2018-12-14T13:17:17.295-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJX7ENK6MW67KBS6A/20181214/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=5abfdaaf8409efeb4840669a42983fbd22b626f091abc025a8c3b966472a2d49
2018-12-14T13:17:17.295-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-12-14T13:17:17.295-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: X-Amz-Date: 20181214T211717Z
2018-12-14T13:17:17.295-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: Accept-Encoding: gzip
2018-12-14T13:17:17.295-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4:
2018-12-14T13:17:17.295-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15
2018-12-14T13:17:17.295-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: -----------------------------------------------------
2018-12-14T13:17:17.489-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: 2018/12/14 13:17:17 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details:
2018-12-14T13:17:17.489-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: ---[ RESPONSE ]--------------------------------------
2018-12-14T13:17:17.489-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: HTTP/1.1 200 OK
2018-12-14T13:17:17.489-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: Connection: close
2018-12-14T13:17:17.489-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: Content-Length: 540
2018-12-14T13:17:17.489-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: Content-Type: text/xml;charset=UTF-8
2018-12-14T13:17:17.489-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: Date: Fri, 14 Dec 2018 21:17:17 GMT
2018-12-14T13:17:17.489-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: Server: AmazonEC2
2018-12-14T13:17:17.489-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4:
2018-12-14T13:17:17.489-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4:
2018-12-14T13:17:17.489-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: -----------------------------------------------------
2018-12-14T13:17:17.490-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: 2018/12/14 13:17:17 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-12-14T13:17:17.490-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-12-14T13:17:17.490-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: <requestId>cd0c1c3d-03f8-44b3-a12f-0f42172d2fb0</requestId>
2018-12-14T13:17:17.490-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: <accountAttributeSet>
2018-12-14T13:17:17.490-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: <item>
2018-12-14T13:17:17.490-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: <attributeName>supported-platforms</attributeName>
2018-12-14T13:17:17.490-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: <attributeValueSet>
2018-12-14T13:17:17.490-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: <item>
2018-12-14T13:17:17.490-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: <attributeValue>VPC</attributeValue>
2018-12-14T13:17:17.490-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: </item>
2018-12-14T13:17:17.490-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: </attributeValueSet>
2018-12-14T13:17:17.490-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: </item>
2018-12-14T13:17:17.490-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: </accountAttributeSet>
2018-12-14T13:17:17.490-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: </DescribeAccountAttributesResponse>
2018/12/14 13:17:17 [DEBUG] Resource state not found for "aws_autoscaling_group.foo": aws_autoscaling_group.foo
2018/12/14 13:17:17 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_autoscaling_group.foo - *terraform.NodePlannableResourceInstance
2018/12/14 13:17:17 [DEBUG] ReferenceTransformer: "aws_autoscaling_group.foo" references: []
2018/12/14 13:17:17 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_autoscaling_group.foo - *terraform.NodePlannableResourceInstance
2018/12/14 13:17:17 [TRACE] Graph after step *terraform.RootTransformer:
aws_autoscaling_group.foo - *terraform.NodePlannableResourceInstance
2018/12/14 13:17:17 [DEBUG] plugin: waiting for all plugin processes to complete...
Error: Error running plan: 1 error(s) occurred:
* output.foo_az: Resource 'aws_autoscaling_group.foo' does not have attribute 'availability_zones' for variable 'aws_autoscaling_group.foo.availability_zones'
2018-12-14T13:17:17.502-0800 [DEBUG] plugin.terraform-provider-aws_v1.52.0_x4: 2018/12/14 13:17:17 [ERR] plugin: plugin server: accept unix /var/folders/25/6jnnjr595_34lczs_2v68prc0000gn/T/plugin106654038: use of closed network connection
2018-12-14T13:17:17.505-0800 [DEBUG] plugin: plugin process exited: path=/Users/user/Downloads/foo/.terraform/plugins/darwin_amd64/terraform-provider-aws_v1.52.0_x4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment