We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 973c342 commit a1b24baCopy full SHA for a1b24ba
main.tf
@@ -21,7 +21,7 @@ resource "aws_grafana_workspace" "this" {
21
role_arn = var.create_iam_role ? aws_iam_role.this[0].arn : var.iam_role_arn
22
stack_set_name = coalesce(var.stack_set_name, var.name)
23
}
24
-
+# No-op to trigger release
25
################################################################################
26
# Workspace IAM Role
27
0 commit comments