We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 44e71db + 034ba56 commit 77e481bCopy full SHA for 77e481b
main.tf
@@ -32,7 +32,7 @@ resource "aws_iam_role" "scheduled_task_cloudwatch" {
32
data "template_file" "scheduled_task_cloudwatch_policy" {
33
template = "${file("${path.module}/policies/scheduled-task-cloudwatch-policy.json")}"
34
35
- vars {
+ vars = {
36
task_execution_role_arn = "${aws_iam_role.scheduled_task_ecs_execution.arn}"
37
}
38
variables.tf
@@ -5,7 +5,7 @@ variable "name" {
5
6
variable "environment" {
7
type = "string"
8
- description = "Environment - appended to ${var.name} for resources"
+ description = "Environment - appended to var.name for resources"
9
10
11
variable "network_mode" {
0 commit comments