This file contains 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
$path = ".\.vagrant\machines\default\hyperv\private_key" | |
icacls.exe $path /reset | |
icacls.exe $path /GRANT:R "$($env:USERNAME):(R)" | |
icacls.exe $path /inheritance:r |
This file contains 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
2017/10/31 10:49:24 [INFO] Terraform version: 0.10.8 | |
2017/10/31 10:49:24 [INFO] Go runtime version: go1.9.1 | |
2017/10/31 10:49:24 [INFO] CLI args: []string{"/usr/local/Cellar/terraform/0.10.8/bin/terraform", "init"} | |
2017/10/31 10:49:24 [DEBUG] Attempting to open CLI config file: /Users/rjmii/.terraformrc | |
2017/10/31 10:49:24 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2017/10/31 10:49:24 [DEBUG] CLI config is &main.Config{Providers:map[string]string{}, Provisioners:map[string]string{}, DisableCheckpoint:false, DisableCheckpointSignature:false, PluginCacheDir:"", Credentials:map[string]map[string]interface {}(nil), CredentialsHelpers:map[string]*main.ConfigCredentialsHelper(nil)} | |
2017/10/31 10:49:24 [INFO] CLI command args: []string{"init"} | |
2017/10/31 10:49:24 [DEBUG] command: loading backend config file: /Users/rjmii/dbrefresh/staging | |
2017/10/31 10:49:24 [TRACE] module source "git::ssh://[email protected]/devops/terraform_modules.git//modules/db_instance?ref=0.0.19" | |
2017/10/31 10:49:24 [TR |