Skip to content

Commit

Permalink
Revert "Add leonardo tag to list"
Browse files Browse the repository at this point in the history
This reverts commit ed29cf3.
  • Loading branch information
rtitle committed Aug 7, 2024
1 parent ed29cf3 commit a78b957
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ private static void setNetworks(Instance instance, String projectId, FlightMap w
.setAccessConfigs(
List.of(
new AccessConfig().setType(EXTERNAL_IP_TYPE).setName(EXTERNAL_IP_NAME)))));
instance.setTags(new Tags().setItems(List.of("ssh-through-iap-allowed", "workbench", "leonardo")));
instance.setTags(new Tags().setItems(List.of("ssh-through-iap-allowed", "workbench")));
}

@Override
Expand Down

0 comments on commit a78b957

Please sign in to comment.