Skip to content

Commit

Permalink
Merge pull request #4 from dxw/chore/terraform-0.12-updates
Browse files Browse the repository at this point in the history
Chore/terraform 0.12 updates
  • Loading branch information
Stretch96 authored Aug 13, 2019
2 parents 44e71db + 034ba56 commit 77e481b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ resource "aws_iam_role" "scheduled_task_cloudwatch" {
data "template_file" "scheduled_task_cloudwatch_policy" {
template = "${file("${path.module}/policies/scheduled-task-cloudwatch-policy.json")}"

vars {
vars = {
task_execution_role_arn = "${aws_iam_role.scheduled_task_ecs_execution.arn}"
}
}
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ variable "name" {

variable "environment" {
type = "string"
description = "Environment - appended to ${var.name} for resources"
description = "Environment - appended to var.name for resources"
}

variable "network_mode" {
Expand Down

0 comments on commit 77e481b

Please sign in to comment.