James Toyer
James Toyer
@hermanbanken I'm not sure this is required. You can already get an installation token: ```golang func getToken() string { owner := "repo-owner" appClient, _ := h.NewAppClient() installation, _ := getInstallationClient(ctx,...
Actually, on closer inspection I see what you're trying to do here. It would make things more simple
[v2.0.0-alpha1](https://github.com/atlassian/terraform-provider-artifactory/releases/tag/v2.0.0-alpha1) should help you with your 0.12.x Terraform support. I've not had a chance to make the changes in the is PR, but the solution in #43 should still work
@h2o2-stripe could you give some more context around the need to use a unix socket? Most other providers I'm aware of or use don't have this functionality, so this seems...
That's certainly not a use case I've heard of or seen before. How are you getting around this for other providers? Or do you not use them locally?
The more I think about his PR the more I believe it's not something that should exist in this provider for two reasons. 1. When I look at the other...
I'm not sure this is really the incorrect behaviour. You should be able to import the resource using the `terraform import` command
It's worthwhile pointing out there is some prior art on using these types of variables on resources https://www.terraform.io/docs/providers/aws/r/route53_zone.html#force_destroy
For our particular use case we have a single environment managed ~3800 pairs CircleCI environment variables, i.e. ~7600 individual resources. Each resource is not individually instantiated, but defined in a...
Which version of the provider are you using? By default in [v2.0.0-alpha1](https://github.com/atlassian/terraform-provider-artifactory/releases/tag/v2.0.0-alpha1) if you do not set a password on a user it will not manage the password or change...