Skip to content

Commit

Permalink
Merge pull request #19 from descomplicando-terraform/feat/version-mod…
Browse files Browse the repository at this point in the history
…ule-ref

feat/version-module-groundwork-ref
  • Loading branch information
diegodrk authored Oct 1, 2024
2 parents 22cf1f4 + e154855 commit 8d2153a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ No providers.

| Name | Source | Version |
|------|--------|---------|
| <a name="module_groundwork"></a> [groundwork](#module\_groundwork) | github.com/descomplicando-terraform/terraform-aws-Diego-Rafael_groundwork | n/a |
| <a name="module_groundwork"></a> [groundwork](#module\_groundwork) | github.com/descomplicando-terraform/terraform-aws-Diego-Rafael_groundwork | v1.0.0 |

## Resources

Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "groundwork" {
source = "github.com/descomplicando-terraform/terraform-aws-Diego-Rafael_groundwork"
source = "github.com/descomplicando-terraform/terraform-aws-Diego-Rafael_groundwork?ref=v1.0.0"
vpc_cidr_block = "192.168.3.0/24"
subnets_map = module.groundwork.subnets_map
instance_name_prefix = "docker"
Expand Down

0 comments on commit 8d2153a

Please sign in to comment.