terraform-aws-serverless-static-wordpress icon indicating copy to clipboard operation
terraform-aws-serverless-static-wordpress copied to clipboard

Terraform module for deploying Serverless Static Wordpress on AWS

Results 49 terraform-aws-serverless-static-wordpress issues
Sort by recently updated
recently updated
newest added

This PR updates `main.tf` to pass the `site_prefix` variable to the CloudFront module. The module references the site prefix when creating the Wordpress bucket: https://github.com/TechToSpeech/terraform-aws-serverless-static-wordpress/blob/abc903d9d3aabbb2fbb51e47679c0b2c61b3f6e7/modules/cloudfront/distribution.tf#L4-L5 However, `site_prefix` was not passed...

* Resolves https://github.com/TechToSpeech/terraform-aws-serverless-static-wordpress/issues/19 * Adds variable to toggle ECS healthcheck

One issue with the `module.codebuild.local_file.php_ini` resource, whenever Terraform executes on a new machine it will trigger a replacement as the file does not exist. It's a known thing as per...

enhancement

Pete looks like I am all set, but it looks like 2 resources are trying to use the same cloudwatch group. I torn down everything and reran to get this...

bug
CloudWatch

There are various issues with the use of Lambda@Edge and management of log groups, some of which stem from the regional nature of the CloudFront Edge caches. Replacing this simple...

enhancement

ECS Task definition lacks a healthCheck block. This means ECS is unable to determine the health of the container and will report 'Unknown' under 'Health Status', even when container is...

enhancement

Perhaps I'm missing something, but can't see how the implementation of the Route53 entries honours the `site_prefix` variable. The `www` record is not taking the `site_prefix` variable https://github.com/TechToSpeech/terraform-aws-serverless-static-wordpress/blob/master/r53.tf#L3. Also the...

enhancement

When generating a static site, getting a 500 error straight away. This is the error on the container logs: ``` [Tue Mar 22 08:13:24.798527 2022] [php7:error] [pid 114] [client 1.2.3.4:30368]...

bug