Difference between revisions of "Template:Secrets valueFrom"
Jump to navigation
Jump to search
(Created page with " secrets = [ { name = "YOUR_SECRET" valueFrom = "arn:aws:ssm:${var.aws_region}:${data.aws_caller_identity.current.account_id}:parameter/Y...") |
|||
Line 2: | Line 2: | ||
{ | { | ||
name = "YOUR_SECRET" | name = "YOUR_SECRET" | ||
− | valueFrom = "[[arn:aws:ssm]]:${var.aws_region}:${data.aws_caller_identity.current.account_id}:parameter/YOUR_PARAMETER" | + | valueFrom = "[[arn:aws:ssm]]:${var.aws_region}:${data.aws_caller_identity.current.account_id}:[[parameter/]]YOUR_PARAMETER" |
} | } | ||
], | ], |
Latest revision as of 11:08, 18 May 2023
secrets = [ { name = "YOUR_SECRET" valueFrom = "arn:aws:ssm:${var.aws_region}:${data.aws_caller_identity.current.account_id}:parameter/YOUR_PARAMETER" } ],
Advertising: