I HATE GOOGLE
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2020-08-20 10:01:34 +02:00
parent 4974494ee0
commit 54371cf289
Signed by: kunsi
GPG key ID: 12E3D2136B818350
3 changed files with 23 additions and 0 deletions

View file

@ -20,4 +20,13 @@ groups['gce'] = {
'member_patterns': {
r"gce\..*",
},
'metadata': {
'hosts': {
'entries': {
'169.254.169.254': {
'metadata.google.internal',
},
},
},
},
}