Difference between revisions of "ValueFrom:"

From wikieduonline
Jump to navigation Jump to search
Line 22: Line 22:
 
* <code>[[aws ecs register-task-definition]]</code>
 
* <code>[[aws ecs register-task-definition]]</code>
 
* <code>[[aws ssm put-parameter]]</code>
 
* <code>[[aws ssm put-parameter]]</code>
 +
 +
== See also ==

Revision as of 13:39, 21 March 2023


AWS ECS

   secrets = [
     {
       name      = "YOUR_SECRET"
       valueFrom = "arn:aws:ssm:${var.aws_region}:${data.aws_caller_identity.current.account_id}:parameter/YOUR_PARAMETER"
     }
   ],

Related

See also

Advertising: