Adam Snyder

Results 102 comments of Adam Snyder

Hello. Can you run your `apply` with `TF_LOG=DEBUG` and attach a gist with the debug logs? I looked at the code and it appears to be including the password in...

Thanks for making the PR! The code looks good. I'm just going to mark this as do-not-merge until we resolve the conversation in #758. 😉

This is a request to add the `shared_runners_enabled` attribute to the `gitlab_group` resource.

Yep, there are some GitLab APIs like that. It's less straightforward, but we do have a way of handling it. In the provider "create" function... 1. Call the create API...

The ask here is to add a new attribute called `file_template_project_id` to the `gitlab_group` resource. API reference: https://docs.gitlab.com/ee/api/groups.html#update-group

@PatrickRice-KSC Good question! When we talk about aligning with the upstream API, we are looking for an adherence to the the attribute names and structure of the upstream APIs overall....

@timofurrer I'm deleting the `waiting` label in favor of the new `blocked` label

The xanzy/go-gitlab package supports the `avatar_url` field. Could that be used in the meantime?

UploadAvatar is in the latest go-gitlab version now.

In theory this could be supported with a new attribute `value_plaintext` which would be mutually exclusive (`ExactlyOneOf`) with `value`, and would not have the sensitive attribute. However I have not...