-
-
Save ArseniiPetrovich/dc3bc69a25592fc789c0543cae48b7e4 to your computer and use it in GitHub Desktop.
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
Initializing the backend... | |
2020/05/04 20:22:59 [INFO] CLI command args: []string{"init", "-upgrade=false", "-backend-config", "terraform.backend"} | |
2020/05/04 20:22:59 [TRACE] Meta.Backend: no config given or present on disk, so returning nil config | |
2020/05/04 20:22:59 [TRACE] Meta.Backend: backend has not previously been initialized in this working directory | |
2020/05/04 20:22:59 [DEBUG] New state was assigned lineage "9f100e04-3b5e-3dfc-2e24-a0f3ec420351" | |
2020/05/04 20:22:59 [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend) | |
2020/05/04 20:22:59 [TRACE] Meta.Backend: instantiated backend of type <nil> | |
2020/05/04 20:22:59 [DEBUG] checking for provider in "." | |
2020/05/04 20:22:59 [DEBUG] checking for provider in "/usr/local/bin" | |
2020/05/04 20:22:59 [DEBUG] checking for provisioner in "." | |
2020/05/04 20:22:59 [DEBUG] checking for provisioner in "/usr/local/bin" | |
2020/05/04 20:22:59 [INFO] Failed to read plugin lock file .terraform/plugins/linux_amd64/lock.json: open .terraform/plugins/linux_amd64/lock.json: no such file or directory | |
2020/05/04 20:22:59 [TRACE] Meta.Backend: backend <nil> does not support operations, so wrapping it in a local backend | |
2020/05/04 20:22:59 [TRACE] backend/local: state manager for workspace "default" will: | |
- read initial snapshot from terraform.tfstate | |
- write new snapshots to terraform.tfstate | |
- create any backup at terraform.tfstate.backup | |
2020/05/04 20:22:59 [TRACE] statemgr.Filesystem: reading initial snapshot from terraform.tfstate | |
2020/05/04 20:22:59 [TRACE] statemgr.Filesystem: read snapshot with lineage "3fc4fc2f-77fa-2c35-5f54-9accfd1e588e" serial 1 | |
2020/05/04 20:22:59 [DEBUG] checking for provider in "." | |
2020/05/04 20:22:59 [DEBUG] checking for provider in "/usr/local/bin" | |
Warning: Missing backend configuration | |
-backend-config was used without a "backend" block in the configuration. | |
If you intended to override the default local backend configuration, | |
no action is required, but you may add an explicit backend block to your | |
configuration to clear this warning: | |
terraform { | |
backend "local" {} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment