Sarah French
Sarah French
Note from triage: Moving out of backlog due to [prior art in the AWS provider](https://github.com/hashicorp/terraform-provider-google/issues/6209#issuecomment-1334213207), but the documentation for this new data source should warn that the Cloud Function shouldn't...
I just approved the tests to run. Also, please take a look at the CLA issue!
There is a merge conflict that prevents the automation running tests- please resolve them and I can trigger the tests for you. If you'd like to trigger the tests yourself...
Making a note: the Go rewrite was just merged into the feature branch via the sync PR. This has caused some conflicts, and the .go.erb files are no longer valid
This request corresponds to [the `flexibleRuntimeSettings` field in the API](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#FlexibleRuntimeSettings). Currently the resource supports [the `runtime` field in the API](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.runtime) only, and we'd need to make sure the provider and/or...
Could you please share some of your Terraform configuration to show how you're configuring the `google_app_engine_flexible_app_version` resource? If you're specifying python32 but getting an error that mentions python38 that is...
I'm not saying that there's anything wrong with the app.yaml approach, I'm saying that the provider can be updated to include new fields that should enable you to use python...
Yeah, this would be a feature request to the Registry team and not something we have control over. An intermediate we _could_ make would be a page in the Guides...
@BBBmau our nightly tests run every night of the week- the automation to add branches and the TeamCity CRON schedule should run every night
I took a look at builds from your test project and [from this page](https://hashicorp.teamcity.com/buildConfiguration/TerraformProviders_MauricioSTestProjectSameCommitNightlyTestsWork_GOOGLE_NIGHTLYTESTS_GOOGLE_PACKAGE_ACCESSCONTEXTMANAGER?branch=&buildTypeTab=overview&mode=builds) I can see that a build running on the 18th picked up `refs/heads/UTC-2024-06-18` but prior to...