Skip to content

Instantly share code, notes, and snippets.

View mjiderhamn's full-sized avatar

Mattias Jiderhamn mjiderhamn

View GitHub Profile
@mjiderhamn
mjiderhamn / crash.log
Last active May 14, 2020 13:03
Crash if data azurerm_private_dns_zone does not exist
This file has been truncated, but you can view the full file.
2020/05/14 14:47:50 [INFO] Terraform version: 0.12.24
2020/05/14 14:47:50 [INFO] Go runtime version: go1.12.13
2020/05/14 14:47:50 [INFO] CLI args: []string{"d:\\bin\\terraform.exe", "plan"}
2020/05/14 14:47:50 [DEBUG] Attempting to open CLI config file: C:\Users\mattias.jiderhamn\AppData\Roaming\terraform.rc
2020/05/14 14:47:50 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2020/05/14 14:47:50 [INFO] CLI command args: []string{"plan"}
2020/05/14 14:47:50 [TRACE] Meta.Backend: built configuration for "azurerm" backend with hash value 3420814251
2020/05/14 14:47:50 [TRACE] Preserving existing state lineage "07ea9799-4786-777d-1960-16a58b12a0dd"
2020/05/14 14:47:50 [TRACE] Preserving existing state lineage "07ea9799-4786-777d-1960-16a58b12a0dd"
2020/05/14 14:47:50 [TRACE] Meta.Backend: working directory was previously initialized for "azurerm" backend
@ECHO OFF
REM See https://gist.github.com/sneak/740dfe13f81deafbef7a
ECHO Removing current environment variables
SET AWS_ACCESS_KEY_ID=
SET AWS_SECRET_ACCESS_KEY=
SET AWS_SESSION_TOKEN=
REM Replace ... with proper values
SET ROLE=...
@mjiderhamn
mjiderhamn / comments.md
Last active November 4, 2015 09:14
comments

HTML comment:

Multi line HTML comment:

comment tag: [comment]: <> (This is a comment, it will not be included)

slash tag:

@mjiderhamn
mjiderhamn / kibana
Last active October 21, 2015 14:35 — forked from thisismitch/kibana-4.x-default
ELK Kibana4
#!/bin/sh
#
# /etc/init.d/kibana -- startup script for kibana
# bsmith@the408.com 2015-02-20; used elasticsearch init script as template
# https://github.com/akabdog/scripts/edit/master/kibana4_init
#
### BEGIN INIT INFO
# Provides: kibana
# Required-Start: $network $remote_fs $named
# Required-Stop: $network $remote_fs $named