Skip to content

Instantly share code, notes, and snippets.

@mvanholsteijn
Created October 13, 2018 13:33
Show Gist options
  • Save mvanholsteijn/939a544107e866d2b2abb959d739b0c7 to your computer and use it in GitHub Desktop.
Save mvanholsteijn/939a544107e866d2b2abb959d739b0c7 to your computer and use it in GitHub Desktop.
gcloud command deleting an external ip address from an GCP instance
#!/bin/bash
gcloud compute instances delete-access-config $INSTANCE --access-config-name external-nat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment