File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
terragrunt/modules/grafana Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11resource "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
3030resource "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+ }
Original file line number Diff line number Diff line change 11variable "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+ }
You can’t perform that action at this time.
0 commit comments