Adding Azure

This commit is contained in:
Jonathan Carter
2017-01-14 10:00:06 -08:00
parent 753e71bac8
commit 28bb2663c4
10 changed files with 148 additions and 7 deletions

View File

@@ -205,3 +205,9 @@ DHCP_OPTION_SET_ID=$(aws ec2 describe-dhcp-options \
aws ec2 delete-dhcp-options \
--dhcp-options-id ${DHCP_OPTION_SET_ID}
```
## GCP
```shell
az group delete -n kubernetes
```