Sam Levenick
Sam Levenick
> > Looks reasonable. Do we already do something similar when we destroy the resource via Terraform? > > Do you mean how we handle destroying the resource (that destroyed...
Hmmm, it looks like some fields may not be supported in GA at the API level (or were renamed, removed or something else) This test fails: TestAccVertexAIFeaturestoreEntitytype_vertexAiFeaturestoreEntitytypeExample Can you see...
Yikes, so this is going to be a bit of a tricky situation. We have pretty strict guidelines around backwards compatibility, where we cannot remove a field until a major...
Still seeing: ``` ~ monitoring_config { ~ snapshot_analysis { - monitoring_interval = "0s" -> null # (1 unchanged attribute hidden) } } } ``` Are you able to run these...
> Thank you for your comment. I tried reproducing the error with [the auto-generated branch](https://github.com/modular-magician/terraform-provider-google/commit/b769b21056499b22faf81f5f0bf14a1d74b20042) on my local machine like below, but the test passed on my machine. So I...
This is failing the lint step: ``` google/resource_bigquery_analytics_hub_listing_test.go:18:17: undefined: testAccProvidersOiCS google/resource_bigquery_analytics_hub_listing_test.go:19:17: undefined: testAccCheckBigqueryAnalyticsHubListingDestroyProducer google/resource_bigquery_analytics_hub_listing_test.go:22:13: undefined: testAccBigqueryAnalyticsHubListing_bigqueryAnalyticshubListingBasicExample ```
Oh, the lint errors are coming from the `google` provider only. The test file will need version tags to only generate at beta, or else it ends up in the...
Are you able to run the `TestAccSqlUser_mysqlDisabled` locally and see it pass? I'm seeing a diff after apply during the test run that seems to be caused by the flatten...
Sorry, I'm not sure how your last change fixes the issue. Have you been able to use this resource locally successfully?