Commit b2d64e53 authored by A-Gordon's avatar A-Gordon

Fixed typo

parent bff7face
Pipeline #629 passed with stage
in 52 seconds
...@@ -27,7 +27,7 @@ resource "aws_iam_policy" "main" { ...@@ -27,7 +27,7 @@ resource "aws_iam_policy" "main" {
} }
resource "aws_iam_policy_attachment" "main" { resource "aws_iam_policy_attachment" "main" {
ame = "cloudcheckr" name = "cloudcheckr"
roles = ["${aws_iam_role.main.name}"] roles = ["${aws_iam_role.main.name}"]
policy_arn = "${aws_iam_policy.main.arn}" policy_arn = "${aws_iam_policy.main.arn}"
} }
......
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