Improve this page

Back to AWS Terraform templates index <–

AWS Data Parameter group with Terraform

Aws_Db_Parameter_group by the Sogeti community.

Template Locations

Online documentation

Template reference
Service description

module "AWS_Db_Parameter_group" {
    family = "sqlserver-se-15.0"
    use_external_parameter_group = "false"
    ssm_parameter_required = "yes"    
}