Skip to content

Instantly share code, notes, and snippets.

@mrf
Created October 29, 2019 19:07
Show Gist options
  • Save mrf/acf495ff2ec424d404c56537f18a581f to your computer and use it in GitHub Desktop.
Save mrf/acf495ff2ec424d404c56537f18a581f to your computer and use it in GitHub Desktop.
2019/10/29 12:06:57 [WARN] Provider "aws" produced an invalid plan for aws_s3_bucket.my_bucket, but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .force_destroy: planned value cty.False does not match config value cty.NullVal(cty.Bool)
- .versioning: attribute representing nested block must not be unknown itself; set nested attribute values to unknown instead
2019/10/29 12:06:57 [TRACE] <root>: eval: *terraform.EvalCheckPlannedChange
2019/10/29 12:06:57 [TRACE] EvalCheckPlannedChange: Verifying that actual change (action Create) matches planned change (action Create)
aws_s3_bucket.my_bucket: Creating...
aws_s3_bucket.my_bucket: Creation complete after 3s [id=testing-terraform-provider-my-bucket]
2019/10/29 12:07:00 [WARN] Provider "aws" produced an invalid plan for aws_cloudfront_distribution.s3_distribution, but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .http_version: planned value cty.StringVal("http2") does not match config value cty.NullVal(cty.String)
- .is_ipv6_enabled: planned value cty.False does not match config value cty.NullVal(cty.Bool)
- .wait_for_deployment: planned value cty.True does not match config value cty.NullVal(cty.Bool)
- .retain_on_delete: planned value cty.False does not match config value cty.NullVal(cty.Bool)
- .default_cache_behavior[0].compress: planned value cty.False does not match config value cty.NullVal(cty.Bool)
- .viewer_certificate[0].minimum_protocol_version: planned value cty.StringVal("TLSv1") does not match config value cty.NullVal(cty.String)
2019/10/29 12:07:00 [TRACE] <root>: eval: *terraform.EvalCheckPlannedChange
2019/10/29 12:07:00 [TRACE] EvalCheckPlannedChange: Verifying that actual change (action Create) matches planned change (action Create)
aws_cloudfront_distribution.s3_distribution: Creating...
Error: rpc error: code = Unavailable desc = transport is closing
panic: interface conversion: interface {} is nil, not map[string]interface {}
2019-10-29T12:07:00.343-0700 [DEBUG] plugin.terraform-provider-aws_v2.33.0_x4:
2019-10-29T12:07:00.343-0700 [DEBUG] plugin.terraform-provider-aws_v2.33.0_x4: goroutine 232 [running]:
2019-10-29T12:07:00.343-0700 [DEBUG] plugin.terraform-provider-aws_v2.33.0_x4: github.com/terraform-providers/terraform-provider-aws/aws.expandRestrictions(...)
2019-10-29T12:07:00.343-0700 [DEBUG] plugin.terraform-provider-aws_v2.33.0_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-aws/aws/cloudfront_distribution_configuration_structure.go:1027
2019-10-29T12:07:00.343-0700 [DEBUG] plugin.terraform-provider-aws_v2.33.0_x4: github.com/terraform-providers/terraform-provider-aws/aws.expandDistributionConfig(0xc0002dfd50, 0x102cb41)
2019-10-29T12:07:00.343-0700 [DEBUG] plugin.terraform-provider-aws_v2.33.0_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-aws/aws/cloudfront_distribution_configuration_structure.go:65 +0xc8a
2019-10-29T12:07:00.343-0700 [DEBUG] plugin.terraform-provider-aws_v2.33.0_x4: github.com/terraform-providers/terraform-provider-aws/aws.resourceAwsCloudFrontDistributionCreate(0xc0002dfd50, 0x4861a60, 0xc000592000, 0x2, 0x8a51ee0)
2019-10-29T12:07:00.343-0700 [DEBUG] plugin.terraform-provider-aws_v2.33.0_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-aws/aws/resource_aws_cloudfront_distribution.go:750 +0x6c
2019-10-29T12:07:00.343-0700 [DEBUG] plugin.terraform-provider-aws_v2.33.0_x4: github.com/hashicorp/terraform-plugin-sdk/helper/schema.(*Resource).Apply(0xc000252f80, 0xc0007c02d0, 0xc0008f3a00, 0x4861a60, 0xc000592000, 0xc000b0b401, 0xc000abe6f0, 0xc000b0b4f0)
2019-10-29T12:07:00.343-0700 [DEBUG] plugin.terraform-provider-aws_v2.33.0_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-sdk@v1.1.1/helper/schema/resource.go:305 +0x365
2019-10-29T12:07:00.343-0700 [DEBUG] plugin.terraform-provider-aws_v2.33.0_x4: github.com/hashicorp/terraform-plugin-sdk/helper/schema.(*Provider).Apply(0xc0006ef900, 0xc000c5b918, 0xc0007c02d0, 0xc0008f3a00, 0xc000a5c2c8, 0xc0000ae950, 0x4da17a0)
2019-10-29T12:07:00.343-0700 [DEBUG] plugin.terraform-provider-aws_v2.33.0_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-sdk@v1.1.1/helper/schema/provider.go:294 +0x99
2019-10-29T12:07:00.343-0700 [DEBUG] plugin.terraform-provider-aws_v2.33.0_x4: github.com/hashicorp/terraform-plugin-sdk/internal/helper/plugin.(*GRPCProviderServer).ApplyResourceChange(0xc00058cd18, 0x6092ca0, 0xc000dee0f0, 0xc000114720, 0xc00058cd18, 0xc000dee0f0, 0xc00097fa80)
2019-10-29T12:07:00.343-0700 [DEBUG] plugin.terraform-provider-aws_v2.33.0_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-sdk@v1.1.1/internal/helper/plugin/grpc_provider.go:885 +0x882
2019-10-29T12:07:00.343-0700 [DEBUG] plugin.terraform-provider-aws_v2.33.0_x4: github.com/hashicorp/terraform-plugin-sdk/internal/tfplugin5._Provider_ApplyResourceChange_Handler(0x56ec9c0, 0xc00058cd18, 0x6092ca0, 0xc000dee0f0, 0xc0001143c0, 0x0, 0x6092ca0, 0xc000dee0f0, 0xc0008c4000, 0xa04)
2019-10-29T12:07:00.343-0700 [DEBUG] plugin.terraform-provider-aws_v2.33.0_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-sdk@v1.1.1/internal/tfplugin5/tfplugin5.pb.go:3189 +0x217
2019-10-29T12:07:00.343-0700 [DEBUG] plugin.terraform-provider-aws_v2.33.0_x4: google.golang.org/grpc.(*Server).processUnaryRPC(0xc00058a2c0, 0x60b1f60, 0xc0000b2a80, 0xc0008be000, 0xc0006e9b60, 0x8a24780, 0x0, 0x0, 0x0)
2019-10-29T12:07:00.343-0700 [DEBUG] plugin.terraform-provider-aws_v2.33.0_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/google.golang.org/grpc@v1.23.0/server.go:995 +0x460
2019-10-29T12:07:00.343-0700 [DEBUG] plugin.terraform-provider-aws_v2.33.0_x4: google.golang.org/grpc.(*Server).handleStream(0xc00058a2c0, 0x60b1f60, 0xc0000b2a80, 0xc0008be000, 0x0)
2019-10-29T12:07:00.343-0700 [DEBUG] plugin.terraform-provider-aws_v2.33.0_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/google.golang.org/grpc@v1.23.0/server.go:1275 +0xd97
2019-10-29T12:07:00.343-0700 [DEBUG] plugin.terraform-provider-aws_v2.33.0_x4: google.golang.org/grpc.(*Server).serveStreams.func1.1(0xc000034330, 0xc00058a2c0, 0x60b1f60, 0xc0000b2a80, 0xc0008be000)
2019-10-29T12:07:00.343-0700 [DEBUG] plugin.terraform-provider-aws_v2.33.0_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/google.golang.org/grpc@v1.23.0/server.go:710 +0xbb
2019-10-29T12:07:00.343-0700 [DEBUG] plugin.terraform-provider-aws_v2.33.0_x4: created by google.golang.org/grpc.(*Server).serveStreams.func1
2019-10-29T12:07:00.344-0700 [DEBUG] plugin.terraform-provider-aws_v2.33.0_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/google.golang.org/grpc@v1.23.0/server.go:708 +0xa1
2019/10/29 12:07:00 [TRACE] dag/walk: vertex "provider.aws (close)" is waiting for "aws_cloudfront_distribution.s3_distribution"
2019/10/29 12:07:00 [TRACE] dag/walk: vertex "root" is waiting for "provider.aws (close)"
2019/10/29 12:07:00 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "aws_cloudfront_distribution.s3_distribution"
2019/10/29 12:07:00 [DEBUG] aws_cloudfront_distribution.s3_distribution: apply errored, but we're indicating that via the Error pointer rather than returning it: rpc error: code = Unavailable desc = transport is closing
2019/10/29 12:07:00 [TRACE] <root>: eval: *terraform.EvalMaybeTainted
2019/10/29 12:07:00 [TRACE] EvalMaybeTainted: aws_cloudfront_distribution.s3_distribution encountered an error during creation, so it is now marked as tainted
2019/10/29 12:07:00 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/10/29 12:07:00 [TRACE] EvalWriteState: removing state object for aws_cloudfront_distribution.s3_distribution
2019/10/29 12:07:00 [TRACE] <root>: eval: *terraform.EvalApplyProvisioners
2019/10/29 12:07:00 [TRACE] EvalApplyProvisioners: aws_cloudfront_distribution.s3_distribution has no state, so skipping provisioners
2019/10/29 12:07:00 [TRACE] <root>: eval: *terraform.EvalMaybeTainted
2019/10/29 12:07:00 [TRACE] EvalMaybeTainted: aws_cloudfront_distribution.s3_distribution encountered an error during creation, so it is now marked as tainted
2019/10/29 12:07:00 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/10/29 12:07:00 [TRACE] EvalWriteState: removing state object for aws_cloudfront_distribution.s3_distribution
2019/10/29 12:07:00 [TRACE] <root>: eval: *terraform.EvalIf
2019/10/29 12:07:00 [TRACE] <root>: eval: *terraform.EvalIf
2019/10/29 12:07:00 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019/10/29 12:07:00 [TRACE] <root>: eval: *terraform.EvalApplyPost
2019/10/29 12:07:00 [ERROR] <root>: eval: *terraform.EvalApplyPost, err: rpc error: code = Unavailable desc = transport is closing
2019-10-29T12:07:00.351-0700 [DEBUG] plugin: plugin process exited: path=/Users/mferree/Projects/scratch/cloudfront-bug-poc/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.33.0_x4 pid=94545 error="exit status 2"
2019/10/29 12:07:00 [ERROR] <root>: eval: *terraform.EvalSequence, err: rpc error: code = Unavailable desc = transport is closing
2019/10/29 12:07:00 [TRACE] [walkApply] Exiting eval tree: aws_cloudfront_distribution.s3_distribution
2019/10/29 12:07:00 [TRACE] vertex "aws_cloudfront_distribution.s3_distribution": visit complete
2019/10/29 12:07:00 [TRACE] dag/walk: upstream of "provider.aws (close)" errored, so skipping
2019/10/29 12:07:00 [TRACE] dag/walk: upstream of "meta.count-boundary (EachMode fixup)" errored, so skipping
2019/10/29 12:07:00 [TRACE] dag/walk: upstream of "root" errored, so skipping
2019/10/29 12:07:00 [TRACE] statemgr.Filesystem: have already backed up original terraform.tfstate to terraform.tfstate.backup on a previous write
2019/10/29 12:07:00 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 54
2019/10/29 12:07:00 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
2019/10/29 12:07:00 [TRACE] statemgr.Filesystem: removing lock metadata file .terraform.tfstate.lock.info
2019/10/29 12:07:00 [TRACE] statemgr.Filesystem: unlocking terraform.tfstate using fcntl flock
2019-10-29T12:07:00.365-0700 [DEBUG] plugin: plugin exited
panic: interface conversion: interface {} is nil, not map[string]interface {}
2019-10-29T12:07:00.343-0700 [DEBUG] plugin.terraform-provider-aws_v2.33.0_x4:
2019-10-29T12:07:00.343-0700 [DEBUG] plugin.terraform-provider-aws_v2.33.0_x4: goroutine 232 [running]:
2019-10-29T12:07:00.343-0700 [DEBUG] plugin.terraform-provider-aws_v2.33.0_x4: github.com/terraform-providers/terraform-provider-aws/aws.expandRestrictions(...)
2019-10-29T12:07:00.343-0700 [DEBUG] plugin.terraform-provider-aws_v2.33.0_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-aws/aws/cloudfront_distribution_configuration_structure.go:1027
2019-10-29T12:07:00.343-0700 [DEBUG] plugin.terraform-provider-aws_v2.33.0_x4: github.com/terraform-providers/terraform-provider-aws/aws.expandDistributionConfig(0xc0002dfd50, 0x102cb41)
2019-10-29T12:07:00.343-0700 [DEBUG] plugin.terraform-provider-aws_v2.33.0_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-aws/aws/cloudfront_distribution_configuration_structure.go:65 +0xc8a
2019-10-29T12:07:00.343-0700 [DEBUG] plugin.terraform-provider-aws_v2.33.0_x4: github.com/terraform-providers/terraform-provider-aws/aws.resourceAwsCloudFrontDistributionCreate(0xc0002dfd50, 0x4861a60, 0xc000592000, 0x2, 0x8a51ee0)
2019-10-29T12:07:00.343-0700 [DEBUG] plugin.terraform-provider-aws_v2.33.0_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-aws/aws/resource_aws_cloudfront_distribution.go:750 +0x6c
2019-10-29T12:07:00.343-0700 [DEBUG] plugin.terraform-provider-aws_v2.33.0_x4: github.com/hashicorp/terraform-plugin-sdk/helper/schema.(*Resource).Apply(0xc000252f80, 0xc0007c02d0, 0xc0008f3a00, 0x4861a60, 0xc000592000, 0xc000b0b401, 0xc000abe6f0, 0xc000b0b4f0)
2019-10-29T12:07:00.343-0700 [DEBUG] plugin.terraform-provider-aws_v2.33.0_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-sdk@v1.1.1/helper/schema/resource.go:305 +0x365
2019-10-29T12:07:00.343-0700 [DEBUG] plugin.terraform-provider-aws_v2.33.0_x4: github.com/hashicorp/terraform-plugin-sdk/helper/schema.(*Provider).Apply(0xc0006ef900, 0xc000c5b918, 0xc0007c02d0, 0xc0008f3a00, 0xc000a5c2c8, 0xc0000ae950, 0x4da17a0)
2019-10-29T12:07:00.343-0700 [DEBUG] plugin.terraform-provider-aws_v2.33.0_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-sdk@v1.1.1/helper/schema/provider.go:294 +0x99
2019-10-29T12:07:00.343-0700 [DEBUG] plugin.terraform-provider-aws_v2.33.0_x4: github.com/hashicorp/terraform-plugin-sdk/internal/helper/plugin.(*GRPCProviderServer).ApplyResourceChange(0xc00058cd18, 0x6092ca0, 0xc000dee0f0, 0xc000114720, 0xc00058cd18, 0xc000dee0f0, 0xc00097fa80)
2019-10-29T12:07:00.343-0700 [DEBUG] plugin.terraform-provider-aws_v2.33.0_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-sdk@v1.1.1/internal/helper/plugin/grpc_provider.go:885 +0x882
2019-10-29T12:07:00.343-0700 [DEBUG] plugin.terraform-provider-aws_v2.33.0_x4: github.com/hashicorp/terraform-plugin-sdk/internal/tfplugin5._Provider_ApplyResourceChange_Handler(0x56ec9c0, 0xc00058cd18, 0x6092ca0, 0xc000dee0f0, 0xc0001143c0, 0x0, 0x6092ca0, 0xc000dee0f0, 0xc0008c4000, 0xa04)
2019-10-29T12:07:00.343-0700 [DEBUG] plugin.terraform-provider-aws_v2.33.0_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-sdk@v1.1.1/internal/tfplugin5/tfplugin5.pb.go:3189 +0x217
2019-10-29T12:07:00.343-0700 [DEBUG] plugin.terraform-provider-aws_v2.33.0_x4: google.golang.org/grpc.(*Server).processUnaryRPC(0xc00058a2c0, 0x60b1f60, 0xc0000b2a80, 0xc0008be000, 0xc0006e9b60, 0x8a24780, 0x0, 0x0, 0x0)
2019-10-29T12:07:00.343-0700 [DEBUG] plugin.terraform-provider-aws_v2.33.0_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/google.golang.org/grpc@v1.23.0/server.go:995 +0x460
2019-10-29T12:07:00.343-0700 [DEBUG] plugin.terraform-provider-aws_v2.33.0_x4: google.golang.org/grpc.(*Server).handleStream(0xc00058a2c0, 0x60b1f60, 0xc0000b2a80, 0xc0008be000, 0x0)
2019-10-29T12:07:00.343-0700 [DEBUG] plugin.terraform-provider-aws_v2.33.0_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/google.golang.org/grpc@v1.23.0/server.go:1275 +0xd97
2019-10-29T12:07:00.343-0700 [DEBUG] plugin.terraform-provider-aws_v2.33.0_x4: google.golang.org/grpc.(*Server).serveStreams.func1.1(0xc000034330, 0xc00058a2c0, 0x60b1f60, 0xc0000b2a80, 0xc0008be000)
2019-10-29T12:07:00.343-0700 [DEBUG] plugin.terraform-provider-aws_v2.33.0_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/google.golang.org/grpc@v1.23.0/server.go:710 +0xbb
2019-10-29T12:07:00.343-0700 [DEBUG] plugin.terraform-provider-aws_v2.33.0_x4: created by google.golang.org/grpc.(*Server).serveStreams.func1
2019-10-29T12:07:00.344-0700 [DEBUG] plugin.terraform-provider-aws_v2.33.0_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/google.golang.org/grpc@v1.23.0/server.go:708 +0xa1
2019/10/29 12:07:00 [TRACE] dag/walk: vertex "provider.aws (close)" is waiting for "aws_cloudfront_distribution.s3_distribution"
2019/10/29 12:07:00 [TRACE] dag/walk: vertex "root" is waiting for "provider.aws (close)"
2019/10/29 12:07:00 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "aws_cloudfront_distribution.s3_distribution"
2019/10/29 12:07:00 [DEBUG] aws_cloudfront_distribution.s3_distribution: apply errored, but we're indicating that via the Error pointer rather than returning it: rpc error: code = Unavailable desc = transport is closing
2019/10/29 12:07:00 [TRACE] <root>: eval: *terraform.EvalMaybeTainted
2019/10/29 12:07:00 [TRACE] EvalMaybeTainted: aws_cloudfront_distribution.s3_distribution encountered an error during creation, so it is now marked as tainted
2019/10/29 12:07:00 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/10/29 12:07:00 [TRACE] EvalWriteState: removing state object for aws_cloudfront_distribution.s3_distribution
2019/10/29 12:07:00 [TRACE] <root>: eval: *terraform.EvalApplyProvisioners
2019/10/29 12:07:00 [TRACE] EvalApplyProvisioners: aws_cloudfront_distribution.s3_distribution has no state, so skipping provisioners
2019/10/29 12:07:00 [TRACE] <root>: eval: *terraform.EvalMaybeTainted
2019/10/29 12:07:00 [TRACE] EvalMaybeTainted: aws_cloudfront_distribution.s3_distribution encountered an error during creation, so it is now marked as tainted
2019/10/29 12:07:00 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/10/29 12:07:00 [TRACE] EvalWriteState: removing state object for aws_cloudfront_distribution.s3_distribution
2019/10/29 12:07:00 [TRACE] <root>: eval: *terraform.EvalIf
2019/10/29 12:07:00 [TRACE] <root>: eval: *terraform.EvalIf
2019/10/29 12:07:00 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019/10/29 12:07:00 [TRACE] <root>: eval: *terraform.EvalApplyPost
2019/10/29 12:07:00 [ERROR] <root>: eval: *terraform.EvalApplyPost, err: rpc error: code = Unavailable desc = transport is closing
2019-10-29T12:07:00.351-0700 [DEBUG] plugin: plugin process exited: path=/Users/mferree/Projects/scratch/cloudfront-bug-poc/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.33.0_x4 pid=94545 error="exit status 2"
2019/10/29 12:07:00 [ERROR] <root>: eval: *terraform.EvalSequence, err: rpc error: code = Unavailable desc = transport is closing
2019/10/29 12:07:00 [TRACE] [walkApply] Exiting eval tree: aws_cloudfront_distribution.s3_distribution
2019/10/29 12:07:00 [TRACE] vertex "aws_cloudfront_distribution.s3_distribution": visit complete
2019/10/29 12:07:00 [TRACE] dag/walk: upstream of "provider.aws (close)" errored, so skipping
2019/10/29 12:07:00 [TRACE] dag/walk: upstream of "meta.count-boundary (EachMode fixup)" errored, so skipping
2019/10/29 12:07:00 [TRACE] dag/walk: upstream of "root" errored, so skipping
2019/10/29 12:07:00 [TRACE] statemgr.Filesystem: have already backed up original terraform.tfstate to terraform.tfstate.backup on a previous write
2019/10/29 12:07:00 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 54
2019/10/29 12:07:00 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
2019/10/29 12:07:00 [TRACE] statemgr.Filesystem: removing lock metadata file .terraform.tfstate.lock.info
2019/10/29 12:07:00 [TRACE] statemgr.Filesystem: unlocking terraform.tfstate using fcntl flock
2019-10-29T12:07:00.365-0700 [DEBUG] plugin: plugin exited
!!!!!!!!!!!!!!!!!!!!!!!!!!! TERRAFORM CRASH !!!!!!!!!!!!!!!!!!!!!!!!!!!!
Terraform crashed! This is always indicative of a bug within Terraform.
A crash log has been placed at "crash.log" relative to your current
working directory. It would be immensely helpful if you could please
report the crash with Terraform[1] so that we can fix this.
When reporting bugs, please include your terraform version. That
information is available on the first line of crash.log. You can also
get it by running 'terraform --version' on the command line.
[1]: https://github.com/hashicorp/terraform/issues
!!!!!!!!!!!!!!!!!!!!!!!!!!! TERRAFORM CRASH !!!!!!!!!!!!!!!!!!!!!!!!!!!!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment