Skip to content

Commit 2c99708

Browse files
author
iru
authored
refactor: move trigger example to test (#144)
moved to avoid confusion with examples
1 parent 4b0b1ef commit 2c99708

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ If that's not working as expected, some other questions can be checked
147147

148148
In `Secure > Events` you should see the event coming through, but beware you may need to activate specific levels such as `Info` depending on the rule you're firing.
149149

150-
Alternativelly, use Terraform example module to trigger **Create IAM Policy that Allows All** event can be found on [examples/trigger-events](https://github.com/sysdiglabs/terraform-aws-secure-for-cloud/blob/master/examples/trigger-events).
150+
Alternativelly, use Terraform example module to trigger **Create IAM Policy that Allows All** event can be found on [examples/trigger-events](https://github.com/sysdiglabs/terraform-aws-secure-for-cloud/blob/master/test/trigger-events).
151151

152152
### Forcing Events - Image Scanning
153153

examples/trigger-events/README.md renamed to test/trigger-events/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ provider "aws" {
2626
}
2727
2828
module "secure_for_cloud_aws_trigger-events"{
29-
source = "sysdiglabs/secure-for-cloud/aws//examples/trigger-events"
29+
source = "sysdiglabs/secure-for-cloud/aws//test/trigger-events"
3030
}
3131
```
3232

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)