Closed hoangmirs closed 1 year ago
The current CLI generates the wrong database_url in SSM module:
database_url
The database_url should be generated correctly without any errors.
project-dir/main.tf
module "ssm"
secrets
Issue
The current CLI generates the wrong
database_url
in SSM module:Expected
The
database_url
should be generated correctly without any errors.Steps to reproduce
project-dir/main.tf
file and check themodule "ssm"
database_url
insecrets
section is incorrect