Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vlandemaine-orange committed Aug 26, 2020
1 parent fb81740 commit 373fe3f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

Terraform module for deploying a CCEv2 cluster.

## TF version : 0.12
## TF version : 0.13

## Terraform format
```hcl
module "cce2_cluster" {
source = "github.com/terraform-flexibleengine-modules/terraform-flexibleengine-cce?ref=v1.0.0"
cluster_name = "cluster_test"
cluster_name = "cluster-test"
cluster_desc = " Cluster for testing purpose"
availability_zone = "eu-west-0a"
Expand All @@ -22,7 +22,7 @@ module "cce2_cluster" {
nodes_list = [
{
node_name = "test_node1"
node_name = "test-node1"
node_flavor = "s3.large.2"
availability_zone = "eu-west-0a"
key_pair = "my-key"
Expand All @@ -32,7 +32,7 @@ module "cce2_cluster" {
data_volume_size = 100
},
{
node_name = "test_node2"
node_name = "test-node2"
node_flavor = "s3.large.2"
availability_zone = "eu-west-0a"
key_pair = "my-key"
Expand Down

0 comments on commit 373fe3f

Please sign in to comment.