diff --git a/aws/quicksight/dataset_services.tf b/aws/quicksight/dataset_services.tf index c91b514a9..c5a12553b 100644 --- a/aws/quicksight/dataset_services.tf +++ b/aws/quicksight/dataset_services.tf @@ -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"