terraform-installer | HashiCorp Terraform - Automatic Download | DevOps library
kandi X-RAY | terraform-installer Summary
kandi X-RAY | terraform-installer Summary
Installer for HashiCorp Terraform - Automatic Download, Extract and Install of Latest or Specific Version
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of terraform-installer
terraform-installer Key Features
terraform-installer Examples and Code Snippets
./terraform-install.sh
# usage: terraform-install.sh [-i VERSION] [-a] [-c] [-h] [-v]
# -i VERSION : specify version to install in format '' (OPTIONAL)
# -a : automatically use sudo to install to /usr/local/bin
# -c : leave binary i
curl -LO https://raw.github.com/robertpeteuil/terraform-installer/master/terraform-install.sh
chmod +x terraform-install.sh
curl iac.sh/terraform > getinst.sh
bash getinst.sh
# installer downloaded as terraform-install.sh in current directory
Community Discussions
Trending Discussions on terraform-installer
QUESTION
I am writing a simple azure-pipelines.yml
to install terraform and do a manual approval before proceeding to the terraform apply. I get the below error:
Job manual_approval: Step reference task manual validation at version '0.198.0' which is not valid for the given job target
Here's my yaml.
...ANSWER
Answered 2022-Mar-24 at 06:08Azure Pipeline step reference task manual validation at version 0.198 which is not valid for the given job target
You should specify the pool: server
for that task:
QUESTION
I am currently stuck at the init point in the Azure DevOps Pipeline. So I successfully install Terraform, but in the next step it already fails.
...ANSWER
Answered 2021-Jun-18 at 13:58Please make sure you have correct working directory. The message is misleading. The issue is in fact becuase terraform cannot find your tf files.
Please add this step to check if you have correct directory
QUESTION
i'm facing a (it seams) recurent pbm in Azure Pipeline to run terratest.
While resources are well created the destroyed, when I call an azure.ResourceGroupExists function (or whatever else azure.xxx function) i have the following error :
...ANSWER
Answered 2021-Apr-16 at 11:30and thank-you for answering..
As I figure out earlier, it was a configuration mistake and, after having made some deep excavations on Go Terratest Azure module, I've found these lines that gives all the explanations :
- https://github.com/gruntwork-io/terratest/blob/master/modules/azure/authorizer.go#L11 leading to
- https://docs.microsoft.com/en-us/azure/developer/go/azure-sdk-authorization#use-environment-based-authentication
So I change my pipeline to this :
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install terraform-installer
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page