Skip to content

Commit

Permalink
define terraform version to use
Browse files Browse the repository at this point in the history
  • Loading branch information
diodonfrost committed Jan 29, 2018
1 parent db5d04c commit 9fdeded
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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
Expand All @@ -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/)

0 comments on commit 9fdeded

Please sign in to comment.