Skip to content

Commit

Permalink
format outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
Derian Tungka committed May 12, 2021
1 parent d0b5482 commit 08a6fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ output "codebuild_security_group_id" {
}

output "codebuild_role_name" {
value = "${module.codebuild_role.role_name}"
value = "${module.codebuild_role.role_name}"
description = "The sqitch codebuild role's Name. Useful for attaching additional policies through aws_iam_role_policy_attachment"
}

0 comments on commit 08a6fc8

Please sign in to comment.