Scott Winkler

Results 5 issues of Scott Winkler

From https://www.terraform.io/docs/cloud/api/policy-sets.html#create-a-policy-set-version: > For versioned policy sets which have no VCS repository attached, versions of policy code may be uploaded directly to the API by creating a new policy set...

feature-request

If i want to get all workspaces that end with `*-prod` I currently have to write an ugly for expression like so: ``` data "tfe_workspace_ids" "all" { for_each = local.organizations...

feature-request

Instead of forcing people to output JSON, it would be nice to have the option of outputting a string. e.g. echo "hello" would return just the string "hello". No need...

If the output of the read doesn't return anything then the resource should not be created. Check if output variable is set in the create() function

I am using Android build, and it would also be nice if there was an option of touch to move in addition to joystick / dpad. Currently, touching the screen...