Skip to content

Instantly share code, notes, and snippets.

View sakaru's full-sized avatar

Sid Karunaratne sakaru

  • Switzerland
View GitHub Profile
$ TF_LOG=DEBUG terraform apply -auto-approve
2018/01/11 20:12:31 [INFO] Terraform version: 0.11.2
2018/01/11 20:12:31 [INFO] Go runtime version: go1.9.2
2018/01/11 20:12:31 [INFO] CLI args: []string{"/usr/local/Cellar/terraform/0.11.2/bin/terraform", "apply", "-auto-approve"}
2018/01/11 20:12:31 [DEBUG] Attempting to open CLI config file: /Users/skarunaratne/.terraformrc
2018/01/11 20:12:31 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2018/01/11 20:12:31 [INFO] CLI command args: []string{"apply", "-auto-approve"}
2018/01/11 20:12:31 [INFO] command: empty terraform config, returning nil
2018/01/11 20:12:31 [DEBUG] command: no data state file found for backend config
2018/01/11 20:12:31 [DEBUG] New state was assigned lineage "826177a4-b455-46b0-8924-80b0edd5c1d8"

Keybase proof

I hereby claim:

  • I am sakaru on github.
  • I am skarunaratne (https://keybase.io/skarunaratne) on keybase.
  • I have a public key ASD3z82c6WILj0clm67hXW2rJi9N-3JYoK1dr8j8hnUeCAo

To claim this, I am signing this object:

@sakaru
sakaru / patch-infinoted-infinoted-pam.c.diff
Created December 17, 2011 23:17
OS X uses security/ instead of pam/ as of Snow Leopard
OS X uses security/ instead of pam/ as of Snow Leopard
--- infinoted/infinoted-pam.c.orig 2011-07-17 04:17:04.000000000 -0500
+++ infinoted/infinoted-pam.c 2011-11-02 22:09:29.000000000 -0500
@@ -26,11 +26,7 @@
#ifdef LIBINFINITY_HAVE_PAM
#include <infinoted/infinoted-pam.h>
-#ifdef __APPLE__
-#include <pam/pam_appl.h>
-#else
@sakaru
sakaru / gtksourceview-const.patch
Created December 17, 2011 23:07
gtksourceview - fixes deprecated constants on OS X t10.6
diff -Bcr a/gtksourceview/gtksourceiter.c b/gtksourceview/gtksourceiter.c
*** a/gtksourceview/gtksourceiter.c 2011-12-17 21:03:25.000000000 +0000
--- b/gtksourceview/gtksourceiter.c 2011-12-17 21:05:04.000000000 +0000
***************
*** 80,86 ****
/* If string contains prefix, check that prefix is not followed
* by a unicode mark symbol, e.g. that trailing 'a' in prefix
* is not part of two-char a-with-hat symbol in string. */
! return type != G_UNICODE_COMBINING_MARK &&
type != G_UNICODE_ENCLOSING_MARK &&