iwarapter
iwarapter
I'm quite interested in adding this if someone can point me to the relevant code.
hey i'd love to see this change merged are their any blockers (apart from it being out of date with master)?
This is caused by the error handling - https://github.com/integrations/terraform-provider-github/blob/main/github/resource_github_repository_environment.go#L115 I was getting `403 Resource not accessible by integration []` error but the current implementation ONLY handles a single error type,...
Im using a github app auth with permissions r/w on both environments and deployments - https://docs.github.com/en/rest/reference/deployments#get-an-environment and its covered by the docs, interestingly PUT works not GET
Hey the sdk v1 is also approaching EOL now.
hey @manicminer, thanks for the feedback. I have addressed all the parts you raised. For the acceptance test i'd need to know what the `rule_id` are available in the databricks...
@manicminer is there anything further I can do to help with this?
hey @manicminer i had a quick stab - https://github.com/iwarapter/terraform-provider-azuread/commit/9da78c0ed05382143b0e90ee0cce37b1b143c576 there are a few //TODO which i need extra info for
@manicminer have pushed the tests - from what i can see the databricks integration used for acctests isnt fully integrated so this can't be tested e2e with it (im just...
Hi @manicminer, thanks for getting back to this. Thats correct, but there is prior art for this style of resource - mainly the [aws lambda invocation](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lambda_invocation) resource. The only way...