Tomas Basham
Tomas Basham
Right now I'd suggest including multiple instances of the provider, each using authentication tokens belonging to the workspaces that you wish to create resources.
Sorry, I probably did a poor job of explaining myself. You'd need to get an API key from the workspace/account you are trying to save the resource on. So you'd...
Something along these lines: ```hcl provider "statuscake" { api_token = "my-api-token"
Thank you for the feedback. We will look into this for a future release. Currently contact group names are not unique within an account so this data source would potentially...