You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[aws_iam_policy_document.access](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
62
174
|[aws_iam_policy_document.access_assume_role](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
Copy file name to clipboardExpand all lines: examples/complete/README.md
+24-6Lines changed: 24 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,18 +2,30 @@
2
2
3
3
Configuration in this directory creates:
4
4
5
-
- <XXX>
5
+
- AppRunner shared configurations for:
6
+
- GitHub connection
7
+
- Autoscaling configuration for a "min" and "max" examples
8
+
- A code based AppRunner service
9
+
- Utilizes "min" autoscaling configuration created in shared configs
10
+
- An image based AppRunner service
11
+
- Utilizes "mega" autoscaling configuration created in shared configs
12
+
- Creates a VPC connector to the associated VPC private subnets
6
13
7
14
## Usage
8
15
9
16
To run this example you need to execute:
10
17
18
+
1. Fork [this repository](https://github.com/aws-containers/hello-app-runner) to the account/organization associated with the GitHub connection that will be created
3. Once you have entered `yes` at the prompt, you will need to navigate to the AppRunner console -> GitHub connections -> Complete the handshake for the connection created by this example.
28
+
17
29
Note that this example may create resources which will incur monetary charges on your AWS bill. Run `terraform destroy` when you no longer need these resources.
18
30
19
31
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
@@ -22,11 +34,13 @@ Note that this example may create resources which will incur monetary charges on
| <aname="input_repository_url"></a> [repository\_url](#input\_repository\_url)| Location of the repository that contains the source code. Repository must be located in same scope as the GitHub connection (user's profile or organization) |`string`|`"https://github.com/aws-containers/hello-app-runner"`| no |
description="Location of the repository that contains the source code. Repository must be located in same scope as the GitHub connection (user's profile or organization)"
3
+
type=string
4
+
default="https://github.com/aws-containers/hello-app-runner"# clone to your account associated with the GitHub connection
0 commit comments