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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -230,6 +230,7 @@ For any issues relating to this module, [raise an issue against this repo.](http
230
230
| <aname="input_aws_account_id"></a> [aws\_account\_id](#input\_aws\_account\_id)| The AWS account ID into which resources will be launched. |`string`| n/a | yes |
231
231
| <aname="input_cloudfront_aliases"></a> [cloudfront\_aliases](#input\_cloudfront\_aliases)| The domain and sub-domain aliases to use for the cloudfront distribution. |`list(any)`|`[]`| no |
232
232
| <aname="input_cloudfront_class"></a> [cloudfront\_class](#input\_cloudfront\_class)| The [price class](https://aws.amazon.com/cloudfront/pricing/) for the distribution. One of: PriceClass\_All, PriceClass\_200, PriceClass\_100 |`string`|`"PriceClass_All"`| no |
233
+
| <aname="input_cloudfront_function_301_redirects"></a> [cloudfront\_function\_301\_redirects](#input\_cloudfront\_function\_301\_redirects)| A list of key value pairs of Regex match and destination for 301 redirects at CloudFront. |`map`| <pre>{<br> "^(.*)index\\.php$": "$1"<br>}</pre> | no |
233
234
| <aname="input_ecs_cpu"></a> [ecs\_cpu](#input\_ecs\_cpu)| The CPU limit password to the Wordpress container definition. |`number`|`256`| no |
234
235
| <aname="input_ecs_memory"></a> [ecs\_memory](#input\_ecs\_memory)| The memory limit password to the Wordpress container definition. |`number`|`512`| no |
235
236
| <aname="input_graviton_codebuild_enabled"></a> [graviton\_codebuild\_enabled](#input\_graviton\_codebuild\_enabled)| Flag that controls whether CodeBuild should use Graviton-based build agents in [supported regions](https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-compute-types.html). |`bool`|`false`| no |
| <aname="input_cloudfront_aliases"></a> [cloudfront\_aliases](#input\_cloudfront\_aliases)| The domain and sub-domain aliases to use for the cloudfront distribution. |`list(any)`|`[]`| no |
11
11
| <aname="input_cloudfront_class"></a> [cloudfront\_class](#input\_cloudfront\_class)| The [price class](https://aws.amazon.com/cloudfront/pricing/) for the distribution. One of: PriceClass\_All, PriceClass\_200, PriceClass\_100 |`string`|`"PriceClass_All"`| no |
12
+
| <aname="input_cloudfront_function_301_redirects"></a> [cloudfront\_function\_301\_redirects](#input\_cloudfront\_function\_301\_redirects)| A list of key value pairs of Regex match and destination for 301 redirects at CloudFront. |`map`| <pre>{<br> "^(.*)index\\.php$": "$1"<br>}</pre> | no |
12
13
| <aname="input_cloudfront_ssl"></a> [cloudfront\_ssl](#input\_cloudfront\_ssl)| The ARN of the ACM certificate used for the CloudFront domain. |`string`| n/a | yes |
13
14
| <aname="input_site_domain"></a> [site\_domain](#input\_site\_domain)| The site domain name to configure (without any subdomains such as 'www') |`string`| n/a | yes |
14
15
| <aname="input_site_name"></a> [site\_name](#input\_site\_name)| The unique name for this instance of the module. Required to deploy multiple wordpress instances to the same AWS account (if desired). |`string`| n/a | yes |
|[archive_file.index_html](https://registry.terraform.io/providers/hashicorp/archive/latest/docs/data-sources/file)| data source |
49
-
|[aws_iam_policy_document.lambda-edge-cloudwatch-logs](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
50
-
|[aws_iam_policy_document.lambda-edge-service-role](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
0 commit comments