Sam Levenick

Results 126 comments of Sam Levenick

Would this information be found in the secondaryIpRanges field on the subnetwork? Documentation on the field can be found here: https://cloud.google.com/compute/docs/reference/rest/v1/subnetworks I'm not sure if this is helpful, but the...

This resource is now generated. Many of these fields are available with the resource as of the 1.0 release. See https://github.com/inspec/inspec-gcp/blob/master/docs/resources/google_storage_bucket.md Are there other fields that you are unable to...

Hmmmm, do you have a link to where this was announced? I can't find this field on the API docs: https://cloud.google.com/data-fusion/docs/reference/rest/v1beta1/projects.locations.instances#Instance We use a code generator (https://github.com/GoogleCloudPlatform/magic-modules) to generate this...

Unfortunately we don't really have control over this within the provider. You could handle this as a two-step apply, removing the policy first or deleting the instance and then recreating,...

See the testing guide here: https://github.com/hashicorp/terraform-provider-google/blob/main/.github/CONTRIBUTING.md#tests You'll want to only run the tests that are for this resource, as the full suite takes a very long time to run and...

Yikes, what you're saying points to a goimports or gofmt issue. We use goimports to handle correct imports on our resources Do you have goimports installed and set up? You...

It looks like this will need to involve a separate manual step to retrieve the authorization_code. I think from Terraform we have to expect the user to find this code...

Yikes, that's some odd API behavior. Yeah we will likely need to rewrite the URL based on which authentication method is provided. There are ways to do this in magic-modules...

/gcbrun enabled API in CI