Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

ObjectifLibre/terraform-openstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform-openstack

deploy with terraform a instance in Openstack

Installation of Terraform

Download the package from the hashicorp website

curl -O https://releases.hashicorp.com/terraform/0.12.19/terraform_0.12.19_linux_amd64.zip > /tmp/terraform_0.12.19_linux_amd64.zip
sudo unzip /tmp/terraform_0.12.19_linux_amd64.zip -d /usr/local/bin/
rm /tmp/terraform_0.12.19_linux_amd64.zip

terraform --version

How to use

git clone https://github.com/ObjectifLibre/terraform-openstack.git
cd terraform-openstack
terraform init 
terraform apply

About

Demo of terraform with OpenStack provider

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published