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 !