Skip to content

Commit

Permalink
Merge pull request #50 from telia-oss/holyjak-patch-1
Browse files Browse the repository at this point in the history
Add docs for task_container_secrets
  • Loading branch information
itsdalmo authored Mar 25, 2021
2 parents 94df9bd + 3813879 commit 4874270
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ variable "container_name" {
}

variable "task_container_secrets" {
type = list(object({ name = string, valueFrom = string }))
default = []
description = "See https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-secret.html . Beware: Only Secrets Manager secrets supported. The necessary permissions will be added automatically."
type = list(object({ name = string, valueFrom = string }))
default = []
}

variable "task_container_secrets_kms_key" {
Expand Down

0 comments on commit 4874270

Please sign in to comment.