0

I am trying to run on a docker image of alpine.

Configured all the tools also in it and the public docker image is:

docker run -it udayprojectn/alpinegcloud:1.0 /bin/bash

When I ran terraform init, I am getting google cloud specific module install errors.

Initializing provider plugins...
- Finding hashicorp/google versions matching "~> 3.68"...
- Finding latest version of hashicorp/random...
- Installing hashicorp/random v3.3.2...
- Installing hashicorp/google v3.90.1...
╷
│ Error: Failed to install provider
│
│ Error while installing hashicorp/random v3.3.2: failed to open temporary file to download from
│ https://releases.hashicorp.com/terraform-provider-random/3.3.2/terraform-provider-random_3.3.2_linux_amd64.zip
╵

╷
│ Error: Failed to install provider
│
│ Error while installing hashicorp/google v3.90.1: failed to open temporary file to download from
│ https://releases.hashicorp.com/terraform-provider-google/3.90.1/terraform-provider-google_3.90.1_linux_amd64.zip
╵

How to fix that.

0 Answers0