diff --git a/README.md b/README.md index 33ddab2..f36d6d6 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ Terraform is a tool for building, changing, and versioning infrastructure safely and efficiently. Terraform can manage existing and popular service providers as well as custom in-house solutions. +Version used: +* Terraform 0.11.2 + ## Openstack authentification The OpenStack provider is used to interact with the many resources supported by OpenStack. The provider needs to be configured with the proper credentials before it can be used. @@ -16,6 +19,12 @@ provider "openstack" { ## Getting Started +Before terraform apply you must download provider plugin: + +``` +terraform init +``` + Display plan before apply manifest ``` terraform plan @@ -32,6 +41,6 @@ terraform destroy ``` ## Documentation -https://www.terraform.io/docs/providers/openstack/ +[https://www.terraform.io/docs/providers/openstack/](https://www.terraform.io/docs/providers/openstack/) -https://github.com/terraform-providers/terraform-provider-openstack/tree/master/examples/app-with-networking +[https://github.com/terraform-providers/terraform-provider-openstack/tree/master/examples/app-with-networking](https://www.terraform.io/docs/providers/openstack/)