Skip to content

Instantly share code, notes, and snippets.

@dacut
Created February 4, 2020 00:16
Show Gist options
  • Save dacut/6c4cd46bb8fc60c43714f2331f59af27 to your computer and use it in GitHub Desktop.
Save dacut/6c4cd46bb8fc60c43714f2331f59af27 to your computer and use it in GitHub Desktop.
Terraform fsx_lustre storage size bug
2020/02/03 16:15:19 [INFO] Terraform version: 0.12.20
2020/02/03 16:15:19 [INFO] Go runtime version: go1.13.6
2020/02/03 16:15:19 [INFO] CLI args: []string{"/usr/local/bin/terraform", "plan", "-out", "tf.plan"}
2020/02/03 16:15:19 [DEBUG] Attempting to open CLI config file: /Users/dacut/.terraformrc
2020/02/03 16:15:19 Loading CLI configuration from /Users/dacut/.terraformrc
2020/02/03 16:15:19 [INFO] CLI command args: []string{"plan", "-out", "tf.plan"}
2020/02/03 16:15:19 [TRACE] Meta.Backend: no config given or present on disk, so returning nil config
2020/02/03 16:15:19 [TRACE] Meta.Backend: backend has not previously been initialized in this working directory
2020/02/03 16:15:19 [DEBUG] New state was assigned lineage "abaa8e07-0303-898a-7acc-e6c867a50a4e"
2020/02/03 16:15:19 [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend)
2020/02/03 16:15:19 [TRACE] Meta.Backend: instantiated backend of type <nil>
2020/02/03 16:15:19 [DEBUG] checking for provider in "."
2020/02/03 16:15:19 [DEBUG] checking for provider in "/usr/local/bin"
2020/02/03 16:15:19 [DEBUG] checking for provider in ".terraform/plugins/darwin_amd64"
2020/02/03 16:15:19 [DEBUG] found provider "terraform-provider-aws_v2.47.0_x4"
2020/02/03 16:15:19 [DEBUG] found valid plugin: "aws", "2.47.0", "/Users/dacut/projects/jpl-legacy-website-aws-migration/tfbug/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.47.0_x4"
2020/02/03 16:15:19 [DEBUG] checking for provisioner in "."
2020/02/03 16:15:19 [DEBUG] checking for provisioner in "/usr/local/bin"
2020/02/03 16:15:19 [DEBUG] checking for provisioner in ".terraform/plugins/darwin_amd64"
2020/02/03 16:15:19 [TRACE] Meta.Backend: backend <nil> does not support operations, so wrapping it in a local backend
2020/02/03 16:15:19 [INFO] backend/local: starting Plan operation
2020/02/03 16:15:19 [TRACE] backend/local: requesting state manager for workspace "default"
2020/02/03 16:15:19 [TRACE] backend/local: state manager for workspace "default" will:
- read initial snapshot from terraform.tfstate
- write new snapshots to terraform.tfstate
- create any backup at terraform.tfstate.backup
2020/02/03 16:15:19 [TRACE] backend/local: requesting state lock for workspace "default"
2020/02/03 16:15:19 [TRACE] statemgr.Filesystem: preparing to manage state snapshots at terraform.tfstate
2020/02/03 16:15:19 [TRACE] statemgr.Filesystem: no previously-stored snapshot exists
2020/02/03 16:15:19 [TRACE] statemgr.Filesystem: locking terraform.tfstate using fcntl flock
2020/02/03 16:15:19 [TRACE] statemgr.Filesystem: writing lock metadata to .terraform.tfstate.lock.info
2020/02/03 16:15:19 [TRACE] backend/local: reading remote state for workspace "default"
2020/02/03 16:15:19 [TRACE] statemgr.Filesystem: reading latest snapshot from terraform.tfstate
2020/02/03 16:15:19 [TRACE] statemgr.Filesystem: snapshot file has nil snapshot, but that's okay
2020/02/03 16:15:19 [TRACE] statemgr.Filesystem: read nil snapshot
2020/02/03 16:15:19 [TRACE] backend/local: retrieving local state snapshot for workspace "default"
2020/02/03 16:15:19 [TRACE] backend/local: building context for current working directory
2020/02/03 16:15:19 [TRACE] terraform.NewContext: starting
2020/02/03 16:15:19 [TRACE] terraform.NewContext: resolving provider version selections
2020/02/03 16:15:20 [TRACE] terraform.NewContext: loading provider schemas
2020/02/03 16:15:20 [TRACE] LoadSchemas: retrieving schema for provider type "aws"
2020-02-03T16:15:20.054-0800 [INFO] plugin: configuring client automatic mTLS
2020-02-03T16:15:20.084-0800 [DEBUG] plugin: starting plugin: path=/Users/dacut/projects/jpl-legacy-website-aws-migration/tfbug/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.47.0_x4 args=[/Users/dacut/projects/jpl-legacy-website-aws-migration/tfbug/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.47.0_x4]
2020-02-03T16:15:20.095-0800 [DEBUG] plugin: plugin started: path=/Users/dacut/projects/jpl-legacy-website-aws-migration/tfbug/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.47.0_x4 pid=46589
2020-02-03T16:15:20.095-0800 [DEBUG] plugin: waiting for RPC address: path=/Users/dacut/projects/jpl-legacy-website-aws-migration/tfbug/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.47.0_x4
2020-02-03T16:15:20.118-0800 [INFO] plugin.terraform-provider-aws_v2.47.0_x4: configuring server automatic mTLS: timestamp=2020-02-03T16:15:20.118-0800
2020-02-03T16:15:20.148-0800 [DEBUG] plugin: using plugin: version=5
2020-02-03T16:15:20.148-0800 [DEBUG] plugin.terraform-provider-aws_v2.47.0_x4: plugin address: address=/var/folders/t7/l3bhnj8s67d0fcsthp91q4b40000gn/T/plugin918791496 network=unix timestamp=2020-02-03T16:15:20.148-0800
2020/02/03 16:15:20 [TRACE] GRPCProvider: GetSchema
2020/02/03 16:15:20 [TRACE] GRPCProvider: Close
2020-02-03T16:15:20.262-0800 [DEBUG] plugin: plugin process exited: path=/Users/dacut/projects/jpl-legacy-website-aws-migration/tfbug/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.47.0_x4 pid=46589
2020-02-03T16:15:20.263-0800 [DEBUG] plugin: plugin exited
2020/02/03 16:15:20 [TRACE] terraform.NewContext: complete
2020/02/03 16:15:20 [TRACE] backend/local: finished building terraform.Context
2020/02/03 16:15:20 [TRACE] backend/local: requesting interactive input, if necessary
2020/02/03 16:15:20 [TRACE] Context.Input: Prompting for provider arguments
2020/02/03 16:15:20 [TRACE] Context.Input: Provider provider.aws implied by resource block at bug.tf:8,1-47
2020/02/03 16:15:20 [TRACE] Context.Input: Input for provider.aws: map[string]cty.Value{}
2020/02/03 16:15:20 [TRACE] backend/local: running validation operation
2020/02/03 16:15:20 [INFO] terraform: building graph: GraphTypeValidate
2020/02/03 16:15:20 [TRACE] Executing graph transform *terraform.ConfigTransformer
2020/02/03 16:15:20 [TRACE] ConfigTransformer: Starting for path:
2020/02/03 16:15:20 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
aws_fsx_lustre_file_system.lustre - *terraform.NodeValidatableResource
data.aws_security_group.default - *terraform.NodeValidatableResource
data.aws_subnet_ids.default - *terraform.NodeValidatableResource
data.aws_vpc.default - *terraform.NodeValidatableResource
------
2020/02/03 16:15:20 [TRACE] Executing graph transform *terraform.LocalTransformer
2020/02/03 16:15:20 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2020/02/03 16:15:20 [TRACE] Executing graph transform *terraform.OutputTransformer
2020/02/03 16:15:20 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2020/02/03 16:15:20 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2020/02/03 16:15:20 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2020/02/03 16:15:20 [TRACE] Executing graph transform *terraform.StateTransformer
2020/02/03 16:15:20 [TRACE] StateTransformer: state is empty, so nothing to do
2020/02/03 16:15:20 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2020/02/03 16:15:20 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2020/02/03 16:15:20 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2020/02/03 16:15:20 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2020/02/03 16:15:20 [TRACE] AttachResourceConfigTransformer: attaching to "data.aws_subnet_ids.default" (*terraform.NodeValidatableResource) config from hcl.Range{Filename:"bug.tf", Start:hcl.Pos{Line:2, Column:1, Byte:44}, End:hcl.Pos{Line:2, Column:32, Byte:75}}
2020/02/03 16:15:20 [TRACE] AttachResourceConfigTransformer: attaching to "aws_fsx_lustre_file_system.lustre" (*terraform.NodeValidatableResource) config from bug.tf:8,1-47
2020/02/03 16:15:20 [TRACE] AttachResourceConfigTransformer: attaching to "data.aws_security_group.default" (*terraform.NodeValidatableResource) config from hcl.Range{Filename:"bug.tf", Start:hcl.Pos{Line:3, Column:1, Byte:113}, End:hcl.Pos{Line:3, Column:36, Byte:148}}
2020/02/03 16:15:20 [TRACE] AttachResourceConfigTransformer: attaching to "data.aws_vpc.default" (*terraform.NodeValidatableResource) config from hcl.Range{Filename:"bug.tf", Start:hcl.Pos{Line:1, Column:1, Byte:0}, End:hcl.Pos{Line:1, Column:25, Byte:24}}
2020/02/03 16:15:20 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2020/02/03 16:15:20 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2020/02/03 16:15:20 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2020/02/03 16:15:20 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2020/02/03 16:15:20 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2020/02/03 16:15:20 [TRACE] Executing graph transform *terraform.MissingProvisionerTransformer
2020/02/03 16:15:20 [TRACE] Completed graph transform *terraform.MissingProvisionerTransformer (no changes)
2020/02/03 16:15:20 [TRACE] Executing graph transform *terraform.ProvisionerTransformer
2020/02/03 16:15:20 [TRACE] Completed graph transform *terraform.ProvisionerTransformer (no changes)
2020/02/03 16:15:20 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2020/02/03 16:15:20 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2020/02/03 16:15:20 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2020/02/03 16:15:20 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2020/02/03 16:15:20 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
aws_fsx_lustre_file_system.lustre - *terraform.NodeValidatableResource
data.aws_security_group.default - *terraform.NodeValidatableResource
data.aws_subnet_ids.default - *terraform.NodeValidatableResource
data.aws_vpc.default - *terraform.NodeValidatableResource
------
2020/02/03 16:15:20 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2020/02/03 16:15:20 [DEBUG] adding implicit provider configuration provider.aws, implied first by data.aws_security_group.default
2020/02/03 16:15:20 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer with new graph:
aws_fsx_lustre_file_system.lustre - *terraform.NodeValidatableResource
data.aws_security_group.default - *terraform.NodeValidatableResource
data.aws_subnet_ids.default - *terraform.NodeValidatableResource
data.aws_vpc.default - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
------
2020/02/03 16:15:20 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2020/02/03 16:15:20 [TRACE] ProviderTransformer: data.aws_security_group.default is provided by provider.aws or inherited equivalent
2020/02/03 16:15:20 [TRACE] ProviderTransformer: data.aws_vpc.default is provided by provider.aws or inherited equivalent
2020/02/03 16:15:20 [TRACE] ProviderTransformer: data.aws_subnet_ids.default is provided by provider.aws or inherited equivalent
2020/02/03 16:15:20 [TRACE] ProviderTransformer: aws_fsx_lustre_file_system.lustre is provided by provider.aws or inherited equivalent
2020/02/03 16:15:20 [TRACE] ProviderTransformer: exact match for provider.aws serving data.aws_security_group.default
2020/02/03 16:15:20 [DEBUG] ProviderTransformer: "data.aws_security_group.default" (*terraform.NodeValidatableResource) needs provider.aws
2020/02/03 16:15:20 [TRACE] ProviderTransformer: exact match for provider.aws serving data.aws_vpc.default
2020/02/03 16:15:20 [DEBUG] ProviderTransformer: "data.aws_vpc.default" (*terraform.NodeValidatableResource) needs provider.aws
2020/02/03 16:15:20 [TRACE] ProviderTransformer: exact match for provider.aws serving data.aws_subnet_ids.default
2020/02/03 16:15:20 [DEBUG] ProviderTransformer: "data.aws_subnet_ids.default" (*terraform.NodeValidatableResource) needs provider.aws
2020/02/03 16:15:20 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_fsx_lustre_file_system.lustre
2020/02/03 16:15:20 [DEBUG] ProviderTransformer: "aws_fsx_lustre_file_system.lustre" (*terraform.NodeValidatableResource) needs provider.aws
2020/02/03 16:15:20 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
aws_fsx_lustre_file_system.lustre - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_security_group.default - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_subnet_ids.default - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_vpc.default - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
------
2020/02/03 16:15:20 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2020/02/03 16:15:20 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2020/02/03 16:15:20 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer
2020/02/03 16:15:20 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes)
2020/02/03 16:15:20 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
aws_fsx_lustre_file_system.lustre - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_security_group.default - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_subnet_ids.default - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_vpc.default - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
------
2020/02/03 16:15:20 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2020/02/03 16:15:20 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2020/02/03 16:15:20 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2020/02/03 16:15:20 [TRACE] AttachSchemaTransformer: attaching resource schema to data.aws_vpc.default
2020/02/03 16:15:20 [TRACE] AttachSchemaTransformer: attaching resource schema to data.aws_subnet_ids.default
2020/02/03 16:15:20 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider.aws
2020/02/03 16:15:20 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_fsx_lustre_file_system.lustre
2020/02/03 16:15:20 [TRACE] AttachSchemaTransformer: attaching resource schema to data.aws_security_group.default
2020/02/03 16:15:20 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2020/02/03 16:15:20 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2020/02/03 16:15:20 [DEBUG] ReferenceTransformer: "data.aws_subnet_ids.default" references: [data.aws_vpc.default]
2020/02/03 16:15:20 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2020/02/03 16:15:20 [DEBUG] ReferenceTransformer: "aws_fsx_lustre_file_system.lustre" references: [data.aws_subnet_ids.default data.aws_security_group.default]
2020/02/03 16:15:20 [DEBUG] ReferenceTransformer: "data.aws_security_group.default" references: [data.aws_vpc.default]
2020/02/03 16:15:20 [DEBUG] ReferenceTransformer: "data.aws_vpc.default" references: []
2020/02/03 16:15:20 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
aws_fsx_lustre_file_system.lustre - *terraform.NodeValidatableResource
data.aws_security_group.default - *terraform.NodeValidatableResource
data.aws_subnet_ids.default - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_security_group.default - *terraform.NodeValidatableResource
data.aws_vpc.default - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_subnet_ids.default - *terraform.NodeValidatableResource
data.aws_vpc.default - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_vpc.default - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
------
2020/02/03 16:15:20 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer
2020/02/03 16:15:20 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph:
aws_fsx_lustre_file_system.lustre - *terraform.NodeValidatableResource
data.aws_security_group.default - *terraform.NodeValidatableResource
data.aws_subnet_ids.default - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_security_group.default - *terraform.NodeValidatableResource
data.aws_vpc.default - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_subnet_ids.default - *terraform.NodeValidatableResource
data.aws_vpc.default - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_vpc.default - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_fsx_lustre_file_system.lustre - *terraform.NodeValidatableResource
data.aws_security_group.default - *terraform.NodeValidatableResource
data.aws_subnet_ids.default - *terraform.NodeValidatableResource
data.aws_vpc.default - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
------
2020/02/03 16:15:20 [TRACE] Executing graph transform *terraform.TargetsTransformer
2020/02/03 16:15:20 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2020/02/03 16:15:20 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2020/02/03 16:15:20 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2020/02/03 16:15:20 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2020/02/03 16:15:20 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
aws_fsx_lustre_file_system.lustre - *terraform.NodeValidatableResource
data.aws_security_group.default - *terraform.NodeValidatableResource
data.aws_subnet_ids.default - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_security_group.default - *terraform.NodeValidatableResource
data.aws_vpc.default - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_subnet_ids.default - *terraform.NodeValidatableResource
data.aws_vpc.default - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_vpc.default - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_fsx_lustre_file_system.lustre - *terraform.NodeValidatableResource
data.aws_security_group.default - *terraform.NodeValidatableResource
data.aws_subnet_ids.default - *terraform.NodeValidatableResource
data.aws_vpc.default - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_fsx_lustre_file_system.lustre - *terraform.NodeValidatableResource
data.aws_security_group.default - *terraform.NodeValidatableResource
data.aws_subnet_ids.default - *terraform.NodeValidatableResource
data.aws_vpc.default - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
------
2020/02/03 16:15:20 [TRACE] Executing graph transform *terraform.CloseProvisionerTransformer
2020/02/03 16:15:20 [TRACE] Completed graph transform *terraform.CloseProvisionerTransformer (no changes)
2020/02/03 16:15:20 [TRACE] Executing graph transform *terraform.RootTransformer
2020/02/03 16:15:20 [TRACE] Completed graph transform *terraform.RootTransformer with new graph:
aws_fsx_lustre_file_system.lustre - *terraform.NodeValidatableResource
data.aws_security_group.default - *terraform.NodeValidatableResource
data.aws_subnet_ids.default - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_security_group.default - *terraform.NodeValidatableResource
data.aws_vpc.default - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_subnet_ids.default - *terraform.NodeValidatableResource
data.aws_vpc.default - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_vpc.default - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_fsx_lustre_file_system.lustre - *terraform.NodeValidatableResource
data.aws_security_group.default - *terraform.NodeValidatableResource
data.aws_subnet_ids.default - *terraform.NodeValidatableResource
data.aws_vpc.default - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_fsx_lustre_file_system.lustre - *terraform.NodeValidatableResource
data.aws_security_group.default - *terraform.NodeValidatableResource
data.aws_subnet_ids.default - *terraform.NodeValidatableResource
data.aws_vpc.default - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.aws (close) - *terraform.graphNodeCloseProvider
------
2020/02/03 16:15:20 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2020/02/03 16:15:20 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
aws_fsx_lustre_file_system.lustre - *terraform.NodeValidatableResource
data.aws_security_group.default - *terraform.NodeValidatableResource
data.aws_subnet_ids.default - *terraform.NodeValidatableResource
data.aws_security_group.default - *terraform.NodeValidatableResource
data.aws_vpc.default - *terraform.NodeValidatableResource
data.aws_subnet_ids.default - *terraform.NodeValidatableResource
data.aws_vpc.default - *terraform.NodeValidatableResource
data.aws_vpc.default - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_fsx_lustre_file_system.lustre - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_fsx_lustre_file_system.lustre - *terraform.NodeValidatableResource
root - terraform.graphNodeRoot
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.aws (close) - *terraform.graphNodeCloseProvider
------
2020/02/03 16:15:20 [DEBUG] Starting graph walk: walkValidate
2020/02/03 16:15:20 [TRACE] dag/walk: updating graph
2020/02/03 16:15:20 [TRACE] dag/walk: added new vertex: "provider.aws (close)"
2020/02/03 16:15:20 [TRACE] dag/walk: added new vertex: "root"
2020/02/03 16:15:20 [TRACE] dag/walk: added new vertex: "aws_fsx_lustre_file_system.lustre"
2020/02/03 16:15:20 [TRACE] dag/walk: added new vertex: "data.aws_security_group.default"
2020/02/03 16:15:20 [TRACE] dag/walk: added new vertex: "data.aws_vpc.default"
2020/02/03 16:15:20 [TRACE] dag/walk: added new vertex: "data.aws_subnet_ids.default"
2020/02/03 16:15:20 [TRACE] dag/walk: added new vertex: "provider.aws"
2020/02/03 16:15:20 [TRACE] dag/walk: added new vertex: "meta.count-boundary (EachMode fixup)"
2020/02/03 16:15:20 [TRACE] dag/walk: added edge: "root" waiting on "provider.aws (close)"
2020/02/03 16:15:20 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "aws_fsx_lustre_file_system.lustre"
2020/02/03 16:15:20 [TRACE] dag/walk: added edge: "aws_fsx_lustre_file_system.lustre" waiting on "data.aws_security_group.default"
2020/02/03 16:15:20 [TRACE] dag/walk: added edge: "aws_fsx_lustre_file_system.lustre" waiting on "data.aws_subnet_ids.default"
2020/02/03 16:15:20 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_fsx_lustre_file_system.lustre"
2020/02/03 16:15:20 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (EachMode fixup)"
2020/02/03 16:15:20 [TRACE] dag/walk: added edge: "data.aws_subnet_ids.default" waiting on "data.aws_vpc.default"
2020/02/03 16:15:20 [TRACE] dag/walk: added edge: "data.aws_security_group.default" waiting on "data.aws_vpc.default"
2020/02/03 16:15:20 [TRACE] dag/walk: added edge: "data.aws_vpc.default" waiting on "provider.aws"
2020/02/03 16:15:20 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2020/02/03 16:15:20 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (EachMode fixup)", sending new deps
2020/02/03 16:15:20 [TRACE] dag/walk: dependencies changed for "aws_fsx_lustre_file_system.lustre", sending new deps
2020/02/03 16:15:20 [TRACE] dag/walk: dependencies changed for "provider.aws (close)", sending new deps
2020/02/03 16:15:20 [TRACE] dag/walk: dependencies changed for "data.aws_subnet_ids.default", sending new deps
2020/02/03 16:15:20 [TRACE] dag/walk: dependencies changed for "data.aws_security_group.default", sending new deps
2020/02/03 16:15:20 [TRACE] dag/walk: dependencies changed for "data.aws_vpc.default", sending new deps
2020/02/03 16:15:20 [TRACE] dag/walk: visiting "provider.aws"
2020/02/03 16:15:20 [TRACE] vertex "provider.aws": starting visit (*terraform.NodeApplyableProvider)
2020/02/03 16:15:20 [TRACE] vertex "provider.aws": evaluating
2020/02/03 16:15:20 [TRACE] [walkValidate] Entering eval tree: provider.aws
2020/02/03 16:15:20 [TRACE] <root>: eval: *terraform.EvalSequence
2020/02/03 16:15:20 [TRACE] <root>: eval: *terraform.EvalInitProvider
2020-02-03T16:15:20.264-0800 [INFO] plugin: configuring client automatic mTLS
2020-02-03T16:15:20.299-0800 [DEBUG] plugin: starting plugin: path=/Users/dacut/projects/jpl-legacy-website-aws-migration/tfbug/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.47.0_x4 args=[/Users/dacut/projects/jpl-legacy-website-aws-migration/tfbug/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.47.0_x4]
2020-02-03T16:15:20.311-0800 [DEBUG] plugin: plugin started: path=/Users/dacut/projects/jpl-legacy-website-aws-migration/tfbug/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.47.0_x4 pid=46590
2020-02-03T16:15:20.311-0800 [DEBUG] plugin: waiting for RPC address: path=/Users/dacut/projects/jpl-legacy-website-aws-migration/tfbug/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.47.0_x4
2020-02-03T16:15:20.334-0800 [INFO] plugin.terraform-provider-aws_v2.47.0_x4: configuring server automatic mTLS: timestamp=2020-02-03T16:15:20.334-0800
2020-02-03T16:15:20.366-0800 [DEBUG] plugin: using plugin: version=5
2020-02-03T16:15:20.366-0800 [DEBUG] plugin.terraform-provider-aws_v2.47.0_x4: plugin address: network=unix address=/var/folders/t7/l3bhnj8s67d0fcsthp91q4b40000gn/T/plugin193549637 timestamp=2020-02-03T16:15:20.366-0800
2020/02/03 16:15:20 [TRACE] BuiltinEvalContext: Initialized "aws" provider for provider.aws
2020/02/03 16:15:20 [TRACE] <root>: eval: terraform.EvalNoop
2020/02/03 16:15:20 [TRACE] <root>: eval: *terraform.EvalOpFilter
2020/02/03 16:15:20 [TRACE] <root>: eval: *terraform.EvalSequence
2020/02/03 16:15:20 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/02/03 16:15:20 [TRACE] <root>: eval: *terraform.EvalValidateProvider
2020/02/03 16:15:20 [TRACE] buildProviderConfig for provider.aws: no configuration at all
2020/02/03 16:15:20 [TRACE] GRPCProvider: GetSchema
2020/02/03 16:15:20 [TRACE] GRPCProvider: PrepareProviderConfig
2020/02/03 16:15:20 [TRACE] <root>: eval: terraform.EvalNoop
2020/02/03 16:15:20 [TRACE] <root>: eval: terraform.EvalNoop
2020/02/03 16:15:20 [TRACE] [walkValidate] Exiting eval tree: provider.aws
2020/02/03 16:15:20 [TRACE] vertex "provider.aws": visit complete
2020/02/03 16:15:20 [TRACE] dag/walk: visiting "data.aws_vpc.default"
2020/02/03 16:15:20 [TRACE] vertex "data.aws_vpc.default": starting visit (*terraform.NodeValidatableResource)
2020/02/03 16:15:20 [TRACE] vertex "data.aws_vpc.default": evaluating
2020/02/03 16:15:20 [TRACE] [walkValidate] Entering eval tree: data.aws_vpc.default
2020/02/03 16:15:20 [TRACE] <root>: eval: *terraform.EvalSequence
2020/02/03 16:15:20 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/02/03 16:15:20 [TRACE] <root>: eval: *terraform.EvalValidateResource
2020/02/03 16:15:20 [TRACE] GRPCProvider: ValidateDataSourceConfig
2020/02/03 16:15:20 [TRACE] [walkValidate] Exiting eval tree: data.aws_vpc.default
2020/02/03 16:15:20 [TRACE] vertex "data.aws_vpc.default": visit complete
2020/02/03 16:15:20 [TRACE] dag/walk: visiting "data.aws_subnet_ids.default"
2020/02/03 16:15:20 [TRACE] vertex "data.aws_subnet_ids.default": starting visit (*terraform.NodeValidatableResource)
2020/02/03 16:15:20 [TRACE] vertex "data.aws_subnet_ids.default": evaluating
2020/02/03 16:15:20 [TRACE] [walkValidate] Entering eval tree: data.aws_subnet_ids.default
2020/02/03 16:15:20 [TRACE] <root>: eval: *terraform.EvalSequence
2020/02/03 16:15:20 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/02/03 16:15:20 [TRACE] <root>: eval: *terraform.EvalValidateResource
2020/02/03 16:15:20 [TRACE] dag/walk: visiting "data.aws_security_group.default"
2020/02/03 16:15:20 [TRACE] vertex "data.aws_security_group.default": starting visit (*terraform.NodeValidatableResource)
2020/02/03 16:15:20 [TRACE] vertex "data.aws_security_group.default": evaluating
2020/02/03 16:15:20 [TRACE] [walkValidate] Entering eval tree: data.aws_security_group.default
2020/02/03 16:15:20 [TRACE] <root>: eval: *terraform.EvalSequence
2020/02/03 16:15:20 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/02/03 16:15:20 [TRACE] <root>: eval: *terraform.EvalValidateResource
2020/02/03 16:15:20 [TRACE] GRPCProvider: ValidateDataSourceConfig
2020/02/03 16:15:20 [TRACE] GRPCProvider: ValidateDataSourceConfig
2020/02/03 16:15:20 [TRACE] [walkValidate] Exiting eval tree: data.aws_security_group.default
2020/02/03 16:15:20 [TRACE] vertex "data.aws_security_group.default": visit complete
2020/02/03 16:15:20 [TRACE] [walkValidate] Exiting eval tree: data.aws_subnet_ids.default
2020/02/03 16:15:20 [TRACE] vertex "data.aws_subnet_ids.default": visit complete
2020/02/03 16:15:20 [TRACE] dag/walk: visiting "aws_fsx_lustre_file_system.lustre"
2020/02/03 16:15:20 [TRACE] vertex "aws_fsx_lustre_file_system.lustre": starting visit (*terraform.NodeValidatableResource)
2020/02/03 16:15:20 [TRACE] vertex "aws_fsx_lustre_file_system.lustre": evaluating
2020/02/03 16:15:20 [TRACE] [walkValidate] Entering eval tree: aws_fsx_lustre_file_system.lustre
2020/02/03 16:15:20 [TRACE] <root>: eval: *terraform.EvalSequence
2020/02/03 16:15:20 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/02/03 16:15:20 [TRACE] <root>: eval: *terraform.EvalValidateResource
2020/02/03 16:15:20 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/02/03 16:15:20 [WARN] <root>: eval: *terraform.EvalValidateResource, non-fatal err: expected storage_capacity to be at least (3600), got 2400
2020/02/03 16:15:20 [ERROR] <root>: eval: *terraform.EvalSequence, err: expected storage_capacity to be at least (3600), got 2400
2020/02/03 16:15:20 [TRACE] [walkValidate] Exiting eval tree: aws_fsx_lustre_file_system.lustre
2020/02/03 16:15:20 [TRACE] vertex "aws_fsx_lustre_file_system.lustre": visit complete
2020/02/03 16:15:20 [TRACE] dag/walk: upstream of "meta.count-boundary (EachMode fixup)" errored, so skipping
2020/02/03 16:15:20 [TRACE] dag/walk: upstream of "provider.aws (close)" errored, so skipping
2020/02/03 16:15:20 [TRACE] dag/walk: upstream of "root" errored, so skipping

2020/02/03 16:15:20 [TRACE] statemgr.Filesystem: removing lock metadata file .terraform.tfstate.lock.info
Error: expected storage_capacity to be at least (3600), got 2400
2020/02/03 16:15:20 [TRACE] statemgr.Filesystem: unlocking terraform.tfstate using fcntl flock
 on bug.tf line 8, in resource "aws_fsx_lustre_file_system" "lustre":
8: resource "aws_fsx_lustre_file_system" "lustre" {


2020-02-03T16:15:20.519-0800 [DEBUG] plugin: plugin process exited: path=/Users/dacut/projects/jpl-legacy-website-aws-migration/tfbug/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.47.0_x4 pid=46590
2020-02-03T16:15:20.519-0800 [DEBUG] plugin: plugin exited
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment