Resolve Failed to Query Available Provider Packages with Terraform in Terminal on Mac - VicPhanDevOps/mac GitHub Wiki

• The following resolution is for if you received failed to query available provider packages with Terraform error.
image

• Type terraform init -upgrade and press the “return” key to initialize Terraform without receiving an error this time.
image

• Type terraform apply and press the “return” key to apply the configuration.
image

• Type yes and press the “return” key to confirm.
image

• Type terraform show and press the “return” key to see the resources.
image