Skip to content

Instantly share code, notes, and snippets.

### Keybase proof
I hereby claim:
* I am dsantanu on github.
* I am santanud (https://keybase.io/santanud) on keybase.
* I have a public key ASDFABzqRvNNUBh10O4EOPLG14QpXyddcvoFaJqIuj8ogAo
To claim this, I am signing this object:
This file has been truncated, but you can view the full file.
$$ TF_LOG=trace terraform apply -var-file=zen_stg.tfvars -target module.dfw-nlb
2020/03/09 21:16:09 [INFO] Terraform version: 0.12.23
2020/03/09 21:16:09 [INFO] Go runtime version: go1.12.13
2020/03/09 21:16:09 [INFO] CLI args: []string{"/usr/local/bin/terraform", "apply", "-var-file=zen_stg.tfvars", "-target", "module.dfw-nlb"}
2020/03/09 21:16:09 [DEBUG] Attempting to open CLI config file: /Volumes/QUEST/USERA/santanu/.terraformrc
2020/03/09 21:16:09 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2020/03/09 21:16:09 [INFO] CLI command args: []string{"apply", "-var-file=zen_stg.tfvars", "-target", "module.dfw-nlb"}
2020/03/09 21:16:09 [TRACE] Meta.Backend: built configuration for "s3" backend with hash value 2858083459
2020/03/09 21:16:09 [TRACE] Preserving existing state lineage "5b15991e-a13a-f9e4-e5db-b62c3071b0da"
2020/03/09 21:16:09 [TRACE] Preserving existing state lineage "5b15991e-a13a-f9e4-e5db-b62c3071b0da"
@dsantanu
dsantanu / fatmcgav-glassfish_puppet_log
Created October 8, 2014 22:37
puppet log for fatmcgav-glassfish on Ubuntu 12.04
root@p1-sant-services-001:/etc/puppet# cat gf_test.pp
include java7u45
Exec { path => '/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin' }
package { 'unzip':
ensure => present,
before => Class['glassfish']
}
class { 'glassfish':