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

Origin access identities are now legacy. Migrate to OAC as soon as Terraform support is available.

In module ./modules/cloudfront/main.tf line 27 nodejs12.x runtine is no longer supported. It suggest to use nodejs18.x runtime.

This project has been really great and inspired my CDK translation of this repo, https://github.com/blimmer/cdk-static-wordpress. If you're open to it, I added an `alternatives` section to the README. My project...

Updated to support ~> 4.0 track of the AWS provider.

Amazon will periodically update RDS versions behind the scenes. By using a less string version string, you allow for these changes to happen without causing terraform drift issues. Locking on...

When I set this up originally, it create the Aurora cluster with the defined version. It appears that AWS has upgraded it in the background. Since I'm calling this as...