This file contains hidden or 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
Groovy code: | |
def jsonObject = JsonOutput.toJson(myMeasures) | |
if (args.verbose) { | |
println 'JSON output is ' + jsonObject | |
} | |
def fileResult = sh (label: 'output', returnStatus: true, script:"echo ${jsonObject} > 'output.json'") | |
if (args.verbose) { | |
println 'Shell response from writing file ' + fileResult | |
} | |
} |
This file contains hidden or 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/12/12 14:17:07 [INFO] Terraform version: 0.12.18 | |
2019/12/12 14:17:07 [INFO] Go runtime version: go1.12.13 | |
2019/12/12 14:17:07 [INFO] CLI args: []string{"/Users/mjaffe/.terraform.d/bin/terraform_0.12.18", "apply"} | |
2019/12/12 14:17:07 [DEBUG] Attempting to open CLI config file: /Users/mjaffe/.terraformrc | |
2019/12/12 14:17:07 Loading CLI configuration from /Users/mjaffe/.terraformrc | |
2019/12/12 14:17:07 [INFO] Checkpoint disabled. Not running. | |
2019/12/12 14:17:07 [INFO] CLI command args: []string{"apply"} | |
2019/12/12 14:17:07 [TRACE] Meta.Backend: no config given or present on disk, so returning nil config | |
2019/12/12 14:17:07 [TRACE] Meta.Backend: backend has not previously been initialized in this working directory | |
2019/12/12 14:17:07 [DEBUG] New state was assigned lineage "251ebdf9-07a0-be9f-b769-4100dafc58e1" |
This file contains hidden or 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
{ | |
"ipcMode": null, | |
"executionRoleArn": "arn:aws:iam::ACCOUNTID:role/atlantis-ecs-task-execution-role", | |
"containerDefinitions": [ | |
{ | |
"dnsSearchDomains": null, | |
"logConfiguration": { | |
"logDriver": "awslogs", | |
"secretOptions": null, | |
"options": { |
This file contains hidden or 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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>TextTransformComponents</key> | |
<array> | |
<dict> | |
<key>ComponentArguments</key> | |
<dict> | |
<key>CaseSensitive</key> |