Difference between revisions of "GCP: Resource.name.startsWith"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
resource.type != 'compute.googleapis.com/Instance' || | resource.type != 'compute.googleapis.com/Instance' || | ||
− | resource.name.extract('/instances/{name}').startsWith('dev-') | + | [[resource.name]].extract('/instances/{name}').startsWith('dev-') |
Revision as of 11:04, 28 July 2022
uniform bucket-level access required
resource.type != 'compute.googleapis.com/Instance' || resource.name.extract('/instances/{name}').startsWith('dev-')
Related
See also
Advertising: