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
| <aname="input_access_iam_role_permissions_boundary"></a> [access\_iam\_role\_permissions\_boundary](#input\_access\_iam\_role\_permissions\_boundary)| ARN of the policy that is used to set the permissions boundary for the IAM role |`string`|`null`| no |
70
69
| <aname="input_access_iam_role_policies"></a> [access\_iam\_role\_policies](#input\_access\_iam\_role\_policies)| IAM policies to attach to the IAM role |`map(string)`|`{}`| no |
71
70
| <aname="input_access_iam_role_use_name_prefix"></a> [access\_iam\_role\_use\_name\_prefix](#input\_access\_iam\_role\_use\_name\_prefix)| Determines whether the IAM role name (`iam_role_name`) is used as a prefix |`bool`|`true`| no |
72
-
| <aname="input_auto_deployments_enabled"></a> [auto\_deployments\_enabled](#input\_auto\_deployments\_enabled)| Whether auto deployments are enabled for the service |`bool`|`false`| no |
73
71
| <aname="input_autoscaling_max_concurrency"></a> [autoscaling\_max\_concurrency](#input\_autoscaling\_max\_concurrency)| The maximal number of concurrent requests that you want an instance to process. When the number of concurrent requests goes over this limit, App Runner scales up your service |`number`|`null`| no |
74
72
| <aname="input_autoscaling_max_size"></a> [autoscaling\_max\_size](#input\_autoscaling\_max\_size)| The maximal number of instances that App Runner provisions for your service |`number`|`1`| no |
75
73
| <aname="input_autoscaling_min_size"></a> [autoscaling\_min\_size](#input\_autoscaling\_min\_size)| The minimal number of instances that App Runner provisions for your service |`number`|`1`| no |
76
74
| <aname="input_autoscaling_name"></a> [autoscaling\_name](#input\_autoscaling\_name)| The name of the auto scaling configuration |`string`|`null`| no |
77
-
| <aname="input_cloudwatch_log_group_kms_key_id"></a> [cloudwatch\_log\_group\_kms\_key\_id](#input\_cloudwatch\_log\_group\_kms\_key\_id)| If a KMS Key ARN is set, this key will be used to encrypt the corresponding log group. Please be sure that the KMS Key has an appropriate key policy (https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/encrypt-log-data-kms.html)|`string`|`null`| no |
78
-
| <aname="input_cloudwatch_log_group_retention_in_days"></a> [cloudwatch\_log\_group\_retention\_in\_days](#input\_cloudwatch\_log\_group\_retention\_in\_days)| Number of days to retain log events. Default retention - 7 days |`number`|`7`| no |
79
75
| <aname="input_create"></a> [create](#input\_create)| Determines whether resources will be created (affects all resources) |`bool`|`true`| no |
80
-
| <aname="input_create_access_iam_role"></a> [create\_access\_iam\_role](#input\_create\_access\_iam\_role)| Determines whether an IAM role is created or to use an existing IAM role |`bool`|`true`| no |
76
+
| <aname="input_create_access_iam_role"></a> [create\_access\_iam\_role](#input\_create\_access\_iam\_role)| Determines whether an IAM role is created or to use an existing IAM role |`bool`|`false`| no |
81
77
| <aname="input_create_autoscaling_configuration"></a> [create\_autoscaling\_configuration](#input\_create\_autoscaling\_configuration)| Determines whether an Auto Scaling Configuration will be created |`bool`|`true`| no |
82
-
| <aname="input_create_cloudwatch_log_group"></a> [create\_cloudwatch\_log\_group](#input\_create\_cloudwatch\_log\_group)| Determines whether a log group is created by this module for the cluster logs. If not, AWS will automatically create one |`bool`|`true`| no |
83
-
| <aname="input_create_custom_domain_association"></a> [create\_custom\_domain\_association](#input\_create\_custom\_domain\_association)| Determines whether a Custom Domain Association will be created |`bool`|`true`| no |
78
+
| <aname="input_create_custom_domain_association"></a> [create\_custom\_domain\_association](#input\_create\_custom\_domain\_association)| Determines whether a Custom Domain Association will be created |`bool`|`false`| no |
84
79
| <aname="input_create_instance_iam_role"></a> [create\_instance\_iam\_role](#input\_create\_instance\_iam\_role)| Determines whether an IAM role is created or to use an existing IAM role |`bool`|`true`| no |
85
-
| <aname="input_create_vpc_connector"></a> [create\_vpc\_connector](#input\_create\_vpc\_connector)| Determines whether a VPC Connector will be created |`bool`|`true`| no |
80
+
| <aname="input_create_vpc_connector"></a> [create\_vpc\_connector](#input\_create\_vpc\_connector)| Determines whether a VPC Connector will be created |`bool`|`false`| no |
86
81
| <aname="input_domain_name"></a> [domain\_name](#input\_domain\_name)| The custom domain endpoint to association. Specify a base domain e.g., `example.com` or a subdomain e.g., `subdomain.example.com`|`string`|`""`| no |
87
-
| <aname="input_enable_observability_configuration"></a> [enable\_observability\_configuration](#input\_enable\_observability\_configuration)| Determines whether an Observability Configuration will be created |`bool`|`true`| no |
82
+
| <aname="input_enable_observability_configuration"></a> [enable\_observability\_configuration](#input\_enable\_observability\_configuration)| Determines whether an Observability Configuration will be created |`bool`|`false`| no |
88
83
| <aname="input_enable_www_subdomain"></a> [enable\_www\_subdomain](#input\_enable\_www\_subdomain)| Whether to associate the subdomain with the App Runner service in addition to the base domain. Defaults to `true`|`bool`|`null`| no |
89
84
| <aname="input_encryption_configuration"></a> [encryption\_configuration](#input\_encryption\_configuration)| The encryption configuration for the service |`any`|`{}`| no |
90
85
| <aname="input_health_check_configuration"></a> [health\_check\_configuration](#input\_health\_check\_configuration)| The health check configuration for the service |`any`|`{}`| no |
@@ -95,7 +90,7 @@ No modules.
95
90
| <aname="input_instance_iam_role_permissions_boundary"></a> [instance\_iam\_role\_permissions\_boundary](#input\_instance\_iam\_role\_permissions\_boundary)| ARN of the policy that is used to set the permissions boundary for the IAM role |`string`|`null`| no |
96
91
| <aname="input_instance_iam_role_policies"></a> [instance\_iam\_role\_policies](#input\_instance\_iam\_role\_policies)| IAM policies to attach to the IAM role |`map(string)`|`{}`| no |
97
92
| <aname="input_instance_iam_role_use_name_prefix"></a> [instance\_iam\_role\_use\_name\_prefix](#input\_instance\_iam\_role\_use\_name\_prefix)| Determines whether the IAM role name (`iam_role_name`) is used as a prefix |`bool`|`true`| no |
98
-
| <aname="input_network_configuration"></a> [network\_configuration](#input\_network\_configuration)| The network configuration for the service |`any`|<pre>{<br> "egress_configuration": {<br> "egress_type": "VPC"<br> }<br>}</pre>| no |
93
+
| <aname="input_network_configuration"></a> [network\_configuration](#input\_network\_configuration)| The network configuration for the service |`any`|`{}`| no |
99
94
| <aname="input_observability_configuration_name"></a> [observability\_configuration\_name](#input\_observability\_configuration\_name)| The name of the Observability Configuration |`string`|`""`| no |
100
95
| <aname="input_observability_trace_configuration"></a> [observability\_trace\_configuration](#input\_observability\_trace\_configuration)| The name of the Trace Configuration |`any`|`{}`| no |
101
96
| <aname="input_service_name"></a> [service\_name](#input\_service\_name)| The name of the service |`string`|`""`| no |
@@ -116,8 +111,6 @@ No modules.
116
111
| <aname="output_autoscaling_configuration_latest"></a> [autoscaling\_configuration\_latest](#output\_autoscaling\_configuration\_latest)| Whether the auto scaling configuration has the highest `auto_scaling_configuration_revision` among all configurations that share the same `auto_scaling_configuration_name`|
117
112
| <aname="output_autoscaling_configuration_revision"></a> [autoscaling\_configuration\_revision](#output\_autoscaling\_configuration\_revision)| The revision of this auto scaling configuration |
118
113
| <aname="output_autoscaling_configuration_status"></a> [autoscaling\_configuration\_status](#output\_autoscaling\_configuration\_status)| The current state of the auto scaling configuration. An INACTIVE configuration revision has been deleted and can't be used. It is permanently removed some time after deletion |
119
-
| <aname="output_cloudwatch_log_group_arn"></a> [cloudwatch\_log\_group\_arn](#output\_cloudwatch\_log\_group\_arn)| Arn of cloudwatch log group created |
120
-
| <aname="output_cloudwatch_log_group_name"></a> [cloudwatch\_log\_group\_name](#output\_cloudwatch\_log\_group\_name)| Name of cloudwatch log group created |
121
114
| <aname="output_custom_domain_association_certificate_validation_records"></a> [custom\_domain\_association\_certificate\_validation\_records](#output\_custom\_domain\_association\_certificate\_validation\_records)| A set of certificate CNAME records used for this domain name |
122
115
| <aname="output_custom_domain_association_dns_target"></a> [custom\_domain\_association\_dns\_target](#output\_custom\_domain\_association\_dns\_target)| The App Runner subdomain of the App Runner service. The custom domain name is mapped to this target name. Attribute only available if resource created (not imported) with Terraform |
123
116
| <aname="output_custom_domain_association_id"></a> [custom\_domain\_association\_id](#output\_custom\_domain\_association\_id)| The `domain_name` and `service_arn` separated by a comma (`,`) |
0 commit comments