Handling secrets in AWS ECS using terraform

Handling secrets in AWS ECS using terraform

Sometimes, it becomes necessary to remove sensitive information from the terraform template and store the same into AWS SSM Parameter Store from where the application fetch the information as environment variable during run time.

We can declare the values in a separate terraform.tfvars file and then with interpolation, call those values and store them subsequently on AWS SSM Parameter Store with "aws_ssm_parameter" resource block.


要查看或添加评论,请登录

Rahul Bhatia的更多文章

社区洞察

其他会员也浏览了