Skip to content

Instantly share code, notes, and snippets.

@joshdk
Last active April 25, 2017 08:21
Show Gist options
  • Save joshdk/5002e96f954e89b4d720af9c4e799cdb to your computer and use it in GitHub Desktop.
Save joshdk/5002e96f954e89b4d720af9c4e799cdb to your computer and use it in GitHub Desktop.
Terraform debug output for
2017/04/25 01:18:33 [INFO] Terraform version: 0.9.3 1601af7a076fd03fe940455db7fd01dfa747c795
2017/04/25 01:18:33 [INFO] Go runtime version: go1.8
2017/04/25 01:18:33 [INFO] CLI args: []string{"/Users/joshdk/.bin/terraform", "apply", "-no-color"}
2017/04/25 01:18:33 [INFO] CLI command args: []string{"apply", "-no-color"}
2017/04/25 01:18:33 [INFO] command: backend initialized: <nil>
2017/04/25 01:18:33 [INFO] command: backend <nil> is not enhanced, wrapping in local
2017/04/25 01:18:33 [INFO] backend/local: starting Apply operation
2017/04/25 01:18:33 [INFO] terraform: building graph: GraphTypeInput
2017/04/25 01:18:33 [INFO] terraform: building graph: GraphTypeValidate
2017/04/25 01:18:33 [INFO] backend/local: apply calling Refresh
2017/04/25 01:18:33 [INFO] terraform: building graph: GraphTypeRefresh
2017/04/25 01:18:33 [INFO] backend/local: apply calling Plan
2017/04/25 01:18:33 [INFO] terraform: building graph: GraphTypePlan
2017/04/25 01:18:35 [INFO] terraform: building graph: GraphTypeApply
aws_api_gateway_rest_api.api: Creating...
created_date: "" => "<computed>"
name: "" => "Test API"
root_resource_id: "" => "<computed>"
aws_api_gateway_rest_api.api: Creation complete (ID: 3f6j39143j)
aws_api_gateway_method.api_method: Creating...
api_key_required: "" => "false"
authorization: "" => "NONE"
http_method: "" => "GET"
resource_id: "" => "hxm7nqjn77"
rest_api_id: "" => "3f6j39143j"
aws_api_gateway_method.api_method: Creation complete (ID: agm-3f6j39143j-hxm7nqjn77-GET)
aws_api_gateway_integration.api_integration: Creating...
http_method: "" => "GET"
passthrough_behavior: "" => "<computed>"
resource_id: "" => "hxm7nqjn77"
rest_api_id: "" => "3f6j39143j"
type: "" => "MOCK"
aws_api_gateway_integration.api_integration: Creation complete (ID: agi-3f6j39143j-hxm7nqjn77-GET)
aws_api_gateway_deployment.api_deployment: Creating...
created_date: "" => "<computed>"
rest_api_id: "" => "3f6j39143j"
stage_name: "" => "development"
variables.%: "" => "1"
variables.deploy_timestamp: "" => "2017-04-25T08:18:41Z"
aws_api_gateway_deployment.api_deployment: Creation complete (ID: 3bxuie)
aws_api_gateway_usage_plan.api_usage: Creating...
api_stages.#: "0" => "1"
api_stages.0.api_id: "" => "3f6j39143j"
api_stages.0.stage: "" => "development"
description: "" => "Unlimited usage plan"
name: "" => "My usage plan"
aws_api_gateway_usage_plan.api_usage: Creation complete (ID: 4hr6pb)
Apply complete! Resources: 5 added, 0 changed, 0 destroyed.
2017/04/25 01:19:28 [INFO] Terraform version: 0.9.3 1601af7a076fd03fe940455db7fd01dfa747c795
2017/04/25 01:19:28 [INFO] Go runtime version: go1.8
2017/04/25 01:19:28 [INFO] CLI args: []string{"/Users/joshdk/.bin/terraform", "apply", "-no-color"}
2017/04/25 01:19:28 [DEBUG] Detected home directory from env var: /Users/joshdk
2017/04/25 01:19:28 [INFO] CLI command args: []string{"apply", "-no-color"}
2017/04/25 01:19:28 [INFO] command: backend initialized: <nil>
2017/04/25 01:19:28 [INFO] command: backend <nil> is not enhanced, wrapping in local
2017/04/25 01:19:28 [INFO] backend/local: starting Apply operation
2017/04/25 01:19:28 [INFO] terraform: building graph: GraphTypeInput
2017/04/25 01:19:28 [INFO] terraform: building graph: GraphTypeValidate
2017/04/25 01:19:28 [INFO] backend/local: apply calling Refresh
2017/04/25 01:19:28 [INFO] terraform: building graph: GraphTypeRefresh
aws_api_gateway_rest_api.api: Refreshing state... (ID: 3f6j39143j)
aws_api_gateway_method.api_method: Refreshing state... (ID: agm-3f6j39143j-hxm7nqjn77-GET)
aws_api_gateway_integration.api_integration: Refreshing state... (ID: agi-3f6j39143j-hxm7nqjn77-GET)
aws_api_gateway_deployment.api_deployment: Refreshing state... (ID: 3bxuie)
aws_api_gateway_usage_plan.api_usage: Refreshing state... (ID: 4hr6pb)
2017/04/25 01:19:33 [INFO] backend/local: apply calling Plan
2017/04/25 01:19:33 [INFO] terraform: building graph: GraphTypePlan
2017/04/25 01:19:34 [INFO] terraform: building graph: GraphTypeApply
aws_api_gateway_deployment.api_deployment: Destroying... (ID: 3bxuie)
aws_api_gateway_deployment.api_deployment: Destruction complete
aws_api_gateway_deployment.api_deployment: Creating...
created_date: "" => "<computed>"
rest_api_id: "" => "3f6j39143j"
stage_name: "" => "development"
variables.%: "" => "1"
variables.deploy_timestamp: "" => "2017-04-25T08:19:37Z"
aws_api_gateway_deployment.api_deployment: Creation complete (ID: 8ek0gy)
Apply complete! Resources: 1 added, 0 changed, 1 destroyed.
2017/04/25 01:20:00 [INFO] Terraform version: 0.9.3 1601af7a076fd03fe940455db7fd01dfa747c795
2017/04/25 01:20:00 [INFO] Go runtime version: go1.8
2017/04/25 01:20:00 [INFO] CLI args: []string{"/Users/joshdk/.bin/terraform", "apply", "-no-color"}
2017/04/25 01:20:00 [DEBUG] Detected home directory from env var: /Users/joshdk
2017/04/25 01:20:00 [INFO] CLI command args: []string{"apply", "-no-color"}
2017/04/25 01:20:00 [INFO] command: backend <nil> is not enhanced, wrapping in local
2017/04/25 01:20:00 [INFO] backend/local: starting Apply operation
2017/04/25 01:20:00 [INFO] terraform: building graph: GraphTypeInput
erraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_usage_plan.api_usage - *terraform.NodeAbstractResource
aws_api_gateway_deployment.api_deployment - *terraform.NodeAbstractResource
aws_api_gateway_rest_api.api - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2017/04/25 01:20:00 [INFO] terraform: building graph: GraphTypeValidate
2017/04/25 01:20:00 [INFO] backend/local: apply calling Refresh
2017/04/25 01:20:00 [INFO] terraform: building graph: GraphTypeRefresh
aws_api_gateway_rest_api.api: Refreshing state... (ID: 3f6j39143j)
aws_api_gateway_method.api_method: Refreshing state... (ID: agm-3f6j39143j-hxm7nqjn77-GET)
aws_api_gateway_integration.api_integration: Refreshing state... (ID: agi-3f6j39143j-hxm7nqjn77-GET)
aws_api_gateway_deployment.api_deployment: Refreshing state... (ID: 8ek0gy)
aws_api_gateway_usage_plan.api_usage: Refreshing state... (ID: 4hr6pb)
2017/04/25 01:20:05 [INFO] backend/local: apply calling Plan
2017/04/25 01:20:05 [INFO] terraform: building graph: GraphTypePlan
2017/04/25 01:20:07 [INFO] terraform: building graph: GraphTypeApply
aws_api_gateway_deployment.api_deployment: Destroying... (ID: 8ek0gy)
aws_api_gateway_deployment.api_deployment: Destruction complete
aws_api_gateway_deployment.api_deployment: Creating...
created_date: "" => "<computed>"
rest_api_id: "" => "3f6j39143j"
stage_name: "" => "development"
variables.%: "" => "1"
variables.deploy_timestamp: "" => "2017-04-25T08:20:10Z"
aws_api_gateway_deployment.api_deployment: Creation complete (ID: 0uipum)
aws_api_gateway_usage_plan.api_usage: Modifying... (ID: 4hr6pb)
api_stages.#: "0" => "1"
api_stages.0.api_id: "" => "3f6j39143j"
api_stages.0.stage: "" => "development"
aws_api_gateway_usage_plan.api_usage: Modifications complete (ID: 4hr6pb)
Apply complete! Resources: 1 added, 1 changed, 1 destroyed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment