Skip to content

Commit

Permalink
Update documentation with new version v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fmunoz committed Jul 21, 2022
1 parent 89dfb7d commit 9ae68e7
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 18 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ Terraform module which creates an ISE Deployment in AWS.
```hcl
module "ise-deployment" {
source = "fmunozmiranda/ise-deployment/aws"
version = "1.0.5"
# insert the 19 required variables here
version = "1.0.6"
# insert the 17 required variables here
}
```

## Examples
Expand Down
7 changes: 4 additions & 3 deletions modules/ise_network/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ Terraform module which creates an ISE Network in AWS.
```hcl
module "ise-deployment_ise_network" {
source = "fmunozmiranda/ise-deployment/aws//modules/ise_network"
version = "1.0.4"
module "ise-deployment_large_deployment" {
source = "fmunozmiranda/ise-deployment/aws//modules/large_deployment"
version = "1.0.6"
# insert the 6 required variables here
}
Expand Down
7 changes: 4 additions & 3 deletions modules/large_deployment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ Terraform module which creates an ISE Large Deployment in AWS.
```hcl
module "ise-deployment_ise_network" {
module "ise-deployment_large_deployment" {
source = "fmunozmiranda/ise-deployment/aws//modules/large_deployment"
version = "1.0.4"
# insert the 6 required variables here
version = "1.0.6"
# insert the 8 required variables here
}
Expand Down
7 changes: 4 additions & 3 deletions modules/medium_deployment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ Terraform module which creates an ISE Medium Deployment in AWS.
```hcl
module "ise-deployment_ise_network" {
module "ise-deployment_medium_deployment" {
source = "fmunozmiranda/ise-deployment/aws//modules/medium_deployment"
version = "1.0.4"
# insert the 6 required variables here
version = "1.0.6"
# insert the 12 required variables here
}
Expand Down
7 changes: 3 additions & 4 deletions modules/single_node_deployment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@ Terraform module which creates an ISE Single Node Deployment in AWS.
```hcl
module "ise-deployment_ise_network" {
module "ise-deployment_single_node_deployment" {
source = "fmunozmiranda/ise-deployment/aws//modules/single_node_deployment"
version = "1.0.4"
# insert the 6 required variables here
version = "1.0.6"
# insert the 7 required variables here
}
```

## Requirements
Expand Down
6 changes: 3 additions & 3 deletions modules/small_deployment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ Terraform module which creates an ISE Small Deployment in AWS.
```hcl
module "ise-deployment_ise_network" {
module "ise-deployment_small_deployment" {
source = "fmunozmiranda/ise-deployment/aws//modules/small_deployment"
version = "1.0.4"
# insert the 6 required variables here
version = "1.0.6"
# insert the 7 required variables here
}
Expand Down

0 comments on commit 9ae68e7

Please sign in to comment.