Closed mskrajnowski closed 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
rds/postgres
create = false
aws_ssm_parameter.master_url[0]
create
false
Trying to instantiate
rds/postgres
module withcreate = false
would fail, because of a reference toaws_ssm_parameter.master_url[0]
which is omitted whencreate
isfalse