Skip to content

Instantly share code, notes, and snippets.

@liath
Created February 11, 2021 22:00
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 liath/16f26a09cbf8403c3c7604a5999385a8 to your computer and use it in GitHub Desktop.
Save liath/16f26a09cbf8403c3c7604a5999385a8 to your computer and use it in GitHub Desktop.
aws_elastic_beanstalk_application issue
2021/02/11 13:34:34 [INFO] Terraform version: 0.14.2
2021/02/11 13:34:34 [INFO] Go runtime version: go1.15.2
2021/02/11 13:34:34 [INFO] CLI args: []string{"~/.asdf/installs/terraform/0.14.2/bin/terraform", "apply"}
2021/02/11 13:34:34 [DEBUG] Attempting to open CLI config file: ~/.terraformrc
2021/02/11 13:34:34 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2021/02/11 13:34:34 Loading CLI configuration from ~/.terraform.d/credentials.tfrc.json
2021/02/11 13:34:34 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins
2021/02/11 13:34:34 [DEBUG] ignoring non-existing provider search directory ~/.terraform.d/plugins
2021/02/11 13:34:34 [DEBUG] ignoring non-existing provider search directory ~/.local/share/terraform/plugins
2021/02/11 13:34:34 [DEBUG] ignoring non-existing provider search directory /usr/local/share/terraform/plugins
2021/02/11 13:34:34 [DEBUG] ignoring non-existing provider search directory /usr/share/terraform/plugins
2021/02/11 13:34:34 [INFO] CLI command args: []string{"apply"}
2021/02/11 13:34:34 [TRACE] Meta.Backend: no config given or present on disk, so returning nil config
2021/02/11 13:34:34 [TRACE] Meta.Backend: backend has not previously been initialized in this working directory
2021/02/11 13:34:34 [DEBUG] New state was assigned lineage "<i>"
2021/02/11 13:34:34 [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend)
2021/02/11 13:34:34 [TRACE] Meta.Backend: instantiated backend of type <nil>
2021/02/11 13:34:34 [TRACE] providercache.fillMetaCache: scanning directory .terraform/providers
2021/02/11 13:34:34 [TRACE] getproviders.SearchLocalDirectory: .terraform/providers is a symlink to .terraform/providers
2021/02/11 13:34:34 [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/hashicorp/aws v3.27.0 for linux_amd64 at .terraform/providers/registry.terraform.io/hashicorp/aws/3.27.0/linux_amd64
2021/02/11 13:34:34 [TRACE] providercache.fillMetaCache: including .terraform/providers/registry.terraform.io/hashicorp/aws/3.27.0/linux_amd64 as a candidate package for registry.terraform.io/hashicorp/aws 3.27.0
2021/02/11 13:34:35 [DEBUG] checking for provisioner in "."
2021/02/11 13:34:35 [DEBUG] checking for provisioner in "~/.asdf/installs/terraform/0.14.2/bin"
2021/02/11 13:34:35 [INFO] Failed to read plugin lock file .terraform/plugins/linux_amd64/lock.json: open .terraform/plugins/linux_amd64/lock.json: no such file or directory
2021/02/11 13:34:35 [TRACE] Meta.Backend: backend <nil> does not support operations, so wrapping it in a local backend
2021/02/11 13:34:35 [INFO] backend/local: starting Apply operation
2021/02/11 13:34:35 [TRACE] backend/local: requesting state manager for workspace "default"
2021/02/11 13:34:35 [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
2021/02/11 13:34:35 [TRACE] backend/local: requesting state lock for workspace "default"
2021/02/11 13:34:35 [TRACE] statemgr.Filesystem: preparing to manage state snapshots at terraform.tfstate
2021/02/11 13:34:35 [TRACE] statemgr.Filesystem: existing snapshot has lineage "<i>" serial 5
2021/02/11 13:34:35 [TRACE] statemgr.Filesystem: locking terraform.tfstate using fcntl flock
2021/02/11 13:34:35 [TRACE] statemgr.Filesystem: writing lock metadata to .terraform.tfstate.lock.info
2021/02/11 13:34:35 [TRACE] backend/local: reading remote state for workspace "default"
2021/02/11 13:34:35 [TRACE] statemgr.Filesystem: reading latest snapshot from terraform.tfstate
2021/02/11 13:34:35 [TRACE] statemgr.Filesystem: read snapshot with lineage "<i>" serial 5
2021/02/11 13:34:35 [TRACE] backend/local: retrieving local state snapshot for workspace "default"
2021/02/11 13:34:35 [TRACE] backend/local: building context for current working directory
2021/02/11 13:34:35 [TRACE] terraform.NewContext: starting
2021/02/11 13:34:35 [TRACE] terraform.NewContext: loading provider schemas
2021/02/11 13:34:35 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/hashicorp/aws"
2021-02-11T13:34:35.274-0800 [INFO] plugin: configuring client automatic mTLS
2021-02-11T13:34:35.299-0800 [DEBUG] plugin: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.27.0/linux_amd64/terraform-provider-aws_v3.27.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.27.0/linux_amd64/terraform-provider-aws_v3.27.0_x5]
2021-02-11T13:34:35.299-0800 [DEBUG] plugin: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.27.0/linux_amd64/terraform-provider-aws_v3.27.0_x5 pid=11443
2021-02-11T13:34:35.299-0800 [DEBUG] plugin: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.27.0/linux_amd64/terraform-provider-aws_v3.27.0_x5
2021-02-11T13:34:35.343-0800 [INFO] plugin.terraform-provider-aws_v3.27.0_x5: configuring server automatic mTLS: timestamp=2021-02-11T13:34:35.343-0800
2021-02-11T13:34:35.372-0800 [DEBUG] plugin: using plugin: version=5
2021-02-11T13:34:35.372-0800 [DEBUG] plugin.terraform-provider-aws_v3.27.0_x5: plugin address: network=unix address=/tmp/plugin929879898 timestamp=2021-02-11T13:34:35.372-0800
2021/02/11 13:34:35 [TRACE] GRPCProvider: GetSchema
2021-02-11T13:34:35.436-0800 [TRACE] plugin.stdio: waiting for stdio data
2021/02/11 13:34:35 [TRACE] GRPCProvider: Close
2021-02-11T13:34:35.541-0800 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2021-02-11T13:34:35.542-0800 [DEBUG] plugin: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.27.0/linux_amd64/terraform-provider-aws_v3.27.0_x5 pid=11443
2021-02-11T13:34:35.542-0800 [DEBUG] plugin: plugin exited
2021/02/11 13:34:35 [TRACE] terraform.NewContext: complete
2021/02/11 13:34:35 [TRACE] backend/local: finished building terraform.Context
2021/02/11 13:34:35 [TRACE] backend/local: requesting interactive input, if necessary
2021/02/11 13:34:35 [TRACE] Context.Input: Prompting for provider arguments
2021/02/11 13:34:35 [TRACE] Context.Input: Provider provider.aws declared at main.tf:1,1-15
2021/02/11 13:34:35 [TRACE] Context.Input: Input for provider.aws: map[string]cty.Value{}
2021/02/11 13:34:35 [TRACE] backend/local: running validation operation
2021/02/11 13:34:35 [INFO] terraform: building graph: GraphTypeValidate
2021/02/11 13:34:35 [TRACE] Executing graph transform *terraform.ConfigTransformer
2021/02/11 13:34:35 [TRACE] ConfigTransformer: Starting for path:
2021/02/11 13:34:35 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
aws_elastic_beanstalk_application.app - *terraform.NodeValidatableResource
aws_iam_role.app - *terraform.NodeValidatableResource
------
2021/02/11 13:34:35 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2021/02/11 13:34:35 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2021/02/11 13:34:35 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2021/02/11 13:34:35 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2021/02/11 13:34:35 [TRACE] Executing graph transform *terraform.LocalTransformer
2021/02/11 13:34:35 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2021/02/11 13:34:35 [TRACE] Executing graph transform *terraform.OutputTransformer
2021/02/11 13:34:35 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2021/02/11 13:34:35 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2021/02/11 13:34:35 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2021/02/11 13:34:35 [TRACE] Executing graph transform *terraform.StateTransformer
2021/02/11 13:34:35 [TRACE] StateTransformer: state is empty, so nothing to do
2021/02/11 13:34:35 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2021/02/11 13:34:35 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2021/02/11 13:34:35 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2021/02/11 13:34:35 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2021/02/11 13:34:35 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2021/02/11 13:34:35 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2021/02/11 13:34:35 [TRACE] AttachResourceConfigTransformer: attaching to "aws_elastic_beanstalk_application.app" (*terraform.NodeValidatableResource) config from main.tf:27,1-51
2021/02/11 13:34:35 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_elastic_beanstalk_application.app
2021/02/11 13:34:35 [TRACE] AttachResourceConfigTransformer: attaching to "aws_iam_role.app" (*terraform.NodeValidatableResource) config from main.tf:5,1-30
2021/02/11 13:34:35 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_iam_role.app
2021/02/11 13:34:35 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2021/02/11 13:34:35 [TRACE] Executing graph transform *terraform.MissingProvisionerTransformer
2021/02/11 13:34:35 [TRACE] Completed graph transform *terraform.MissingProvisionerTransformer (no changes)
2021/02/11 13:34:35 [TRACE] Executing graph transform *terraform.ProvisionerTransformer
2021/02/11 13:34:35 [TRACE] Completed graph transform *terraform.ProvisionerTransformer (no changes)
2021/02/11 13:34:35 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2021/02/11 13:34:35 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2021/02/11 13:34:35 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/hashicorp/aws\"]" provider configuration from main.tf:1,1-15
2021/02/11 13:34:35 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
aws_elastic_beanstalk_application.app - *terraform.NodeValidatableResource
aws_iam_role.app - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
------
2021/02/11 13:34:35 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2021/02/11 13:34:35 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2021/02/11 13:34:35 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2021/02/11 13:34:35 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_elastic_beanstalk_application.app
2021/02/11 13:34:35 [DEBUG] ProviderTransformer: "aws_elastic_beanstalk_application.app" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2021/02/11 13:34:35 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_iam_role.app
2021/02/11 13:34:35 [DEBUG] ProviderTransformer: "aws_iam_role.app" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2021/02/11 13:34:35 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
aws_elastic_beanstalk_application.app - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_iam_role.app - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
------
2021/02/11 13:34:35 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2021/02/11 13:34:35 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2021/02/11 13:34:35 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer
2021/02/11 13:34:35 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes)
2021/02/11 13:34:35 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
aws_elastic_beanstalk_application.app - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_iam_role.app - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
------
2021/02/11 13:34:35 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2021/02/11 13:34:35 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2021/02/11 13:34:35 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2021/02/11 13:34:35 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_elastic_beanstalk_application.app
2021/02/11 13:34:35 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_iam_role.app
2021/02/11 13:34:35 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/aws"]
2021/02/11 13:34:35 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2021/02/11 13:34:35 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2021/02/11 13:34:35 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2021/02/11 13:34:35 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2021/02/11 13:34:35 [DEBUG] ReferenceTransformer: "aws_iam_role.app" references: []
2021/02/11 13:34:35 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/aws\"]" references: []
2021/02/11 13:34:35 [DEBUG] ReferenceTransformer: "aws_elastic_beanstalk_application.app" references: [aws_iam_role.app]
2021/02/11 13:34:35 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
aws_elastic_beanstalk_application.app - *terraform.NodeValidatableResource
aws_iam_role.app - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_iam_role.app - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
------
2021/02/11 13:34:35 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2021/02/11 13:34:35 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2021/02/11 13:34:35 [TRACE] Executing graph transform *terraform.attachDataResourceDependenciesTransformer
2021/02/11 13:34:35 [TRACE] Completed graph transform *terraform.attachDataResourceDependenciesTransformer (no changes)
2021/02/11 13:34:35 [TRACE] Executing graph transform *terraform.TargetsTransformer
2021/02/11 13:34:35 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2021/02/11 13:34:35 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2021/02/11 13:34:35 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2021/02/11 13:34:35 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer
2021/02/11 13:34:35 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph:
aws_elastic_beanstalk_application.app - *terraform.NodeValidatableResource
aws_iam_role.app - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_iam_role.app - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_elastic_beanstalk_application.app - *terraform.NodeValidatableResource
aws_iam_role.app - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
------
2021/02/11 13:34:35 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2021/02/11 13:34:35 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
aws_elastic_beanstalk_application.app - *terraform.NodeValidatableResource
aws_iam_role.app - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_iam_role.app - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_elastic_beanstalk_application.app - *terraform.NodeValidatableResource
aws_iam_role.app - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
aws_elastic_beanstalk_application.app - *terraform.NodeValidatableResource
aws_iam_role.app - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
------
2021/02/11 13:34:35 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2021/02/11 13:34:35 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
aws_elastic_beanstalk_application.app - *terraform.NodeValidatableResource
aws_iam_role.app - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_iam_role.app - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_elastic_beanstalk_application.app - *terraform.NodeValidatableResource
aws_iam_role.app - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
aws_elastic_beanstalk_application.app - *terraform.NodeValidatableResource
aws_iam_role.app - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
------
2021/02/11 13:34:35 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2021/02/11 13:34:35 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
aws_elastic_beanstalk_application.app - *terraform.NodeValidatableResource
aws_iam_role.app - *terraform.NodeValidatableResource
aws_iam_role.app - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_elastic_beanstalk_application.app - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
aws_elastic_beanstalk_application.app - *terraform.NodeValidatableResource
root - *terraform.nodeCloseModule
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
------
2021/02/11 13:34:35 [DEBUG] Starting graph walk: walkValidate
2021/02/11 13:34:35 [TRACE] dag/walk: visiting "provider[\"registry.terraform.io/hashicorp/aws\"]"
2021/02/11 13:34:35 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"]": starting visit (*terraform.NodeApplyableProvider)
2021-02-11T13:34:35.545-0800 [INFO] plugin: configuring client automatic mTLS
2021-02-11T13:34:35.571-0800 [DEBUG] plugin: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.27.0/linux_amd64/terraform-provider-aws_v3.27.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.27.0/linux_amd64/terraform-provider-aws_v3.27.0_x5]
2021-02-11T13:34:35.572-0800 [DEBUG] plugin: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.27.0/linux_amd64/terraform-provider-aws_v3.27.0_x5 pid=11456
2021-02-11T13:34:35.572-0800 [DEBUG] plugin: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.27.0/linux_amd64/terraform-provider-aws_v3.27.0_x5
2021-02-11T13:34:35.604-0800 [INFO] plugin.terraform-provider-aws_v3.27.0_x5: configuring server automatic mTLS: timestamp=2021-02-11T13:34:35.604-0800
2021-02-11T13:34:35.635-0800 [DEBUG] plugin.terraform-provider-aws_v3.27.0_x5: plugin address: address=/tmp/plugin188353927 network=unix timestamp=2021-02-11T13:34:35.635-0800
2021-02-11T13:34:35.635-0800 [DEBUG] plugin: using plugin: version=5
2021/02/11 13:34:35 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/hashicorp/aws\"]" provider for provider["registry.terraform.io/hashicorp/aws"]
2021/02/11 13:34:35 [TRACE] buildProviderConfig for provider["registry.terraform.io/hashicorp/aws"]: using explicit config only
2021/02/11 13:34:35 [TRACE] GRPCProvider: GetSchema
2021-02-11T13:34:35.697-0800 [TRACE] plugin.stdio: waiting for stdio data
2021/02/11 13:34:35 [TRACE] GRPCProvider: PrepareProviderConfig
2021/02/11 13:34:35 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"]": visit complete
2021/02/11 13:34:35 [TRACE] dag/walk: visiting "aws_iam_role.app"
2021/02/11 13:34:35 [TRACE] vertex "aws_iam_role.app": starting visit (*terraform.NodeValidatableResource)
2021/02/11 13:34:35 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2021/02/11 13:34:35 [TRACE] vertex "aws_iam_role.app": visit complete
2021/02/11 13:34:35 [TRACE] dag/walk: visiting "aws_elastic_beanstalk_application.app"
2021/02/11 13:34:35 [TRACE] vertex "aws_elastic_beanstalk_application.app": starting visit (*terraform.NodeValidatableResource)
2021/02/11 13:34:35 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2021/02/11 13:34:35 [TRACE] vertex "aws_elastic_beanstalk_application.app": visit complete
2021/02/11 13:34:35 [TRACE] dag/walk: visiting "meta.count-boundary (EachMode fixup)"
2021/02/11 13:34:35 [TRACE] vertex "meta.count-boundary (EachMode fixup)": starting visit (*terraform.NodeCountBoundary)
2021/02/11 13:34:35 [TRACE] vertex "meta.count-boundary (EachMode fixup)": visit complete
2021/02/11 13:34:35 [TRACE] dag/walk: visiting "provider[\"registry.terraform.io/hashicorp/aws\"] (close)"
2021/02/11 13:34:35 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)": starting visit (*terraform.graphNodeCloseProvider)
2021/02/11 13:34:35 [TRACE] GRPCProvider: Close
2021-02-11T13:34:35.909-0800 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2021-02-11T13:34:35.911-0800 [DEBUG] plugin: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.27.0/linux_amd64/terraform-provider-aws_v3.27.0_x5 pid=11456
2021-02-11T13:34:35.911-0800 [DEBUG] plugin: plugin exited
2021/02/11 13:34:35 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)": visit complete
2021/02/11 13:34:35 [TRACE] dag/walk: visiting "root"
2021/02/11 13:34:35 [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule)
2021/02/11 13:34:35 [TRACE] vertex "root": visit complete
2021/02/11 13:34:35 [INFO] backend/local: apply calling Plan
2021/02/11 13:34:35 [INFO] terraform: building graph: GraphTypePlan
2021/02/11 13:34:35 [TRACE] Executing graph transform *terraform.ConfigTransformer
2021/02/11 13:34:35 [TRACE] ConfigTransformer: Starting for path:
2021/02/11 13:34:35 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
aws_elastic_beanstalk_application.app (expand) - *terraform.nodeExpandPlannableResource
aws_iam_role.app (expand) - *terraform.nodeExpandPlannableResource
------
2021/02/11 13:34:35 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2021/02/11 13:34:35 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2021/02/11 13:34:35 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2021/02/11 13:34:35 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2021/02/11 13:34:35 [TRACE] Executing graph transform *terraform.LocalTransformer
2021/02/11 13:34:35 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2021/02/11 13:34:35 [TRACE] Executing graph transform *terraform.OutputTransformer
2021/02/11 13:34:35 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2021/02/11 13:34:35 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2021/02/11 13:34:35 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2021/02/11 13:34:35 [TRACE] Executing graph transform *terraform.StateTransformer
2021/02/11 13:34:35 [TRACE] StateTransformer: state is empty, so nothing to do
2021/02/11 13:34:35 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2021/02/11 13:34:35 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2021/02/11 13:34:35 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2021/02/11 13:34:35 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2021/02/11 13:34:35 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2021/02/11 13:34:35 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2021/02/11 13:34:35 [TRACE] AttachResourceConfigTransformer: attaching to "aws_iam_role.app (expand)" (*terraform.nodeExpandPlannableResource) config from main.tf:5,1-30
2021/02/11 13:34:35 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_iam_role.app (expand)
2021/02/11 13:34:35 [TRACE] AttachResourceConfigTransformer: attaching to "aws_elastic_beanstalk_application.app (expand)" (*terraform.nodeExpandPlannableResource) config from main.tf:27,1-51
2021/02/11 13:34:35 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_elastic_beanstalk_application.app (expand)
2021/02/11 13:34:35 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2021/02/11 13:34:35 [TRACE] Executing graph transform *terraform.MissingProvisionerTransformer
2021/02/11 13:34:35 [TRACE] Completed graph transform *terraform.MissingProvisionerTransformer (no changes)
2021/02/11 13:34:35 [TRACE] Executing graph transform *terraform.ProvisionerTransformer
2021/02/11 13:34:35 [TRACE] Completed graph transform *terraform.ProvisionerTransformer (no changes)
2021/02/11 13:34:35 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2021/02/11 13:34:35 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2021/02/11 13:34:35 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/hashicorp/aws\"]" provider configuration from main.tf:1,1-15
2021/02/11 13:34:35 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
aws_elastic_beanstalk_application.app (expand) - *terraform.nodeExpandPlannableResource
aws_iam_role.app (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
------
2021/02/11 13:34:35 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2021/02/11 13:34:35 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2021/02/11 13:34:35 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2021/02/11 13:34:35 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_iam_role.app (expand)
2021/02/11 13:34:35 [DEBUG] ProviderTransformer: "aws_iam_role.app (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2021/02/11 13:34:35 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_elastic_beanstalk_application.app (expand)
2021/02/11 13:34:35 [DEBUG] ProviderTransformer: "aws_elastic_beanstalk_application.app (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2021/02/11 13:34:35 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
aws_elastic_beanstalk_application.app (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_iam_role.app (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
------
2021/02/11 13:34:35 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2021/02/11 13:34:35 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2021/02/11 13:34:35 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer
2021/02/11 13:34:35 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes)
2021/02/11 13:34:35 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
aws_elastic_beanstalk_application.app (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_iam_role.app (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
------
2021/02/11 13:34:35 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2021/02/11 13:34:35 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2021/02/11 13:34:35 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2021/02/11 13:34:35 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_iam_role.app (expand)
2021/02/11 13:34:35 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_elastic_beanstalk_application.app (expand)
2021/02/11 13:34:35 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/aws"]
2021/02/11 13:34:35 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2021/02/11 13:34:35 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2021/02/11 13:34:35 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2021/02/11 13:34:35 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2021/02/11 13:34:35 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/aws\"]" references: []
2021/02/11 13:34:35 [DEBUG] ReferenceTransformer: "aws_iam_role.app (expand)" references: []
2021/02/11 13:34:35 [DEBUG] ReferenceTransformer: "aws_elastic_beanstalk_application.app (expand)" references: [aws_iam_role.app (expand)]
2021/02/11 13:34:35 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
aws_elastic_beanstalk_application.app (expand) - *terraform.nodeExpandPlannableResource
aws_iam_role.app (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_iam_role.app (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
------
2021/02/11 13:34:35 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2021/02/11 13:34:35 [TRACE] AttachDependenciesTransformer: aws_iam_role.app depends on []
2021/02/11 13:34:35 [TRACE] AttachDependenciesTransformer: aws_elastic_beanstalk_application.app depends on [aws_iam_role.app]
2021/02/11 13:34:35 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2021/02/11 13:34:35 [TRACE] Executing graph transform *terraform.attachDataResourceDependenciesTransformer
2021/02/11 13:34:35 [TRACE] Completed graph transform *terraform.attachDataResourceDependenciesTransformer (no changes)
2021/02/11 13:34:35 [TRACE] Executing graph transform *terraform.TargetsTransformer
2021/02/11 13:34:35 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2021/02/11 13:34:35 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2021/02/11 13:34:35 [TRACE] ForcedCBDTransformer: "aws_iam_role.app (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2021/02/11 13:34:35 [TRACE] ForcedCBDTransformer: "aws_elastic_beanstalk_application.app (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2021/02/11 13:34:35 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2021/02/11 13:34:35 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer
2021/02/11 13:34:35 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph:
aws_elastic_beanstalk_application.app (expand) - *terraform.nodeExpandPlannableResource
aws_iam_role.app (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_iam_role.app (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_elastic_beanstalk_application.app (expand) - *terraform.nodeExpandPlannableResource
aws_iam_role.app (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
------
2021/02/11 13:34:35 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2021/02/11 13:34:35 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
aws_elastic_beanstalk_application.app (expand) - *terraform.nodeExpandPlannableResource
aws_iam_role.app (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_iam_role.app (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_elastic_beanstalk_application.app (expand) - *terraform.nodeExpandPlannableResource
aws_iam_role.app (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
aws_elastic_beanstalk_application.app (expand) - *terraform.nodeExpandPlannableResource
aws_iam_role.app (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
------
2021/02/11 13:34:35 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2021/02/11 13:34:35 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
aws_elastic_beanstalk_application.app (expand) - *terraform.nodeExpandPlannableResource
aws_iam_role.app (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_iam_role.app (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_elastic_beanstalk_application.app (expand) - *terraform.nodeExpandPlannableResource
aws_iam_role.app (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
aws_elastic_beanstalk_application.app (expand) - *terraform.nodeExpandPlannableResource
aws_iam_role.app (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
------
2021/02/11 13:34:35 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2021/02/11 13:34:35 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
aws_elastic_beanstalk_application.app (expand) - *terraform.nodeExpandPlannableResource
aws_iam_role.app (expand) - *terraform.nodeExpandPlannableResource
aws_iam_role.app (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_elastic_beanstalk_application.app (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
aws_elastic_beanstalk_application.app (expand) - *terraform.nodeExpandPlannableResource
root - *terraform.nodeCloseModule
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
------
2021/02/11 13:34:35 [DEBUG] Starting graph walk: walkPlan
2021/02/11 13:34:35 [TRACE] dag/walk: visiting "provider[\"registry.terraform.io/hashicorp/aws\"]"
2021/02/11 13:34:35 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"]": starting visit (*terraform.NodeApplyableProvider)
2021-02-11T13:34:35.913-0800 [INFO] plugin: configuring client automatic mTLS
2021-02-11T13:34:35.948-0800 [DEBUG] plugin: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.27.0/linux_amd64/terraform-provider-aws_v3.27.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.27.0/linux_amd64/terraform-provider-aws_v3.27.0_x5]
2021-02-11T13:34:35.948-0800 [DEBUG] plugin: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.27.0/linux_amd64/terraform-provider-aws_v3.27.0_x5 pid=11469
2021-02-11T13:34:35.948-0800 [DEBUG] plugin: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.27.0/linux_amd64/terraform-provider-aws_v3.27.0_x5
2021-02-11T13:34:35.984-0800 [INFO] plugin.terraform-provider-aws_v3.27.0_x5: configuring server automatic mTLS: timestamp=2021-02-11T13:34:35.984-0800
2021-02-11T13:34:36.012-0800 [DEBUG] plugin.terraform-provider-aws_v3.27.0_x5: plugin address: address=/tmp/plugin251622528 network=unix timestamp=2021-02-11T13:34:36.011-0800
2021-02-11T13:34:36.012-0800 [DEBUG] plugin: using plugin: version=5
2021/02/11 13:34:36 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/hashicorp/aws\"]" provider for provider["registry.terraform.io/hashicorp/aws"]
2021/02/11 13:34:36 [TRACE] buildProviderConfig for provider["registry.terraform.io/hashicorp/aws"]: using explicit config only
2021/02/11 13:34:36 [TRACE] GRPCProvider: GetSchema
2021-02-11T13:34:36.080-0800 [TRACE] plugin.stdio: waiting for stdio data
2021/02/11 13:34:36 [TRACE] GRPCProvider: Configure
2021-02-11T13:34:36.180-0800 [INFO] plugin.terraform-provider-aws_v3.27.0_x5: 2021/02/11 13:34:36 [INFO] AWS Auth provider used: "SharedCredentialsProvider": timestamp=2021-02-11T13:34:36.180-0800
2021-02-11T13:34:36.181-0800 [INFO] plugin.terraform-provider-aws_v3.27.0_x5: 2021/02/11 13:34:36 [DEBUG] Trying to get account information via sts:GetCallerIdentity: timestamp=2021-02-11T13:34:36.180-0800
2021-02-11T13:34:36.181-0800 [INFO] plugin.terraform-provider-aws_v3.27.0_x5: 2021/02/11 13:34:36 [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.37.4 (go1.15.5; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.14.2 (+https://www.terraform.io)
Content-Length: 43
Authorization: AWS4-HMAC-SHA256 Credential=<iam-akia>/20210211/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=1ca14944eb8ae3f3e8cbdb2ebc3dc2553cb84bb36a5e1ab366f41d82c13f4941
Content-Type: application/x-www-form-urlencoded; charset=utf-8
X-Amz-Date: 20210211T213436Z
Accept-Encoding: gzip
Action=GetCallerIdentity&Version=2011-06-15
-----------------------------------------------------: timestamp=2021-02-11T13:34:36.181-0800
2021-02-11T13:34:36.766-0800 [INFO] plugin.terraform-provider-aws_v3.27.0_x5: 2021/02/11 13:34:36 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Connection: close
Content-Length: 407
Content-Type: text/xml
Date: Thu, 11 Feb 2021 21:34:37 GMT
X-Amzn-Requestid: <i>
-----------------------------------------------------: timestamp=2021-02-11T13:34:36.765-0800
2021-02-11T13:34:36.766-0800 [INFO] plugin.terraform-provider-aws_v3.27.0_x5: 2021/02/11 13:34:36 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
<GetCallerIdentityResult>
<Arn>arn:aws:iam::<acct-id>:user/<iam-user></Arn>
<UserId><act-id></UserId>
<Account><acct-id></Account>
</GetCallerIdentityResult>
<ResponseMetadata>
<RequestId><i></RequestId>
</ResponseMetadata>
</GetCallerIdentityResponse>: timestamp=2021-02-11T13:34:36.765-0800
2021-02-11T13:34:36.766-0800 [INFO] plugin.terraform-provider-aws_v3.27.0_x5: 2021/02/11 13:34:36 [DEBUG] Trying to get account information via sts:GetCallerIdentity: timestamp=2021-02-11T13:34:36.766-0800
2021-02-11T13:34:36.766-0800 [INFO] plugin.terraform-provider-aws_v3.27.0_x5: 2021/02/11 13:34:36 [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.37.4 (go1.15.5; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.14.2 (+https://www.terraform.io)
Content-Length: 43
Authorization: AWS4-HMAC-SHA256 Credential=<iam-akia>/20210211/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=1ca14944eb8ae3f3e8cbdb2ebc3dc2553cb84bb36a5e1ab366f41d82c13f4941
Content-Type: application/x-www-form-urlencoded; charset=utf-8
X-Amz-Date: 20210211T213436Z
Accept-Encoding: gzip
Action=GetCallerIdentity&Version=2011-06-15
-----------------------------------------------------: timestamp=2021-02-11T13:34:36.766-0800
2021-02-11T13:34:37.141-0800 [INFO] plugin.terraform-provider-aws_v3.27.0_x5: 2021/02/11 13:34:37 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Connection: close
Content-Length: 407
Content-Type: text/xml
Date: Thu, 11 Feb 2021 21:34:37 GMT
X-Amzn-Requestid: <i>
-----------------------------------------------------: timestamp=2021-02-11T13:34:37.141-0800
2021-02-11T13:34:37.141-0800 [INFO] plugin.terraform-provider-aws_v3.27.0_x5: 2021/02/11 13:34:37 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
<GetCallerIdentityResult>
<Arn>arn:aws:iam::<acct-id>:user/<iam-user></Arn>
<UserId><act-id></UserId>
<Account><acct-id></Account>
</GetCallerIdentityResult>
<ResponseMetadata>
<RequestId><i></RequestId>
</ResponseMetadata>
</GetCallerIdentityResponse>: timestamp=2021-02-11T13:34:37.141-0800
2021-02-11T13:34:37.143-0800 [INFO] plugin.terraform-provider-aws_v3.27.0_x5: 2021/02/11 13:34:37 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details:
---[ REQUEST POST-SIGN ]-----------------------------
POST / HTTP/1.1
Host: ec2.<region>.amazonaws.com
User-Agent: aws-sdk-go/1.37.4 (go1.15.5; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.14.2 (+https://www.terraform.io)
Content-Length: 87
Authorization: AWS4-HMAC-SHA256 Credential=<iam-akia>/20210211/<region>/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=c83c208ac64d0e8c73120dcb8d150a8e2b9e1d7037ea742b50ffb3a4728052ed
Content-Type: application/x-www-form-urlencoded; charset=utf-8
X-Amz-Date: 20210211T213437Z
Accept-Encoding: gzip
Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15
-----------------------------------------------------: timestamp=2021-02-11T13:34:37.143-0800
2021-02-11T13:34:37.429-0800 [INFO] plugin.terraform-provider-aws_v3.27.0_x5: 2021/02/11 13:34:37 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Connection: close
Content-Length: 540
Cache-Control: no-cache, no-store
Content-Type: text/xml;charset=UTF-8
Date: Thu, 11 Feb 2021 21:34:37 GMT
Server: AmazonEC2
Strict-Transport-Security: max-age=31536000; includeSubDomains
X-Amzn-Requestid: <i>
-----------------------------------------------------: timestamp=2021-02-11T13:34:37.428-0800
2021-02-11T13:34:37.429-0800 [INFO] plugin.terraform-provider-aws_v3.27.0_x5: 2021/02/11 13:34:37 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
<DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
<requestId><i></requestId>
<accountAttributeSet>
<item>
<attributeName>supported-platforms</attributeName>
<attributeValueSet>
<item>
<attributeValue>VPC</attributeValue>
</item>
</attributeValueSet>
</item>
</accountAttributeSet>
</DescribeAccountAttributesResponse>: timestamp=2021-02-11T13:34:37.428-0800
2021/02/11 13:34:37 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"]": visit complete
2021/02/11 13:34:37 [TRACE] dag/walk: visiting "aws_iam_role.app (expand)"
2021/02/11 13:34:37 [TRACE] vertex "aws_iam_role.app (expand)": starting visit (*terraform.nodeExpandPlannableResource)
2021/02/11 13:34:37 [TRACE] vertex "aws_iam_role.app (expand)": expanding dynamic subgraph
2021/02/11 13:34:37 [TRACE] vertex "aws_iam_role.app (expand)": entering dynamic subgraph
2021/02/11 13:34:37 [TRACE] dag/walk: visiting "aws_iam_role.app"
2021/02/11 13:34:37 [TRACE] vertex "aws_iam_role.app": starting visit (*terraform.NodePlannableResource)
2021/02/11 13:34:37 [TRACE] vertex "aws_iam_role.app": expanding dynamic subgraph
2021/02/11 13:34:37 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2021/02/11 13:34:37 [TRACE] ResourceCountTransformer: adding aws_iam_role.app as *terraform.NodePlannableResourceInstance
2021/02/11 13:34:37 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
aws_iam_role.app - *terraform.NodePlannableResourceInstance
------
2021/02/11 13:34:37 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2021/02/11 13:34:37 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2021/02/11 13:34:37 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2021/02/11 13:34:37 [DEBUG] Resource instance state not found for node "aws_iam_role.app", instance aws_iam_role.app
2021/02/11 13:34:37 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2021/02/11 13:34:37 [TRACE] Executing graph transform *terraform.TargetsTransformer
2021/02/11 13:34:37 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2021/02/11 13:34:37 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2021/02/11 13:34:37 [DEBUG] ReferenceTransformer: "aws_iam_role.app" references: []
2021/02/11 13:34:37 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2021/02/11 13:34:37 [TRACE] Executing graph transform *terraform.RootTransformer
2021/02/11 13:34:37 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2021/02/11 13:34:37 [TRACE] vertex "aws_iam_role.app": entering dynamic subgraph
2021/02/11 13:34:37 [TRACE] dag/walk: visiting "aws_iam_role.app"
2021/02/11 13:34:37 [TRACE] vertex "aws_iam_role.app": starting visit (*terraform.NodePlannableResourceInstance)
2021/02/11 13:34:37 [TRACE] ReadResourceInstanceState: reading state for aws_iam_role.app
2021/02/11 13:34:37 [TRACE] ReadResourceInstanceState: no state present for aws_iam_role.app
2021/02/11 13:34:37 [DEBUG] refresh: aws_iam_role.app: no state, so not refreshing
2021/02/11 13:34:37 [TRACE] EvalWriteState: using RefreshState for aws_iam_role.app
2021/02/11 13:34:37 [TRACE] EvalWriteState: removing state object for aws_iam_role.app
2021/02/11 13:34:37 [TRACE] Re-validating config for "aws_iam_role.app"
2021/02/11 13:34:37 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2021/02/11 13:34:37 [TRACE] GRPCProvider: PlanResourceChange
2021/02/11 13:34:37 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_iam_role.app, 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:
- .max_session_duration: planned value cty.NumberIntVal(3600) does not match config value cty.NullVal(cty.Number)
- .force_detach_policies: planned value cty.False does not match config value cty.NullVal(cty.Bool)
- .path: planned value cty.StringVal("/") does not match config value cty.NullVal(cty.String)
2021/02/11 13:34:37 [TRACE] EvalWriteState: writing current state object for aws_iam_role.app
2021/02/11 13:34:37 [TRACE] EvalWriteDiff: recorded Create change for aws_iam_role.app
2021/02/11 13:34:37 [TRACE] vertex "aws_iam_role.app": visit complete
2021/02/11 13:34:37 [TRACE] vertex "aws_iam_role.app": dynamic subgraph completed successfully
2021/02/11 13:34:37 [TRACE] vertex "aws_iam_role.app": visit complete
2021/02/11 13:34:37 [TRACE] vertex "aws_iam_role.app (expand)": dynamic subgraph completed successfully
2021/02/11 13:34:37 [TRACE] vertex "aws_iam_role.app (expand)": visit complete
2021/02/11 13:34:37 [TRACE] dag/walk: visiting "aws_elastic_beanstalk_application.app (expand)"
2021/02/11 13:34:37 [TRACE] vertex "aws_elastic_beanstalk_application.app (expand)": starting visit (*terraform.nodeExpandPlannableResource)
2021/02/11 13:34:37 [TRACE] vertex "aws_elastic_beanstalk_application.app (expand)": expanding dynamic subgraph
2021/02/11 13:34:37 [TRACE] vertex "aws_elastic_beanstalk_application.app (expand)": entering dynamic subgraph
2021/02/11 13:34:37 [TRACE] dag/walk: visiting "aws_elastic_beanstalk_application.app"
2021/02/11 13:34:37 [TRACE] vertex "aws_elastic_beanstalk_application.app": starting visit (*terraform.NodePlannableResource)
2021/02/11 13:34:37 [TRACE] vertex "aws_elastic_beanstalk_application.app": expanding dynamic subgraph
2021/02/11 13:34:37 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2021/02/11 13:34:37 [TRACE] ResourceCountTransformer: adding aws_elastic_beanstalk_application.app as *terraform.NodePlannableResourceInstance
2021/02/11 13:34:37 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
aws_elastic_beanstalk_application.app - *terraform.NodePlannableResourceInstance
------
2021/02/11 13:34:37 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2021/02/11 13:34:37 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2021/02/11 13:34:37 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2021/02/11 13:34:37 [DEBUG] Resource instance state not found for node "aws_elastic_beanstalk_application.app", instance aws_elastic_beanstalk_application.app
2021/02/11 13:34:37 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2021/02/11 13:34:37 [TRACE] Executing graph transform *terraform.TargetsTransformer
2021/02/11 13:34:37 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2021/02/11 13:34:37 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2021/02/11 13:34:37 [DEBUG] ReferenceTransformer: "aws_elastic_beanstalk_application.app" references: []
2021/02/11 13:34:37 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2021/02/11 13:34:37 [TRACE] Executing graph transform *terraform.RootTransformer
2021/02/11 13:34:37 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2021/02/11 13:34:37 [TRACE] vertex "aws_elastic_beanstalk_application.app": entering dynamic subgraph
2021/02/11 13:34:37 [TRACE] dag/walk: visiting "aws_elastic_beanstalk_application.app"
2021/02/11 13:34:37 [TRACE] vertex "aws_elastic_beanstalk_application.app": starting visit (*terraform.NodePlannableResourceInstance)
2021/02/11 13:34:37 [TRACE] ReadResourceInstanceState: reading state for aws_elastic_beanstalk_application.app
2021/02/11 13:34:37 [TRACE] ReadResourceInstanceState: no state present for aws_elastic_beanstalk_application.app
2021/02/11 13:34:37 [DEBUG] refresh: aws_elastic_beanstalk_application.app: no state, so not refreshing
2021/02/11 13:34:37 [TRACE] EvalWriteState: using RefreshState for aws_elastic_beanstalk_application.app
2021/02/11 13:34:37 [TRACE] EvalWriteState: removing state object for aws_elastic_beanstalk_application.app
2021/02/11 13:34:37 [TRACE] Re-validating config for "aws_elastic_beanstalk_application.app"
2021/02/11 13:34:37 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2021/02/11 13:34:37 [TRACE] GRPCProvider: PlanResourceChange
2021/02/11 13:34:37 [TRACE] EvalWriteState: writing current state object for aws_elastic_beanstalk_application.app
2021/02/11 13:34:37 [TRACE] EvalWriteDiff: recorded Create change for aws_elastic_beanstalk_application.app
2021/02/11 13:34:37 [TRACE] vertex "aws_elastic_beanstalk_application.app": visit complete
2021/02/11 13:34:37 [TRACE] vertex "aws_elastic_beanstalk_application.app": dynamic subgraph completed successfully
2021/02/11 13:34:37 [TRACE] vertex "aws_elastic_beanstalk_application.app": visit complete
2021/02/11 13:34:37 [TRACE] vertex "aws_elastic_beanstalk_application.app (expand)": dynamic subgraph completed successfully
2021/02/11 13:34:37 [TRACE] vertex "aws_elastic_beanstalk_application.app (expand)": visit complete
2021/02/11 13:34:37 [TRACE] dag/walk: visiting "meta.count-boundary (EachMode fixup)"
2021/02/11 13:34:37 [TRACE] vertex "meta.count-boundary (EachMode fixup)": starting visit (*terraform.NodeCountBoundary)
2021/02/11 13:34:37 [TRACE] vertex "meta.count-boundary (EachMode fixup)": visit complete
2021/02/11 13:34:37 [TRACE] dag/walk: visiting "provider[\"registry.terraform.io/hashicorp/aws\"] (close)"
2021/02/11 13:34:37 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)": starting visit (*terraform.graphNodeCloseProvider)
2021/02/11 13:34:37 [TRACE] GRPCProvider: Close
2021-02-11T13:34:37.437-0800 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2021-02-11T13:34:37.438-0800 [DEBUG] plugin: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.27.0/linux_amd64/terraform-provider-aws_v3.27.0_x5 pid=11469
2021-02-11T13:34:37.438-0800 [DEBUG] plugin: plugin exited
2021/02/11 13:34:37 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)": visit complete
2021/02/11 13:34:37 [TRACE] dag/walk: visiting "root"
2021/02/11 13:34:37 [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule)
2021/02/11 13:34:37 [TRACE] vertex "root": visit complete
An execution plan has been generated and is shown below.
Resource actions are indicated with the following symbols:
+ create
Terraform will perform the following actions:
# aws_elastic_beanstalk_application.app will be created
+ resource "aws_elastic_beanstalk_application" "app" {
+ arn = (known after apply)
+ id = (known after apply)
+ name = "app"
+ appversion_lifecycle {
2021/02/11 13:34:37 [DEBUG] command: asking for input: "Do you want to perform these actions?"
+ delete_source_from_s3 = false
+ max_age_in_days = 90
+ max_count = 0
+ service_role = (known after apply)
}
}
# aws_iam_role.app will be created
+ resource "aws_iam_role" "app" {
+ arn = (known after apply)
+ assume_role_policy = jsonencode(
{
+ Statement = [
+ {
+ Action = "sts:AssumeRole"
+ Condition = {
+ StringEquals = {
+ sts:ExternalId = "elasticbeanstalk"
}
}
+ Effect = "Allow"
+ Principal = {
+ Service = "elasticbeanstalk.amazonaws.com"
}
},
]
+ Version = "2012-10-17"
}
)
+ create_date = (known after apply)
+ force_detach_policies = false
+ id = (known after apply)
+ max_session_duration = 3600
+ name = "app"
+ path = "/"
+ unique_id = (known after apply)
}
Plan: 2 to add, 0 to change, 0 to destroy.
Do you want to perform these actions?
Terraform will perform the actions described above.
Only 'yes' will be accepted to approve.
Enter a value: yes
2021/02/11 13:34:47 [INFO] backend/local: apply calling Apply
2021/02/11 13:34:47 [INFO] terraform: building graph: GraphTypeApply
2021/02/11 13:34:47 [TRACE] Executing graph transform *terraform.ConfigTransformer
2021/02/11 13:34:47 [TRACE] ConfigTransformer: Starting for path:
2021/02/11 13:34:47 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
aws_elastic_beanstalk_application.app (expand) - *terraform.nodeExpandApplyableResource
aws_iam_role.app (expand) - *terraform.nodeExpandApplyableResource
------
2021/02/11 13:34:47 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2021/02/11 13:34:47 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2021/02/11 13:34:47 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2021/02/11 13:34:47 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2021/02/11 13:34:47 [TRACE] Executing graph transform *terraform.LocalTransformer
2021/02/11 13:34:47 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2021/02/11 13:34:47 [TRACE] Executing graph transform *terraform.OutputTransformer
2021/02/11 13:34:47 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2021/02/11 13:34:47 [TRACE] Executing graph transform *terraform.DiffTransformer
2021/02/11 13:34:47 [TRACE] DiffTransformer starting
2021/02/11 13:34:47 [TRACE] DiffTransformer: found Create change for aws_iam_role.app
2021/02/11 13:34:47 [TRACE] DiffTransformer: aws_iam_role.app will be represented by aws_iam_role.app
2021/02/11 13:34:47 [TRACE] DiffTransformer: found Create change for aws_elastic_beanstalk_application.app
2021/02/11 13:34:47 [TRACE] DiffTransformer: aws_elastic_beanstalk_application.app will be represented by aws_elastic_beanstalk_application.app
2021/02/11 13:34:47 [TRACE] DiffTransformer complete
2021/02/11 13:34:47 [TRACE] Completed graph transform *terraform.DiffTransformer with new graph:
aws_elastic_beanstalk_application.app - *terraform.NodeApplyableResourceInstance
aws_elastic_beanstalk_application.app (expand) - *terraform.nodeExpandApplyableResource
aws_elastic_beanstalk_application.app (expand) - *terraform.nodeExpandApplyableResource
aws_iam_role.app - *terraform.NodeApplyableResourceInstance
aws_iam_role.app (expand) - *terraform.nodeExpandApplyableResource
aws_iam_role.app (expand) - *terraform.nodeExpandApplyableResource
------
2021/02/11 13:34:47 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2021/02/11 13:34:47 [DEBUG] Resource state not found for node "aws_iam_role.app", instance aws_iam_role.app
2021/02/11 13:34:47 [DEBUG] Resource state not found for node "aws_elastic_beanstalk_application.app", instance aws_elastic_beanstalk_application.app
2021/02/11 13:34:47 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2021/02/11 13:34:47 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2021/02/11 13:34:47 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2021/02/11 13:34:47 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2021/02/11 13:34:47 [TRACE] AttachResourceConfigTransformer: attaching to "aws_iam_role.app (expand)" (*terraform.nodeExpandApplyableResource) config from main.tf:5,1-30
2021/02/11 13:34:47 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_iam_role.app (expand)
2021/02/11 13:34:47 [TRACE] AttachResourceConfigTransformer: attaching to "aws_elastic_beanstalk_application.app (expand)" (*terraform.nodeExpandApplyableResource) config from main.tf:27,1-51
2021/02/11 13:34:47 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_elastic_beanstalk_application.app (expand)
2021/02/11 13:34:47 [TRACE] AttachResourceConfigTransformer: attaching to "aws_iam_role.app" (*terraform.NodeApplyableResourceInstance) config from main.tf:5,1-30
2021/02/11 13:34:47 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_iam_role.app
2021/02/11 13:34:47 [TRACE] AttachResourceConfigTransformer: attaching to "aws_elastic_beanstalk_application.app" (*terraform.NodeApplyableResourceInstance) config from main.tf:27,1-51
2021/02/11 13:34:47 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to aws_elastic_beanstalk_application.app
2021/02/11 13:34:47 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2021/02/11 13:34:47 [TRACE] Executing graph transform *terraform.MissingProvisionerTransformer
2021/02/11 13:34:47 [TRACE] Completed graph transform *terraform.MissingProvisionerTransformer (no changes)
2021/02/11 13:34:47 [TRACE] Executing graph transform *terraform.ProvisionerTransformer
2021/02/11 13:34:47 [TRACE] Completed graph transform *terraform.ProvisionerTransformer (no changes)
2021/02/11 13:34:47 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2021/02/11 13:34:47 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2021/02/11 13:34:47 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/hashicorp/aws\"]" provider configuration from main.tf:1,1-15
2021/02/11 13:34:47 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
aws_elastic_beanstalk_application.app - *terraform.NodeApplyableResourceInstance
aws_elastic_beanstalk_application.app (expand) - *terraform.nodeExpandApplyableResource
aws_elastic_beanstalk_application.app (expand) - *terraform.nodeExpandApplyableResource
aws_iam_role.app - *terraform.NodeApplyableResourceInstance
aws_iam_role.app (expand) - *terraform.nodeExpandApplyableResource
aws_iam_role.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
------
2021/02/11 13:34:47 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2021/02/11 13:34:47 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2021/02/11 13:34:47 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2021/02/11 13:34:47 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_iam_role.app
2021/02/11 13:34:47 [DEBUG] ProviderTransformer: "aws_iam_role.app" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/aws"]
2021/02/11 13:34:47 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_elastic_beanstalk_application.app
2021/02/11 13:34:47 [DEBUG] ProviderTransformer: "aws_elastic_beanstalk_application.app" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/aws"]
2021/02/11 13:34:47 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_iam_role.app (expand)
2021/02/11 13:34:47 [DEBUG] ProviderTransformer: "aws_iam_role.app (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2021/02/11 13:34:47 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/aws"] serving aws_elastic_beanstalk_application.app (expand)
2021/02/11 13:34:47 [DEBUG] ProviderTransformer: "aws_elastic_beanstalk_application.app (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"]
2021/02/11 13:34:47 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
aws_elastic_beanstalk_application.app - *terraform.NodeApplyableResourceInstance
aws_elastic_beanstalk_application.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_elastic_beanstalk_application.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_iam_role.app - *terraform.NodeApplyableResourceInstance
aws_iam_role.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_iam_role.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
------
2021/02/11 13:34:47 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2021/02/11 13:34:47 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2021/02/11 13:34:47 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer
2021/02/11 13:34:47 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes)
2021/02/11 13:34:47 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
aws_elastic_beanstalk_application.app - *terraform.NodeApplyableResourceInstance
aws_elastic_beanstalk_application.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_elastic_beanstalk_application.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_iam_role.app - *terraform.NodeApplyableResourceInstance
aws_iam_role.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_iam_role.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
------
2021/02/11 13:34:47 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2021/02/11 13:34:47 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2021/02/11 13:34:47 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2021/02/11 13:34:47 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_iam_role.app (expand)
2021/02/11 13:34:47 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_elastic_beanstalk_application.app (expand)
2021/02/11 13:34:47 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_iam_role.app
2021/02/11 13:34:47 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_elastic_beanstalk_application.app
2021/02/11 13:34:47 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/aws"]
2021/02/11 13:34:47 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2021/02/11 13:34:47 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2021/02/11 13:34:47 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2021/02/11 13:34:47 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2021/02/11 13:34:47 [DEBUG] ReferenceTransformer: "aws_elastic_beanstalk_application.app (expand)" references: []
2021/02/11 13:34:47 [DEBUG] ReferenceTransformer: "aws_iam_role.app" references: []
2021/02/11 13:34:47 [DEBUG] ReferenceTransformer: "aws_elastic_beanstalk_application.app" references: [aws_iam_role.app aws_iam_role.app aws_iam_role.app (expand)]
2021/02/11 13:34:47 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/aws\"]" references: []
2021/02/11 13:34:47 [DEBUG] ReferenceTransformer: "aws_iam_role.app (expand)" references: []
2021/02/11 13:34:47 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
aws_elastic_beanstalk_application.app - *terraform.NodeApplyableResourceInstance
aws_elastic_beanstalk_application.app (expand) - *terraform.nodeExpandApplyableResource
aws_iam_role.app - *terraform.NodeApplyableResourceInstance
aws_iam_role.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_elastic_beanstalk_application.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_iam_role.app - *terraform.NodeApplyableResourceInstance
aws_iam_role.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_iam_role.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
------
2021/02/11 13:34:47 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2021/02/11 13:34:47 [TRACE] AttachDependenciesTransformer: aws_elastic_beanstalk_application.app depends on [aws_iam_role.app]
2021/02/11 13:34:47 [TRACE] AttachDependenciesTransformer: aws_iam_role.app depends on []
2021/02/11 13:34:47 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2021/02/11 13:34:47 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2021/02/11 13:34:47 [TRACE] ForcedCBDTransformer: "aws_iam_role.app" (*terraform.NodeApplyableResourceInstance) has no CBD descendent, so skipping
2021/02/11 13:34:47 [TRACE] ForcedCBDTransformer: "aws_elastic_beanstalk_application.app" (*terraform.NodeApplyableResourceInstance) has no CBD descendent, so skipping
2021/02/11 13:34:47 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2021/02/11 13:34:47 [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2021/02/11 13:34:47 [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2021/02/11 13:34:47 [TRACE] Executing graph transform *terraform.CBDEdgeTransformer
2021/02/11 13:34:47 [TRACE] Completed graph transform *terraform.CBDEdgeTransformer (no changes)
2021/02/11 13:34:47 [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer
2021/02/11 13:34:47 [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer (no changes)
2021/02/11 13:34:47 [TRACE] Executing graph transform *terraform.TargetsTransformer
2021/02/11 13:34:47 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2021/02/11 13:34:47 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer
2021/02/11 13:34:47 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph:
aws_elastic_beanstalk_application.app - *terraform.NodeApplyableResourceInstance
aws_elastic_beanstalk_application.app (expand) - *terraform.nodeExpandApplyableResource
aws_iam_role.app - *terraform.NodeApplyableResourceInstance
aws_iam_role.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_elastic_beanstalk_application.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_iam_role.app - *terraform.NodeApplyableResourceInstance
aws_iam_role.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_iam_role.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_elastic_beanstalk_application.app - *terraform.NodeApplyableResourceInstance
aws_elastic_beanstalk_application.app (expand) - *terraform.nodeExpandApplyableResource
aws_iam_role.app - *terraform.NodeApplyableResourceInstance
aws_iam_role.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
------
2021/02/11 13:34:47 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2021/02/11 13:34:47 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
aws_elastic_beanstalk_application.app - *terraform.NodeApplyableResourceInstance
aws_elastic_beanstalk_application.app (expand) - *terraform.nodeExpandApplyableResource
aws_iam_role.app - *terraform.NodeApplyableResourceInstance
aws_iam_role.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_elastic_beanstalk_application.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_iam_role.app - *terraform.NodeApplyableResourceInstance
aws_iam_role.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_iam_role.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_elastic_beanstalk_application.app - *terraform.NodeApplyableResourceInstance
aws_elastic_beanstalk_application.app (expand) - *terraform.nodeExpandApplyableResource
aws_iam_role.app - *terraform.NodeApplyableResourceInstance
aws_iam_role.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
aws_elastic_beanstalk_application.app - *terraform.NodeApplyableResourceInstance
aws_elastic_beanstalk_application.app (expand) - *terraform.nodeExpandApplyableResource
aws_iam_role.app - *terraform.NodeApplyableResourceInstance
aws_iam_role.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
------
2021/02/11 13:34:47 [TRACE] Executing graph transform *terraform.CloseProvisionerTransformer
2021/02/11 13:34:47 [TRACE] Completed graph transform *terraform.CloseProvisionerTransformer (no changes)
2021/02/11 13:34:47 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2021/02/11 13:34:47 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
aws_elastic_beanstalk_application.app - *terraform.NodeApplyableResourceInstance
aws_elastic_beanstalk_application.app (expand) - *terraform.nodeExpandApplyableResource
aws_iam_role.app - *terraform.NodeApplyableResourceInstance
aws_iam_role.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_elastic_beanstalk_application.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_iam_role.app - *terraform.NodeApplyableResourceInstance
aws_iam_role.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_iam_role.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_elastic_beanstalk_application.app - *terraform.NodeApplyableResourceInstance
aws_elastic_beanstalk_application.app (expand) - *terraform.nodeExpandApplyableResource
aws_iam_role.app - *terraform.NodeApplyableResourceInstance
aws_iam_role.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
aws_elastic_beanstalk_application.app - *terraform.NodeApplyableResourceInstance
aws_elastic_beanstalk_application.app (expand) - *terraform.nodeExpandApplyableResource
aws_iam_role.app - *terraform.NodeApplyableResourceInstance
aws_iam_role.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
------
2021/02/11 13:34:47 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2021/02/11 13:34:47 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
aws_elastic_beanstalk_application.app - *terraform.NodeApplyableResourceInstance
aws_elastic_beanstalk_application.app (expand) - *terraform.nodeExpandApplyableResource
aws_iam_role.app - *terraform.NodeApplyableResourceInstance
aws_elastic_beanstalk_application.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
aws_iam_role.app - *terraform.NodeApplyableResourceInstance
aws_iam_role.app (expand) - *terraform.nodeExpandApplyableResource
aws_iam_role.app (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_elastic_beanstalk_application.app - *terraform.NodeApplyableResourceInstance
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
aws_elastic_beanstalk_application.app - *terraform.NodeApplyableResourceInstance
root - *terraform.nodeCloseModule
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider["registry.terraform.io/hashicorp/aws"] (close) - *terraform.graphNodeCloseProvider
------
2021/02/11 13:34:47 [DEBUG] Starting graph walk: walkApply
2021/02/11 13:34:47 [TRACE] dag/walk: visiting "provider[\"registry.terraform.io/hashicorp/aws\"]"
2021/02/11 13:34:47 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"]": starting visit (*terraform.NodeApplyableProvider)
2021-02-11T13:34:47.194-0800 [INFO] plugin: configuring client automatic mTLS
2021-02-11T13:34:47.229-0800 [DEBUG] plugin: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.27.0/linux_amd64/terraform-provider-aws_v3.27.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.27.0/linux_amd64/terraform-provider-aws_v3.27.0_x5]
2021-02-11T13:34:47.229-0800 [DEBUG] plugin: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.27.0/linux_amd64/terraform-provider-aws_v3.27.0_x5 pid=11483
2021-02-11T13:34:47.229-0800 [DEBUG] plugin: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.27.0/linux_amd64/terraform-provider-aws_v3.27.0_x5
2021-02-11T13:34:47.266-0800 [INFO] plugin.terraform-provider-aws_v3.27.0_x5: configuring server automatic mTLS: timestamp=2021-02-11T13:34:47.266-0800
2021-02-11T13:34:47.303-0800 [DEBUG] plugin: using plugin: version=5
2021-02-11T13:34:47.303-0800 [DEBUG] plugin.terraform-provider-aws_v3.27.0_x5: plugin address: address=/tmp/plugin517639954 network=unix timestamp=2021-02-11T13:34:47.303-0800
2021/02/11 13:34:47 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/hashicorp/aws\"]" provider for provider["registry.terraform.io/hashicorp/aws"]
2021/02/11 13:34:47 [TRACE] buildProviderConfig for provider["registry.terraform.io/hashicorp/aws"]: using explicit config only
2021/02/11 13:34:47 [TRACE] GRPCProvider: GetSchema
2021-02-11T13:34:47.371-0800 [TRACE] plugin.stdio: waiting for stdio data
2021/02/11 13:34:47 [TRACE] GRPCProvider: Configure
2021-02-11T13:34:47.487-0800 [INFO] plugin.terraform-provider-aws_v3.27.0_x5: 2021/02/11 13:34:47 [INFO] AWS Auth provider used: "SharedCredentialsProvider": timestamp=2021-02-11T13:34:47.487-0800
2021-02-11T13:34:47.487-0800 [INFO] plugin.terraform-provider-aws_v3.27.0_x5: 2021/02/11 13:34:47 [DEBUG] Trying to get account information via sts:GetCallerIdentity: timestamp=2021-02-11T13:34:47.487-0800
2021-02-11T13:34:47.488-0800 [INFO] plugin.terraform-provider-aws_v3.27.0_x5: 2021/02/11 13:34:47 [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.37.4 (go1.15.5; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.14.2 (+https://www.terraform.io)
Content-Length: 43
Authorization: AWS4-HMAC-SHA256 Credential=<iam-akia>/20210211/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=2a4239c625b5e93f84c79409168ecad96af9004d90675ec0905ecb66a33be192
Content-Type: application/x-www-form-urlencoded; charset=utf-8
X-Amz-Date: 20210211T213447Z
Accept-Encoding: gzip
Action=GetCallerIdentity&Version=2011-06-15
-----------------------------------------------------: timestamp=2021-02-11T13:34:47.488-0800
2021-02-11T13:34:47.877-0800 [INFO] plugin.terraform-provider-aws_v3.27.0_x5: 2021/02/11 13:34:47 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Connection: close
Content-Length: 407
Content-Type: text/xml
Date: Thu, 11 Feb 2021 21:34:48 GMT
X-Amzn-Requestid: <i>
-----------------------------------------------------: timestamp=2021-02-11T13:34:47.877-0800
2021-02-11T13:34:47.877-0800 [INFO] plugin.terraform-provider-aws_v3.27.0_x5: 2021/02/11 13:34:47 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
<GetCallerIdentityResult>
<Arn>arn:aws:iam::<acct-id>:user/<iam-user></Arn>
<UserId><act-id></UserId>
<Account><acct-id></Account>
</GetCallerIdentityResult>
<ResponseMetadata>
<RequestId><i></RequestId>
</ResponseMetadata>
</GetCallerIdentityResponse>: timestamp=2021-02-11T13:34:47.877-0800
2021-02-11T13:34:47.877-0800 [INFO] plugin.terraform-provider-aws_v3.27.0_x5: 2021/02/11 13:34:47 [DEBUG] Trying to get account information via sts:GetCallerIdentity: timestamp=2021-02-11T13:34:47.877-0800
2021-02-11T13:34:47.878-0800 [INFO] plugin.terraform-provider-aws_v3.27.0_x5: 2021/02/11 13:34:47 [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.37.4 (go1.15.5; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.14.2 (+https://www.terraform.io)
Content-Length: 43
Authorization: AWS4-HMAC-SHA256 Credential=<iam-akia>/20210211/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=2a4239c625b5e93f84c79409168ecad96af9004d90675ec0905ecb66a33be192
Content-Type: application/x-www-form-urlencoded; charset=utf-8
X-Amz-Date: 20210211T213447Z
Accept-Encoding: gzip
Action=GetCallerIdentity&Version=2011-06-15
-----------------------------------------------------: timestamp=2021-02-11T13:34:47.877-0800
2021-02-11T13:34:48.232-0800 [INFO] plugin.terraform-provider-aws_v3.27.0_x5: 2021/02/11 13:34:48 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Connection: close
Content-Length: 407
Content-Type: text/xml
Date: Thu, 11 Feb 2021 21:34:48 GMT
X-Amzn-Requestid: <i>
-----------------------------------------------------: timestamp=2021-02-11T13:34:48.232-0800
2021-02-11T13:34:48.232-0800 [INFO] plugin.terraform-provider-aws_v3.27.0_x5: 2021/02/11 13:34:48 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
<GetCallerIdentityResult>
<Arn>arn:aws:iam::<acct-id>:user/<iam-user></Arn>
<UserId><act-id></UserId>
<Account><acct-id></Account>
</GetCallerIdentityResult>
<ResponseMetadata>
<RequestId><i></RequestId>
</ResponseMetadata>
</GetCallerIdentityResponse>: timestamp=2021-02-11T13:34:48.232-0800
2021-02-11T13:34:48.234-0800 [INFO] plugin.terraform-provider-aws_v3.27.0_x5: 2021/02/11 13:34:48 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details:
---[ REQUEST POST-SIGN ]-----------------------------
POST / HTTP/1.1
Host: ec2.<region>.amazonaws.com
User-Agent: aws-sdk-go/1.37.4 (go1.15.5; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.14.2 (+https://www.terraform.io)
Content-Length: 87
Authorization: AWS4-HMAC-SHA256 Credential=<iam-akia>/20210211/<region>/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=9992319fd1cf38041f4dd7224dd1c0c9f32e1c6939f8095b71f0db038b4a49c0
Content-Type: application/x-www-form-urlencoded; charset=utf-8
X-Amz-Date: 20210211T213448Z
Accept-Encoding: gzip
Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15
-----------------------------------------------------: timestamp=2021-02-11T13:34:48.234-0800
2021-02-11T13:34:48.458-0800 [INFO] plugin.terraform-provider-aws_v3.27.0_x5: 2021/02/11 13:34:48 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Connection: close
Content-Length: 540
Cache-Control: no-cache, no-store
Content-Type: text/xml;charset=UTF-8
Date: Thu, 11 Feb 2021 21:34:48 GMT
Server: AmazonEC2
Strict-Transport-Security: max-age=31536000; includeSubDomains
X-Amzn-Requestid: <i>
-----------------------------------------------------: timestamp=2021-02-11T13:34:48.458-0800
2021-02-11T13:34:48.458-0800 [INFO] plugin.terraform-provider-aws_v3.27.0_x5: 2021/02/11 13:34:48 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
<DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
<requestId><i></requestId>
<accountAttributeSet>
<item>
<attributeName>supported-platforms</attributeName>
<attributeValueSet>
<item>
<attributeValue>VPC</attributeValue>
</item>
</attributeValueSet>
</item>
</accountAttributeSet>
</DescribeAccountAttributesResponse>: timestamp=2021-02-11T13:34:48.458-0800
2021/02/11 13:34:48 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/aws\"]": visit complete
2021/02/11 13:34:48 [TRACE] dag/walk: visiting "aws_iam_role.app (expand)"
2021/02/11 13:34:48 [TRACE] vertex "aws_iam_role.app (expand)": starting visit (*terraform.nodeExpandApplyableResource)
2021/02/11 13:34:48 [TRACE] vertex "aws_iam_role.app (expand)": expanding dynamic subgraph
2021/02/11 13:34:48 [TRACE] dag/walk: visiting "aws_elastic_beanstalk_application.app (expand)"
2021/02/11 13:34:48 [TRACE] vertex "aws_iam_role.app (expand)": entering dynamic subgraph
2021/02/11 13:34:48 [TRACE] vertex "aws_elastic_beanstalk_application.app (expand)": starting visit (*terraform.nodeExpandApplyableResource)
2021/02/11 13:34:48 [TRACE] vertex "aws_elastic_beanstalk_application.app (expand)": expanding dynamic subgraph
2021/02/11 13:34:48 [TRACE] vertex "aws_elastic_beanstalk_application.app (expand)": entering dynamic subgraph
2021/02/11 13:34:48 [TRACE] dag/walk: visiting "aws_iam_role.app"
2021/02/11 13:34:48 [TRACE] vertex "aws_iam_role.app": starting visit (*terraform.NodeApplyableResource)
2021/02/11 13:34:48 [TRACE] dag/walk: visiting "aws_elastic_beanstalk_application.app"
2021/02/11 13:34:48 [TRACE] vertex "aws_elastic_beanstalk_application.app": starting visit (*terraform.NodeApplyableResource)
2021/02/11 13:34:48 [TRACE] vertex "aws_iam_role.app": visit complete
2021/02/11 13:34:48 [TRACE] vertex "aws_iam_role.app (expand)": dynamic subgraph completed successfully
2021/02/11 13:34:48 [TRACE] vertex "aws_iam_role.app (expand)": visit complete
2021/02/11 13:34:48 [TRACE] dag/walk: visiting "aws_iam_role.app"
2021/02/11 13:34:48 [TRACE] vertex "aws_iam_role.app": starting visit (*terraform.NodeApplyableResourceInstance)
2021/02/11 13:34:48 [TRACE] EvalReadDiff: Read Create change from plan for aws_iam_role.app
2021/02/11 13:34:48 [TRACE] EvalReadState: reading state for aws_iam_role.app
2021/02/11 13:34:48 [TRACE] vertex "aws_elastic_beanstalk_application.app": visit complete
2021/02/11 13:34:48 [TRACE] vertex "aws_elastic_beanstalk_application.app (expand)": dynamic subgraph completed successfully
2021/02/11 13:34:48 [TRACE] vertex "aws_elastic_beanstalk_application.app (expand)": visit complete
2021/02/11 13:34:48 [TRACE] EvalReadState: no state present for aws_iam_role.app
2021/02/11 13:34:48 [TRACE] EvalReadDiff: Read Create change from plan for aws_iam_role.app
2021/02/11 13:34:48 [TRACE] Re-validating config for "aws_iam_role.app"
2021/02/11 13:34:48 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2021/02/11 13:34:48 [TRACE] GRPCProvider: PlanResourceChange
2021/02/11 13:34:48 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_iam_role.app, 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_detach_policies: planned value cty.False does not match config value cty.NullVal(cty.Bool)
- .path: planned value cty.StringVal("/") does not match config value cty.NullVal(cty.String)
- .max_session_duration: planned value cty.NumberIntVal(3600) does not match config value cty.NullVal(cty.Number)
2021/02/11 13:34:48 [TRACE] EvalCheckPlannedChange: Verifying that actual change (action Create) matches planned change (action Create)
2021/02/11 13:34:48 [TRACE] EvalReadState: reading state for aws_iam_role.app
2021/02/11 13:34:48 [TRACE] EvalReadState: no state present for aws_iam_role.app
aws_iam_role.app: Creating...
2021/02/11 13:34:48 [DEBUG] EvalApply: ProviderMeta config value set
2021/02/11 13:34:48 [DEBUG] aws_iam_role.app: applying the planned Create change
2021/02/11 13:34:48 [TRACE] GRPCProvider: ApplyResourceChange
2021-02-11T13:34:48.462-0800 [INFO] plugin.terraform-provider-aws_v3.27.0_x5: 2021/02/11 13:34:48 [DEBUG] Waiting for state to become: [success]: timestamp=2021-02-11T13:34:48.462-0800
2021-02-11T13:34:48.463-0800 [INFO] plugin.terraform-provider-aws_v3.27.0_x5: 2021/02/11 13:34:48 [DEBUG] [aws-sdk-go] DEBUG: Request iam/CreateRole Details:
---[ REQUEST POST-SIGN ]-----------------------------
POST / HTTP/1.1
Host: iam.amazonaws.com
User-Agent: aws-sdk-go/1.37.4 (go1.15.5; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.14.2 (+https://www.terraform.io)
Content-Length: 535
Authorization: AWS4-HMAC-SHA256 Credential=<iam-akia>/20210211/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=e95f9bb6e8c1c2a05a9e0bccf0d26ae04bc7386a73e0f2f511f606bf277447f9
Content-Type: application/x-www-form-urlencoded; charset=utf-8
X-Amz-Date: 20210211T213448Z
Accept-Encoding: gzip
Action=CreateRole&AssumeRolePolicyDocument=%7B%0A++%22Version%22%3A+%222012-10-17%22%2C%0A++%22Statement%22%3A+%5B%7B%0A++++%22Effect%22%3A+%22Allow%22%2C%0A++++%22Principal%22%3A+%7B%0A++++++%22Service%22%3A+%22elasticbeanstalk.amazonaws.com%22%0A++++%7D%2C%0A++++%22Action%22%3A+%22sts%3AAssumeRole%22%2C%0A++++%22Condition%22%3A+%7B%0A++++++%22StringEquals%22%3A+%7B%0A++++++++%22sts%3AExternalId%22%3A+%22elasticbeanstalk%22%0A++++++%7D%0A++++%7D%0A++%7D%5D%0A%7D%0A&MaxSessionDuration=3600&Path=%2F&RoleName=app&Version=2010-05-08
-----------------------------------------------------: timestamp=2021-02-11T13:34:48.462-0800
2021-02-11T13:34:48.858-0800 [INFO] plugin.terraform-provider-aws_v3.27.0_x5: 2021/02/11 13:34:48 [DEBUG] [aws-sdk-go] DEBUG: Response iam/CreateRole Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Connection: close
Content-Length: 1084
Content-Type: text/xml
Date: Thu, 11 Feb 2021 21:34:48 GMT
X-Amzn-Requestid: <i>
-----------------------------------------------------: timestamp=2021-02-11T13:34:48.858-0800
2021-02-11T13:34:48.858-0800 [INFO] plugin.terraform-provider-aws_v3.27.0_x5: 2021/02/11 13:34:48 [DEBUG] [aws-sdk-go] <CreateRoleResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
<CreateRoleResult>
<Role>
<Path>/</Path>
<AssumeRolePolicyDocument>%7B%0A%20%20%22Version%22%3A%20%222012-10-17%22%2C%0A%20%20%22Statement%22%3A%20%5B%7B%0A%20%20%20%20%22Effect%22%3A%20%22Allow%22%2C%0A%20%20%20%20%22Principal%22%3A%20%7B%0A%20%20%20%20%20%20%22Service%22%3A%20%22elasticbeanstalk.amazonaws.com%22%0A%20%20%20%20%7D%2C%0A%20%20%20%20%22Action%22%3A%20%22sts%3AAssumeRole%22%2C%0A%20%20%20%20%22Condition%22%3A%20%7B%0A%20%20%20%20%20%20%22StringEquals%22%3A%20%7B%0A%20%20%20%20%20%20%20%20%22sts%3AExternalId%22%3A%20%22elasticbeanstalk%22%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%7D%0A%20%20%7D%5D%0A%7D%0A</AssumeRolePolicyDocument>
<RoleId><i></RoleId>
<RoleName>app</RoleName>
<Arn>arn:aws:iam::<acct-id>:role/app</Arn>
<CreateDate>2021-02-11T21:34:49Z</CreateDate>
</Role>
</CreateRoleResult>
<ResponseMetadata>
<RequestId><i></RequestId>
</ResponseMetadata>
</CreateRoleResponse>: timestamp=2021-02-11T13:34:48.858-0800
2021-02-11T13:34:48.858-0800 [INFO] plugin.terraform-provider-aws_v3.27.0_x5: 2021/02/11 13:34:48 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetRole Details:
---[ REQUEST POST-SIGN ]-----------------------------
POST / HTTP/1.1
Host: iam.amazonaws.com
User-Agent: aws-sdk-go/1.37.4 (go1.15.5; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.14.2 (+https://www.terraform.io)
Content-Length: 46
Authorization: AWS4-HMAC-SHA256 Credential=<iam-akia>/20210211/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=45e0af4025906112d585130c798e19f946448fbb66aea21716826781364f2c2f
Content-Type: application/x-www-form-urlencoded; charset=utf-8
X-Amz-Date: 20210211T213448Z
Accept-Encoding: gzip
Action=GetRole&RoleName=app&Version=2010-05-08
-----------------------------------------------------: timestamp=2021-02-11T13:34:48.858-0800
2021-02-11T13:34:49.234-0800 [INFO] plugin.terraform-provider-aws_v3.27.0_x5: 2021/02/11 13:34:49 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetRole Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Connection: close
Content-Length: 906
Content-Type: text/xml
Date: Thu, 11 Feb 2021 21:34:49 GMT
X-Amzn-Requestid: <i>
-----------------------------------------------------: timestamp=2021-02-11T13:34:49.233-0800
2021-02-11T13:34:49.234-0800 [INFO] plugin.terraform-provider-aws_v3.27.0_x5: 2021/02/11 13:34:49 [DEBUG] [aws-sdk-go] <GetRoleResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
<GetRoleResult>
<Role>
<Path>/</Path>
<AssumeRolePolicyDocument>%7B%22Version%22%3A%222012-10-17%22%2C%22Statement%22%3A%5B%7B%22Effect%22%3A%22Allow%22%2C%22Principal%22%3A%7B%22Service%22%3A%22elasticbeanstalk.amazonaws.com%22%7D%2C%22Action%22%3A%22sts%3AAssumeRole%22%2C%22Condition%22%3A%7B%22StringEquals%22%3A%7B%22sts%3AExternalId%22%3A%22elasticbeanstalk%22%7D%7D%7D%5D%7D</AssumeRolePolicyDocument>
<MaxSessionDuration>3600</MaxSessionDuration>
<RoleId><i></RoleId>
<RoleLastUsed/>
<RoleName>app</RoleName>
<Arn>arn:aws:iam::<acct-id>:role/app</Arn>
<CreateDate>2021-02-11T21:34:49Z</CreateDate>
</Role>
</GetRoleResult>
<ResponseMetadata>
<RequestId><i></RequestId>
</ResponseMetadata>
</GetRoleResponse>: timestamp=2021-02-11T13:34:49.234-0800
2021/02/11 13:34:49 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an unexpected new value for aws_iam_role.app, 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:
- .assume_role_policy: was cty.StringVal("{\n \"Version\": \"2012-10-17\",\n \"Statement\": [{\n \"Effect\": \"Allow\",\n \"Principal\": {\n \"Service\": \"elasticbeanstalk.amazonaws.com\"\n },\n \"Action\": \"sts:AssumeRole\",\n \"Condition\": {\n \"StringEquals\": {\n \"sts:ExternalId\": \"elasticbeanstalk\"\n }\n }\n }]\n}\n"), but now cty.StringVal("{\"Version\":\"2012-10-17\",\"Statement\":[{\"Effect\":\"Allow\",\"Principal\":{\"Service\":\"elasticbeanstalk.amazonaws.com\"},\"Action\":\"sts:AssumeRole\",\"Condition\":{\"StringEquals\":{\"sts:ExternalId\":\"elasticbeanstalk\"}}}]}")
- .description: was null, but now cty.StringVal("")
2021/02/11 13:34:49 [TRACE] EvalWriteState: recording 0 dependencies for aws_iam_role.app
2021/02/11 13:34:49 [TRACE] EvalWriteState: writing current state object for aws_iam_role.app
2021/02/11 13:34:49 [TRACE] EvalWriteState: recording 0 dependencies for aws_iam_role.app
2021/02/11 13:34:49 [TRACE] EvalWriteState: writing current state object for aws_iam_role.app
aws_iam_role.app: Creation complete after 1s [id=app]
2021/02/11 13:34:49 [TRACE] statemgr.Filesystem: creating backup snapshot at terraform.tfstate.backup
2021/02/11 13:34:49 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 6
2021/02/11 13:34:49 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
2021/02/11 13:34:49 [TRACE] vertex "aws_iam_role.app": visit complete
2021/02/11 13:34:49 [TRACE] dag/walk: visiting "aws_elastic_beanstalk_application.app"
2021/02/11 13:34:49 [TRACE] vertex "aws_elastic_beanstalk_application.app": starting visit (*terraform.NodeApplyableResourceInstance)
2021/02/11 13:34:49 [TRACE] EvalReadDiff: Read Create change from plan for aws_elastic_beanstalk_application.app
2021/02/11 13:34:49 [TRACE] EvalReadState: reading state for aws_elastic_beanstalk_application.app
2021/02/11 13:34:49 [TRACE] EvalReadState: no state present for aws_elastic_beanstalk_application.app
2021/02/11 13:34:49 [TRACE] EvalReadDiff: Read Create change from plan for aws_elastic_beanstalk_application.app
2021/02/11 13:34:49 [TRACE] Re-validating config for "aws_elastic_beanstalk_application.app"
2021/02/11 13:34:49 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2021/02/11 13:34:49 [TRACE] GRPCProvider: PlanResourceChange
aws_elastic_beanstalk_application.app: Creating...
2021/02/11 13:34:49 [TRACE] EvalCheckPlannedChange: Verifying that actual change (action Create) matches planned change (action Create)
2021/02/11 13:34:49 [TRACE] EvalReadState: reading state for aws_elastic_beanstalk_application.app
2021/02/11 13:34:49 [TRACE] EvalReadState: no state present for aws_elastic_beanstalk_application.app
2021/02/11 13:34:49 [DEBUG] EvalApply: ProviderMeta config value set
2021/02/11 13:34:49 [DEBUG] aws_elastic_beanstalk_application.app: applying the planned Create change
2021/02/11 13:34:49 [TRACE] GRPCProvider: ApplyResourceChange
2021-02-11T13:34:49.243-0800 [INFO] plugin.terraform-provider-aws_v3.27.0_x5: 2021/02/11 13:34:49 [DEBUG] Elastic Beanstalk application create: app, description:: timestamp=2021-02-11T13:34:49.242-0800
2021-02-11T13:34:49.243-0800 [INFO] plugin.terraform-provider-aws_v3.27.0_x5: 2021/02/11 13:34:49 [DEBUG] [aws-sdk-go] DEBUG: Request elasticbeanstalk/CreateApplication Details:
---[ REQUEST POST-SIGN ]-----------------------------
POST / HTTP/1.1
Host: elasticbeanstalk.<region>.amazonaws.com
User-Agent: aws-sdk-go/1.37.4 (go1.15.5; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.14.2 (+https://www.terraform.io)
Content-Length: 82
Authorization: AWS4-HMAC-SHA256 Credential=<iam-akia>/20210211/<region>/elasticbeanstalk/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=273657b68ca3f667218ee5cc443a514691f67f569f2f9f3346dad3f8b23235df
Content-Type: application/x-www-form-urlencoded; charset=utf-8
X-Amz-Date: 20210211T213449Z
Accept-Encoding: gzip
Action=CreateApplication&ApplicationName=app&Description=&Tags=&Version=2010-12-01
-----------------------------------------------------: timestamp=2021-02-11T13:34:49.243-0800
2021-02-11T13:34:49.725-0800 [INFO] plugin.terraform-provider-aws_v3.27.0_x5: 2021/02/11 13:34:49 [DEBUG] [aws-sdk-go] DEBUG: Response elasticbeanstalk/CreateApplication Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Connection: close
Content-Length: 1142
Content-Type: text/xml
Date: Thu, 11 Feb 2021 21:34:50 GMT
X-Amzn-Requestid: <i>
-----------------------------------------------------: timestamp=2021-02-11T13:34:49.725-0800
2021-02-11T13:34:49.725-0800 [INFO] plugin.terraform-provider-aws_v3.27.0_x5: 2021/02/11 13:34:49 [DEBUG] [aws-sdk-go] <CreateApplicationResponse xmlns="http://elasticbeanstalk.amazonaws.com/docs/2010-12-01/">
<CreateApplicationResult>
<Application>
<ConfigurationTemplates/>
<DateCreated>2021-02-11T21:34:50.459Z</DateCreated>
<ResourceLifecycleConfig>
<VersionLifecycleConfig>
<MaxAgeRule>
<MaxAgeInDays>180</MaxAgeInDays>
<DeleteSourceFromS3>false</DeleteSourceFromS3>
<Enabled>false</Enabled>
</MaxAgeRule>
<MaxCountRule>
<DeleteSourceFromS3>false</DeleteSourceFromS3>
<MaxCount>200</MaxCount>
<Enabled>false</Enabled>
</MaxCountRule>
</VersionLifecycleConfig>
</ResourceLifecycleConfig>
<Description/>
<ApplicationArn>arn:aws:elasticbeanstalk:<region>:<acct-id>:application/app</ApplicationArn>
<ApplicationName>app</ApplicationName>
<DateUpdated>2021-02-11T21:34:50.459Z</DateUpdated>
</Application>
</CreateApplicationResult>
<ResponseMetadata>
<RequestId><i></RequestId>
</ResponseMetadata>
</CreateApplicationResponse>: timestamp=2021-02-11T13:34:49.725-0800
2021-02-11T13:34:49.725-0800 [INFO] plugin.terraform-provider-aws_v3.27.0_x5: 2021/02/11 13:34:49 [DEBUG] Elastic Beanstalk application: app, update appversion_lifecycle: map[delete_source_from_s3:false max_age_in_days:90 max_count:0 service_role:app]: timestamp=2021-02-11T13:34:49.725-0800
2021-02-11T13:34:49.725-0800 [INFO] plugin.terraform-provider-aws_v3.27.0_x5: 2021/02/11 13:34:49 [DEBUG] [aws-sdk-go] DEBUG: Request elasticbeanstalk/UpdateApplicationResourceLifecycle Details:
---[ REQUEST POST-SIGN ]-----------------------------
POST / HTTP/1.1
Host: elasticbeanstalk.<region>.amazonaws.com
User-Agent: aws-sdk-go/1.37.4 (go1.15.5; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.14.2 (+https://www.terraform.io)
Content-Length: 422
Authorization: AWS4-HMAC-SHA256 Credential=<iam-akia>/20210211/<region>/elasticbeanstalk/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=7b92747d19dedf43ed88fdcf6c6820abd26edaf2aba6a996b77e7e9de7ba37bd
Content-Type: application/x-www-form-urlencoded; charset=utf-8
X-Amz-Date: 20210211T213449Z
Accept-Encoding: gzip
Action=UpdateApplicationResourceLifecycle&ApplicationName=app&ResourceLifecycleConfig.ServiceRole=app&ResourceLifecycleConfig.VersionLifecycleConfig.MaxAgeRule.DeleteSourceFromS3=false&ResourceLifecycleConfig.VersionLifecycleConfig.MaxAgeRule.Enabled=true&ResourceLifecycleConfig.VersionLifecycleConfig.MaxAgeRule.MaxAgeInDays=90&ResourceLifecycleConfig.VersionLifecycleConfig.MaxCountRule.Enabled=false&Version=2010-12-01
-----------------------------------------------------: timestamp=2021-02-11T13:34:49.725-0800
2021-02-11T13:34:50.055-0800 [INFO] plugin.terraform-provider-aws_v3.27.0_x5: 2021/02/11 13:34:50 [DEBUG] [aws-sdk-go] DEBUG: Response elasticbeanstalk/UpdateApplicationResourceLifecycle Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 403 Forbidden
Connection: close
Content-Length: 324
Content-Type: text/xml
Date: Thu, 11 Feb 2021 21:34:50 GMT
X-Amzn-Requestid: <i>
-----------------------------------------------------: timestamp=2021-02-11T13:34:50.055-0800
2021-02-11T13:34:50.055-0800 [INFO] plugin.terraform-provider-aws_v3.27.0_x5: 2021/02/11 13:34:50 [DEBUG] [aws-sdk-go] <ErrorResponse xmlns="http://elasticbeanstalk.amazonaws.com/docs/2010-12-01/">
<Error>
<Type>Sender</Type>
<Code>InsufficientPrivilegesException</Code>
<Message>Insufficient privileges for IAM PassRole Action.</Message>
</Error>
<RequestId><i></RequestId>
</ErrorResponse>: timestamp=2021-02-11T13:34:50.055-0800
2021-02-11T13:34:50.055-0800 [INFO] plugin.terraform-provider-aws_v3.27.0_x5: 2021/02/11 13:34:50 [DEBUG] [aws-sdk-go] DEBUG: Validate Response elasticbeanstalk/UpdateApplicationResourceLifecycle failed, attempt 0/25, error InsufficientPrivilegesException: Insufficient privileges for IAM PassRole Action.
status code: 403, request id: <i>: timestamp=2021-02-11T13:34:50.055-0800
2021/02/11 13:34:50 [DEBUG] aws_elastic_beanstalk_application.app: apply errored, but we're indicating that via the Error pointer rather than returning it: InsufficientPrivilegesException: Insufficient privileges for IAM PassRole Action.
status code: 403, request id: <i>
2021/02/11 13:34:50 [TRACE] EvalMaybeTainted: aws_elastic_beanstalk_application.app encountered an error during creation, so it is now marked as tainted
2021/02/11 13:34:50 [TRACE] EvalWriteState: recording 1 dependencies for aws_elastic_beanstalk_application.app
2021/02/11 13:34:50 [TRACE] EvalWriteState: writing current state object for aws_elastic_beanstalk_application.app
2021/02/11 13:34:50 [TRACE] EvalApplyProvisioners: aws_elastic_beanstalk_application.app is tainted, so skipping provisioning
2021/02/11 13:34:50 [TRACE] EvalMaybeTainted: aws_elastic_beanstalk_application.app was already tainted, so nothing to do
2021/02/11 13:34:50 [TRACE] EvalWriteState: recording 1 dependencies for aws_elastic_beanstalk_application.app
2021/02/11 13:34:50 [TRACE] EvalWriteState: writing current state object for aws_elastic_beanstalk_application.app
2021/02/11 13:34:50 [TRACE] vertex "aws_elastic_beanstalk_application.app": visit complete
2021/02/11 13:34:50 [TRACE] dag/walk: upstream of "meta.count-boundary (EachMode fixup)" errored, so skipping
2021/02/11 13:34:50 [TRACE] dag/walk: upstream of "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" errored, so skipping
2021/02/11 13:34:50 [TRACE] dag/walk: upstream of "root" errored, so skipping
2021/02/11 13:34:50 [TRACE] statemgr.Filesystem: have already backed up original terraform.tfstate to terraform.tfstate.backup on a previous write
2021/02/11 13:34:50 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 7
2021/02/11 13:34:50 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
2021/02/11 13:34:50 [TRACE] statemgr.Filesystem: removing lock metadata file .terraform.tfstate.lock.info
2021/02/11 13:34:50 [TRACE] statemgr.Filesystem: unlocking terraform.tfstate using fcntl flock
Error: InsufficientPrivilegesException: Insufficient privileges for IAM PassRole Action.
status code: 403, request id: <i>
2021-02-11T13:34:50.062-0800 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2021-02-11T13:34:50.064-0800 [DEBUG] plugin: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.27.0/linux_amd64/terraform-provider-aws_v3.27.0_x5 pid=11483
2021-02-11T13:34:50.064-0800 [DEBUG] plugin: plugin exited
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment