Skip to content

Commit 73a4f5b

Browse files
authored
Merge branch 'main' into main
2 parents 8cd43d6 + 63516d9 commit 73a4f5b

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

docs/configuration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ This module also allows you to run agents from a prebuilt AMI to gain faster sta
172172
## AMI Configuration
173173

174174
By default, the module will automatically select appropriate AMI images:
175+
175176
- For Linux x64: Amazon Linux 2023 x86_64
176177
- For Linux ARM64: Amazon Linux 2023 ARM64
177178
- For Windows: Windows Server 2022 English Full ECS Optimized

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ The Instance Termination Watcher is creating log and optional metrics for termin
7979

8080
This feature is Beta, changes will not trigger a major release as long in beta.
8181

82-
The Job Retry will allow you to retry scaling when a job is not started. When enabled the scale up lambda will send a retry message to the a SQS queue. The Job Retry lambda will check after a delay if the job is still queued, and if so, it will send a retry command to the scale up lambda via SQS. The feature is designed to be used with ephemeral runners. The feature is opt in, it will not be created by default.
82+
The Job Retry will allow you to retry scaling when a job is not started. When enabled the scale up lambda will send a retry message to the SQS queue. The Job Retry lambda will check after a delay if the job is still queued, and if so, it will send a retry command to the scale up lambda via SQS. The feature is designed to be used with ephemeral runners. The feature is opt in, it will not be created by default.
8383

8484
Consequences of enabling the feature are:
8585

examples/prebuilt/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ cd -
2121

2222
### Packer Image
2323

24-
You will need to build your image. This example deployment uses the image example in `/images/linux-amz2`. You must build this image with packer in your AWS account first. Once you have built this you need to provider your owner ID as a variable
24+
You will need to build your image. This example deployment uses the image example in `/images/linux-amz2`. You must build this image with packer in your AWS account first. Once you have built this you need to provide your owner ID as a variable
2525

2626
## Deploy
2727

modules/setup-iam-permissions/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Module - IAM setup for using boundaries
22

3-
This module is optional and only added as example. You can deploy the root terraform module via you own IAM user with the right credentials. Alternatively you can create a role to deploy the root module with a limit boundary set.
3+
This module is optional and only added as example. You can deploy the root terraform module via your own IAM user with the right credentials. Alternatively you can create a role to deploy the root module with a limit boundary set.
44

5-
This module will create an AWS IAM role that is required to use permission boundaries. The created rol can be used to deploy the root module.
5+
This module will create an AWS IAM role that is required to use permission boundaries. The created role can be used to deploy the root module.
66

77
## Usages
88

@@ -33,7 +33,7 @@ output "boundary" {
3333
}
3434
```
3535

36-
Next execute the created Terraform code `terraform init && terraform apply` The module will. You can use the created role in your terraform provider with assume role and the boundary as well the namespace needs to be set to the root module.
36+
Next execute the created Terraform code via `terraform init && terraform apply`. You can use the created role in your terraform provider with assume role and the boundary as well the namespace needs to be set to the root module.
3737

3838

3939
<!-- BEGIN_TF_DOCS -->

0 commit comments

Comments
 (0)