Joe Stump

Results 71 comments of Joe Stump

Same question from the US.

@bernerdschaefer this is the ticket I was discussing in Slack recently. If the Pipelines and App endpoints returned their webhook, we could then pass it to `github_repository_webhook` to wire Heroku...

I think by adding `output_content` you could crash a TF run if the contents of the archive was larger than the available RAM? Also, `output_content` would end up in your...

#48 adds both a `mysql_role` resource as well as adding `role` and `roles` to the `mysql_grant` resource. I think this should address this use case. 👍

I don't believe TF will let you remove resources _and_ providers in the same `apply` run as it needs the provider to remove said resources.

@tfhartmann let me know if I can be helpful with the migration. I've got a couple of outstanding PRs that I can re-issue if you'd like.

@masonbivens sorry about the troubles. A couple of questions: * Do you have some example HCL? * Did you get a dirty plan immediately with the new provider or was...

Also, could you run this plan with `TF_LOG=DEBUG`? That should show the full SQL query that's failing. I'm wondering whether Aurora, MySQL, or the SQL are the issue here.

@yrivardmulrooney I think you're right. Either myself or @davidji99 will take a look at this soon.