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
2021/05/03 01:28:44 [INFO] Terraform version: 0.14.7 | |
2021/05/03 01:28:44 [INFO] Go runtime version: go1.15.6 | |
2021/05/03 01:28:44 [INFO] CLI args: []string{"/Users/jvitor/.tfenv/versions/0.14.7/terraform", "destroy", "-auto-approve"} | |
2021/05/03 01:28:44 [DEBUG] Attempting to open CLI config file: /Users/jvitor/.terraformrc | |
2021/05/03 01:28:44 Loading CLI configuration from /Users/jvitor/.terraformrc | |
2021/05/03 01:28:44 [DEBUG] checking for credentials in "/Users/jvitor/.terraform.d/plugins" | |
2021/05/03 01:28:44 [DEBUG] Explicit provider installation configuration is set | |
2021/05/03 01:28:44 [TRACE] Selected provider installation method cliconfig.ProviderInstallationDirect with includes [] and excludes [] | |
2021/05/03 01:28:44 [INFO] CLI command args: []string{"destroy", "-auto-approve"} | |
2021/05/03 01:28:44 [TRACE] Meta.Backend: no config given or present on disk, so returning nil config |
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
2021/05/03 01:32:07 [INFO] Terraform version: 0.14.7 | |
2021/05/03 01:32:07 [INFO] Go runtime version: go1.15.6 | |
2021/05/03 01:32:07 [INFO] CLI args: []string{"/Users/jvitor/.tfenv/versions/0.14.7/terraform", "destroy", "-auto-approve"} | |
2021/05/03 01:32:07 [DEBUG] Attempting to open CLI config file: /Users/jvitor/.terraformrc | |
2021/05/03 01:32:07 Loading CLI configuration from /Users/jvitor/.terraformrc | |
2021/05/03 01:32:07 [DEBUG] checking for credentials in "/Users/jvitor/.terraform.d/plugins" | |
2021/05/03 01:32:07 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins | |
2021/05/03 01:32:07 [DEBUG] will search for provider plugins in /Users/jvitor/.terraform.d/plugins | |
2021/05/03 01:32:07 [TRACE] getproviders.SearchLocalDirectory: /Users/jvitor/.terraform.d/plugins is a symlink to /Users/jvitor/.terraform.d/plugins | |
2021/05/03 01:32:07 [TRACE] getproviders.SearchLocalDirectory: found git.topfreegames.com/sre/visibility v0.1.0 for darwin_amd64 at /Users/jvitor/.terraform.d/plugins/git.topfreegames |
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
FROM alexagency/react-yeoman | |
MAINTAINER [email protected] | |
ENV HOME /root | |
EXPOSE 3000 | |
EXPOSE 3001 | |
USER root |