Skip to content

Commit

Permalink
Cleaning up
Browse files Browse the repository at this point in the history
  • Loading branch information
pedropinheiro75 committed Jul 5, 2023
1 parent 62f5a94 commit 63eb2ee
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/complete-vpc/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ include {
}

terraform {
source = "../..//modules/complete"
source = "..//modules/complete"
}

inputs = {
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ locals {
################################################################################

module "aws_vpc" {
source = "../../"
source = "../../.."

count = var.enabled ? 1 : 0
enabled = var.enabled
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -609,4 +609,4 @@ output "azs" {
output "name" {
description = "The name of the VPC specified as argument to this module"
value = try(module.aws_vpc[0].name, null)
}
}
File renamed without changes.
File renamed without changes.

0 comments on commit 63eb2ee

Please sign in to comment.