codequest-eu / terraform-modules

Terraform modules commonly used in our projects
5 stars 4 forks source link

fix(rds/postgres): create = false handling #134

Closed mskrajnowski closed 3 years ago

mskrajnowski commented 3 years ago

Trying to instantiate rds/postgres module with create = false would fail, because of a reference to aws_ssm_parameter.master_url[0] which is omitted when create is false