Skip to main content

Questions tagged [terraform]

Terraform is a tool for building, changing, and combining infrastructure safely and efficiently.

2 votes
2 answers
1k views

Terraform Libvirt - How to use local qcow2 file in the hypervisor instead of cloud images?

It seems like the libvirt provider only takes pre-defined cloud images. I create my own base qcow2 image that is local to the hypervisor and wish to use it as source file with terraform libvirtd. Is ...
vmx1987's user avatar
  • 21
2 votes
2 answers
3k views

git clone hangs during clone when using sshpass

Has anyone found sshpass works to set a phassphrase for ssh or git clones? I have a github repo with a deploy key and a passphrase This results in prompt for passphrase as expected and clone upon ...
Eva Brigid's user avatar
0 votes
0 answers
1k views

terraform destroy failing for kubernetes provider with pvc in aws eks, how to fix that?

We have done kubernetes deployment using terraform kubernetes provider, while creating the cluster eks itself. When we try to destroy after that, didn't use the product yet, just testing the destroy. ...
Kalel's user avatar
  • 254
0 votes
2 answers
2k views

Unable to export service account key in Terraform #GCP

I have downloaded the GCP service account key to my local system. In Terraform, I have set the GOOGLE_APPLICATION_CREDENTIALS as a path to this file in the startup-script part of my bastion instance. ...
Meghana B Srinath's user avatar