Skip to content

Commit fe0bd19

Browse files
committed
Fix Terraform format
1 parent 31fc1cb commit fe0bd19

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

terragrunt/modules/grafana/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
resource "aws_grafana_workspace" "grafana" {
22
name = var.workspace_name
33

4-
account_access_type = "CURRENT_ACCOUNT"
4+
account_access_type = "CURRENT_ACCOUNT"
55
authentication_providers = ["AWS_SSO"]
66

77
// IAM roles and IAM policy attachments are generated automatically
@@ -29,7 +29,7 @@ resource "aws_iam_role" "assume" {
2929

3030
resource "aws_grafana_role_association" "admins" {
3131
workspace_id = aws_grafana_workspace.grafana.id
32-
role = "ADMIN"
32+
role = "ADMIN"
3333

3434
user_ids = ["44a894b8-d021-705c-5624-3e4485917fa0"]
35-
}
35+
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
variable "workspace_name" {
2-
description = "The name of the Grafana workspace"
3-
type = string
4-
}
2+
description = "The name of the Grafana workspace"
3+
type = string
4+
}

0 commit comments

Comments
 (0)