This file has been truncated, but you can view the full file.
This file contains hidden or 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
2020/11/14 01:27:05 [INFO] Terraform version: 0.13.5 | |
2020/11/14 01:27:05 [INFO] Go runtime version: go1.14.7 | |
2020/11/14 01:27:05 [INFO] CLI args: []string{"C:\\ProgramData\\chocolatey\\lib\\terraform\\tools\\terraform.exe", "import", "azurerm_monitor_scheduled_query_rules_alert.disk", "/subscriptions/94670b10-08d0-4d17-bcfe-e01f701be9ff/resourceGroups/devtfe/providers/Microsoft.Insights/scheduledQueryRules/disk"} | |
2020/11/14 01:27:05 [DEBUG] Attempting to open CLI config file: C:\Users\tfenster8982\AppData\Roaming\terraform.rc | |
2020/11/14 01:27:05 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2020/11/14 01:27:05 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins | |
2020/11/14 01:27:05 [DEBUG] ignoring non-existing provider search directory C:\Users\tfenster8982\AppData\Roaming\terraform.d\plugins | |
2020/11/14 01:27:05 [DEBUG] ignoring non-existing provider search directory C:\Users\tfenster8982\AppData\Roaming\HashiCorp\Terraform\plugins |
This file contains hidden or 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
if no upstream remote created: git remote add upstream https://[upstream guy's repo url] | |
git fetch upstream | |
git reset --hard upstream/master | |
git push origin master --force |