Skip to content

Commit 2e25430

Browse files
authored
chore/Fix module source in example (#2)
1 parent 7dcd10b commit 2e25430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Below is a complete example without the S3 bucket creation part. More examples c
1414

1515
```hcl
1616
module "cloudtrail" {
17-
source = "./modules/cloudtrail"
17+
source = "avlcloudtechnologies/cloudtrail/aws"
1818
1919
name = "${var.name}-${var.environment}"
2020
s3_bucket_name = module.cloudtrail_bucket.this_s3_bucket_id

0 commit comments

Comments
 (0)