For now, until other modules are ready, I had to implement a few resources myself. These resources will later be created by different modules.
- replace module VPC by the project's main VPC
- replace the module subnets by the project's subnets
- update security group rules accordingly
- implement random passwords with SSM
The following input variables are required:
Description: the list of subnets / availability zones for the rds database
Type: list(string)
Description: the vpc id for the aurora database
Type:
object({
id = string
cidr_block = string
})
The following input variables are optional (have default values):
Description: the project name to add as preffix for some resources
Type: string
Default: "devops-wordpress"
No output.