Skip to content

Instantly share code, notes, and snippets.

@jeremmfr
Created September 7, 2021 10:18
Show Gist options
  • Save jeremmfr/2dfa73953adb30692106ed0b976549fe to your computer and use it in GitHub Desktop.
Save jeremmfr/2dfa73953adb30692106ed0b976549fe to your computer and use it in GitHub Desktop.
terraform-trace-module-hyphen-provider
2021-09-07T12:17:16.606+0200 [DEBUG] Adding temp file log sink: /var/folders/_g/3v61z8fj17l5llm8s1tmrmsr0000gn/T/terraform-log578687386
2021-09-07T12:17:16.606+0200 [INFO] Terraform version: 1.0.6
2021-09-07T12:17:16.607+0200 [INFO] Go runtime version: go1.16.4
2021-09-07T12:17:16.607+0200 [INFO] CLI args: []string{"/tmp/test/terraform", "init"}
2021-09-07T12:17:16.607+0200 [TRACE] Stdout is a terminal of width 370
2021-09-07T12:17:16.607+0200 [TRACE] Stderr is a terminal of width 370
2021-09-07T12:17:16.607+0200 [TRACE] Stdin is a terminal
2021-09-07T12:17:16.607+0200 [DEBUG] Attempting to open CLI config file: /Users/jeremmfr/.terraformrc
2021-09-07T12:17:16.607+0200 [INFO] Loading CLI configuration from /Users/jeremmfr/.terraformrc
2021-09-07T12:17:16.607+0200 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins
2021-09-07T12:17:16.607+0200 [DEBUG] ignoring non-existing provider search directory /Users/jeremmfr/.terraform.d/plugins
2021-09-07T12:17:16.607+0200 [DEBUG] ignoring non-existing provider search directory /Users/jeremmfr/Library/Application Support/io.terraform/plugins
2021-09-07T12:17:16.608+0200 [DEBUG] ignoring non-existing provider search directory /Library/Application Support/io.terraform/plugins
2021-09-07T12:17:16.608+0200 [INFO] CLI command args: []string{"init"}
Initializing modules...
2021-09-07T12:17:16.611+0200 [TRACE] ModuleInstaller: installing child modules for . into .terraform/modules
2021-09-07T12:17:16.611+0200 [DEBUG] Module installer: begin test
2021-09-07T12:17:16.611+0200 [TRACE] ModuleInstaller: test source address has changed from "terraform-google-modules/gcloud/google" to "terraform-google-modules/gcloud/gcp-beta"
2021-09-07T12:17:16.611+0200 [TRACE] ModuleInstaller: discarding previous record of test prior to reinstall
2021-09-07T12:17:16.611+0200 [TRACE] ModuleInstaller: cleaning directory .terraform/modules/test prior to install of test
2021-09-07T12:17:16.622+0200 [TRACE] ModuleInstaller: test address "terraform-google-modules/gcloud/gcp-beta" will be handled by go-getter
Downloading terraform-google-modules/gcloud/gcp-beta for test...
2021-09-07T12:17:16.622+0200 [TRACE] modsdir: writing modules manifest to .terraform/modules/modules.json
│ Error: Invalid version constraint
│ Cannot apply a version constraint to module "test" (at main.tf:1) because it has a non Registry URL.
│ Error: Invalid version constraint
│ Cannot apply a version constraint to module "test" (at main.tf:1) because it has a non Registry URL.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment