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" { ...@@ -16,7 +16,7 @@ resource "aws_iam_instance_profile" "cloudwatch" {
resource "aws_iam_policy" "cloudwatch" { resource "aws_iam_policy" "cloudwatch" {
name = "cloudwatch" name = "cloudwatch"
policy = "${file("${path.module}/role-policy.json")}" policy = "${file("${path.module}/role_policy.json")}"
} }
resource "aws_iam_policy_attachment" "cloudwatch" { resource "aws_iam_policy_attachment" "cloudwatch" {
......
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