Ryan Hughes

Results 6 comments of Ryan Hughes

Is this on the roadmap for 0.5.x? Also with the above mentioned workflow would we be able to disable the autoplan on resource importing?

Interesting idea to do for the interim. Just thinking from an auditing perspective it would be nice to see what was/wasn't imported.

I know that some people are leveraging this [provider](https://github.com/mitchellh/terraform-provider-multispace ) which will trigger a run on the workspace. They would declare a `depends_on` block on the `tfe_workspace` resource and the...

I think the proposed solution is related to this issue: https://github.com/hashicorp/terraform-provider-tfe/issues/534

Looks like you can do it already? Workspace: https://registry.terraform.io/providers/hashicorp/tfe/latest/docs/resources/workspace#assessments_enabled Notification Configuration https://registry.terraform.io/providers/hashicorp/tfe/latest/docs/resources/notification_configuration#triggers

Would be really nice if the API supported wildcard searching of projects similar to workspaces. Once you have that, then you could create a `tfe_project_ids` data source similar to the...