Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.

Commit

Permalink
fix deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
SamClinckspoor committed Apr 18, 2017
1 parent e7cd354 commit 53064e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecs-cluster/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

resource "aws_iam_instance_profile" "ecs-instance-profile" {
name = "ecs-instance-profile-${terraform.env}"
roles = ["${aws_iam_role.ecs-instance-role.name}"]
role = "${aws_iam_role.ecs-instance-role.name}"
}

resource "aws_iam_role" "ecs-instance-role" {
Expand Down

0 comments on commit 53064e8

Please sign in to comment.