Skip to content

Commit

Permalink
add restricted and org_id to services dataset (#1059)
Browse files Browse the repository at this point in the history
  • Loading branch information
sastels authored Nov 30, 2023
1 parent d1836a1 commit 1f0ac9f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions aws/quicksight/dataset_services.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,18 @@ resource "aws_quicksight_data_set" "services" {
name = "go_live_at"
type = "DATETIME"
}
input_columns {
name = "restricted"
type = "STRING"
}
input_columns {
name = "name"
type = "STRING"
}
input_columns {
name = "organisation_id"
type = "STRING"
}
input_columns {
name = "message_limit"
type = "INTEGER"
Expand Down

0 comments on commit 1f0ac9f

Please sign in to comment.