File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 1
1
<!--
2
2
Thank you for your contribution!
3
3
4
+ ## Testing your PR
5
+
6
+ You can pinpoint the pr changes as terraform module source with following format
7
+
8
+ ```
9
+ source = "github.com/sysdiglabs/terraform-aws-secure-for-cloud//examples/organizational?ref=<BRANCH_NAME>"
10
+ ```
11
+
12
+
4
13
## General recommendations
5
14
Check contribution guidelines at https://github.com/sysdiglabs/terraform-aws-secure-for-cloud/blob/master/CONTRIBUTE.md#contribution-checklist
6
15
@@ -11,12 +20,12 @@ For a cleaner PR make sure you follow these recommendations:
11
20
12
21
## Checklist
13
22
14
- - [ ] If `test/fixtures/*/main.tf` files are modified. I have updated :
23
+ - [ ] If `test/fixtures/*/main.tf` files are modified, update :
15
24
- [ ] the snippets in the README.md file under root folder.
16
25
- [ ] the snippets in the README.md file for the corresponding example.
17
- - [ ] If `examples` folder are modified. I have updated :
26
+ - [ ] If `examples` folder are modified, update :
18
27
- [ ] README.md file with pertinent changes.
19
28
- [ ] `test/fixtures/*/main.tf` in case the snippet needs modifications.
20
- - [ ] If any architectural change has been made, I have updated the diagrams.
29
+ - [ ] If any architectural change has been made, update the diagrams.
21
30
22
31
-->
You can’t perform that action at this time.
0 commit comments