Relative Content

Tag Archive for terraform

Terraform SSH from local machine

I am trying to find a way of setting up ssh connection when creating a vm with terraform. I would like to be able to to copy my ssh key stored on my local machine to the remote machine being created by terraform.

Terraform for partial api (only delete and read)

im having resource with only read and delete API,
considering that the create and update are not accessible to the terraform users how should the terraform code should be look for this resource?

What does migrate state mean in terraform?

I have been using terraform for a few months now, but I still dont get, why I would need migrate-state and what the difference is to reconfigure. Can please someone explain this in simple terms, when and why this is needed?