INFRA-492| Deepak Jain| adding db parameters feature
This commit is contained in:
@@ -83,6 +83,17 @@ module "rds" {
|
||||
apply_immediately = {{ .ExtraResources.Database.ApplyImmediately | mustToJson }}
|
||||
{{- end }}
|
||||
|
||||
{{- if .ExtraResources.Database.Parameters }}
|
||||
parameters = [
|
||||
{{- range $key, $value := .ExtraResources.Database.Parameters }}
|
||||
{
|
||||
name = {{ $key | quote}}
|
||||
value = {{ $value | quote}}
|
||||
}
|
||||
{{- end }}
|
||||
]
|
||||
{{- end }}
|
||||
|
||||
{{- if .ExtraResources.Database.RdsAlertThresholds }}
|
||||
|
||||
{{- if .ExtraResources.Database.RdsAlertThresholds.CpuUtilization }}
|
||||
|
||||
Reference in New Issue
Block a user