Sam Levenick
Sam Levenick
One solution that works for most of these cases is to use a regular expression to match the end of the network URL. For example: `its('network') { should match /\/my-network-name$/...
Hey @rrey, I'm not too familiar with this, but I believe ICMP doesn't work with specific ports. `allow_port_protocol` doesn't work when `nil` is passed as the port, but I think...
Hey @sukchomb that's unusual. That control looks correct, is there any chance that you are using different credentials for your gcloud command and executing the InSpec controls? If your service...
I'm able to run the integration tests that include a test against this resource: ``` ✔ google_access_context_manager_access_policy-1.0: google_access_context_manager_access_policy resource test ✔ AccessPolicy 677756614847 is expected to exist ✔ AccessPolicy 677756614847...
Ah, that makes sense. Sorry that the error wasn't readily visible, but generally it's difficult to pull any useful information from 403/404 errors and they are often interchangeable. Running as...
I can absolutely add this via Magic Modules. I have a large amount of changes in the pipeline, so this will likely need to happen after that.
It's going to be blocked on this PR: https://github.com/inspec/inspec-gcp/pull/226 After those changes go through it should only take a day or two to add
I don't see a database encryption configuration property on the object coming back from the REST API: https://cloud.google.com/sql/docs/mysql/admin-api/rest/v1beta4/instances I've moved the cloud sql instance resource to use the REST API...
Will add `disk_encryption_configuration`
Interesting. This would obviously be a useful feature, and I'm willing to look into adding it. Would it be preferable to have the resource work against a single api name,...