Skip to content

Commit

Permalink
Update examples (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
snovikov authored Jun 8, 2023
1 parent 5366a91 commit 099a293
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/custom-vpc-with-vault/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ No providers.

| Name | Source | Version |
|------|--------|---------|
| <a name="module_aws_vpc"></a> [aws\_vpc](#module\_aws\_vpc) | github.com/Flaconi/terraform-modules-vpc | v4.0.0 |
| <a name="module_aws_vpc"></a> [aws\_vpc](#module\_aws\_vpc) | github.com/Flaconi/terraform-aws-vpc | v4.1.0 |
| <a name="module_aws_vault"></a> [aws\_vault](#module\_aws\_vault) | ../.. | n/a |

## Resources
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-vpc-with-vault/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# VPC
# -------------------------------------------------------------------------------------------------
module "aws_vpc" {
source = "github.com/Flaconi/terraform-modules-vpc?ref=v4.0.0"
source = "github.com/Flaconi/terraform-aws-vpc?ref=v4.1.0"

# VPC Definition
vpc_cidr = "40.10.0.0/16"
Expand Down

0 comments on commit 099a293

Please sign in to comment.