Seth Vargo

Results 200 comments of Seth Vargo

Can you apply that Terraform, then re-run the GitHub Action with GitHub logging enabled and send the output? You didn't set any `environment_variables` in the action.yml, so they should not...

Hi @seth-acuitymd your terraform uses node22, but your github action specifies python - that would trigger a full rebuild since you cannot change the environment runtime like that.

Hi @seth-acuitymd - I modified the Terraform to make it work. The first thing I noticed is that, without running any GitHub Action, Terraform is detecting changes: ```text # google_cloudfunctions2_function.function_name...

It's all good - I got it working and was able to reproduce it.

This seems like a bug with the python library. Which library are you using and what version is it?

Hmm okay - I'm not a python expert, so I'm not sure how to help debug that. Let's keep an eye on it, and see what the team says.

You'll _always_ get an `auth_token`, but you'll get **one of** `access_token`, `id_token`, or nothing depending on `token_format`.

Hmm that's actually a good question. I _think_ so, but they best thing to do would be to try it.