Skip to content

Commit 4de72f9

Browse files
committed
docs(README): auto update all sections
1 parent 366870a commit 4de72f9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,11 @@ module "layer" {
5454
source_type = "python"
5555
5656
rsync_pattern = [
57-
"--exclude=**tests**"
58-
"--exclude="**__pycache__**"
59-
"--include=*.py"
57+
"--exclude='**tests**'"
58+
"--exclude="'**__pycache__**'"
59+
"--include=module/{a,b,c}/"
60+
"--include='*.py'"
61+
"--exclude='module/*'"
6062
]
6163
}
6264
```

0 commit comments

Comments
 (0)