Skip to content

Commit e8478b4

Browse files
author
iru
authored
docs: clarify apprunner region requisites
1 parent f444910 commit e8478b4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/single-account-apprunner/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ All the required resources and workloads will be run under the same account.
88
## Prerequisites
99

1010
Minimum requirements:
11-
11+
1. Beware of Apprunner limited regions https://docs.aws.amazon.com/general/latest/gr/apprunner.html
12+
- This will onlly impact where you deploy the workload, not where the events come from (multi-region by default)
1213
1. Configure [Terraform **AWS** Provider](https://registry.terraform.io/providers/hashicorp/aws/latest/docs)
1314
1. Secure requirements, as input variable value
1415
```
@@ -42,7 +43,7 @@ provider "sysdig" {
4243
}
4344
4445
provider "aws" {
45-
region = "<AWS_REGION> Take care of AppRunner available zones: https://docs.aws.amazon.com/general/latest/gr/apprunner.html"
46+
region = "<AWS_REGION>" # Beware of AppRunner available zones: https://docs.aws.amazon.com/general/latest/gr/apprunner.html
4647
}
4748
4849
module "cloudvision_aws_apprunner_single_account" {

0 commit comments

Comments
 (0)