hashicorp Questions
4
I am attempting to create new resources on GCP with a remote backend
After doing terraform init plan -out=tfplan and then terraform apply tfplan I get the following error:
Error: Inconsistent depen...
2
Installed terraform & init is failing.
- Finding hashicorp/aws versions matching "~> 4.16"...
╷
│ Error: Failed to query available provider packages
│
│ Could not retrieve the lis...
Lelalelah asked 26/1, 2023 at 17:56
3
First of all I'm sorry if someone already did this question, in this case please paste the link here because I didn't find anything.
I'm learning vagrant, using virtualbox i don't have problem in r...
1
Solved
I am new to Terraform and following a tutorial on how to create aws_elasticip module. When i perform 'terraform plan' this issue is present and i can't move forward with creating my terraform file....
Implicative asked 14/7, 2023 at 12:2
2
Solved
I ran this command to update packages in my ubuntu VM.
sudo apt-get update
It gave me the below error at the end.
Err:5 https://apt.releases.hashicorp.com bionic InRelease
The following signature...
3
I am using terraform version 0.13.2, provider http://registry.terraform.io/hashicorp/local v2.1.0 and have the following resource :
terraform {
required_providers {
local = {
source = "hash...
7
Solved
I'm a beginner in Terraform.
I have a directory which contains 2 .tf files.
Now I want to run Terraform Apply on a selected .tf file & neglect the other one.
Can I do that? If yes, how? If n...
Saberhagen asked 8/12, 2017 at 5:34
1
I'm building CI/CD pipeline using GitHub Actions and Terraform. I have a main.tf file like below, which I'm calling from GitHub action for multiple environments. I'm using https://github.com/hashic...
1
Solved
terraform solve conflicting provider constraints : no available releases match the given constraints
Hello I am trying to plan a terraform update. We are using a complex terraform project consisting of many modules.
I have added a CloudSQL database module which requires hashicorp/null version ~>...
Subcartilaginous asked 29/7, 2021 at 14:3
1
© 2022 - 2025 — McMap. All rights reserved.