File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
examples/single-account-apprunner Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ All the required resources and workloads will be run under the same account.
8
8
## Prerequisites
9
9
10
10
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)
12
13
1 . Configure [ Terraform ** AWS** Provider] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs )
13
14
1 . Secure requirements, as input variable value
14
15
```
@@ -42,7 +43,7 @@ provider "sysdig" {
42
43
}
43
44
44
45
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
46
47
}
47
48
48
49
module "cloudvision_aws_apprunner_single_account" {
You can’t perform that action at this time.
0 commit comments