Skip to content

Instantly share code, notes, and snippets.

This file has been truncated, but you can view the full file.
2020-06-19 15:29:07.745 +01:00 [VRB] Logging started
2020-06-19 15:29:07.751 +01:00 [VRB] Beginning EndProcessing block
2020-06-19 15:29:07.751 +01:00 [DBG] Removing PSReadLine
2020-06-19 15:29:07.751 +01:00 [VRB] Creating host configuration
2020-06-19 15:29:07.751 +01:00 [VRB] Determining REPL kind
2020-06-19 15:29:07.751 +01:00 [VRB] REPL configured as PSReadLine
2020-06-19 15:29:07.751 +01:00 [VRB] Configuring LSP transport
2020-06-19 15:29:07.751 +01:00 [VRB] Configuring debug transport
2020-06-19 15:29:07.751 +01:00 [VRB] Session file writer created
2020-06-19 15:29:07.751 +01:00 [DBG] Adding AssemblyResolve event handler for dependency loading
2020/05/01 00:58:09 [INFO] Terraform version: 0.12.24
2020/05/01 00:58:09 [INFO] Go runtime version: go1.12.13
2020/05/01 00:58:09 [INFO] CLI args: []string{"C:\\Terraform\\0.12.24\\amd64\\terraform.exe", "plan", "-var-file=C:\\Temp\\Terraform\\staging\\<product>\\<product>.tfvars"}
2020/05/01 00:58:09 [DEBUG] Attempting to open CLI config file: C:\Users\adrian\AppData\Roaming\terraform.rc
2020/05/01 00:58:09 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2020/05/01 00:58:09 [INFO] CLI command args: []string{"plan", "-var-file=C:\\Temp\\Terraform\\staging\\<product>\\<product>.tfvars"}
2020/05/01 00:58:09 [TRACE] Meta.Backend: built configuration for "azurerm" backend with hash value 1983920158
2020/05/01 00:58:09 [TRACE] Preserving existing state lineage "680efbb3-312d-2a56-e0b9-7e8e325ba3a1"
2020/05/01 00:58:09 [TRACE] Preserving existing state lineage "680efbb3-312d-2a56-e0b9-7e8e325ba3a1"
2020/05/01 00:58:09 [TRACE] Meta.Backend: working directory was previously initialized for "azurerm" bac
@arcotek-ltd
arcotek-ltd / data.auto.tfvars.json
Last active April 23, 2020 00:49
azurerm_automation_runbook
"automation_account_data" : {
"0" : [
{
"sku_name" : "Basic",
"custom_tags" : {
"purpose" : "Does something",
"createdBy" : "John Smith"
},
"modules" : [
{
@arcotek-ltd
arcotek-ltd / Merge-Hashtables.ps1
Created April 17, 2020 13:22
Merge-Hashtables (Ordered)
function Merge-Hashtables([ScriptBlock]$Operator)
{
$Output = [ordered]@{}
ForEach ($Hashtable in $Input) {
If ($Hashtable -is [Hashtable])
{
ForEach ($Key in $Hashtable.Keys) {
$Output.$Key = If ($Output.ContainsKey($Key))
{
@($Output.$Key) + $Hashtable.$Key
#Registry enties for Windows Hello for Business
param
(
[parameter(HelpMessage="Public facing domain. e.g. contoso.com")]
[string]$VanityDomain,
[parameter(HelpMessage="Internal AD DNS domain. e.g. netbios.local")]
[string]$ADDNSDomain,
[parameter(HelpMessage="BASE-64 exported root certificate file name. e.g. myRoot.cer")]
[string]$CertName
)
@arcotek-ltd
arcotek-ltd / tf.log
Created November 21, 2018 11:55
AZ CLI / PowerShell issue
2018/11/21 11:48:15 [TRACE] root: eval: *terraform.EvalConfigProvider
2018-11-21T11:48:15.438Z [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4.exe: 2018/11/21 11:48:15 Testing if Service Principal / Client Certificate is applicable for Authentication..
2018-11-21T11:48:15.438Z [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4.exe: 2018/11/21 11:48:15 Testing if Service Principal / Client Secret is applicable for Authentication..
2018-11-21T11:48:15.438Z [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4.exe: 2018/11/21 11:48:15 Testing if Managed Service Identity is applicable for Authentication..
2018-11-21T11:48:15.438Z [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4.exe: 2018/11/21 11:48:15 Testing if Parsing credentials from the Azure CLI is applicable for Authentication..
2018-11-21T11:48:15.438Z [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4.exe: 2018/11/21 11:48:15 Using Parsing credentials from the Azure CLI for Authentication
2018-11-21T11:48:15.438Z [DEBUG] plugin.terraform-prov
@arcotek-ltd
arcotek-ltd / GlobalMain.tf
Last active October 29, 2018 01:58
Terraform issue
module "ResourceGroup" {
source = "..\\Modules\\NewResourceGroup"
resource_group_name = "${var.resource_group_name}"
location = "${var.location}"
tag_purpose = "${var.tag_purpose}"
tag_created_by = "${var.tag_created_by}"
tag_created_date = "${var.tag_created_date}"
tag_deployment_method = "${var.tag_deployment_method}"
}
@arcotek-ltd
arcotek-ltd / testRunRunbook.json
Last active March 19, 2018 09:17
Azure Template: Upload and execute a PowerShell runbook in an Automation Account that is in a different resource group to the resources being deployed.
{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"runbookParameters": {
"type": "object"
},
"currentDateTimeInTicks": {
"type": "string",
"minLength": 18,
@arcotek-ltd
arcotek-ltd / AzureRM.psm1
Last active March 8, 2018 08:22
Verbose output from Install-Module Azure(RM) and Get-Module -ListAvailable
# Placeholder for script template
# SIG # Begin signature block
# MIIkDgYJKoZIhvcNAQcCoIIj/zCCI/sCAQExDzANBglghkgBZQMEAgEFADB5Bgor
# BgEEAYI3AgEEoGswaTA0BgorBgEEAYI3AgEeMCYCAwEAAAQQH8w7YFlLCE63JNLG
# KX7zUQIBAAIBAAIBAAIBAAIBADAxMA0GCWCGSAFlAwQCAQUABCAXxBrv4Jm/Bd0E
# EzhKdqsWIDuCOTN+g1JwU4oQw7IbnKCCDYMwggYBMIID6aADAgECAhMzAAAAxOmJ
# +HqBUOn/AAAAAADEMA0GCSqGSIb3DQEBCwUAMH4xCzAJBgNVBAYTAlVTMRMwEQYD
# VQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQHEwdSZWRtb25kMR4wHAYDVQQKExVNaWNy
# b3NvZnQgQ29ycG9yYXRpb24xKDAmBgNVBAMTH01pY3Jvc29mdCBDb2RlIFNpZ25p
@arcotek-ltd
arcotek-ltd / vpxd.log
Created February 25, 2018 11:28
vpxd
2018-02-23T09:59:56.233Z Section for VMware VirtualCenter, pid=4225, version=6.5.0, build=7801515, option=Release
2018-02-23T09:59:56.233Z verbose vpxd[7F58648E3800] [Originator@6876 sub=Default] Dumping early logs:
------ Early init logs start --------
2018-02-23T09:59:55.888Z verbose -[7F58648E3800] [Originator@6876 sub=vpxdvpxdSignal] Signal handler for signal 1 is installed
2018-02-23T09:59:55.888Z verbose -[7F58648E3800] [Originator@6876 sub=vpxdvpxdSignal] Signal handler for signal 2 is installed
2018-02-23T09:59:55.888Z verbose -[7F58648E3800] [Originator@6876 sub=vpxdvpxdSignal] Signal handler for signal 15 is installed
2018-02-23T09:59:55.888Z verbose -[7F58648E3800] [Originator@6876 sub=vpxdvpxdSignal] Signal handler for signal 10 is installed
2018-02-23T09:59:56.192Z info -[7F58648E3800] [Originator@6876 sub=Default] Glibc malloc guards disabled.
2018-02-23T09:59:56.192Z info -[7F58648E3800] [Originator@6876 sub=Default] Initialized SystemFactory