This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python3 | |
import json | |
import csv | |
import sys | |
import datetime | |
import os | |
def make_reader(in_json): |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Using Docker executor with image hashicorp/terraform:light ... | |
Pulling docker image hashicorp/terraform:light ... | |
Using docker image sha256:7cd543b4280182930cfeeb9af69dddc5ac6af3de86987d9d9bca86b3cc4c48dc for hashicorp/terraform:light ... | |
Running on runner-1f11cafd-project-183-concurrent-0 via runner-1f11cafd-gitlab-worker-1558338353-22ffc251... | |
Fetching changes... | |
Removing starcoders-ci/.terraform/ | |
Removing terraform-modules/ | |
HEAD is now at 1d16689 ci yaml | |
From https://git.starcoders.com/devops/terraform | |
1d16689..267a568 master -> origin/master |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2019/04/09 11:13:48 [INFO] Terraform version: 0.11.13 | |
2019/04/09 11:13:48 [INFO] Go runtime version: go1.11.5 | |
2019/04/09 11:13:48 [INFO] CLI args: []string{"/bin/terraform", "init"} | |
2019/04/09 11:13:48 [DEBUG] Attempting to open CLI config file: /root/.terraformrc | |
2019/04/09 11:13:48 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2019/04/09 11:13:48 [INFO] CLI command args: []string{"init"} | |
2019/04/09 11:13:48 [DEBUG] command: loading backend config file: /data | |
2019/04/09 11:13:48 [TRACE] module source: "backend-s3" | |
2019/04/09 11:13:48 [TRACE] module source: "backups" | |
2019/04/09 11:13:48 [DEBUG] plugin: waiting for all plugin processes to complete... |