Difference between revisions of "GCP: Resource.name.startsWith"

From wikieduonline
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

Advertising: