cloudvm.ipv4_address} 'cat /root/metadata/done.txt')" = "DONE" ]; then terraform destroy -auto-approve -lock=false fi EOF when = create } }3 changes: 3 additions & 0 deletions 3 hcloud_module/outputs.tf Original file line numberDiff line numberDiff line change @@ -0,0 +1,3 @...
Terragrunt forwards almost all commands, arguments, and options directly to Terraform, using whatever version of Terraform you already have installed. However, based on the settings in your terragrunt.hcl file, Terragrunt can configure remote state, locking, extra arguments, and lots more. Terragrunt...
In continuation to earlier blog ( Part 1 & Part 2 ) , we are going to explore the further steps to configure and implement multiple SLA for same customer in Solution
I think this will be possible in future changes coming to HCL. We're planning to more closely integrate HCL and HIL (the interpolation language used by Terraform) and in doing so it should be possible to do something like: a = "foo" + "bar" And handle the newlines yourself. This wo...
Terragrunt forwards almost all commands, arguments, and options directly to Terraform, using whatever version of Terraform you already have installed. However, based on the settings in your terragrunt.hcl file, Terragrunt can configure remote state, locking, extra arguments, and lots more. Terragrunt...
Current Terraform Version Terraform v0.11.11 Use-cases In my current situation, I am using the AWS provider so I will scope this feature request to that specific provider, although this may extend to other providers as well. I am attempt...