Skip to content

Commit

Permalink
fix: security-group source fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshgadgi committed Aug 7, 2023
1 parent 22bbb20 commit 94cf51c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/security-group/complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ provider "aws" {
}

module "security-hub" {
source = "../modules/security_hub"
source = "../../../modules/security_hub"

name = "test"
security_hub_enabled = true
Expand Down
2 changes: 1 addition & 1 deletion examples/security-group/organisation_account/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ provider "aws" {
}

module "security-hub" {
source = "../modules/security_hub"
source = "../../../modules/security_hub"

name = "test"
security_hub_enabled = true
Expand Down

0 comments on commit 94cf51c

Please sign in to comment.