James Keys
James Keys
As far as I can tell, this package doesn't support `many=True` on the basic fields. How should I include a field that is a list of strings in a serializer?
I have just cherry-picked from other users here, but maybe someone else will find this branch useful.
#### Terraform Cloud/Enterprise version Terraform cloud #### Terraform version ```plaintext Terraform v1.0.4 on darwin_amd64 + provider registry.terraform.io/hashicorp/aws v2.70.0 + provider registry.terraform.io/hashicorp/tfe v0.25.3 ``` #### Terraform Configuration Files ```terraform resource "tfe_workspace"...
Does anyone know of a similar tool like this for GCP?
And the project seems to have disappeared from jsdelivr entirely: https://www.jsdelivr.com/projects/foundation-apps
Makes it possible to use this library with https://github.com/localstack/localstack I just copied #28 and removed the change that mutates `item`, all credit to @nicholasball
I can confirm that @sloev's fix in issue #3 works for me on ubuntu 14.04 so I am making a PR out of it. However, I have not tested this...
As far as I can tell, if I happen to name my gitlab runner host "gitlab-runner", [this line](https://github.com/haroldb/ansible-gitlab-runner/blob/master/tasks/register-runner.yml#L16) in combination with [this default](https://github.com/haroldb/ansible-gitlab-runner/blob/master/defaults/main.yml#L10) causes runner registration to be skipped, since...