Aaron Stillwell

Results 39 comments of Aaron Stillwell

Sorry double quotes as per your PR - misread your last comment here.

No problem @jyoost. Some background information on acceptance testing a Terraform provider can be found [here](https://www.terraform.io/plugin/sdkv2/testing/acceptance-tests). We already have an acceptance test for setting config variables here: https://github.com/aaronstillwell/terraform-provider-dokku/blob/48f0f6827a5192e744556011c3bd7e6e4080c0c3/internal/provider/resource_app_test.go#L155-L200 You can...

@jyoost I've just updated the vagrantfile & readme to make it easier to run these tests locally using a vagrant VM.

Sorry slow reply @jyoost - yes the logging is filtered deliberately to prevent leaking secrets. Have you tried developing with an acceptance test? This might be the easiest way to...

@pawelad @m7mdcc would either of you be able to provide an example of how you'd leverage this config option? Having an SSH certificate in source obviously does not seem super...

This is now included in `v0.5.0`

@metasansana this should be a trivial addition and I'm happy to look into implementing this over the weekend unless anyone else has a chance before me.