Question -- awscc_quicksight_data_set (Terraform)

I am trying to create a quicksight data_set using terraform. I can create using provisioner(local-exec) using the aws cli. However, it will be some work to make it idempotent. Creating is easy but destroying will require some scripting. Before I start working on the scripting part, I would like to explore if anyone has used

`awscc_quicksight_data_set`

If yes, can you please share the starter’s code.

Thanks !

1 Like

Can you explorer official documentation for Terraform - Terraform Registry

I used boto3 and custom python script to create data sets and if you need help, let me know. Never tried Terraform but will explorer on AWS Cloud Control Provider.

Regards - San

1 Like