Joshua Rutherford
Joshua Rutherford
Despite the comment [here](https://github.com/DeviaVir/terraform-provider-gsuite/blob/master/examples/user/devteam.tf#L18) it seems that the `password` field of the user resource is not fully ignored on updates. Based the behavior of the API (i.e., the user password...
It seems that user creation currently attempts to handle both new user creation and import and updates: (https://github.com/DeviaVir/terraform-provider-gsuite/blob/master/gsuite/resource_user.go#L464). I am curious why this pattern was chosen when typically we'd expect...
We are currently working off a fork that enables the use of SNI on TLS passthrough but wanted to gauge desire to support this in the upstream. In short, the...
RVM's installer now supports the specification of a source repository for installation from non standard locations (i.e., internally hosted repositories).