Brandon Croft
Brandon Croft
@sebasslash I don't think its true anymore that people outside the org cannot run CI workflows. I'm going to reword some of this. They just have to be approved once.
@Josh-Tracy while we evaluate potential solutions, you can try using the terraform lower function when setting your tag names: ``` resource "tfe_workspace" "example_workspace" { organization = "hashicorp" name = "example-workspace"...
@drewmullen Hey, Drew. Thanks for the recent interesting contribution and FR! I'm thinking through the use case that you described, specifically: > when the workspace is created it automatically kicks...
I have a superficial objection to this specific proposal because it highlights the resource as a side effect (triggering a run on a workspace) and not really a resource under...
aws_lambda_invocation is a very interesting data source to consider. If I may contrast it with what we're proposing: aws_lambda_invocation represents an invocation as a read operation (the result of the...
@dkirrane The Terraform Cloud/Enterprise API supports the UI when adding comments to runs, but our API docs and this SDK don't seem to expose it yet. I've logged this as...
Hello, I'm sorry to hear that run variables are not behaving as you expected. Do you mean that go-tfe is capitalizing Key and Value unnecessarily? If you can clarify what...
I confirmed that the jsonapi meta tag is being ignored and the request body is incorrect. Thanks for bringing this to our attention
@apparentlymart I understood the distinction between human oriented and machine oriented UI, and feel this is a good principle... But felt that the content of log output in particular was...
@sebasslash All deprecations need a healthy period of warning. Our official policy is no fewer than 6 months. I can provide links but not in GH comment.