Skip to content

Commit

Permalink
fix: Trigger release to pick up documentation changes before first pu…
Browse files Browse the repository at this point in the history
…blish
  • Loading branch information
bryantbiggs committed Apr 9, 2022
1 parent 973c342 commit a1b24ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ resource "aws_grafana_workspace" "this" {
role_arn = var.create_iam_role ? aws_iam_role.this[0].arn : var.iam_role_arn
stack_set_name = coalesce(var.stack_set_name, var.name)
}

# No-op to trigger release
################################################################################
# Workspace IAM Role
################################################################################
Expand Down

0 comments on commit a1b24ba

Please sign in to comment.