Skip to content

Instantly share code, notes, and snippets.

@ilnikolay
Last active January 30, 2023 10:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ilnikolay/71dae3449d597f859509c19a3dc4b291 to your computer and use it in GitHub Desktop.
Save ilnikolay/71dae3449d597f859509c19a3dc4b291 to your computer and use it in GitHub Desktop.
terraform_init_time_nocache
time terraform init
Initializing the backend...
Initializing provider plugins...
- Finding hashicorp/google versions matching "~> 4.20.0"...
- Finding hashicorp/null versions matching "~> 3.1.1"...
- Finding hashicorp/googleworkspace versions matching "~> 0.6.0"...
- Finding hashicorp/local versions matching "~> 2.2.2"...
- Finding hashicorp/external versions matching "~> 2.2.2"...
- Finding hashicorp/tls versions matching "~> 3.3.0"...
- Finding hashicorp/time versions matching "~> 0.7.2"...
- Finding hashicorp/archive versions matching "~> 2.2.0"...
- Finding hashicorp/aws versions matching "~> 4.45.0"...
- Finding hashicorp/random versions matching "~> 3.4.3"...
- Installing hashicorp/aws v4.45.0...
- Installed hashicorp/aws v4.45.0 (signed by HashiCorp)
- Installing hashicorp/googleworkspace v0.6.0...
- Installed hashicorp/googleworkspace v0.6.0 (signed by HashiCorp)
- Installing hashicorp/local v2.2.3...
- Installed hashicorp/local v2.2.3 (signed by HashiCorp)
- Installing hashicorp/time v0.7.2...
- Installed hashicorp/time v0.7.2 (signed by HashiCorp)
- Installing hashicorp/archive v2.2.0...
- Installed hashicorp/archive v2.2.0 (signed by HashiCorp)
- Installing hashicorp/random v3.4.3...
- Installed hashicorp/random v3.4.3 (signed by HashiCorp)
- Installing hashicorp/google v4.20.0...
- Installed hashicorp/google v4.20.0 (signed by HashiCorp)
- Installing hashicorp/null v3.1.1...
- Installed hashicorp/null v3.1.1 (signed by HashiCorp)
- Installing hashicorp/external v2.2.3...
- Installed hashicorp/external v2.2.3 (signed by HashiCorp)
- Installing hashicorp/tls v3.3.0...
- Installed hashicorp/tls v3.3.0 (signed by HashiCorp)
terraform init 3.55s user 3.11s system 17% cpu 37.356 total
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment