Terraform Provider for Tableau
Originally aimed at Tableau Online, but can expand.
terraform {
required_providers {
tableau = {
source = "GtheSheep/tableau"
version = "<version>"
}
}
}
Both username/ password and personal access token methods are supported by this provider, the official docs around PATs can be found, here
Check out the examples/
folder for some usage options, these are intended to
simply showcase what this module can do rather than be best practices for any
given use case.