Skip to content

Commit 7c66e5d

Browse files
committed
docs: fix typo
`grapped` -> `grabbed`
1 parent 7add6a5 commit 7c66e5d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/default/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ module "runners" {
4242
# iops = null
4343
# }]
4444

45-
# When not explicitly set lambda zip files are grapped from the module requiring lambda build.
45+
# When not explicitly set lambda zip files are grabbed from the module requiring lambda build.
4646
# Alternatively you can set the path to the lambda zip files here.
4747
#
4848
# For example grab zip files via lambda_download
@@ -68,7 +68,7 @@ module "runners" {
6868
# enable S3 versioning for runners S3 bucket
6969
# runner_binaries_s3_versioning = "Enabled"
7070

71-
# Uncommet idle config to have idle runners from 9 to 5 in time zone Amsterdam
71+
# Uncomment idle config to have idle runners from 9 to 5 in time zone Amsterdam
7272
# idle_config = [{
7373
# cron = "* * 9-17 * * *"
7474
# timeZone = "Europe/Amsterdam"

0 commit comments

Comments
 (0)