We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dcd10b commit 2e25430Copy full SHA for 2e25430
README.md
@@ -14,7 +14,7 @@ Below is a complete example without the S3 bucket creation part. More examples c
14
15
```hcl
16
module "cloudtrail" {
17
- source = "./modules/cloudtrail"
+ source = "avlcloudtechnologies/cloudtrail/aws"
18
19
name = "${var.name}-${var.environment}"
20
s3_bucket_name = module.cloudtrail_bucket.this_s3_bucket_id
0 commit comments