Skip to content

Instantly share code, notes, and snippets.

@josh-padnick
Created September 18, 2016 19:15
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 josh-padnick/a9fe0e1a8eaee550e507c6d1bd1bdae5 to your computer and use it in GitHub Desktop.
Save josh-padnick/a9fe0e1a8eaee550e507c6d1bd1bdae5 to your computer and use it in GitHub Desktop.
Terraform Debug Log
2016/09/18 12:14:29 [INFO] Terraform version: 0.7.3 0dd7c657d6d60d2e7392b66ae6f74fb84582cab9
2016/09/18 12:14:29 [INFO] CLI args: []string{"/opt/lib/terraform/terraform", "apply"}
2016/09/18 12:14:29 [DEBUG] Detected home directory from env var: /Users/josh
2016/09/18 12:14:29 [DEBUG] Detected home directory from env var: /Users/josh
2016/09/18 12:14:29 [DEBUG] Attempting to open CLI config file: /Users/josh/.terraformrc
2016/09/18 12:14:29 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2016/09/18 12:14:29 [DEBUG] Detected home directory from env var: /Users/josh
2016/09/18 12:14:30 [WARN] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2016/09/18 12:14:30 [DEBUG] DestroyEdgeInclude: Checking: data.template_file.s3_bucket_policy
2016/09/18 12:14:30 [DEBUG] DestroyEdgeInclude: Checking: aws_s3_bucket.webform
2016/09/18 12:14:30 [DEBUG] Checking resource noop: aws_s3_bucket_object.index
2016/09/18 12:14:30 [DEBUG] No diff, not a noop
2016/09/18 12:14:30 [DEBUG] Checking resource noop: aws_s3_bucket.webform
2016/09/18 12:14:30 [DEBUG] No diff, not a noop
2016/09/18 12:14:30 [DEBUG] Checking variable noop: var.website_domain_name
2016/09/18 12:14:30 [DEBUG] No diff, not a noop
2016/09/18 12:14:30 [DEBUG] Checking resource noop: data.template_file.s3_bucket_policy
2016/09/18 12:14:30 [DEBUG] No diff, not a noop
2016/09/18 12:14:30 [DEBUG] Checking variable noop: var.aws_region
2016/09/18 12:14:30 [DEBUG] No diff, not a noop
2016/09/18 12:14:30 [DEBUG] Starting graph walk: walkInput
2016/09/18 12:14:30 [DEBUG] vertex root.var.aws_account_ids: walking
2016/09/18 12:14:30 [DEBUG] vertex root.var.aws_account_ids: evaluating
2016/09/18 12:14:30 [DEBUG] vertex root.var.aws_region: walking
2016/09/18 12:14:30 [TRACE] [walkInput] Entering eval tree: var.aws_account_ids
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalNoop
2016/09/18 12:14:30 [TRACE] [walkInput] Exiting eval tree: var.aws_account_ids
2016/09/18 12:14:30 [DEBUG] vertex root.var.website_domain_name: walking
2016/09/18 12:14:30 [DEBUG] vertex root.var.aws_region: evaluating
2016/09/18 12:14:30 [DEBUG] vertex root.provider.template: evaluating
2016/09/18 12:14:30 [DEBUG] vertex provider.aws, got dep: var.aws_region
2016/09/18 12:14:30 [DEBUG] vertex root.var.website_domain_name: evaluating
2016/09/18 12:14:30 [DEBUG] vertex root.provider.aws: walking
2016/09/18 12:14:30 [DEBUG] vertex root.provider.aws: evaluating
2016/09/18 12:14:30 [TRACE] [walkInput] Entering eval tree: provider.aws
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalSequence
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalInitProvider
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalNoop
2016/09/18 12:14:30 [DEBUG] plugin: starting plugin: /opt/lib/terraform/terraform []string{"/opt/lib/terraform/terraform", "internal-plugin", "provider", "template"}
2016/09/18 12:14:30 [DEBUG] vertex data.template_file.s3_bucket_policy, got dep: var.website_domain_name
2016/09/18 12:14:30 [DEBUG] plugin: waiting for RPC address for: /opt/lib/terraform/terraform
2016/09/18 12:14:30 [DEBUG] plugin: terraform: 2016/09/18 12:14:30 [INFO] Terraform version: 0.7.3 0dd7c657d6d60d2e7392b66ae6f74fb84582cab9
2016/09/18 12:14:30 [DEBUG] plugin: terraform: 2016/09/18 12:14:30 [INFO] CLI args: []string{"/opt/lib/terraform/terraform", "internal-plugin", "provider", "template"}
2016/09/18 12:14:30 [DEBUG] plugin: terraform: 2016/09/18 12:14:30 [DEBUG] Detected home directory from env var: /Users/josh
2016/09/18 12:14:30 [DEBUG] plugin: terraform: 2016/09/18 12:14:30 [DEBUG] Detected home directory from env var: /Users/josh
2016/09/18 12:14:30 [DEBUG] plugin: terraform: 2016/09/18 12:14:30 [DEBUG] Attempting to open CLI config file: /Users/josh/.terraformrc
2016/09/18 12:14:30 [DEBUG] plugin: terraform: 2016/09/18 12:14:30 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2016/09/18 12:14:30 [DEBUG] plugin: terraform: 2016/09/18 12:14:30 [DEBUG] Detected home directory from env var: /Users/josh
2016/09/18 12:14:30 [DEBUG] plugin: terraform: template-provider (internal) 2016/09/18 12:14:30 [INFO] Starting provider plugin template
2016/09/18 12:14:30 [DEBUG] plugin: terraform: template-provider (internal) 2016/09/18 12:14:30 [DEBUG] plugin: plugin address: unix /var/folders/g0/0gkdx4sj4qv5gzxfcznscdpw0000gn/T/plugin195918010
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalOpFilter
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalSequence
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalGetProvider
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalInterpolate
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalBuildProviderConfig
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalInputProvider
2016/09/18 12:14:30 [DEBUG] plugin: starting plugin: /opt/lib/terraform/terraform []string{"/opt/lib/terraform/terraform", "internal-plugin", "provider", "aws"}
2016/09/18 12:14:30 [DEBUG] plugin: waiting for RPC address for: /opt/lib/terraform/terraform
2016/09/18 12:14:30 [DEBUG] plugin: terraform: 2016/09/18 12:14:30 [INFO] Terraform version: 0.7.3 0dd7c657d6d60d2e7392b66ae6f74fb84582cab9
2016/09/18 12:14:30 [DEBUG] plugin: terraform: 2016/09/18 12:14:30 [INFO] CLI args: []string{"/opt/lib/terraform/terraform", "internal-plugin", "provider", "aws"}
2016/09/18 12:14:30 [DEBUG] plugin: terraform: 2016/09/18 12:14:30 [DEBUG] Detected home directory from env var: /Users/josh
2016/09/18 12:14:30 [DEBUG] plugin: terraform: 2016/09/18 12:14:30 [DEBUG] Detected home directory from env var: /Users/josh
2016/09/18 12:14:30 [DEBUG] plugin: terraform: 2016/09/18 12:14:30 [DEBUG] Attempting to open CLI config file: /Users/josh/.terraformrc
2016/09/18 12:14:30 [DEBUG] plugin: terraform: 2016/09/18 12:14:30 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2016/09/18 12:14:30 [DEBUG] plugin: terraform: 2016/09/18 12:14:30 [DEBUG] Detected home directory from env var: /Users/josh
2016/09/18 12:14:30 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:30 [INFO] Starting provider plugin aws
2016/09/18 12:14:30 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:30 [DEBUG] plugin: plugin address: unix /var/folders/g0/0gkdx4sj4qv5gzxfcznscdpw0000gn/T/plugin018354851
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalOpFilter
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalSequence
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalGetProvider
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalInterpolate
2016/09/18 12:14:30 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:30 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:30 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:30 [DEBUG] vertex provider.template (close), got dep: provider.template
2016/09/18 12:14:30 [DEBUG] vertex data.template_file.s3_bucket_policy, got dep: provider.template
2016/09/18 12:14:30 [DEBUG] vertex root.data.template_file.s3_bucket_policy: walking
2016/09/18 12:14:30 [DEBUG] vertex root.data.template_file.s3_bucket_policy: evaluating
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalSequence
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalInterpolate
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalBuildProviderConfig
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalInputProvider
2016/09/18 12:14:30 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2016/09/18 12:14:30 [DEBUG] vertex root.data.template_file.s3_bucket_policy: walking
2016/09/18 12:14:30 [DEBUG] vertex root.data.template_file.s3_bucket_policy: evaluating
2016/09/18 12:14:30 [TRACE] [walkInput] Entering eval tree: data.template_file.s3_bucket_policy
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalSequence
2016/09/18 12:14:30 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalInstanceInfo
2016/09/18 12:14:30 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:30 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:30 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:30 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:30 [TRACE] [walkInput] Exiting eval tree: data.template_file.s3_bucket_policy
2016/09/18 12:14:30 [DEBUG] vertex provider.template (close), got dep: data.template_file.s3_bucket_policy
2016/09/18 12:14:30 [DEBUG] vertex root.provider.template (close): walking
2016/09/18 12:14:30 [DEBUG] vertex root.provider.template (close): evaluating
2016/09/18 12:14:30 [TRACE] [walkInput] Entering eval tree: provider.template (close)
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalCloseProvider
2016/09/18 12:14:30 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:30 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:30 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:30 [TRACE] [walkInput] Exiting eval tree: provider.aws
2016/09/18 12:14:30 [DEBUG] vertex aws_s3_bucket.webform, got dep: provider.aws
2016/09/18 12:14:30 [DEBUG] vertex aws_s3_bucket.webform, got dep: data.template_file.s3_bucket_policy
2016/09/18 12:14:30 [DEBUG] vertex aws_s3_bucket.webform, got dep: var.website_domain_name
2016/09/18 12:14:30 [DEBUG] vertex provider.aws (close), got dep: provider.aws
2016/09/18 12:14:30 [DEBUG] vertex root.aws_s3_bucket.webform: walking
2016/09/18 12:14:30 [DEBUG] vertex root.aws_s3_bucket.webform: evaluating
2016/09/18 12:14:30 [TRACE] [walkInput] Entering eval tree: aws_s3_bucket.webform
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalSequence
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalInterpolate
2016/09/18 12:14:30 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2016/09/18 12:14:30 [TRACE] [walkInput] Exiting eval tree: aws_s3_bucket.webform
2016/09/18 12:14:30 [DEBUG] vertex root.aws_s3_bucket.webform: expanding/walking dynamic subgraph
2016/09/18 12:14:30 [DEBUG] vertex root.aws_s3_bucket.webform: walking
2016/09/18 12:14:30 [DEBUG] vertex root.aws_s3_bucket.webform: evaluating
2016/09/18 12:14:30 [TRACE] [walkInput] Entering eval tree: aws_s3_bucket.webform
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalSequence
2016/09/18 12:14:30 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalInstanceInfo
2016/09/18 12:14:30 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:30 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:30 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:30 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:30 [TRACE] [walkInput] Exiting eval tree: aws_s3_bucket.webform
2016/09/18 12:14:30 [DEBUG] vertex aws_s3_bucket_object.index, got dep: aws_s3_bucket.webform
2016/09/18 12:14:30 [DEBUG] vertex aws_s3_bucket_object.index, got dep: provider.aws
2016/09/18 12:14:30 [DEBUG] vertex root.aws_s3_bucket_object.index: walking
2016/09/18 12:14:30 [DEBUG] vertex root.aws_s3_bucket_object.index: evaluating
2016/09/18 12:14:30 [DEBUG] vertex provider.aws (close), got dep: aws_s3_bucket.webform
2016/09/18 12:14:30 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2016/09/18 12:14:30 [TRACE] [walkInput] Exiting eval tree: aws_s3_bucket_object.index
2016/09/18 12:14:30 [DEBUG] vertex root.aws_s3_bucket_object.index: expanding/walking dynamic subgraph
2016/09/18 12:14:30 [DEBUG] vertex root.aws_s3_bucket_object.index: walking
2016/09/18 12:14:30 [DEBUG] vertex root.aws_s3_bucket_object.index: evaluating
2016/09/18 12:14:30 [TRACE] [walkInput] Entering eval tree: aws_s3_bucket_object.index
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalSequence
2016/09/18 12:14:30 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalInstanceInfo
2016/09/18 12:14:30 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:30 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:30 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:30 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:30 [TRACE] [walkInput] Exiting eval tree: aws_s3_bucket_object.index
2016/09/18 12:14:30 [DEBUG] vertex provider.aws (close), got dep: aws_s3_bucket_object.index
2016/09/18 12:14:30 [DEBUG] vertex root.provider.aws (close): walking
2016/09/18 12:14:30 [DEBUG] vertex root.provider.aws (close): evaluating
2016/09/18 12:14:30 [TRACE] [walkInput] Entering eval tree: provider.aws (close)
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalCloseProvider
2016/09/18 12:14:30 [DEBUG] vertex root, got dep: provider.aws (close)
2016/09/18 12:14:30 [DEBUG] vertex root, got dep: provider.template (close)
2016/09/18 12:14:30 [DEBUG] vertex root.root: walking
2016/09/18 12:14:30 [INFO] Validating the context...
terraform.GraphNodeConfigVariable
var.website_domain_name - *terraform.GraphNodeConfigVariable
erraform.GraphNodeConfigVariable
var.website_domain_name - *terraform.GraphNodeConfigVariable
2016/09/18 12:14:30 [DEBUG] DestroyEdgeInclude: Checking: data.template_file.s3_bucket_policy
2016/09/18 12:14:30 [DEBUG] DestroyEdgeInclude: Checking: aws_s3_bucket.webform
2016/09/18 12:14:30 [DEBUG] Checking variable noop: var.aws_account_ids
2016/09/18 12:14:30 [DEBUG] No diff, not a noop
2016/09/18 12:14:30 [DEBUG] Checking resource noop: aws_s3_bucket_object.index
2016/09/18 12:14:30 [DEBUG] No diff, not a noop
2016/09/18 12:14:30 [DEBUG] Checking resource noop: aws_s3_bucket.webform
2016/09/18 12:14:30 [DEBUG] No diff, not a noop
2016/09/18 12:14:30 [DEBUG] Checking variable noop: var.aws_region
2016/09/18 12:14:30 [DEBUG] No diff, not a noop
2016/09/18 12:14:30 [DEBUG] Checking resource noop: data.template_file.s3_bucket_policy
2016/09/18 12:14:30 [DEBUG] No diff, not a noop
2016/09/18 12:14:30 [DEBUG] Checking variable noop: var.website_domain_name
2016/09/18 12:14:30 [DEBUG] No diff, not a noop
2016/09/18 12:14:30 [DEBUG] vertex root.var.aws_account_ids: walking
2016/09/18 12:14:30 [DEBUG] vertex root.var.aws_account_ids: evaluating
2016/09/18 12:14:30 [TRACE] [walkValidate] Entering eval tree: var.aws_account_ids
2016/09/18 12:14:30 [DEBUG] vertex root.var.website_domain_name: walking
2016/09/18 12:14:30 [DEBUG] vertex root.var.aws_region: walking
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalNoop
2016/09/18 12:14:30 [DEBUG] vertex root.var.website_domain_name: evaluating
2016/09/18 12:14:30 [TRACE] [walkValidate] Entering eval tree: var.website_domain_name
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalNoop
2016/09/18 12:14:30 [TRACE] [walkValidate] Exiting eval tree: var.website_domain_name
2016/09/18 12:14:30 [TRACE] [walkValidate] Exiting eval tree: var.aws_region
2016/09/18 12:14:30 [DEBUG] vertex provider.aws, got dep: var.aws_region
2016/09/18 12:14:30 [DEBUG] vertex provider.aws, got dep: var.aws_account_ids
2016/09/18 12:14:30 [DEBUG] vertex data.template_file.s3_bucket_policy, got dep: var.website_domain_name
2016/09/18 12:14:30 [DEBUG] vertex root.provider.template: evaluating
2016/09/18 12:14:30 [TRACE] [walkValidate] Entering eval tree: provider.template
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalSequence
2016/09/18 12:14:30 [DEBUG] vertex root.provider.aws: walking
2016/09/18 12:14:30 [DEBUG] vertex root.provider.aws: evaluating
2016/09/18 12:14:30 [TRACE] [walkValidate] Entering eval tree: provider.aws
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalInitProvider
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalSequence
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalInitProvider
2016/09/18 12:14:30 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalOpFilter
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalSequence
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalGetProvider
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalInterpolate
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalBuildProviderConfig
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalValidateProvider
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalSetProviderConfig
2016/09/18 12:14:30 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalOpFilter
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalSequence
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalGetProvider
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalInterpolate
2016/09/18 12:14:30 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:30 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:30 [TRACE] [walkValidate] Exiting eval tree: provider.template
2016/09/18 12:14:30 [DEBUG] vertex data.template_file.s3_bucket_policy, got dep: provider.template
2016/09/18 12:14:30 [DEBUG] vertex provider.template (close), got dep: provider.template
2016/09/18 12:14:30 [DEBUG] vertex root.data.template_file.s3_bucket_policy: walking
2016/09/18 12:14:30 [DEBUG] vertex root.data.template_file.s3_bucket_policy: evaluating
2016/09/18 12:14:30 [TRACE] [walkValidate] Entering eval tree: data.template_file.s3_bucket_policy
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalSequence
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalInterpolate
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalBuildProviderConfig
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalOpFilter
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalValidateCount
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalValidateProvider
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2016/09/18 12:14:30 [DEBUG] vertex root.data.template_file.s3_bucket_policy: walking
2016/09/18 12:14:30 [DEBUG] vertex root.data.template_file.s3_bucket_policy: evaluating
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalInterpolate
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalValidateResource
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalInstanceInfo
2016/09/18 12:14:30 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:30 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:30 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:30 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:30 [TRACE] [walkValidate] Exiting eval tree: data.template_file.s3_bucket_policy
2016/09/18 12:14:30 [DEBUG] vertex provider.template (close), got dep: data.template_file.s3_bucket_policy
2016/09/18 12:14:30 [DEBUG] vertex aws_s3_bucket.webform, got dep: data.template_file.s3_bucket_policy
2016/09/18 12:14:30 [DEBUG] vertex aws_s3_bucket.webform, got dep: var.website_domain_name
2016/09/18 12:14:30 [DEBUG] vertex root.provider.template (close): walking
2016/09/18 12:14:30 [DEBUG] vertex root.provider.template (close): evaluating
2016/09/18 12:14:30 [TRACE] [walkValidate] Entering eval tree: provider.template (close)
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalCloseProvider
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalSetProviderConfig
2016/09/18 12:14:30 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:30 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:30 [TRACE] [walkValidate] Exiting eval tree: provider.aws
2016/09/18 12:14:30 [DEBUG] vertex aws_s3_bucket.webform, got dep: provider.aws
2016/09/18 12:14:30 [DEBUG] vertex root.aws_s3_bucket.webform: walking
2016/09/18 12:14:30 [DEBUG] vertex root.aws_s3_bucket.webform: evaluating
2016/09/18 12:14:30 [TRACE] [walkValidate] Entering eval tree: aws_s3_bucket.webform
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalSequence
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalInterpolate
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalOpFilter
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalValidateCount
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2016/09/18 12:14:30 [TRACE] [walkValidate] Exiting eval tree: aws_s3_bucket.webform
2016/09/18 12:14:30 [DEBUG] vertex root.aws_s3_bucket.webform: expanding/walking dynamic subgraph
2016/09/18 12:14:30 [DEBUG] vertex root.aws_s3_bucket.webform: walking
2016/09/18 12:14:30 [DEBUG] vertex root.aws_s3_bucket.webform: evaluating
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalGetProvider
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalInterpolate
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalValidateResource
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalInstanceInfo
2016/09/18 12:14:30 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:30 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:30 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:30 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:30 [TRACE] [walkValidate] Exiting eval tree: aws_s3_bucket.webform
2016/09/18 12:14:30 [DEBUG] vertex provider.aws (close), got dep: aws_s3_bucket.webform
2016/09/18 12:14:30 [DEBUG] vertex aws_s3_bucket_object.index, got dep: aws_s3_bucket.webform
2016/09/18 12:14:30 [DEBUG] vertex aws_s3_bucket_object.index, got dep: provider.aws
2016/09/18 12:14:30 [DEBUG] vertex root.aws_s3_bucket_object.index: walking
2016/09/18 12:14:30 [DEBUG] vertex root.aws_s3_bucket_object.index: evaluating
2016/09/18 12:14:30 [TRACE] [walkValidate] Entering eval tree: aws_s3_bucket_object.index
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalSequence
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalInterpolate
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalOpFilter
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalValidateCount
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2016/09/18 12:14:30 [DEBUG] vertex root.aws_s3_bucket_object.index: walking
2016/09/18 12:14:30 [DEBUG] vertex root.aws_s3_bucket_object.index: evaluating
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalGetProvider
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalInterpolate
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalValidateResource
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalInstanceInfo
2016/09/18 12:14:30 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:30 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:30 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:30 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:30 [TRACE] [walkValidate] Exiting eval tree: aws_s3_bucket_object.index
2016/09/18 12:14:30 [DEBUG] vertex provider.aws (close), got dep: aws_s3_bucket_object.index
2016/09/18 12:14:30 [DEBUG] vertex provider.aws (close), got dep: provider.aws
2016/09/18 12:14:30 [DEBUG] vertex root.provider.aws (close): walking
2016/09/18 12:14:30 [DEBUG] vertex root.provider.aws (close): evaluating
2016/09/18 12:14:30 [DEBUG] vertex root, got dep: provider.aws (close)
2016/09/18 12:14:30 [DEBUG] vertex root, got dep: provider.template (close)
2016/09/18 12:14:30 [DEBUG] vertex root.root: walking
2016/09/18 12:14:30 [INFO] Validation result: 0 warnings, 0 errors
2016/09/18 12:14:30 [DEBUG] DestroyEdgeInclude: Checking: data.template_file.s3_bucket_policy
2016/09/18 12:14:30 [DEBUG] DestroyEdgeInclude: Checking: aws_s3_bucket.webform
2016/09/18 12:14:30 [DEBUG] Checking resource noop: data.template_file.s3_bucket_policy
2016/09/18 12:14:30 [DEBUG] No diff, not a noop
2016/09/18 12:14:30 [DEBUG] Checking resource noop: aws_s3_bucket.webform
2016/09/18 12:14:30 [DEBUG] No diff, not a noop
2016/09/18 12:14:30 [DEBUG] Checking resource noop: aws_s3_bucket_object.index
2016/09/18 12:14:30 [DEBUG] No diff, not a noop
2016/09/18 12:14:30 [DEBUG] Checking variable noop: var.website_domain_name
2016/09/18 12:14:30 [DEBUG] No diff, not a noop
2016/09/18 12:14:30 [DEBUG] Checking variable noop: var.aws_region
2016/09/18 12:14:30 [DEBUG] No diff, not a noop
2016/09/18 12:14:30 [DEBUG] Checking variable noop: var.aws_account_ids
2016/09/18 12:14:30 [DEBUG] No diff, not a noop
2016/09/18 12:14:30 [DEBUG] Starting graph walk: walkRefresh
2016/09/18 12:14:30 [DEBUG] vertex root.provider.template: walking
2016/09/18 12:14:30 [DEBUG] vertex root.provider.template: evaluating
2016/09/18 12:14:30 [TRACE] [walkRefresh] Entering eval tree: provider.template
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalSequence
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalInitProvider
2016/09/18 12:14:30 [DEBUG] vertex root.var.website_domain_name: walking
2016/09/18 12:14:30 [DEBUG] vertex root.var.website_domain_name: evaluating
2016/09/18 12:14:30 [DEBUG] vertex root.var.aws_region: walking
2016/09/18 12:14:30 [DEBUG] vertex root.var.aws_region: evaluating
2016/09/18 12:14:30 [DEBUG] vertex data.template_file.s3_bucket_policy, got dep: var.website_domain_name
2016/09/18 12:14:30 [TRACE] [walkRefresh] Entering eval tree: var.aws_region
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalNoop
2016/09/18 12:14:30 [DEBUG] vertex provider.aws, got dep: var.aws_region
2016/09/18 12:14:30 [DEBUG] vertex provider.aws, got dep: var.aws_account_ids
2016/09/18 12:14:30 [DEBUG] vertex root.provider.aws: walking
2016/09/18 12:14:30 [DEBUG] vertex root.provider.aws: evaluating
2016/09/18 12:14:30 [TRACE] [walkRefresh] Entering eval tree: provider.aws
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalSequence
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalInitProvider
2016/09/18 12:14:30 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:30 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalOpFilter
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalSequence
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalGetProvider
2016/09/18 12:14:30 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:30 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalOpFilter
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalSequence
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalGetProvider
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalInterpolate
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalInterpolate
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalBuildProviderConfig
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalSetProviderConfig
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalOpFilter
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalSequence
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalConfigProvider
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalBuildProviderConfig
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalSetProviderConfig
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalOpFilter
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalSequence
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalConfigProvider
2016/09/18 12:14:30 [DEBUG] vertex provider.template (close), got dep: provider.template
2016/09/18 12:14:30 [DEBUG] vertex data.template_file.s3_bucket_policy, got dep: provider.template
2016/09/18 12:14:30 [DEBUG] vertex root.data.template_file.s3_bucket_policy: walking
2016/09/18 12:14:30 [DEBUG] vertex root.data.template_file.s3_bucket_policy: evaluating
2016/09/18 12:14:30 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2016/09/18 12:14:30 [TRACE] [walkRefresh] Exiting eval tree: data.template_file.s3_bucket_policy
2016/09/18 12:14:30 [DEBUG] vertex root.data.template_file.s3_bucket_policy: expanding/walking dynamic subgraph
2016/09/18 12:14:30 [DEBUG] vertex root.data.template_file.s3_bucket_policy: walking
2016/09/18 12:14:30 [DEBUG] vertex root.data.template_file.s3_bucket_policy: evaluating
2016/09/18 12:14:30 [TRACE] [walkRefresh] Entering eval tree: data.template_file.s3_bucket_policy
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalSequence
2016/09/18 12:14:30 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalInstanceInfo
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalOpFilter
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalSequence
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalWriteState
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalInterpolate
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalIf
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalIf, err: early exit
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalSequence, err: early exit
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalOpFilter, err: early exit
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalSequence, err: early exit
2016/09/18 12:14:30 [TRACE] [walkRefresh] Exiting eval tree: data.template_file.s3_bucket_policy
2016/09/18 12:14:30 [DEBUG] vertex aws_s3_bucket.webform, got dep: data.template_file.s3_bucket_policy
2016/09/18 12:14:30 [DEBUG] vertex aws_s3_bucket.webform, got dep: var.website_domain_name
2016/09/18 12:14:30 [DEBUG] vertex provider.template (close), got dep: data.template_file.s3_bucket_policy
2016/09/18 12:14:30 [DEBUG] vertex root.provider.template (close): walking
2016/09/18 12:14:30 [DEBUG] vertex root.provider.template (close): evaluating
2016/09/18 12:14:30 [TRACE] [walkRefresh] Entering eval tree: provider.template (close)
2016/09/18 12:14:30 [DEBUG] root: eval: *terraform.EvalCloseProvider
2016/09/18 12:14:30 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:30 [INFO] No assume_role block read from configuration
2016/09/18 12:14:30 [TRACE] [walkRefresh] Exiting eval tree: provider.template (close)
2016/09/18 12:14:30 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:30 [INFO] Building AWS region structure
2016/09/18 12:14:30 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:30 [INFO] Building AWS auth structure
2016/09/18 12:14:30 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:30 [WARN] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2016/09/18 12:14:30 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:30 [INFO] AWS Auth provider used: "EnvProvider"
2016/09/18 12:14:30 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:30 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2016/09/18 12:14:30 [DEBUG] plugin: terraform: ---[ REQUEST POST-SIGN ]-----------------------------
2016/09/18 12:14:30 [DEBUG] plugin: terraform: POST / HTTP/1.1
2016/09/18 12:14:30 [DEBUG] plugin: terraform: Host: sts.amazonaws.com
2016/09/18 12:14:30 [DEBUG] plugin: terraform: User-Agent: terraform/0.7.3 aws-sdk-go/1.4.2 (go1.7; darwin; amd64)
2016/09/18 12:14:30 [DEBUG] plugin: terraform: Content-Length: 43
2016/09/18 12:14:30 [DEBUG] plugin: terraform: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJUMAOF267AEYCPUA/20160918/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=c0c5ed29accffd4d24a82b880e531f84a3df344798e75b5777eb2868cf90aec7
2016/09/18 12:14:30 [DEBUG] plugin: terraform: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2016/09/18 12:14:30 [DEBUG] plugin: terraform: X-Amz-Date: 20160918T191430Z
2016/09/18 12:14:30 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2016/09/18 12:14:30 [DEBUG] plugin: terraform:
2016/09/18 12:14:30 [DEBUG] plugin: terraform: Action=GetCallerIdentity&Version=2011-06-15
2016/09/18 12:14:30 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/09/18 12:14:31 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:31 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2016/09/18 12:14:31 [DEBUG] plugin: terraform: ---[ RESPONSE ]--------------------------------------
2016/09/18 12:14:31 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2016/09/18 12:14:31 [DEBUG] plugin: terraform: Connection: close
2016/09/18 12:14:31 [DEBUG] plugin: terraform: Content-Length: 419
2016/09/18 12:14:31 [DEBUG] plugin: terraform: Content-Type: text/xml
2016/09/18 12:14:31 [DEBUG] plugin: terraform: Date: Sun, 18 Sep 2016 19:14:30 GMT
2016/09/18 12:14:31 [DEBUG] plugin: terraform: X-Amzn-Requestid: 207cfe77-7dd4-11e6-89ed-b10e2971fa8a
2016/09/18 12:14:31 [DEBUG] plugin: terraform:
2016/09/18 12:14:31 [DEBUG] plugin: terraform: <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2016/09/18 12:14:31 [DEBUG] plugin: terraform: <GetCallerIdentityResult>
2016/09/18 12:14:31 [DEBUG] plugin: terraform: <Arn>arn:aws:iam::087285199408:user/josh@phoenixdevops.com</Arn>
2016/09/18 12:14:31 [DEBUG] plugin: terraform: <UserId>AIDAIS2WCCNPT35B4US6W</UserId>
2016/09/18 12:14:31 [DEBUG] plugin: terraform: <Account>087285199408</Account>
2016/09/18 12:14:31 [DEBUG] plugin: terraform: </GetCallerIdentityResult>
2016/09/18 12:14:31 [DEBUG] plugin: terraform: <ResponseMetadata>
2016/09/18 12:14:31 [DEBUG] plugin: terraform: <RequestId>207cfe77-7dd4-11e6-89ed-b10e2971fa8a</RequestId>
2016/09/18 12:14:31 [DEBUG] plugin: terraform: </ResponseMetadata>
2016/09/18 12:14:31 [DEBUG] plugin: terraform: </GetCallerIdentityResponse>
2016/09/18 12:14:31 [DEBUG] plugin: terraform:
2016/09/18 12:14:31 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/09/18 12:14:31 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:31 [DEBUG] Trying to get account ID via iam:GetUser
2016/09/18 12:14:31 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:31 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetUser Details:
2016/09/18 12:14:31 [DEBUG] plugin: terraform: ---[ REQUEST POST-SIGN ]-----------------------------
2016/09/18 12:14:31 [DEBUG] plugin: terraform: POST / HTTP/1.1
2016/09/18 12:14:31 [DEBUG] plugin: terraform: Host: iam.amazonaws.com
2016/09/18 12:14:31 [DEBUG] plugin: terraform: User-Agent: terraform/0.7.3 aws-sdk-go/1.4.2 (go1.7; darwin; amd64)
2016/09/18 12:14:31 [DEBUG] plugin: terraform: Content-Length: 33
2016/09/18 12:14:31 [DEBUG] plugin: terraform: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJUMAOF267AEYCPUA/20160918/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=2b65e78745a527b245bb34887f01b8d505adf632dae8bec2b35ea00ae19cd6f9
2016/09/18 12:14:31 [DEBUG] plugin: terraform: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2016/09/18 12:14:31 [DEBUG] plugin: terraform: X-Amz-Date: 20160918T191431Z
2016/09/18 12:14:31 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2016/09/18 12:14:31 [DEBUG] plugin: terraform:
2016/09/18 12:14:31 [DEBUG] plugin: terraform: Action=GetUser&Version=2010-05-08
2016/09/18 12:14:31 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/09/18 12:14:31 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:31 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetUser Details:
2016/09/18 12:14:31 [DEBUG] plugin: terraform: ---[ RESPONSE ]--------------------------------------
2016/09/18 12:14:31 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2016/09/18 12:14:31 [DEBUG] plugin: terraform: Connection: close
2016/09/18 12:14:31 [DEBUG] plugin: terraform: Content-Length: 557
2016/09/18 12:14:31 [DEBUG] plugin: terraform: Content-Type: text/xml
2016/09/18 12:14:31 [DEBUG] plugin: terraform: Date: Sun, 18 Sep 2016 19:14:30 GMT
2016/09/18 12:14:31 [DEBUG] plugin: terraform: X-Amzn-Requestid: 20bc9fe9-7dd4-11e6-acfe-07a6295c8f0a
2016/09/18 12:14:31 [DEBUG] plugin: terraform:
2016/09/18 12:14:31 [DEBUG] plugin: terraform: <GetUserResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
2016/09/18 12:14:31 [DEBUG] plugin: terraform: <GetUserResult>
2016/09/18 12:14:31 [DEBUG] plugin: terraform: <User>
2016/09/18 12:14:31 [DEBUG] plugin: terraform: <Path>/</Path>
2016/09/18 12:14:31 [DEBUG] plugin: terraform: <PasswordLastUsed>2016-09-18T17:51:46Z</PasswordLastUsed>
2016/09/18 12:14:31 [DEBUG] plugin: terraform: <UserName>josh@phoenixdevops.com</UserName>
2016/09/18 12:14:31 [DEBUG] plugin: terraform: <Arn>arn:aws:iam::087285199408:user/josh@phoenixdevops.com</Arn>
2016/09/18 12:14:31 [DEBUG] plugin: terraform: <UserId>AIDAIS2WCCNPT35B4US6W</UserId>
2016/09/18 12:14:31 [DEBUG] plugin: terraform: <CreateDate>2014-10-30T18:14:56Z</CreateDate>
2016/09/18 12:14:31 [DEBUG] plugin: terraform: </User>
2016/09/18 12:14:31 [DEBUG] plugin: terraform: </GetUserResult>
2016/09/18 12:14:31 [DEBUG] plugin: terraform: <ResponseMetadata>
2016/09/18 12:14:31 [DEBUG] plugin: terraform: <RequestId>20bc9fe9-7dd4-11e6-acfe-07a6295c8f0a</RequestId>
2016/09/18 12:14:31 [DEBUG] plugin: terraform: </ResponseMetadata>
2016/09/18 12:14:31 [DEBUG] plugin: terraform: </GetUserResponse>
2016/09/18 12:14:31 [DEBUG] plugin: terraform:
2016/09/18 12:14:31 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/09/18 12:14:31 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:31 [INFO] Validating account ID
2016/09/18 12:14:31 [DEBUG] vertex aws_s3_bucket_object.index, got dep: provider.aws
2016/09/18 12:14:31 [DEBUG] vertex aws_s3_bucket.webform, got dep: provider.aws
2016/09/18 12:14:31 [DEBUG] vertex root.aws_s3_bucket.webform: walking
2016/09/18 12:14:31 [DEBUG] vertex root.aws_s3_bucket.webform: evaluating
2016/09/18 12:14:31 [TRACE] [walkRefresh] Entering eval tree: aws_s3_bucket.webform
2016/09/18 12:14:31 [DEBUG] root: eval: *terraform.EvalSequence
2016/09/18 12:14:31 [DEBUG] root: eval: *terraform.EvalInterpolate
2016/09/18 12:14:31 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:31 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2016/09/18 12:14:31 [DEBUG] vertex root.aws_s3_bucket.webform: expanding/walking dynamic subgraph
2016/09/18 12:14:31 [DEBUG] vertex root.aws_s3_bucket.webform: walking
2016/09/18 12:14:31 [DEBUG] vertex root.aws_s3_bucket.webform: evaluating
2016/09/18 12:14:31 [TRACE] [walkRefresh] Entering eval tree: aws_s3_bucket.webform
2016/09/18 12:14:31 [DEBUG] root: eval: *terraform.EvalSequence
2016/09/18 12:14:31 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:31 [DEBUG] root: eval: *terraform.EvalInstanceInfo
2016/09/18 12:14:31 [DEBUG] root: eval: *terraform.EvalOpFilter
2016/09/18 12:14:31 [DEBUG] root: eval: *terraform.EvalSequence
2016/09/18 12:14:31 [DEBUG] root: eval: *terraform.EvalGetProvider
2016/09/18 12:14:31 [DEBUG] root: eval: *terraform.EvalReadState
2016/09/18 12:14:31 [DEBUG] root: eval: *terraform.EvalRefresh
2016/09/18 12:14:31 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:31 [DEBUG] [aws-sdk-go] DEBUG: Request s3/HeadBucket Details:
2016/09/18 12:14:31 [DEBUG] plugin: terraform: ---[ REQUEST POST-SIGN ]-----------------------------
2016/09/18 12:14:31 [DEBUG] plugin: terraform: HEAD http://s3-us-west-2.amazonaws.com/payments.gruntwork-dev.io HTTP/1.1
2016/09/18 12:14:31 [DEBUG] plugin: terraform: Host: s3-us-west-2.amazonaws.com
2016/09/18 12:14:31 [DEBUG] plugin: terraform: User-Agent: terraform/0.7.3 aws-sdk-go/1.4.2 (go1.7; darwin; amd64)
2016/09/18 12:14:31 [DEBUG] plugin: terraform: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJUMAOF267AEYCPUA/20160918/us-west-2/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0d8e49d975bdedf200aafd3b0b203a5346851b41ee85603c70bb5747984b54e3
2016/09/18 12:14:31 [DEBUG] plugin: terraform: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2016/09/18 12:14:31 [DEBUG] plugin: terraform: X-Amz-Date: 20160918T191431Z
2016/09/18 12:14:31 [DEBUG] plugin: terraform:
2016/09/18 12:14:31 [DEBUG] plugin: terraform:
2016/09/18 12:14:31 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/09/18 12:14:32 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:32 [DEBUG] [aws-sdk-go] DEBUG: Response s3/HeadBucket Details:
2016/09/18 12:14:32 [DEBUG] plugin: terraform: ---[ RESPONSE ]--------------------------------------
2016/09/18 12:14:32 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2016/09/18 12:14:32 [DEBUG] plugin: terraform: Connection: close
2016/09/18 12:14:32 [DEBUG] plugin: terraform: Transfer-Encoding: chunked
2016/09/18 12:14:32 [DEBUG] plugin: terraform: Content-Type: application/xml
2016/09/18 12:14:32 [DEBUG] plugin: terraform: Date: Sun, 18 Sep 2016 19:14:33 GMT
2016/09/18 12:14:32 [DEBUG] plugin: terraform: Server: AmazonS3
2016/09/18 12:14:32 [DEBUG] plugin: terraform: X-Amz-Bucket-Region: us-west-2
2016/09/18 12:14:32 [DEBUG] plugin: terraform: X-Amz-Id-2: DT0N2G5tIc23cbP2C5/MBZCptGzGIxEDC7gB3J2UtMqBMAxFYbPHc3a5NFAFhDsJSFXWBWXIdU8=
2016/09/18 12:14:32 [DEBUG] plugin: terraform: X-Amz-Request-Id: EC02EF533C5F346C
2016/09/18 12:14:32 [DEBUG] plugin: terraform:
2016/09/18 12:14:32 [DEBUG] plugin: terraform:
2016/09/18 12:14:32 [DEBUG] plugin: terraform:
2016/09/18 12:14:32 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/09/18 12:14:32 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:32 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketPolicy Details:
2016/09/18 12:14:32 [DEBUG] plugin: terraform: ---[ REQUEST POST-SIGN ]-----------------------------
2016/09/18 12:14:32 [DEBUG] plugin: terraform: GET http://s3-us-west-2.amazonaws.com/payments.gruntwork-dev.io?policy= HTTP/1.1
2016/09/18 12:14:32 [DEBUG] plugin: terraform: Host: s3-us-west-2.amazonaws.com
2016/09/18 12:14:32 [DEBUG] plugin: terraform: User-Agent: terraform/0.7.3 aws-sdk-go/1.4.2 (go1.7; darwin; amd64)
2016/09/18 12:14:32 [DEBUG] plugin: terraform: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJUMAOF267AEYCPUA/20160918/us-west-2/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ad7faf22840d451681db5acef33442868d18478a0718d726064c75f08c1d052f
2016/09/18 12:14:32 [DEBUG] plugin: terraform: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2016/09/18 12:14:32 [DEBUG] plugin: terraform: X-Amz-Date: 20160918T191432Z
2016/09/18 12:14:32 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2016/09/18 12:14:32 [DEBUG] plugin: terraform:
2016/09/18 12:14:32 [DEBUG] plugin: terraform:
2016/09/18 12:14:32 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/09/18 12:14:32 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:32 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketPolicy Details:
2016/09/18 12:14:32 [DEBUG] plugin: terraform: ---[ RESPONSE ]--------------------------------------
2016/09/18 12:14:32 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2016/09/18 12:14:32 [DEBUG] plugin: terraform: Connection: close
2016/09/18 12:14:32 [DEBUG] plugin: terraform: Content-Length: 179
2016/09/18 12:14:32 [DEBUG] plugin: terraform: Content-Type: application/json
2016/09/18 12:14:32 [DEBUG] plugin: terraform: Date: Sun, 18 Sep 2016 19:14:33 GMT
2016/09/18 12:14:32 [DEBUG] plugin: terraform: Server: AmazonS3
2016/09/18 12:14:32 [DEBUG] plugin: terraform: X-Amz-Id-2: yfD5ATGseyQCUiaPNeic6hQosWZkNaS2j0CJjZsFHIeK2n3tvhrbaBqsmJ7Ha5RESlg0dinibQU=
2016/09/18 12:14:32 [DEBUG] plugin: terraform: X-Amz-Request-Id: 6466360A4768DA52
2016/09/18 12:14:32 [DEBUG] plugin: terraform:
2016/09/18 12:14:32 [DEBUG] plugin: terraform: {"Version":"2012-10-17","Statement":[{"Sid":"PublicReadGetObject","Effect":"Allow","Principal":"*","Action":"s3:GetObject","Resource":"arn:aws:s3:::payments.gruntwork-dev.io/*"}]}
2016/09/18 12:14:32 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/09/18 12:14:32 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:32 [DEBUG] S3 bucket: payments.gruntwork-dev.io, read policy: {
2016/09/18 12:14:32 [DEBUG] plugin: terraform: Policy: "{\"Version\":\"2012-10-17\",\"Statement\":[{\"Sid\":\"PublicReadGetObject\",\"Effect\":\"Allow\",\"Principal\":\"*\",\"Action\":\"s3:GetObject\",\"Resource\":\"arn:aws:s3:::payments.gruntwork-dev.io/*\"}]}"
2016/09/18 12:14:32 [DEBUG] plugin: terraform: }
2016/09/18 12:14:32 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:32 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketCors Details:
2016/09/18 12:14:32 [DEBUG] plugin: terraform: ---[ REQUEST POST-SIGN ]-----------------------------
2016/09/18 12:14:32 [DEBUG] plugin: terraform: GET http://s3-us-west-2.amazonaws.com/payments.gruntwork-dev.io?cors= HTTP/1.1
2016/09/18 12:14:32 [DEBUG] plugin: terraform: Host: s3-us-west-2.amazonaws.com
2016/09/18 12:14:32 [DEBUG] plugin: terraform: User-Agent: terraform/0.7.3 aws-sdk-go/1.4.2 (go1.7; darwin; amd64)
2016/09/18 12:14:32 [DEBUG] plugin: terraform: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJUMAOF267AEYCPUA/20160918/us-west-2/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=93ca076ca6ddbcc2bc08c5f9cfbbbfc1f1dfdbcb17303aae49f86b78594b880c
2016/09/18 12:14:32 [DEBUG] plugin: terraform: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2016/09/18 12:14:32 [DEBUG] plugin: terraform: X-Amz-Date: 20160918T191432Z
2016/09/18 12:14:32 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2016/09/18 12:14:32 [DEBUG] plugin: terraform:
2016/09/18 12:14:32 [DEBUG] plugin: terraform:
2016/09/18 12:14:32 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/09/18 12:14:32 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:32 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketCors Details:
2016/09/18 12:14:32 [DEBUG] plugin: terraform: ---[ RESPONSE ]--------------------------------------
2016/09/18 12:14:32 [DEBUG] plugin: terraform: HTTP/1.1 404 Not Found
2016/09/18 12:14:32 [DEBUG] plugin: terraform: Connection: close
2016/09/18 12:14:32 [DEBUG] plugin: terraform: Transfer-Encoding: chunked
2016/09/18 12:14:32 [DEBUG] plugin: terraform: Content-Type: application/xml
2016/09/18 12:14:32 [DEBUG] plugin: terraform: Date: Sun, 18 Sep 2016 19:14:31 GMT
2016/09/18 12:14:32 [DEBUG] plugin: terraform: Server: AmazonS3
2016/09/18 12:14:32 [DEBUG] plugin: terraform: X-Amz-Id-2: edmsowLCy40Jf87HHFgXwd6OgB3y5AEvbXdG/ZkQGJUlANMRwcd7zRyho87Bw1i22fdtywuciMY=
2016/09/18 12:14:32 [DEBUG] plugin: terraform: X-Amz-Request-Id: 56C936BE9E8407A6
2016/09/18 12:14:32 [DEBUG] plugin: terraform:
2016/09/18 12:14:32 [DEBUG] plugin: terraform: 148
2016/09/18 12:14:32 [DEBUG] plugin: terraform: <?xml version="1.0" encoding="UTF-8"?>
2016/09/18 12:14:32 [DEBUG] plugin: terraform: <Error><Code>NoSuchCORSConfiguration</Code><Message>The CORS configuration does not exist</Message><BucketName>payments.gruntwork-dev.io</BucketName><RequestId>56C936BE9E8407A6</RequestId><HostId>edmsowLCy40Jf87HHFgXwd6OgB3y5AEvbXdG/ZkQGJUlANMRwcd7zRyho87Bw1i22fdtywuciMY=</HostId></Error>
2016/09/18 12:14:32 [DEBUG] plugin: terraform: 0
2016/09/18 12:14:32 [DEBUG] plugin: terraform:
2016/09/18 12:14:32 [DEBUG] plugin: terraform:
2016/09/18 12:14:32 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/09/18 12:14:32 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:32 [WARN] S3 bucket: payments.gruntwork-dev.io, no CORS configuration could be found.
2016/09/18 12:14:32 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:32 [DEBUG] S3 bucket: payments.gruntwork-dev.io, read CORS: {
2016/09/18 12:14:32 [DEBUG] plugin: terraform:
2016/09/18 12:14:32 [DEBUG] plugin: terraform: }
2016/09/18 12:14:32 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:32 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketWebsite Details:
2016/09/18 12:14:32 [DEBUG] plugin: terraform: ---[ REQUEST POST-SIGN ]-----------------------------
2016/09/18 12:14:32 [DEBUG] plugin: terraform: GET http://s3-us-west-2.amazonaws.com/payments.gruntwork-dev.io?website= HTTP/1.1
2016/09/18 12:14:32 [DEBUG] plugin: terraform: Host: s3-us-west-2.amazonaws.com
2016/09/18 12:14:32 [DEBUG] plugin: terraform: User-Agent: terraform/0.7.3 aws-sdk-go/1.4.2 (go1.7; darwin; amd64)
2016/09/18 12:14:32 [DEBUG] plugin: terraform: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJUMAOF267AEYCPUA/20160918/us-west-2/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=9285ec81a7339aab156fe25c26b4de9683c9516ac2581281b834be6c1858219f
2016/09/18 12:14:32 [DEBUG] plugin: terraform: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2016/09/18 12:14:32 [DEBUG] plugin: terraform: X-Amz-Date: 20160918T191432Z
2016/09/18 12:14:32 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2016/09/18 12:14:32 [DEBUG] plugin: terraform:
2016/09/18 12:14:32 [DEBUG] plugin: terraform:
2016/09/18 12:14:32 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/09/18 12:14:32 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:32 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketWebsite Details:
2016/09/18 12:14:32 [DEBUG] plugin: terraform: ---[ RESPONSE ]--------------------------------------
2016/09/18 12:14:32 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2016/09/18 12:14:32 [DEBUG] plugin: terraform: Connection: close
2016/09/18 12:14:32 [DEBUG] plugin: terraform: Transfer-Encoding: chunked
2016/09/18 12:14:32 [DEBUG] plugin: terraform: Content-Type: application/xml
2016/09/18 12:14:32 [DEBUG] plugin: terraform: Date: Sun, 18 Sep 2016 19:14:33 GMT
2016/09/18 12:14:32 [DEBUG] plugin: terraform: Server: AmazonS3
2016/09/18 12:14:32 [DEBUG] plugin: terraform: X-Amz-Id-2: 0DUy+dpzOYuiz+5PSc9+f0LWJxZTBtNTNe5mRt/FCCnckhlWHIsrDSjrori41yNYtmxA8YP/Skg=
2016/09/18 12:14:32 [DEBUG] plugin: terraform: X-Amz-Request-Id: 5B4B1A7E2132CAB6
2016/09/18 12:14:32 [DEBUG] plugin: terraform:
2016/09/18 12:14:32 [DEBUG] plugin: terraform: f2
2016/09/18 12:14:32 [DEBUG] plugin: terraform: <?xml version="1.0" encoding="UTF-8"?>
2016/09/18 12:14:32 [DEBUG] plugin: terraform: <WebsiteConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><IndexDocument><Suffix>index.html</Suffix></IndexDocument><ErrorDocument><Key>error.html</Key></ErrorDocument></WebsiteConfiguration>
2016/09/18 12:14:32 [DEBUG] plugin: terraform: 0
2016/09/18 12:14:32 [DEBUG] plugin: terraform:
2016/09/18 12:14:32 [DEBUG] plugin: terraform:
2016/09/18 12:14:32 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/09/18 12:14:32 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:32 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketVersioning Details:
2016/09/18 12:14:32 [DEBUG] plugin: terraform: ---[ REQUEST POST-SIGN ]-----------------------------
2016/09/18 12:14:32 [DEBUG] plugin: terraform: GET http://s3-us-west-2.amazonaws.com/payments.gruntwork-dev.io?versioning= HTTP/1.1
2016/09/18 12:14:32 [DEBUG] plugin: terraform: Host: s3-us-west-2.amazonaws.com
2016/09/18 12:14:32 [DEBUG] plugin: terraform: User-Agent: terraform/0.7.3 aws-sdk-go/1.4.2 (go1.7; darwin; amd64)
2016/09/18 12:14:32 [DEBUG] plugin: terraform: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJUMAOF267AEYCPUA/20160918/us-west-2/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4cdd467ca2909037cc66efe4f82a31ede5236e1078b595243b225f311db19a1d
2016/09/18 12:14:32 [DEBUG] plugin: terraform: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2016/09/18 12:14:32 [DEBUG] plugin: terraform: X-Amz-Date: 20160918T191432Z
2016/09/18 12:14:32 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2016/09/18 12:14:32 [DEBUG] plugin: terraform:
2016/09/18 12:14:32 [DEBUG] plugin: terraform:
2016/09/18 12:14:32 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/09/18 12:14:33 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:33 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketVersioning Details:
2016/09/18 12:14:33 [DEBUG] plugin: terraform: ---[ RESPONSE ]--------------------------------------
2016/09/18 12:14:33 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2016/09/18 12:14:33 [DEBUG] plugin: terraform: Connection: close
2016/09/18 12:14:33 [DEBUG] plugin: terraform: Transfer-Encoding: chunked
2016/09/18 12:14:33 [DEBUG] plugin: terraform: Date: Sun, 18 Sep 2016 19:14:34 GMT
2016/09/18 12:14:33 [DEBUG] plugin: terraform: Server: AmazonS3
2016/09/18 12:14:33 [DEBUG] plugin: terraform: X-Amz-Id-2: sG+Hb5fAVdFQ/ABhGwfmtfcm2Vz0007byK8MhnX7PjWigyy4z52kD18cKDam3cJY9vOkT344zjA=
2016/09/18 12:14:33 [DEBUG] plugin: terraform: X-Amz-Request-Id: CB705813AA234013
2016/09/18 12:14:33 [DEBUG] plugin: terraform:
2016/09/18 12:14:33 [DEBUG] plugin: terraform: a2
2016/09/18 12:14:33 [DEBUG] plugin: terraform: <?xml version="1.0" encoding="UTF-8"?>
2016/09/18 12:14:33 [DEBUG] plugin: terraform: <VersioningConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Status>Enabled</Status></VersioningConfiguration>
2016/09/18 12:14:33 [DEBUG] plugin: terraform: 0
2016/09/18 12:14:33 [DEBUG] plugin: terraform:
2016/09/18 12:14:33 [DEBUG] plugin: terraform:
2016/09/18 12:14:33 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/09/18 12:14:33 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:33 [DEBUG] S3 Bucket: payments.gruntwork-dev.io, versioning: {
2016/09/18 12:14:33 [DEBUG] plugin: terraform: Status: "Enabled"
2016/09/18 12:14:33 [DEBUG] plugin: terraform: }
2016/09/18 12:14:33 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:33 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketAccelerateConfiguration Details:
2016/09/18 12:14:33 [DEBUG] plugin: terraform: ---[ REQUEST POST-SIGN ]-----------------------------
2016/09/18 12:14:33 [DEBUG] plugin: terraform: GET http://s3-us-west-2.amazonaws.com/payments.gruntwork-dev.io?accelerate= HTTP/1.1
2016/09/18 12:14:33 [DEBUG] plugin: terraform: Host: s3-us-west-2.amazonaws.com
2016/09/18 12:14:33 [DEBUG] plugin: terraform: User-Agent: terraform/0.7.3 aws-sdk-go/1.4.2 (go1.7; darwin; amd64)
2016/09/18 12:14:33 [DEBUG] plugin: terraform: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJUMAOF267AEYCPUA/20160918/us-west-2/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f7ca7b8975af66f417cb54c277aa1b800de31db92420cebddc192baec8331099
2016/09/18 12:14:33 [DEBUG] plugin: terraform: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2016/09/18 12:14:33 [DEBUG] plugin: terraform: X-Amz-Date: 20160918T191433Z
2016/09/18 12:14:33 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2016/09/18 12:14:33 [DEBUG] plugin: terraform:
2016/09/18 12:14:33 [DEBUG] plugin: terraform:
2016/09/18 12:14:33 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/09/18 12:14:33 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:33 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketAccelerateConfiguration Details:
2016/09/18 12:14:33 [DEBUG] plugin: terraform: ---[ RESPONSE ]--------------------------------------
2016/09/18 12:14:33 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2016/09/18 12:14:33 [DEBUG] plugin: terraform: Connection: close
2016/09/18 12:14:33 [DEBUG] plugin: terraform: Transfer-Encoding: chunked
2016/09/18 12:14:33 [DEBUG] plugin: terraform: Date: Sun, 18 Sep 2016 19:14:34 GMT
2016/09/18 12:14:33 [DEBUG] plugin: terraform: Server: AmazonS3
2016/09/18 12:14:33 [DEBUG] plugin: terraform: X-Amz-Id-2: FlcvUqJbRheX7MtjyHuXE8gOcS2jQbwjG/vshqvq18bXPEnDzxUFO8TCHvr5k8lPjAf3KXjwHQU=
2016/09/18 12:14:33 [DEBUG] plugin: terraform: X-Amz-Request-Id: B13893852975F1AD
2016/09/18 12:14:33 [DEBUG] plugin: terraform:
2016/09/18 12:14:33 [DEBUG] plugin: terraform: 71
2016/09/18 12:14:33 [DEBUG] plugin: terraform: <?xml version="1.0" encoding="UTF-8"?>
2016/09/18 12:14:33 [DEBUG] plugin: terraform: <AccelerateConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/"/>
2016/09/18 12:14:33 [DEBUG] plugin: terraform: 0
2016/09/18 12:14:33 [DEBUG] plugin: terraform:
2016/09/18 12:14:33 [DEBUG] plugin: terraform:
2016/09/18 12:14:33 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/09/18 12:14:33 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:33 [DEBUG] S3 bucket: payments.gruntwork-dev.io, read Acceleration: {
2016/09/18 12:14:33 [DEBUG] plugin: terraform:
2016/09/18 12:14:33 [DEBUG] plugin: terraform: }
2016/09/18 12:14:33 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:33 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketRequestPayment Details:
2016/09/18 12:14:33 [DEBUG] plugin: terraform: ---[ REQUEST POST-SIGN ]-----------------------------
2016/09/18 12:14:33 [DEBUG] plugin: terraform: GET http://s3-us-west-2.amazonaws.com/payments.gruntwork-dev.io?requestPayment= HTTP/1.1
2016/09/18 12:14:33 [DEBUG] plugin: terraform: Host: s3-us-west-2.amazonaws.com
2016/09/18 12:14:33 [DEBUG] plugin: terraform: User-Agent: terraform/0.7.3 aws-sdk-go/1.4.2 (go1.7; darwin; amd64)
2016/09/18 12:14:33 [DEBUG] plugin: terraform: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJUMAOF267AEYCPUA/20160918/us-west-2/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=760c1edfa0d4c7295e672d31ac31eec6d0eaac584daf149b4786be8971ea4b77
2016/09/18 12:14:33 [DEBUG] plugin: terraform: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2016/09/18 12:14:33 [DEBUG] plugin: terraform: X-Amz-Date: 20160918T191433Z
2016/09/18 12:14:33 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2016/09/18 12:14:33 [DEBUG] plugin: terraform:
2016/09/18 12:14:33 [DEBUG] plugin: terraform:
2016/09/18 12:14:33 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/09/18 12:14:33 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:33 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketRequestPayment Details:
2016/09/18 12:14:33 [DEBUG] plugin: terraform: ---[ RESPONSE ]--------------------------------------
2016/09/18 12:14:33 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2016/09/18 12:14:33 [DEBUG] plugin: terraform: Connection: close
2016/09/18 12:14:33 [DEBUG] plugin: terraform: Transfer-Encoding: chunked
2016/09/18 12:14:33 [DEBUG] plugin: terraform: Date: Sun, 18 Sep 2016 19:14:34 GMT
2016/09/18 12:14:33 [DEBUG] plugin: terraform: Server: AmazonS3
2016/09/18 12:14:33 [DEBUG] plugin: terraform: X-Amz-Id-2: I/HrXi7Kn5IMQDdVSfDFI9uhJKB++8XaVlM4ay/cwYEvZd2ISe8x2tY/JbCaheCBoGPanP/0g1w=
2016/09/18 12:14:33 [DEBUG] plugin: terraform: X-Amz-Request-Id: 384F8409E1799BB7
2016/09/18 12:14:33 [DEBUG] plugin: terraform:
2016/09/18 12:14:33 [DEBUG] plugin: terraform: ac
2016/09/18 12:14:33 [DEBUG] plugin: terraform: <?xml version="1.0" encoding="UTF-8"?>
2016/09/18 12:14:33 [DEBUG] plugin: terraform: <RequestPaymentConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Payer>BucketOwner</Payer></RequestPaymentConfiguration>
2016/09/18 12:14:33 [DEBUG] plugin: terraform: 0
2016/09/18 12:14:33 [DEBUG] plugin: terraform:
2016/09/18 12:14:33 [DEBUG] plugin: terraform:
2016/09/18 12:14:33 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/09/18 12:14:33 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:33 [DEBUG] S3 Bucket: payments.gruntwork-dev.io, read request payer: {
2016/09/18 12:14:33 [DEBUG] plugin: terraform: Payer: "BucketOwner"
2016/09/18 12:14:33 [DEBUG] plugin: terraform: }
2016/09/18 12:14:33 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:33 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketLogging Details:
2016/09/18 12:14:33 [DEBUG] plugin: terraform: ---[ REQUEST POST-SIGN ]-----------------------------
2016/09/18 12:14:33 [DEBUG] plugin: terraform: GET http://s3-us-west-2.amazonaws.com/payments.gruntwork-dev.io?logging= HTTP/1.1
2016/09/18 12:14:33 [DEBUG] plugin: terraform: Host: s3-us-west-2.amazonaws.com
2016/09/18 12:14:33 [DEBUG] plugin: terraform: User-Agent: terraform/0.7.3 aws-sdk-go/1.4.2 (go1.7; darwin; amd64)
2016/09/18 12:14:33 [DEBUG] plugin: terraform: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJUMAOF267AEYCPUA/20160918/us-west-2/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=25ba2e6e2503300f921110cc189d6b49096c85a65bfdde3a486f9666bdbdddf5
2016/09/18 12:14:33 [DEBUG] plugin: terraform: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2016/09/18 12:14:33 [DEBUG] plugin: terraform: X-Amz-Date: 20160918T191433Z
2016/09/18 12:14:33 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2016/09/18 12:14:33 [DEBUG] plugin: terraform:
2016/09/18 12:14:33 [DEBUG] plugin: terraform:
2016/09/18 12:14:33 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/09/18 12:14:34 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:34 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketLogging Details:
2016/09/18 12:14:34 [DEBUG] plugin: terraform: ---[ RESPONSE ]--------------------------------------
2016/09/18 12:14:34 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2016/09/18 12:14:34 [DEBUG] plugin: terraform: Connection: close
2016/09/18 12:14:34 [DEBUG] plugin: terraform: Content-Length: 289
2016/09/18 12:14:34 [DEBUG] plugin: terraform: Content-Type: application/xml
2016/09/18 12:14:34 [DEBUG] plugin: terraform: Date: Sun, 18 Sep 2016 19:14:34 GMT
2016/09/18 12:14:34 [DEBUG] plugin: terraform: Server: AmazonS3
2016/09/18 12:14:34 [DEBUG] plugin: terraform: X-Amz-Id-2: fMPywBnafhQuwILoPJhU/WGXE73ju51wsbV4j+ukBwwyU9SpBI+xulk9Ml/gEVONd+qBwuMj1sw=
2016/09/18 12:14:34 [DEBUG] plugin: terraform: X-Amz-Request-Id: A7E34525A108EFC8
2016/09/18 12:14:34 [DEBUG] plugin: terraform:
2016/09/18 12:14:34 [DEBUG] plugin: terraform: <?xml version="1.0" encoding="UTF-8"?>
2016/09/18 12:14:34 [DEBUG] plugin: terraform:
2016/09/18 12:14:34 [DEBUG] plugin: terraform: <BucketLoggingStatus xmlns="http://s3.amazonaws.com/doc/2006-03-01/">
2016/09/18 12:14:34 [DEBUG] plugin: terraform: <!--<LoggingEnabled><TargetBucket>myLogsBucket</TargetBucket><TargetPrefix>add/this/prefix/to/my/log/files/access_log-</TargetPrefix></LoggingEnabled>-->
2016/09/18 12:14:34 [DEBUG] plugin: terraform: </BucketLoggingStatus>
2016/09/18 12:14:34 [DEBUG] plugin: terraform:
2016/09/18 12:14:34 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/09/18 12:14:34 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:34 [DEBUG] S3 Bucket: payments.gruntwork-dev.io, logging: {
2016/09/18 12:14:34 [DEBUG] plugin: terraform:
2016/09/18 12:14:34 [DEBUG] plugin: terraform: }
2016/09/18 12:14:34 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:34 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketLifecycleConfiguration Details:
2016/09/18 12:14:34 [DEBUG] plugin: terraform: ---[ REQUEST POST-SIGN ]-----------------------------
2016/09/18 12:14:34 [DEBUG] plugin: terraform: GET http://s3-us-west-2.amazonaws.com/payments.gruntwork-dev.io?lifecycle= HTTP/1.1
2016/09/18 12:14:34 [DEBUG] plugin: terraform: Host: s3-us-west-2.amazonaws.com
2016/09/18 12:14:34 [DEBUG] plugin: terraform: User-Agent: terraform/0.7.3 aws-sdk-go/1.4.2 (go1.7; darwin; amd64)
2016/09/18 12:14:34 [DEBUG] plugin: terraform: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJUMAOF267AEYCPUA/20160918/us-west-2/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=753916816d1c769a1a006670cf4a0b5983677635556ca938170b792560ebf680
2016/09/18 12:14:34 [DEBUG] plugin: terraform: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2016/09/18 12:14:34 [DEBUG] plugin: terraform: X-Amz-Date: 20160918T191434Z
2016/09/18 12:14:34 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2016/09/18 12:14:34 [DEBUG] plugin: terraform:
2016/09/18 12:14:34 [DEBUG] plugin: terraform:
2016/09/18 12:14:34 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/09/18 12:14:34 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:34 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketLifecycleConfiguration Details:
2016/09/18 12:14:34 [DEBUG] plugin: terraform: ---[ RESPONSE ]--------------------------------------
2016/09/18 12:14:34 [DEBUG] plugin: terraform: HTTP/1.1 404 Not Found
2016/09/18 12:14:34 [DEBUG] plugin: terraform: Connection: close
2016/09/18 12:14:34 [DEBUG] plugin: terraform: Transfer-Encoding: chunked
2016/09/18 12:14:34 [DEBUG] plugin: terraform: Content-Type: application/xml
2016/09/18 12:14:34 [DEBUG] plugin: terraform: Date: Sun, 18 Sep 2016 19:14:33 GMT
2016/09/18 12:14:34 [DEBUG] plugin: terraform: Server: AmazonS3
2016/09/18 12:14:34 [DEBUG] plugin: terraform: X-Amz-Id-2: wXmwGmFO2DdHqdpGRGAUo+zCTD/GB9aswgGJiWcRK/0y1top8Jxmj4mWan73bRkJnqF5KuwCy5Q=
2016/09/18 12:14:34 [DEBUG] plugin: terraform: X-Amz-Request-Id: 07495DF1566CDC49
2016/09/18 12:14:34 [DEBUG] plugin: terraform:
2016/09/18 12:14:34 [DEBUG] plugin: terraform: 152
2016/09/18 12:14:34 [DEBUG] plugin: terraform: <?xml version="1.0" encoding="UTF-8"?>
2016/09/18 12:14:34 [DEBUG] plugin: terraform: <Error><Code>NoSuchLifecycleConfiguration</Code><Message>The lifecycle configuration does not exist</Message><BucketName>payments.gruntwork-dev.io</BucketName><RequestId>07495DF1566CDC49</RequestId><HostId>wXmwGmFO2DdHqdpGRGAUo+zCTD/GB9aswgGJiWcRK/0y1top8Jxmj4mWan73bRkJnqF5KuwCy5Q=</HostId></Error>
2016/09/18 12:14:34 [DEBUG] plugin: terraform: 0
2016/09/18 12:14:34 [DEBUG] plugin: terraform:
2016/09/18 12:14:34 [DEBUG] plugin: terraform:
2016/09/18 12:14:34 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/09/18 12:14:34 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:34 [DEBUG] S3 Bucket: payments.gruntwork-dev.io, lifecycle: {
2016/09/18 12:14:34 [DEBUG] plugin: terraform:
2016/09/18 12:14:34 [DEBUG] plugin: terraform: }
2016/09/18 12:14:34 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:34 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketLocation Details:
2016/09/18 12:14:34 [DEBUG] plugin: terraform: ---[ REQUEST POST-SIGN ]-----------------------------
2016/09/18 12:14:34 [DEBUG] plugin: terraform: GET http://s3-us-west-2.amazonaws.com/payments.gruntwork-dev.io?location= HTTP/1.1
2016/09/18 12:14:34 [DEBUG] plugin: terraform: Host: s3-us-west-2.amazonaws.com
2016/09/18 12:14:34 [DEBUG] plugin: terraform: User-Agent: terraform/0.7.3 aws-sdk-go/1.4.2 (go1.7; darwin; amd64)
2016/09/18 12:14:34 [DEBUG] plugin: terraform: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJUMAOF267AEYCPUA/20160918/us-west-2/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2abd3f90120be1b1f9a3f81b4b1848da41af2fc83ed46777adedfaa6970924e1
2016/09/18 12:14:34 [DEBUG] plugin: terraform: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2016/09/18 12:14:34 [DEBUG] plugin: terraform: X-Amz-Date: 20160918T191434Z
2016/09/18 12:14:34 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2016/09/18 12:14:34 [DEBUG] plugin: terraform:
2016/09/18 12:14:34 [DEBUG] plugin: terraform:
2016/09/18 12:14:34 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/09/18 12:14:34 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:34 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketLocation Details:
2016/09/18 12:14:34 [DEBUG] plugin: terraform: ---[ RESPONSE ]--------------------------------------
2016/09/18 12:14:34 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2016/09/18 12:14:34 [DEBUG] plugin: terraform: Connection: close
2016/09/18 12:14:34 [DEBUG] plugin: terraform: Transfer-Encoding: chunked
2016/09/18 12:14:34 [DEBUG] plugin: terraform: Content-Type: application/xml
2016/09/18 12:14:34 [DEBUG] plugin: terraform: Date: Sun, 18 Sep 2016 19:14:35 GMT
2016/09/18 12:14:34 [DEBUG] plugin: terraform: Server: AmazonS3
2016/09/18 12:14:34 [DEBUG] plugin: terraform: X-Amz-Id-2: JZrLsoIyYp3tyNcUAXuliC8eBGxRp2qt921MxH8X3qHSXWrxIhH6ggswxD3ONwNQtjb/c3ZDy8I=
2016/09/18 12:14:34 [DEBUG] plugin: terraform: X-Amz-Request-Id: B46B61EACC89B7EC
2016/09/18 12:14:34 [DEBUG] plugin: terraform:
2016/09/18 12:14:34 [DEBUG] plugin: terraform: 89
2016/09/18 12:14:34 [DEBUG] plugin: terraform: <?xml version="1.0" encoding="UTF-8"?>
2016/09/18 12:14:34 [DEBUG] plugin: terraform: <LocationConstraint xmlns="http://s3.amazonaws.com/doc/2006-03-01/">us-west-2</LocationConstraint>
2016/09/18 12:14:34 [DEBUG] plugin: terraform: 0
2016/09/18 12:14:34 [DEBUG] plugin: terraform:
2016/09/18 12:14:34 [DEBUG] plugin: terraform:
2016/09/18 12:14:34 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/09/18 12:14:34 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:34 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketLocation Details:
2016/09/18 12:14:34 [DEBUG] plugin: terraform: ---[ REQUEST POST-SIGN ]-----------------------------
2016/09/18 12:14:34 [DEBUG] plugin: terraform: GET http://s3-us-west-2.amazonaws.com/payments.gruntwork-dev.io?location= HTTP/1.1
2016/09/18 12:14:34 [DEBUG] plugin: terraform: Host: s3-us-west-2.amazonaws.com
2016/09/18 12:14:34 [DEBUG] plugin: terraform: User-Agent: terraform/0.7.3 aws-sdk-go/1.4.2 (go1.7; darwin; amd64)
2016/09/18 12:14:34 [DEBUG] plugin: terraform: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJUMAOF267AEYCPUA/20160918/us-west-2/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2abd3f90120be1b1f9a3f81b4b1848da41af2fc83ed46777adedfaa6970924e1
2016/09/18 12:14:34 [DEBUG] plugin: terraform: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2016/09/18 12:14:34 [DEBUG] plugin: terraform: X-Amz-Date: 20160918T191434Z
2016/09/18 12:14:34 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2016/09/18 12:14:34 [DEBUG] plugin: terraform:
2016/09/18 12:14:34 [DEBUG] plugin: terraform:
2016/09/18 12:14:34 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/09/18 12:14:34 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:34 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketLocation Details:
2016/09/18 12:14:34 [DEBUG] plugin: terraform: ---[ RESPONSE ]--------------------------------------
2016/09/18 12:14:34 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2016/09/18 12:14:34 [DEBUG] plugin: terraform: Connection: close
2016/09/18 12:14:34 [DEBUG] plugin: terraform: Transfer-Encoding: chunked
2016/09/18 12:14:34 [DEBUG] plugin: terraform: Content-Type: application/xml
2016/09/18 12:14:34 [DEBUG] plugin: terraform: Date: Sun, 18 Sep 2016 19:14:35 GMT
2016/09/18 12:14:34 [DEBUG] plugin: terraform: Server: AmazonS3
2016/09/18 12:14:34 [DEBUG] plugin: terraform: X-Amz-Id-2: WOabw5tZLK+Hod03llYoL4UEpmMff0rEAGvIWKkyYlziYMc6mhvqAH3AB/c96Vo1yillOJhfrGA=
2016/09/18 12:14:34 [DEBUG] plugin: terraform: X-Amz-Request-Id: 795114214ED9729B
2016/09/18 12:14:34 [DEBUG] plugin: terraform:
2016/09/18 12:14:34 [DEBUG] plugin: terraform: 89
2016/09/18 12:14:34 [DEBUG] plugin: terraform: <?xml version="1.0" encoding="UTF-8"?>
2016/09/18 12:14:34 [DEBUG] plugin: terraform: <LocationConstraint xmlns="http://s3.amazonaws.com/doc/2006-03-01/">us-west-2</LocationConstraint>
2016/09/18 12:14:34 [DEBUG] plugin: terraform: 0
2016/09/18 12:14:34 [DEBUG] plugin: terraform:
2016/09/18 12:14:34 [DEBUG] plugin: terraform:
2016/09/18 12:14:34 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/09/18 12:14:34 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:34 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketTagging Details:
2016/09/18 12:14:34 [DEBUG] plugin: terraform: ---[ REQUEST POST-SIGN ]-----------------------------
2016/09/18 12:14:34 [DEBUG] plugin: terraform: GET http://s3-us-west-2.amazonaws.com/payments.gruntwork-dev.io?tagging= HTTP/1.1
2016/09/18 12:14:34 [DEBUG] plugin: terraform: Host: s3-us-west-2.amazonaws.com
2016/09/18 12:14:34 [DEBUG] plugin: terraform: User-Agent: terraform/0.7.3 aws-sdk-go/1.4.2 (go1.7; darwin; amd64)
2016/09/18 12:14:34 [DEBUG] plugin: terraform: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJUMAOF267AEYCPUA/20160918/us-west-2/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8aec3d34c62dbb480b3599cbf77c1277c8465dc36fa58ed25887dfebf6e3d35b
2016/09/18 12:14:34 [DEBUG] plugin: terraform: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2016/09/18 12:14:34 [DEBUG] plugin: terraform: X-Amz-Date: 20160918T191434Z
2016/09/18 12:14:34 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2016/09/18 12:14:34 [DEBUG] plugin: terraform:
2016/09/18 12:14:34 [DEBUG] plugin: terraform:
2016/09/18 12:14:34 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/09/18 12:14:35 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:35 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketTagging Details:
2016/09/18 12:14:35 [DEBUG] plugin: terraform: ---[ RESPONSE ]--------------------------------------
2016/09/18 12:14:35 [DEBUG] plugin: terraform: HTTP/1.1 404 Not Found
2016/09/18 12:14:35 [DEBUG] plugin: terraform: Connection: close
2016/09/18 12:14:35 [DEBUG] plugin: terraform: Transfer-Encoding: chunked
2016/09/18 12:14:35 [DEBUG] plugin: terraform: Content-Type: application/xml
2016/09/18 12:14:35 [DEBUG] plugin: terraform: Date: Sun, 18 Sep 2016 19:14:34 GMT
2016/09/18 12:14:35 [DEBUG] plugin: terraform: Server: AmazonS3
2016/09/18 12:14:35 [DEBUG] plugin: terraform: X-Amz-Id-2: lXO1LG64UT+o04oL0Wq6ay/nfw1wFMshoxoHQ4p/1WP4noDs4gC7FbuqIAsIzgZRGVclBQ2MNBY=
2016/09/18 12:14:35 [DEBUG] plugin: terraform: X-Amz-Request-Id: 8C9E0D325ED18BE1
2016/09/18 12:14:35 [DEBUG] plugin: terraform:
2016/09/18 12:14:35 [DEBUG] plugin: terraform: 131
2016/09/18 12:14:35 [DEBUG] plugin: terraform: <?xml version="1.0" encoding="UTF-8"?>
2016/09/18 12:14:35 [DEBUG] plugin: terraform: <Error><Code>NoSuchTagSet</Code><Message>The TagSet does not exist</Message><BucketName>payments.gruntwork-dev.io</BucketName><RequestId>8C9E0D325ED18BE1</RequestId><HostId>lXO1LG64UT+o04oL0Wq6ay/nfw1wFMshoxoHQ4p/1WP4noDs4gC7FbuqIAsIzgZRGVclBQ2MNBY=</HostId></Error>
2016/09/18 12:14:35 [DEBUG] plugin: terraform: 0
2016/09/18 12:14:35 [DEBUG] plugin: terraform:
2016/09/18 12:14:35 [DEBUG] plugin: terraform:
2016/09/18 12:14:35 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/09/18 12:14:35 [DEBUG] root: eval: *terraform.EvalWriteState
2016/09/18 12:14:35 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:35 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:35 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:35 [TRACE] [walkRefresh] Exiting eval tree: aws_s3_bucket.webform
2016/09/18 12:14:35 [DEBUG] vertex provider.aws (close), got dep: aws_s3_bucket.webform
2016/09/18 12:14:35 [DEBUG] vertex aws_s3_bucket_object.index, got dep: aws_s3_bucket.webform
2016/09/18 12:14:35 [DEBUG] vertex root.aws_s3_bucket_object.index: walking
2016/09/18 12:14:35 [DEBUG] vertex root.aws_s3_bucket_object.index: evaluating
2016/09/18 12:14:35 [DEBUG] root: eval: *terraform.EvalInterpolate
2016/09/18 12:14:35 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:35 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2016/09/18 12:14:35 [DEBUG] vertex root.aws_s3_bucket_object.index: walking
2016/09/18 12:14:35 [DEBUG] vertex root.aws_s3_bucket_object.index: evaluating
2016/09/18 12:14:35 [TRACE] [walkRefresh] Entering eval tree: aws_s3_bucket_object.index
2016/09/18 12:14:35 [DEBUG] root: eval: *terraform.EvalSequence
2016/09/18 12:14:35 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:35 [DEBUG] root: eval: *terraform.EvalInstanceInfo
2016/09/18 12:14:35 [DEBUG] root: eval: *terraform.EvalOpFilter
2016/09/18 12:14:35 [DEBUG] root: eval: *terraform.EvalSequence
2016/09/18 12:14:35 [DEBUG] root: eval: *terraform.EvalGetProvider
2016/09/18 12:14:35 [DEBUG] root: eval: *terraform.EvalReadState
2016/09/18 12:14:35 [DEBUG] root: eval: *terraform.EvalRefresh
2016/09/18 12:14:35 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:35 [DEBUG] [aws-sdk-go] DEBUG: Request s3/HeadObject Details:
2016/09/18 12:14:35 [DEBUG] plugin: terraform: ---[ REQUEST POST-SIGN ]-----------------------------
2016/09/18 12:14:35 [DEBUG] plugin: terraform: HEAD http://s3-us-west-2.amazonaws.com/payments.gruntwork-dev.io/index.html HTTP/1.1
2016/09/18 12:14:35 [DEBUG] plugin: terraform: Host: s3-us-west-2.amazonaws.com
2016/09/18 12:14:35 [DEBUG] plugin: terraform: User-Agent: terraform/0.7.3 aws-sdk-go/1.4.2 (go1.7; darwin; amd64)
2016/09/18 12:14:35 [DEBUG] plugin: terraform: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJUMAOF267AEYCPUA/20160918/us-west-2/s3/aws4_request, SignedHeaders=host;if-match;x-amz-content-sha256;x-amz-date, Signature=3d358cd1b7dbf77db97eda4da19610eaf9ddc968b2295aee3feebeb4ae8ac04f
2016/09/18 12:14:35 [DEBUG] plugin: terraform: If-Match: cdcca91c9ecc408e7e4760f3ec0bbb66
2016/09/18 12:14:35 [DEBUG] plugin: terraform: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2016/09/18 12:14:35 [DEBUG] plugin: terraform: X-Amz-Date: 20160918T191435Z
2016/09/18 12:14:35 [DEBUG] plugin: terraform:
2016/09/18 12:14:35 [DEBUG] plugin: terraform:
2016/09/18 12:14:35 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/09/18 12:14:35 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:35 [DEBUG] [aws-sdk-go] DEBUG: Response s3/HeadObject Details:
2016/09/18 12:14:35 [DEBUG] plugin: terraform: ---[ RESPONSE ]--------------------------------------
2016/09/18 12:14:35 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2016/09/18 12:14:35 [DEBUG] plugin: terraform: Connection: close
2016/09/18 12:14:35 [DEBUG] plugin: terraform: Content-Length: 98
2016/09/18 12:14:35 [DEBUG] plugin: terraform: Accept-Ranges: bytes
2016/09/18 12:14:35 [DEBUG] plugin: terraform: Content-Type: text/html
2016/09/18 12:14:35 [DEBUG] plugin: terraform: Date: Sun, 18 Sep 2016 19:14:36 GMT
2016/09/18 12:14:35 [DEBUG] plugin: terraform: Etag: "cdcca91c9ecc408e7e4760f3ec0bbb66"
2016/09/18 12:14:35 [DEBUG] plugin: terraform: Last-Modified: Sun, 18 Sep 2016 19:07:04 GMT
2016/09/18 12:14:35 [DEBUG] plugin: terraform: Server: AmazonS3
2016/09/18 12:14:35 [DEBUG] plugin: terraform: X-Amz-Id-2: nUYA6pugFPVbR4iOVPThRfaw4pUX4lOgsb8DCsMWpdyRbgoUfLka9gX6xyI+K+a21V2cKEN95DI=
2016/09/18 12:14:35 [DEBUG] plugin: terraform: X-Amz-Request-Id: 9AB9A34377EA9A76
2016/09/18 12:14:35 [DEBUG] plugin: terraform: X-Amz-Version-Id: JdfpC1xHEKqk3mqA51Zge6rKO6J6ustY
2016/09/18 12:14:35 [DEBUG] plugin: terraform:
2016/09/18 12:14:35 [DEBUG] plugin: terraform:
2016/09/18 12:14:35 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/09/18 12:14:35 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:35 [DEBUG] Reading S3 Bucket Object meta: {
2016/09/18 12:14:35 [DEBUG] plugin: terraform: AcceptRanges: "bytes",
2016/09/18 12:14:35 [DEBUG] plugin: terraform: ContentLength: 98,
2016/09/18 12:14:35 [DEBUG] plugin: terraform: ContentType: "text/html",
2016/09/18 12:14:35 [DEBUG] plugin: terraform: ETag: "\"cdcca91c9ecc408e7e4760f3ec0bbb66\"",
2016/09/18 12:14:35 [DEBUG] plugin: terraform: LastModified: 2016-09-18 19:07:04 +0000 UTC,
2016/09/18 12:14:35 [DEBUG] plugin: terraform: Metadata: {
2016/09/18 12:14:35 [DEBUG] plugin: terraform:
2016/09/18 12:14:35 [DEBUG] plugin: terraform: },
2016/09/18 12:14:35 [DEBUG] plugin: terraform: VersionId: "JdfpC1xHEKqk3mqA51Zge6rKO6J6ustY"
2016/09/18 12:14:35 [DEBUG] plugin: terraform: }
2016/09/18 12:14:35 [DEBUG] root: eval: *terraform.EvalWriteState
2016/09/18 12:14:35 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:35 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:35 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:35 [TRACE] [walkRefresh] Exiting eval tree: aws_s3_bucket_object.index
2016/09/18 12:14:35 [DEBUG] vertex provider.aws (close), got dep: aws_s3_bucket_object.index
2016/09/18 12:14:35 [DEBUG] vertex provider.aws (close), got dep: provider.aws
2016/09/18 12:14:35 [DEBUG] vertex root.provider.aws (close): walking
2016/09/18 12:14:35 [DEBUG] vertex root.provider.aws (close): evaluating
2016/09/18 12:14:35 [TRACE] [walkRefresh] Entering eval tree: provider.aws (close)
2016/09/18 12:14:35 [DEBUG] root: eval: *terraform.EvalCloseProvider
2016/09/18 12:14:35 [DEBUG] vertex root, got dep: provider.aws (close)
2016/09/18 12:14:35 [DEBUG] vertex root, got dep: provider.template (close)
2016/09/18 12:14:35 [DEBUG] vertex root.root: walking
2016/09/18 12:14:35 [DEBUG] DestroyEdgeInclude: Checking: data.template_file.s3_bucket_policy
2016/09/18 12:14:35 [DEBUG] DestroyEdgeInclude: Checking: aws_s3_bucket.webform
2016/09/18 12:14:35 [DEBUG] Checking resource noop: aws_s3_bucket_object.index
2016/09/18 12:14:35 [DEBUG] No diff, not a noop
2016/09/18 12:14:35 [DEBUG] Checking resource noop: aws_s3_bucket.webform
2016/09/18 12:14:35 [DEBUG] No diff, not a noop
2016/09/18 12:14:35 [DEBUG] Checking resource noop: data.template_file.s3_bucket_policy
2016/09/18 12:14:35 [DEBUG] No diff, not a noop
2016/09/18 12:14:35 [DEBUG] Checking variable noop: var.website_domain_name
2016/09/18 12:14:35 [DEBUG] No diff, not a noop
2016/09/18 12:14:35 [DEBUG] Checking variable noop: var.aws_region
2016/09/18 12:14:35 [DEBUG] No diff, not a noop
2016/09/18 12:14:35 [DEBUG] Starting graph walk: walkPlan
2016/09/18 12:14:35 [DEBUG] vertex root.var.aws_account_ids: walking
2016/09/18 12:14:35 [DEBUG] vertex root.var.aws_account_ids: evaluating
2016/09/18 12:14:35 [TRACE] [walkPlan] Entering eval tree: var.aws_account_ids
2016/09/18 12:14:35 [DEBUG] root: eval: *terraform.EvalNoop
2016/09/18 12:14:35 [DEBUG] vertex root.provider.template: walking
2016/09/18 12:14:35 [DEBUG] vertex root.provider.template: evaluating
2016/09/18 12:14:35 [DEBUG] vertex root.var.website_domain_name: walking
2016/09/18 12:14:35 [TRACE] [walkPlan] Entering eval tree: provider.template
2016/09/18 12:14:35 [TRACE] [walkPlan] Exiting eval tree: var.aws_account_ids
2016/09/18 12:14:35 [DEBUG] vertex root.var.website_domain_name: evaluating
2016/09/18 12:14:35 [TRACE] [walkPlan] Entering eval tree: var.website_domain_name
2016/09/18 12:14:35 [DEBUG] root: eval: *terraform.EvalNoop
2016/09/18 12:14:35 [TRACE] [walkPlan] Exiting eval tree: var.website_domain_name
2016/09/18 12:14:35 [DEBUG] root: eval: *terraform.EvalSequence
2016/09/18 12:14:35 [DEBUG] vertex data.template_file.s3_bucket_policy, got dep: var.website_domain_name
2016/09/18 12:14:35 [DEBUG] root: eval: *terraform.EvalInitProvider
2016/09/18 12:14:35 [DEBUG] vertex root.var.aws_region: walking
2016/09/18 12:14:35 [DEBUG] vertex root.var.aws_region: evaluating
2016/09/18 12:14:35 [TRACE] [walkPlan] Entering eval tree: var.aws_region
2016/09/18 12:14:35 [DEBUG] root: eval: *terraform.EvalNoop
2016/09/18 12:14:35 [TRACE] [walkPlan] Exiting eval tree: var.aws_region
2016/09/18 12:14:35 [DEBUG] vertex provider.aws, got dep: var.aws_region
2016/09/18 12:14:35 [DEBUG] vertex provider.aws, got dep: var.aws_account_ids
2016/09/18 12:14:35 [DEBUG] vertex root.provider.aws: walking
2016/09/18 12:14:35 [DEBUG] vertex root.provider.aws: evaluating
2016/09/18 12:14:35 [TRACE] [walkPlan] Entering eval tree: provider.aws
2016/09/18 12:14:35 [DEBUG] root: eval: *terraform.EvalSequence
2016/09/18 12:14:35 [DEBUG] root: eval: *terraform.EvalInitProvider
2016/09/18 12:14:35 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:35 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:35 [DEBUG] root: eval: *terraform.EvalOpFilter
2016/09/18 12:14:35 [DEBUG] root: eval: *terraform.EvalSequence
2016/09/18 12:14:35 [DEBUG] root: eval: *terraform.EvalGetProvider
2016/09/18 12:14:35 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:35 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:35 [DEBUG] root: eval: *terraform.EvalOpFilter
2016/09/18 12:14:35 [DEBUG] root: eval: *terraform.EvalSequence
2016/09/18 12:14:35 [DEBUG] root: eval: *terraform.EvalGetProvider
2016/09/18 12:14:35 [DEBUG] root: eval: *terraform.EvalInterpolate
2016/09/18 12:14:35 [DEBUG] root: eval: *terraform.EvalInterpolate
2016/09/18 12:14:35 [DEBUG] root: eval: *terraform.EvalBuildProviderConfig
2016/09/18 12:14:35 [DEBUG] root: eval: *terraform.EvalSetProviderConfig
2016/09/18 12:14:35 [DEBUG] root: eval: *terraform.EvalOpFilter
2016/09/18 12:14:35 [DEBUG] root: eval: *terraform.EvalSequence
2016/09/18 12:14:35 [DEBUG] root: eval: *terraform.EvalConfigProvider
2016/09/18 12:14:35 [DEBUG] root: eval: *terraform.EvalBuildProviderConfig
2016/09/18 12:14:35 [DEBUG] root: eval: *terraform.EvalSetProviderConfig
2016/09/18 12:14:35 [DEBUG] root: eval: *terraform.EvalOpFilter
2016/09/18 12:14:35 [DEBUG] root: eval: *terraform.EvalSequence
2016/09/18 12:14:35 [DEBUG] root: eval: *terraform.EvalConfigProvider
2016/09/18 12:14:35 [DEBUG] vertex provider.template (close), got dep: provider.template
2016/09/18 12:14:35 [DEBUG] vertex data.template_file.s3_bucket_policy, got dep: provider.template
2016/09/18 12:14:35 [DEBUG] vertex root.data.template_file.s3_bucket_policy: walking
2016/09/18 12:14:35 [DEBUG] vertex root.data.template_file.s3_bucket_policy: evaluating
2016/09/18 12:14:35 [TRACE] [walkPlan] Entering eval tree: data.template_file.s3_bucket_policy
2016/09/18 12:14:35 [DEBUG] root: eval: *terraform.EvalSequence
2016/09/18 12:14:35 [DEBUG] root: eval: *terraform.EvalInterpolate
2016/09/18 12:14:35 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:35 [INFO] No assume_role block read from configuration
2016/09/18 12:14:35 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:35 [INFO] Building AWS region structure
2016/09/18 12:14:35 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:35 [INFO] Building AWS auth structure
2016/09/18 12:14:35 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:35 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2016/09/18 12:14:35 [TRACE] [walkPlan] Exiting eval tree: data.template_file.s3_bucket_policy
2016/09/18 12:14:35 [DEBUG] vertex root.data.template_file.s3_bucket_policy: expanding/walking dynamic subgraph
2016/09/18 12:14:35 [DEBUG] vertex root.data.template_file.s3_bucket_policy: walking
2016/09/18 12:14:35 [DEBUG] vertex root.data.template_file.s3_bucket_policy: evaluating
2016/09/18 12:14:35 [DEBUG] root: eval: *terraform.EvalIf
2016/09/18 12:14:35 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:35 [DEBUG] root: eval: *terraform.EvalGetProvider
2016/09/18 12:14:35 [DEBUG] root: eval: *terraform.EvalReadDataDiff
2016/09/18 12:14:35 [DEBUG] root: eval: *terraform.EvalWriteState
2016/09/18 12:14:35 [DEBUG] root: eval: *terraform.EvalWriteDiff
2016/09/18 12:14:35 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:35 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:35 [TRACE] [walkPlan] Exiting eval tree: data.template_file.s3_bucket_policy
2016/09/18 12:14:35 [DEBUG] vertex aws_s3_bucket.webform, got dep: data.template_file.s3_bucket_policy
2016/09/18 12:14:35 [DEBUG] vertex aws_s3_bucket.webform, got dep: var.website_domain_name
2016/09/18 12:14:35 [DEBUG] vertex provider.template (close), got dep: data.template_file.s3_bucket_policy
2016/09/18 12:14:35 [DEBUG] vertex root.provider.template (close): walking
2016/09/18 12:14:35 [DEBUG] vertex root.provider.template (close): evaluating
2016/09/18 12:14:35 [TRACE] [walkPlan] Entering eval tree: provider.template (close)
2016/09/18 12:14:35 [DEBUG] root: eval: *terraform.EvalCloseProvider
2016/09/18 12:14:35 [DEBUG] vertex root, got dep: provider.template (close)
2016/09/18 12:14:35 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:35 [WARN] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2016/09/18 12:14:35 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:35 [INFO] AWS Auth provider used: "EnvProvider"
2016/09/18 12:14:35 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:35 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2016/09/18 12:14:35 [DEBUG] plugin: terraform: ---[ REQUEST POST-SIGN ]-----------------------------
2016/09/18 12:14:35 [DEBUG] plugin: terraform: POST / HTTP/1.1
2016/09/18 12:14:35 [DEBUG] plugin: terraform: Host: sts.amazonaws.com
2016/09/18 12:14:35 [DEBUG] plugin: terraform: User-Agent: terraform/0.7.3 aws-sdk-go/1.4.2 (go1.7; darwin; amd64)
2016/09/18 12:14:35 [DEBUG] plugin: terraform: Content-Length: 43
2016/09/18 12:14:35 [DEBUG] plugin: terraform: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJUMAOF267AEYCPUA/20160918/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=14b766dd865c9b17fef6221e300ba632bde96585abfa540a7d5c271b25a9d16c
2016/09/18 12:14:35 [DEBUG] plugin: terraform: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2016/09/18 12:14:35 [DEBUG] plugin: terraform: X-Amz-Date: 20160918T191435Z
2016/09/18 12:14:35 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2016/09/18 12:14:35 [DEBUG] plugin: terraform:
2016/09/18 12:14:35 [DEBUG] plugin: terraform: Action=GetCallerIdentity&Version=2011-06-15
2016/09/18 12:14:35 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/09/18 12:14:36 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:36 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2016/09/18 12:14:36 [DEBUG] plugin: terraform: ---[ RESPONSE ]--------------------------------------
2016/09/18 12:14:36 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2016/09/18 12:14:36 [DEBUG] plugin: terraform: Connection: close
2016/09/18 12:14:36 [DEBUG] plugin: terraform: Content-Length: 419
2016/09/18 12:14:36 [DEBUG] plugin: terraform: Content-Type: text/xml
2016/09/18 12:14:36 [DEBUG] plugin: terraform: Date: Sun, 18 Sep 2016 19:14:35 GMT
2016/09/18 12:14:36 [DEBUG] plugin: terraform: X-Amzn-Requestid: 235aca58-7dd4-11e6-9110-8bd455117d7e
2016/09/18 12:14:36 [DEBUG] plugin: terraform:
2016/09/18 12:14:36 [DEBUG] plugin: terraform: <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2016/09/18 12:14:36 [DEBUG] plugin: terraform: <GetCallerIdentityResult>
2016/09/18 12:14:36 [DEBUG] plugin: terraform: <Arn>arn:aws:iam::087285199408:user/josh@phoenixdevops.com</Arn>
2016/09/18 12:14:36 [DEBUG] plugin: terraform: <UserId>AIDAIS2WCCNPT35B4US6W</UserId>
2016/09/18 12:14:36 [DEBUG] plugin: terraform: <Account>087285199408</Account>
2016/09/18 12:14:36 [DEBUG] plugin: terraform: </GetCallerIdentityResult>
2016/09/18 12:14:36 [DEBUG] plugin: terraform: <ResponseMetadata>
2016/09/18 12:14:36 [DEBUG] plugin: terraform: <RequestId>235aca58-7dd4-11e6-9110-8bd455117d7e</RequestId>
2016/09/18 12:14:36 [DEBUG] plugin: terraform: </ResponseMetadata>
2016/09/18 12:14:36 [DEBUG] plugin: terraform: </GetCallerIdentityResponse>
2016/09/18 12:14:36 [DEBUG] plugin: terraform:
2016/09/18 12:14:36 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/09/18 12:14:36 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:36 [DEBUG] Trying to get account ID via iam:GetUser
2016/09/18 12:14:36 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:36 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetUser Details:
2016/09/18 12:14:36 [DEBUG] plugin: terraform: ---[ REQUEST POST-SIGN ]-----------------------------
2016/09/18 12:14:36 [DEBUG] plugin: terraform: POST / HTTP/1.1
2016/09/18 12:14:36 [DEBUG] plugin: terraform: Host: iam.amazonaws.com
2016/09/18 12:14:36 [DEBUG] plugin: terraform: User-Agent: terraform/0.7.3 aws-sdk-go/1.4.2 (go1.7; darwin; amd64)
2016/09/18 12:14:36 [DEBUG] plugin: terraform: Content-Length: 33
2016/09/18 12:14:36 [DEBUG] plugin: terraform: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJUMAOF267AEYCPUA/20160918/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=e0ca03f7f6bc5e070c1748c00a338ffea0bfc13d9c5e33f9f2324026a29b3b45
2016/09/18 12:14:36 [DEBUG] plugin: terraform: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2016/09/18 12:14:36 [DEBUG] plugin: terraform: X-Amz-Date: 20160918T191436Z
2016/09/18 12:14:36 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2016/09/18 12:14:36 [DEBUG] plugin: terraform:
2016/09/18 12:14:36 [DEBUG] plugin: terraform: Action=GetUser&Version=2010-05-08
2016/09/18 12:14:36 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/09/18 12:14:36 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:36 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetUser Details:
2016/09/18 12:14:36 [DEBUG] plugin: terraform: ---[ RESPONSE ]--------------------------------------
2016/09/18 12:14:36 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2016/09/18 12:14:36 [DEBUG] plugin: terraform: Connection: close
2016/09/18 12:14:36 [DEBUG] plugin: terraform: Content-Length: 557
2016/09/18 12:14:36 [DEBUG] plugin: terraform: Content-Type: text/xml
2016/09/18 12:14:36 [DEBUG] plugin: terraform: Date: Sun, 18 Sep 2016 19:14:35 GMT
2016/09/18 12:14:36 [DEBUG] plugin: terraform: X-Amzn-Requestid: 239820ee-7dd4-11e6-bccc-117449a441b6
2016/09/18 12:14:36 [DEBUG] plugin: terraform:
2016/09/18 12:14:36 [DEBUG] plugin: terraform: <GetUserResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
2016/09/18 12:14:36 [DEBUG] plugin: terraform: <GetUserResult>
2016/09/18 12:14:36 [DEBUG] plugin: terraform: <User>
2016/09/18 12:14:36 [DEBUG] plugin: terraform: <Path>/</Path>
2016/09/18 12:14:36 [DEBUG] plugin: terraform: <PasswordLastUsed>2016-09-18T17:51:46Z</PasswordLastUsed>
2016/09/18 12:14:36 [DEBUG] plugin: terraform: <UserName>josh@phoenixdevops.com</UserName>
2016/09/18 12:14:36 [DEBUG] plugin: terraform: <Arn>arn:aws:iam::087285199408:user/josh@phoenixdevops.com</Arn>
2016/09/18 12:14:36 [DEBUG] plugin: terraform: <UserId>AIDAIS2WCCNPT35B4US6W</UserId>
2016/09/18 12:14:36 [DEBUG] plugin: terraform: <CreateDate>2014-10-30T18:14:56Z</CreateDate>
2016/09/18 12:14:36 [DEBUG] plugin: terraform: </User>
2016/09/18 12:14:36 [DEBUG] plugin: terraform: </GetUserResult>
2016/09/18 12:14:36 [DEBUG] plugin: terraform: <ResponseMetadata>
2016/09/18 12:14:36 [DEBUG] plugin: terraform: <RequestId>239820ee-7dd4-11e6-bccc-117449a441b6</RequestId>
2016/09/18 12:14:36 [DEBUG] plugin: terraform: </ResponseMetadata>
2016/09/18 12:14:36 [DEBUG] plugin: terraform: </GetUserResponse>
2016/09/18 12:14:36 [DEBUG] plugin: terraform:
2016/09/18 12:14:36 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/09/18 12:14:36 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:36 [INFO] Validating account ID
2016/09/18 12:14:36 [DEBUG] vertex provider.aws (close), got dep: provider.aws
2016/09/18 12:14:36 [DEBUG] vertex aws_s3_bucket.webform, got dep: provider.aws
2016/09/18 12:14:36 [DEBUG] vertex root.aws_s3_bucket.webform: walking
2016/09/18 12:14:36 [DEBUG] vertex root.aws_s3_bucket.webform: evaluating
2016/09/18 12:14:36 [TRACE] [walkPlan] Entering eval tree: aws_s3_bucket.webform
2016/09/18 12:14:36 [DEBUG] root: eval: *terraform.EvalSequence
2016/09/18 12:14:36 [DEBUG] root: eval: *terraform.EvalInterpolate
2016/09/18 12:14:36 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:36 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2016/09/18 12:14:36 [TRACE] [walkPlan] Exiting eval tree: aws_s3_bucket.webform
2016/09/18 12:14:36 [DEBUG] vertex root.aws_s3_bucket.webform: expanding/walking dynamic subgraph
2016/09/18 12:14:36 [DEBUG] vertex root.aws_s3_bucket.webform: walking
2016/09/18 12:14:36 [DEBUG] vertex root.aws_s3_bucket.webform: evaluating
2016/09/18 12:14:36 [TRACE] [walkPlan] Entering eval tree: aws_s3_bucket.webform
2016/09/18 12:14:36 [DEBUG] root: eval: *terraform.EvalSequence
2016/09/18 12:14:36 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:36 [DEBUG] root: eval: *terraform.EvalInstanceInfo
2016/09/18 12:14:36 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:36 [DEBUG] root: eval: *terraform.EvalOpFilter
2016/09/18 12:14:36 [DEBUG] root: eval: *terraform.EvalSequence
2016/09/18 12:14:36 [DEBUG] root: eval: *terraform.EvalInterpolate
2016/09/18 12:14:36 [DEBUG] root: eval: *terraform.EvalGetProvider
2016/09/18 12:14:36 [DEBUG] root: eval: *terraform.EvalValidateResource
2016/09/18 12:14:36 [DEBUG] root: eval: *terraform.EvalReadState
2016/09/18 12:14:36 [DEBUG] root: eval: *terraform.EvalDiff
2016/09/18 12:14:36 [DEBUG] root: eval: *terraform.EvalCheckPreventDestroy
2016/09/18 12:14:36 [DEBUG] root: eval: *terraform.EvalWriteState
2016/09/18 12:14:36 [DEBUG] root: eval: *terraform.EvalWriteDiff
2016/09/18 12:14:36 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:36 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:36 [TRACE] [walkPlan] Exiting eval tree: aws_s3_bucket.webform
2016/09/18 12:14:36 [DEBUG] vertex aws_s3_bucket_object.index, got dep: aws_s3_bucket.webform
2016/09/18 12:14:36 [DEBUG] vertex aws_s3_bucket_object.index, got dep: provider.aws
2016/09/18 12:14:36 [DEBUG] vertex root.aws_s3_bucket_object.index: walking
2016/09/18 12:14:36 [DEBUG] vertex root.aws_s3_bucket_object.index: evaluating
2016/09/18 12:14:36 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:36 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2016/09/18 12:14:36 [TRACE] [walkPlan] Exiting eval tree: aws_s3_bucket_object.index
2016/09/18 12:14:36 [DEBUG] vertex root.aws_s3_bucket_object.index: expanding/walking dynamic subgraph
2016/09/18 12:14:36 [DEBUG] vertex root.aws_s3_bucket_object.index: walking
2016/09/18 12:14:36 [DEBUG] vertex root.aws_s3_bucket_object.index: evaluating
2016/09/18 12:14:36 [TRACE] [walkPlan] Entering eval tree: aws_s3_bucket_object.index
2016/09/18 12:14:36 [DEBUG] root: eval: *terraform.EvalSequence
2016/09/18 12:14:36 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:36 [DEBUG] root: eval: *terraform.EvalInstanceInfo
2016/09/18 12:14:36 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:36 [DEBUG] root: eval: *terraform.EvalOpFilter
2016/09/18 12:14:36 [DEBUG] root: eval: *terraform.EvalSequence
2016/09/18 12:14:36 [DEBUG] root: eval: *terraform.EvalInterpolate
2016/09/18 12:14:36 [DEBUG] root: eval: *terraform.EvalGetProvider
2016/09/18 12:14:36 [DEBUG] root: eval: *terraform.EvalValidateResource
2016/09/18 12:14:36 [DEBUG] root: eval: *terraform.EvalReadState
2016/09/18 12:14:36 [DEBUG] root: eval: *terraform.EvalDiff
2016/09/18 12:14:36 [DEBUG] root: eval: *terraform.EvalCheckPreventDestroy
2016/09/18 12:14:36 [DEBUG] root: eval: *terraform.EvalWriteState
2016/09/18 12:14:36 [DEBUG] root: eval: *terraform.EvalWriteDiff
2016/09/18 12:14:36 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:36 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:36 [DEBUG] vertex provider.aws (close), got dep: aws_s3_bucket.webform
2016/09/18 12:14:36 [DEBUG] vertex root.provider.aws (close): walking
2016/09/18 12:14:36 [DEBUG] vertex root.provider.aws (close): evaluating
2016/09/18 12:14:36 [DEBUG] vertex root.root: walking
2016/09/18 12:14:36 [DEBUG] DestroyEdgeInclude: Checking: aws_s3_bucket.webform
2016/09/18 12:14:36 [DEBUG] DestroyEdgeInclude: Checking: data.template_file.s3_bucket_policy
2016/09/18 12:14:36 [DEBUG] Checking variable noop: var.website_domain_name
2016/09/18 12:14:36 [DEBUG] Found up edge to data.template_file.s3_bucket_policy, var is not noop
2016/09/18 12:14:36 [DEBUG] Checking resource noop: data.template_file.s3_bucket_policy
2016/09/18 12:14:36 [DEBUG] Diff has data.template_file.s3_bucket_policy, resource is not a noop
2016/09/18 12:14:36 [DEBUG] Final noop value: false
2016/09/18 12:14:36 [DEBUG] Checking resource noop: aws_s3_bucket.webform
2016/09/18 12:14:36 [DEBUG] Diff has aws_s3_bucket.webform, resource is not a noop
2016/09/18 12:14:36 [DEBUG] Final noop value: false
2016/09/18 12:14:36 [DEBUG] Checking resource noop: aws_s3_bucket_object.index
2016/09/18 12:14:36 [DEBUG] Diff has aws_s3_bucket_object.index, resource is not a noop
2016/09/18 12:14:36 [DEBUG] Final noop value: false
2016/09/18 12:14:36 [DEBUG] Checking variable noop: var.aws_account_ids
2016/09/18 12:14:36 [DEBUG] Found up edge to provider.aws, var is not noop
2016/09/18 12:14:36 [DEBUG] Checking variable noop: var.aws_region
2016/09/18 12:14:36 [DEBUG] Found up edge to provider.aws, var is not noop
2016/09/18 12:14:36 [DEBUG] DestroyEdgeInclude: Checking: data.template_file.s3_bucket_policy
2016/09/18 12:14:36 [DEBUG] DestroyEdgeInclude: Checking: aws_s3_bucket.webform
2016/09/18 12:14:36 [DEBUG] Checking variable noop: var.aws_region
2016/09/18 12:14:36 [DEBUG] Found up edge to provider.aws, var is not noop
2016/09/18 12:14:36 [DEBUG] Checking resource noop: aws_s3_bucket_object.index
2016/09/18 12:14:36 [DEBUG] Diff has aws_s3_bucket_object.index, resource is not a noop
2016/09/18 12:14:36 [DEBUG] Final noop value: false
2016/09/18 12:14:36 [DEBUG] Checking resource noop: aws_s3_bucket.webform
2016/09/18 12:14:36 [DEBUG] Diff has aws_s3_bucket.webform, resource is not a noop
2016/09/18 12:14:36 [DEBUG] Final noop value: false
2016/09/18 12:14:36 [DEBUG] Checking variable noop: var.website_domain_name
2016/09/18 12:14:36 [DEBUG] Found up edge to data.template_file.s3_bucket_policy, var is not noop
2016/09/18 12:14:36 [DEBUG] Checking resource noop: data.template_file.s3_bucket_policy
2016/09/18 12:14:36 [DEBUG] Diff has data.template_file.s3_bucket_policy, resource is not a noop
2016/09/18 12:14:36 [DEBUG] Final noop value: false
2016/09/18 12:14:36 [DEBUG] Checking variable noop: var.aws_account_ids
2016/09/18 12:14:36 [DEBUG] Found up edge to provider.aws, var is not noop
2016/09/18 12:14:36 [DEBUG] Starting graph walk: walkApply
2016/09/18 12:14:36 [DEBUG] vertex root.var.website_domain_name: walking
2016/09/18 12:14:36 [DEBUG] vertex root.var.website_domain_name: evaluating
2016/09/18 12:14:36 [DEBUG] vertex root.var.aws_region: walking
2016/09/18 12:14:36 [DEBUG] vertex data.template_file.s3_bucket_policy, got dep: var.website_domain_name
2016/09/18 12:14:36 [DEBUG] vertex root.var.aws_region: evaluating
2016/09/18 12:14:36 [DEBUG] vertex root.provider.template: walking
2016/09/18 12:14:36 [TRACE] [walkApply] Entering eval tree: var.aws_region
2016/09/18 12:14:36 [DEBUG] vertex root.var.aws_account_ids: walking
2016/09/18 12:14:36 [DEBUG] vertex root.provider.template: evaluating
2016/09/18 12:14:36 [DEBUG] vertex root.var.aws_account_ids: evaluating
2016/09/18 12:14:36 [DEBUG] root: eval: *terraform.EvalNoop
2016/09/18 12:14:36 [DEBUG] root: eval: *terraform.EvalNoop
2016/09/18 12:14:36 [TRACE] [walkApply] Exiting eval tree: var.aws_account_ids
2016/09/18 12:14:36 [DEBUG] vertex provider.aws, got dep: var.aws_region
2016/09/18 12:14:36 [DEBUG] vertex root.provider.aws: walking
2016/09/18 12:14:36 [DEBUG] vertex root.provider.aws: evaluating
2016/09/18 12:14:36 [TRACE] [walkApply] Entering eval tree: provider.aws
2016/09/18 12:14:36 [DEBUG] root: eval: *terraform.EvalSequence
2016/09/18 12:14:36 [DEBUG] root: eval: *terraform.EvalInitProvider
2016/09/18 12:14:36 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:36 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:36 [DEBUG] root: eval: *terraform.EvalOpFilter
2016/09/18 12:14:36 [DEBUG] root: eval: *terraform.EvalSequence
2016/09/18 12:14:36 [DEBUG] root: eval: *terraform.EvalGetProvider
2016/09/18 12:14:36 [DEBUG] root: eval: *terraform.EvalInterpolate
2016/09/18 12:14:36 [DEBUG] root: eval: *terraform.EvalBuildProviderConfig
2016/09/18 12:14:36 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:36 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:36 [DEBUG] root: eval: *terraform.EvalOpFilter
2016/09/18 12:14:36 [DEBUG] root: eval: *terraform.EvalSequence
2016/09/18 12:14:36 [DEBUG] root: eval: *terraform.EvalGetProvider
2016/09/18 12:14:36 [DEBUG] root: eval: *terraform.EvalInterpolate
2016/09/18 12:14:36 [DEBUG] root: eval: *terraform.EvalSetProviderConfig
2016/09/18 12:14:36 [DEBUG] root: eval: *terraform.EvalOpFilter
2016/09/18 12:14:36 [DEBUG] root: eval: *terraform.EvalSequence
2016/09/18 12:14:36 [DEBUG] root: eval: *terraform.EvalConfigProvider
2016/09/18 12:14:36 [DEBUG] root: eval: *terraform.EvalBuildProviderConfig
2016/09/18 12:14:36 [DEBUG] root: eval: *terraform.EvalSetProviderConfig
2016/09/18 12:14:36 [DEBUG] root: eval: *terraform.EvalOpFilter
2016/09/18 12:14:36 [DEBUG] root: eval: *terraform.EvalSequence
2016/09/18 12:14:36 [DEBUG] root: eval: *terraform.EvalConfigProvider
2016/09/18 12:14:36 [DEBUG] vertex provider.template (close), got dep: provider.template
2016/09/18 12:14:36 [DEBUG] vertex data.template_file.s3_bucket_policy, got dep: provider.template
2016/09/18 12:14:36 [DEBUG] vertex root.data.template_file.s3_bucket_policy: walking
2016/09/18 12:14:36 [DEBUG] vertex root.data.template_file.s3_bucket_policy: evaluating
2016/09/18 12:14:36 [TRACE] [walkApply] Entering eval tree: data.template_file.s3_bucket_policy
2016/09/18 12:14:36 [DEBUG] root: eval: *terraform.EvalSequence
2016/09/18 12:14:36 [DEBUG] root: eval: *terraform.EvalInterpolate
2016/09/18 12:14:36 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:36 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2016/09/18 12:14:36 [DEBUG] vertex root.data.template_file.s3_bucket_policy: walking
2016/09/18 12:14:36 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:36 [INFO] No assume_role block read from configuration
2016/09/18 12:14:36 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:36 [INFO] Building AWS region structure
2016/09/18 12:14:36 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:36 [INFO] Building AWS auth structure
2016/09/18 12:14:36 [DEBUG] vertex root.data.template_file.s3_bucket_policy: evaluating
2016/09/18 12:14:36 [DEBUG] root: eval: *terraform.EvalOpFilter
2016/09/18 12:14:36 [DEBUG] root: eval: *terraform.EvalSequence
2016/09/18 12:14:36 [DEBUG] root: eval: *terraform.EvalReadDiff
2016/09/18 12:14:36 [DEBUG] root: eval: *terraform.EvalIf
2016/09/18 12:14:36 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:36 [DEBUG] root: eval: *terraform.EvalInterpolate
2016/09/18 12:14:36 [DEBUG] root: eval: *terraform.EvalGetProvider
2016/09/18 12:14:36 [DEBUG] root: eval: *terraform.EvalReadDataDiff
2016/09/18 12:14:36 [DEBUG] root: eval: *terraform.EvalReadDataApply
2016/09/18 12:14:36 [DEBUG] root: eval: *terraform.EvalWriteState
2016/09/18 12:14:36 [DEBUG] root: eval: *terraform.EvalWriteDiff
2016/09/18 12:14:36 [DEBUG] root: eval: *terraform.EvalUpdateStateHook
2016/09/18 12:14:36 [DEBUG] vertex aws_s3_bucket.webform, got dep: data.template_file.s3_bucket_policy
2016/09/18 12:14:36 [DEBUG] vertex aws_s3_bucket.webform, got dep: var.website_domain_name
2016/09/18 12:14:36 [DEBUG] vertex provider.template (close), got dep: data.template_file.s3_bucket_policy
2016/09/18 12:14:36 [DEBUG] vertex root.provider.template (close): walking
2016/09/18 12:14:36 [DEBUG] vertex root.provider.template (close): evaluating
2016/09/18 12:14:36 [TRACE] [walkApply] Entering eval tree: provider.template (close)
2016/09/18 12:14:36 [DEBUG] root: eval: *terraform.EvalCloseProvider
2016/09/18 12:14:36 [DEBUG] vertex root, got dep: provider.template (close)
2016/09/18 12:14:36 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:36 [WARN] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2016/09/18 12:14:36 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:36 [INFO] AWS Auth provider used: "EnvProvider"
2016/09/18 12:14:36 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:36 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2016/09/18 12:14:36 [DEBUG] plugin: terraform: ---[ REQUEST POST-SIGN ]-----------------------------
2016/09/18 12:14:36 [DEBUG] plugin: terraform: POST / HTTP/1.1
2016/09/18 12:14:36 [DEBUG] plugin: terraform: Host: sts.amazonaws.com
2016/09/18 12:14:36 [DEBUG] plugin: terraform: User-Agent: terraform/0.7.3 aws-sdk-go/1.4.2 (go1.7; darwin; amd64)
2016/09/18 12:14:36 [DEBUG] plugin: terraform: Content-Length: 43
2016/09/18 12:14:36 [DEBUG] plugin: terraform: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJUMAOF267AEYCPUA/20160918/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=e7fd926eea678e85ad495134d9051e3d91bb187e370e5fd354676d4b56c1f362
2016/09/18 12:14:36 [DEBUG] plugin: terraform: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2016/09/18 12:14:36 [DEBUG] plugin: terraform: X-Amz-Date: 20160918T191436Z
2016/09/18 12:14:36 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2016/09/18 12:14:36 [DEBUG] plugin: terraform:
2016/09/18 12:14:36 [DEBUG] plugin: terraform: Action=GetCallerIdentity&Version=2011-06-15
2016/09/18 12:14:36 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/09/18 12:14:37 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:37 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2016/09/18 12:14:37 [DEBUG] plugin: terraform: ---[ RESPONSE ]--------------------------------------
2016/09/18 12:14:37 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2016/09/18 12:14:37 [DEBUG] plugin: terraform: Connection: close
2016/09/18 12:14:37 [DEBUG] plugin: terraform: Content-Length: 419
2016/09/18 12:14:37 [DEBUG] plugin: terraform: Content-Type: text/xml
2016/09/18 12:14:37 [DEBUG] plugin: terraform: Date: Sun, 18 Sep 2016 19:14:36 GMT
2016/09/18 12:14:37 [DEBUG] plugin: terraform: X-Amzn-Requestid: 23ffe353-7dd4-11e6-9f14-756661be73cc
2016/09/18 12:14:37 [DEBUG] plugin: terraform:
2016/09/18 12:14:37 [DEBUG] plugin: terraform: <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2016/09/18 12:14:37 [DEBUG] plugin: terraform: <GetCallerIdentityResult>
2016/09/18 12:14:37 [DEBUG] plugin: terraform: <Arn>arn:aws:iam::087285199408:user/josh@phoenixdevops.com</Arn>
2016/09/18 12:14:37 [DEBUG] plugin: terraform: <UserId>AIDAIS2WCCNPT35B4US6W</UserId>
2016/09/18 12:14:37 [DEBUG] plugin: terraform: <Account>087285199408</Account>
2016/09/18 12:14:37 [DEBUG] plugin: terraform: </GetCallerIdentityResult>
2016/09/18 12:14:37 [DEBUG] plugin: terraform: <ResponseMetadata>
2016/09/18 12:14:37 [DEBUG] plugin: terraform: <RequestId>23ffe353-7dd4-11e6-9f14-756661be73cc</RequestId>
2016/09/18 12:14:37 [DEBUG] plugin: terraform: </ResponseMetadata>
2016/09/18 12:14:37 [DEBUG] plugin: terraform: </GetCallerIdentityResponse>
2016/09/18 12:14:37 [DEBUG] plugin: terraform:
2016/09/18 12:14:37 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/09/18 12:14:37 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:37 [DEBUG] Trying to get account ID via iam:GetUser
2016/09/18 12:14:37 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:37 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetUser Details:
2016/09/18 12:14:37 [DEBUG] plugin: terraform: ---[ REQUEST POST-SIGN ]-----------------------------
2016/09/18 12:14:37 [DEBUG] plugin: terraform: POST / HTTP/1.1
2016/09/18 12:14:37 [DEBUG] plugin: terraform: Host: iam.amazonaws.com
2016/09/18 12:14:37 [DEBUG] plugin: terraform: User-Agent: terraform/0.7.3 aws-sdk-go/1.4.2 (go1.7; darwin; amd64)
2016/09/18 12:14:37 [DEBUG] plugin: terraform: Content-Length: 33
2016/09/18 12:14:37 [DEBUG] plugin: terraform: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJUMAOF267AEYCPUA/20160918/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=76627c93f3a2ffbf688f1cdf3db38671d4c60e10963ab92dac6a5269733d6c25
2016/09/18 12:14:37 [DEBUG] plugin: terraform: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2016/09/18 12:14:37 [DEBUG] plugin: terraform: X-Amz-Date: 20160918T191437Z
2016/09/18 12:14:37 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2016/09/18 12:14:37 [DEBUG] plugin: terraform:
2016/09/18 12:14:37 [DEBUG] plugin: terraform: Action=GetUser&Version=2010-05-08
2016/09/18 12:14:37 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/09/18 12:14:37 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:37 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetUser Details:
2016/09/18 12:14:37 [DEBUG] plugin: terraform: ---[ RESPONSE ]--------------------------------------
2016/09/18 12:14:37 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2016/09/18 12:14:37 [DEBUG] plugin: terraform: Connection: close
2016/09/18 12:14:37 [DEBUG] plugin: terraform: Content-Length: 557
2016/09/18 12:14:37 [DEBUG] plugin: terraform: Content-Type: text/xml
2016/09/18 12:14:37 [DEBUG] plugin: terraform: Date: Sun, 18 Sep 2016 19:14:37 GMT
2016/09/18 12:14:37 [DEBUG] plugin: terraform: X-Amzn-Requestid: 2434af0e-7dd4-11e6-9c9b-d78056091cfa
2016/09/18 12:14:37 [DEBUG] plugin: terraform:
2016/09/18 12:14:37 [DEBUG] plugin: terraform: <GetUserResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
2016/09/18 12:14:37 [DEBUG] plugin: terraform: <GetUserResult>
2016/09/18 12:14:37 [DEBUG] plugin: terraform: <User>
2016/09/18 12:14:37 [DEBUG] plugin: terraform: <Path>/</Path>
2016/09/18 12:14:37 [DEBUG] plugin: terraform: <PasswordLastUsed>2016-09-18T17:51:46Z</PasswordLastUsed>
2016/09/18 12:14:37 [DEBUG] plugin: terraform: <UserName>josh@phoenixdevops.com</UserName>
2016/09/18 12:14:37 [DEBUG] plugin: terraform: <Arn>arn:aws:iam::087285199408:user/josh@phoenixdevops.com</Arn>
2016/09/18 12:14:37 [DEBUG] plugin: terraform: <UserId>AIDAIS2WCCNPT35B4US6W</UserId>
2016/09/18 12:14:37 [DEBUG] plugin: terraform: <CreateDate>2014-10-30T18:14:56Z</CreateDate>
2016/09/18 12:14:37 [DEBUG] plugin: terraform: </User>
2016/09/18 12:14:37 [DEBUG] plugin: terraform: </GetUserResult>
2016/09/18 12:14:37 [DEBUG] plugin: terraform: <ResponseMetadata>
2016/09/18 12:14:37 [DEBUG] plugin: terraform: <RequestId>2434af0e-7dd4-11e6-9c9b-d78056091cfa</RequestId>
2016/09/18 12:14:37 [DEBUG] plugin: terraform: </ResponseMetadata>
2016/09/18 12:14:37 [DEBUG] plugin: terraform: </GetUserResponse>
2016/09/18 12:14:37 [DEBUG] plugin: terraform:
2016/09/18 12:14:37 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/09/18 12:14:37 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/18 12:14:37 [INFO] Validating account ID
2016/09/18 12:14:37 [DEBUG] vertex aws_s3_bucket.webform, got dep: provider.aws
2016/09/18 12:14:37 [DEBUG] vertex root.aws_s3_bucket.webform: walking
2016/09/18 12:14:37 [DEBUG] vertex root.aws_s3_bucket.webform: evaluating
2016/09/18 12:14:37 [DEBUG] root: eval: *terraform.EvalSequence
2016/09/18 12:14:37 [DEBUG] root: eval: *terraform.EvalInterpolate
2016/09/18 12:14:37 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:37 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2016/09/18 12:14:37 [DEBUG] vertex root.aws_s3_bucket.webform: walking
2016/09/18 12:14:37 [DEBUG] vertex root.aws_s3_bucket.webform: evaluating
2016/09/18 12:14:37 [TRACE] [walkApply] Entering eval tree: aws_s3_bucket.webform
2016/09/18 12:14:37 [DEBUG] root: eval: *terraform.EvalSequence
2016/09/18 12:14:37 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:37 [DEBUG] root: eval: *terraform.EvalInstanceInfo
2016/09/18 12:14:37 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:37 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:37 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:37 [DEBUG] root: eval: *terraform.EvalOpFilter
2016/09/18 12:14:37 [DEBUG] root: eval: *terraform.EvalSequence
2016/09/18 12:14:37 [DEBUG] root: eval: *terraform.EvalReadDiff
2016/09/18 12:14:37 [DEBUG] root: eval: *terraform.EvalIf
2016/09/18 12:14:37 [DEBUG] root: eval: terraform.EvalNoop
2016/09/18 12:14:37 [DEBUG] root: eval: *terraform.EvalIf
2016/09/18 12:14:37 [DEBUG] root: eval: *terraform.EvalInterpolate
2016/09/18 12:14:37 [DEBUG] root: eval: *terraform.EvalGetProvider
2016/09/18 12:14:37 [DEBUG] root: eval: *terraform.EvalReadState
2016/09/18 12:14:37 [DEBUG] root: eval: *terraform.EvalValidateResource
2016/09/18 12:14:37 [DEBUG] root: eval: *terraform.EvalDiff
2016/09/18 12:14:37 [DEBUG] root: eval: *terraform.EvalReadDiff
2016/09/18 12:14:37 [DEBUG] root: eval: *terraform.EvalCompareDiff
2016/09/18 12:14:37 [ERROR] aws_s3_bucket.webform: diffs didn't match
2016/09/18 12:14:37 [ERROR] aws_s3_bucket.webform: reason: attribute mismatch: policy
2016/09/18 12:14:37 [ERROR] aws_s3_bucket.webform: diff one: *terraform.InstanceDiff{mu:sync.Mutex{state:0, sema:0x0}, Attributes:map[string]*terraform.ResourceAttrDiff{"policy":*terraform.ResourceAttrDiff{Old:"{\"Statement\":[{\"Action\":\"s3:GetObject\",\"Effect\":\"Allow\",\"Principal\":\"*\",\"Resource\":\"arn:aws:s3:::payments.gruntwork-dev.io/*\",\"Sid\":\"PublicReadGetObject\"}],\"Version\":\"2012-10-17\"}", New:"${data.template_file.s3_bucket_policy.rendered}", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}}, Destroy:false, DestroyTainted:false}
2016/09/18 12:14:37 [ERROR] aws_s3_bucket.webform: diff two: *terraform.InstanceDiff{mu:sync.Mutex{state:0, sema:0x0}, Attributes:map[string]*terraform.ResourceAttrDiff(nil), Destroy:false, DestroyTainted:false}
2016/09/18 12:14:37 [ERROR] root: eval: *terraform.EvalCompareDiff, err: aws_s3_bucket.webform: diffs didn't match during apply. This is a bug with Terraform and should be reported as a GitHub Issue.
Please include the following information in your report:
Terraform Version: 0.7.3
Resource ID: aws_s3_bucket.webform
Mismatch reason: attribute mismatch: policy
Diff One (usually from plan): *terraform.InstanceDiff{mu:sync.Mutex{state:0, sema:0x0}, Attributes:map[string]*terraform.ResourceAttrDiff{"policy":*terraform.ResourceAttrDiff{Old:"{\"Statement\":[{\"Action\":\"s3:GetObject\",\"Effect\":\"Allow\",\"Principal\":\"*\",\"Resource\":\"arn:aws:s3:::payments.gruntwork-dev.io/*\",\"Sid\":\"PublicReadGetObject\"}],\"Version\":\"2012-10-17\"}", New:"${data.template_file.s3_bucket_policy.rendered}", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}}, Destroy:false, DestroyTainted:false}
Diff Two (usually from apply): *terraform.InstanceDiff{mu:sync.Mutex{state:0, sema:0x0}, Attributes:map[string]*terraform.ResourceAttrDiff(nil), Destroy:false, DestroyTainted:false}
Also include as much context as you can about your config, state, and the steps you performed to trigger this error.
2016/09/18 12:14:37 [ERROR] root: eval: *terraform.EvalSequence, err: aws_s3_bucket.webform: diffs didn't match during apply. This is a bug with Terraform and should be reported as a GitHub Issue.
Please include the following information in your report:
Terraform Version: 0.7.3
Resource ID: aws_s3_bucket.webform
Mismatch reason: attribute mismatch: policy
Diff One (usually from plan): *terraform.InstanceDiff{mu:sync.Mutex{state:0, sema:0x0}, Attributes:map[string]*terraform.ResourceAttrDiff{"policy":*terraform.ResourceAttrDiff{Old:"{\"Statement\":[{\"Action\":\"s3:GetObject\",\"Effect\":\"Allow\",\"Principal\":\"*\",\"Resource\":\"arn:aws:s3:::payments.gruntwork-dev.io/*\",\"Sid\":\"PublicReadGetObject\"}],\"Version\":\"2012-10-17\"}", New:"${data.template_file.s3_bucket_policy.rendered}", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}}, Destroy:false, DestroyTainted:false}
Diff Two (usually from apply): *terraform.InstanceDiff{mu:sync.Mutex{state:0, sema:0x0}, Attributes:map[string]*terraform.ResourceAttrDiff(nil), Destroy:false, DestroyTainted:false}
Also include as much context as you can about your config, state, and the steps you performed to trigger this error.
2016/09/18 12:14:37 [ERROR] root: eval: *terraform.EvalOpFilter, err: aws_s3_bucket.webform: diffs didn't match during apply. This is a bug with Terraform and should be reported as a GitHub Issue.
Please include the following information in your report:
Terraform Version: 0.7.3
Resource ID: aws_s3_bucket.webform
Mismatch reason: attribute mismatch: policy
Diff One (usually from plan): *terraform.InstanceDiff{mu:sync.Mutex{state:0, sema:0x0}, Attributes:map[string]*terraform.ResourceAttrDiff{"policy":*terraform.ResourceAttrDiff{Old:"{\"Statement\":[{\"Action\":\"s3:GetObject\",\"Effect\":\"Allow\",\"Principal\":\"*\",\"Resource\":\"arn:aws:s3:::payments.gruntwork-dev.io/*\",\"Sid\":\"PublicReadGetObject\"}],\"Version\":\"2012-10-17\"}", New:"${data.template_file.s3_bucket_policy.rendered}", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}}, Destroy:false, DestroyTainted:false}
Diff Two (usually from apply): *terraform.InstanceDiff{mu:sync.Mutex{state:0, sema:0x0}, Attributes:map[string]*terraform.ResourceAttrDiff(nil), Destroy:false, DestroyTainted:false}
Also include as much context as you can about your config, state, and the steps you performed to trigger this error.
2016/09/18 12:14:37 [ERROR] root: eval: *terraform.EvalSequence, err: aws_s3_bucket.webform: diffs didn't match during apply. This is a bug with Terraform and should be reported as a GitHub Issue.
Please include the following information in your report:
Terraform Version: 0.7.3
Resource ID: aws_s3_bucket.webform
Mismatch reason: attribute mismatch: policy
Diff One (usually from plan): *terraform.InstanceDiff{mu:sync.Mutex{state:0, sema:0x0}, Attributes:map[string]*terraform.ResourceAttrDiff{"policy":*terraform.ResourceAttrDiff{Old:"{\"Statement\":[{\"Action\":\"s3:GetObject\",\"Effect\":\"Allow\",\"Principal\":\"*\",\"Resource\":\"arn:aws:s3:::payments.gruntwork-dev.io/*\",\"Sid\":\"PublicReadGetObject\"}],\"Version\":\"2012-10-17\"}", New:"${data.template_file.s3_bucket_policy.rendered}", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}}, Destroy:false, DestroyTainted:false}
Diff Two (usually from apply): *terraform.InstanceDiff{mu:sync.Mutex{state:0, sema:0x0}, Attributes:map[string]*terraform.ResourceAttrDiff(nil), Destroy:false, DestroyTainted:false}
Also include as much context as you can about your config, state, and the steps you performed to trigger this error.
2016/09/18 12:14:37 [TRACE] [walkApply] Exiting eval tree: aws_s3_bucket.webform
2016/09/18 12:14:37 [DEBUG] vertex provider.aws (close), got dep: aws_s3_bucket.webform
2016/09/18 12:14:37 [DEBUG] vertex aws_s3_bucket_object.index, got dep: aws_s3_bucket.webform
2016/09/18 12:14:37 [DEBUG] vertex aws_s3_bucket_object.index, got dep: provider.aws
2016/09/18 12:14:37 [DEBUG] vertex provider.aws (close), got dep: aws_s3_bucket_object.index
2016/09/18 12:14:37 [DEBUG] vertex provider.aws (close), got dep: provider.aws
2016/09/18 12:14:37 [DEBUG] vertex root, got dep: provider.aws (close)
2016/09/18 12:14:37 [DEBUG] Uploading remote state to S3: {
Body: buffer(0xc420718300),
Bucket: "gruntwork-phxdevops-tfstate",
ContentLength: 5355,
ContentType: "application/json",
Key: "payments.gruntwork.io/stripe-web-form",
ServerSideEncryption: "AES256"
}
2016/09/18 12:14:38 [DEBUG] plugin: waiting for all plugin processes to complete...
2016/09/18 12:14:38 [DEBUG] plugin: /opt/lib/terraform/terraform: plugin process exited
2016/09/18 12:14:38 [DEBUG] plugin: /opt/lib/terraform/terraform: plugin process exited
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment