Skip to content

Commit

Permalink
Version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
fmunoz committed Jul 21, 2022
1 parent 2966985 commit 537cbd3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Terraform module which creates an ISE Deployment in AWS.
module "ise-deployment" {
source = "fmunozmiranda/ise-deployment/aws"
version = "1.0.7"
version = "1.0.8"
# insert the 17 required variables here
}
Expand Down
2 changes: 1 addition & 1 deletion modules/ise_network/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Terraform module which creates an ISE Network in AWS.
module "ise-deployment_large_deployment" {
source = "fmunozmiranda/ise-deployment/aws//modules/large_deployment"
version = "1.0.7"
version = "1.0.8"
# insert the 6 required variables here
}
Expand Down
2 changes: 1 addition & 1 deletion modules/large_deployment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Terraform module which creates an ISE Large Deployment in AWS.
module "ise-deployment_large_deployment" {
source = "fmunozmiranda/ise-deployment/aws//modules/large_deployment"
version = "1.0.7"
version = "1.0.8"
# insert the 8 required variables here
}
Expand Down
2 changes: 1 addition & 1 deletion modules/medium_deployment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Terraform module which creates an ISE Medium Deployment in AWS.
module "ise-deployment_medium_deployment" {
source = "fmunozmiranda/ise-deployment/aws//modules/medium_deployment"
version = "1.0.7"
version = "1.0.8"
# insert the 12 required variables here
}
Expand Down
2 changes: 1 addition & 1 deletion modules/single_node_deployment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Terraform module which creates an ISE Single Node Deployment in AWS.
module "ise-deployment_single_node_deployment" {
source = "fmunozmiranda/ise-deployment/aws//modules/single_node_deployment"
version = "1.0.7"
version = "1.0.8"
# insert the 7 required variables here
}
Expand Down
2 changes: 1 addition & 1 deletion modules/small_deployment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Terraform module which creates an ISE Small Deployment in AWS.
module "ise-deployment_small_deployment" {
source = "fmunozmiranda/ise-deployment/aws//modules/small_deployment"
version = "1.0.7"
version = "1.0.8"
# insert the 7 required variables here
}
Expand Down

0 comments on commit 537cbd3

Please sign in to comment.