Skip to content

Instantly share code, notes, and snippets.

View ccsalway's full-sized avatar

Christian Salway ccsalway

View GitHub Profile
@ccsalway
ccsalway / gist:83ac4ea21ce19058068a7f43ed3adaee
Created February 12, 2019 13:36
aws_instance runs on every apply
This file has been truncated, but you can view the full file.
2019/02/12 13:22:14 [INFO] Terraform version: 0.11.11
2019/02/12 13:22:14 [INFO] Go runtime version: go1.11.4
2019/02/12 13:22:14 [INFO] CLI args: []string{"/usr/local/Cellar/terraform/0.11.11/bin/terraform", "apply", "-var-file=env/dev.tfvars"}
2019/02/12 13:22:14 [DEBUG] Attempting to open CLI config file: /Users/xian/.terraformrc
2019/02/12 13:22:14 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2019/02/12 13:22:14 [INFO] CLI command args: []string{"apply", "-var-file=env/dev.tfvars"}
2019/02/12 13:22:14 [INFO] command: empty terraform config, returning nil
2019/02/12 13:22:14 [DEBUG] command: no data state file found for backend config
2019/02/12 13:22:14 [DEBUG] New state was assigned lineage "edd4827a-5d05-874c-76b4-889314aaf065"
2019/02/12 13:22:14 [INFO] command: backend initialized: <nil>
@ccsalway
ccsalway / debug.log
Created February 12, 2019 12:44
aws_route_table updates on every run
This file has been truncated, but you can view the full file.
2019/02/12 12:43:16 [INFO] Terraform version: 0.11.11
2019/02/12 12:43:16 [INFO] Go runtime version: go1.11.4
2019/02/12 12:43:16 [INFO] CLI args: []string{"/usr/local/Cellar/terraform/0.11.11/bin/terraform", "apply", "-var-file=env/dev.tfvars", "-target=aws_route_table.gateway_private"}
2019/02/12 12:43:16 [DEBUG] Attempting to open CLI config file: /Users/xian/.terraformrc
2019/02/12 12:43:16 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2019/02/12 12:43:16 [INFO] CLI command args: []string{"apply", "-var-file=env/dev.tfvars", "-target=aws_route_table.gateway_private"}
2019/02/12 12:43:16 [INFO] command: empty terraform config, returning nil
2019/02/12 12:43:16 [DEBUG] command: no data state file found for backend config
2019/02/12 12:43:16 [DEBUG] New state was assigned lineage "b2583d7d-b22c-6daa-46e9-81f55496eb3e"
2019/02/12 12:43:16 [INFO] command: backend initialized: <nil>