Commit 7c67785e authored by A-Gordon's avatar A-Gordon

Changed filename to adhere to Steamhaus standardisation

parent eb1db165
......@@ -16,7 +16,7 @@ resource "aws_iam_instance_profile" "cloudwatch" {
resource "aws_iam_policy" "cloudwatch" {
name = "cloudwatch"
policy = "${file("${path.module}/role-policy.json")}"
policy = "${file("${path.module}/role_policy.json")}"
}
resource "aws_iam_policy_attachment" "cloudwatch" {
......@@ -27,4 +27,4 @@ resource "aws_iam_policy_attachment" "cloudwatch" {
output "name" {value = "${aws_iam_role.cloudwatch.name}"}
output "policy" {value = "${aws_iam_policy.cloudwatch.name}"}
output "profile_id" {value = "${aws_iam_instance_profile.cloudwatch.id}"}
\ No newline at end of file
output "profile_id" {value = "${aws_iam_instance_profile.cloudwatch.id}"}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment