This is an OpenPGP proof that connects my OpenPGP key to this Github account. For details check out https://keyoxide.org/guides/openpgp-proofs
[Verifying my OpenPGP key: openpgp4fpr:d6d65b10c596cdda376a74086ce79ddfb2b4de37]
| openapi: 3.0.0 | |
| info: | |
| title: Thousand Eyes API V6 | |
| version: 6.0.0 | |
| externalDocs: | |
| description: Developer Reference | |
| url: https://developer.thousandeyes.com/v6/ | |
| servers: | |
| - url: https://api.thousandeyes.com/v6 | |
| description: Thousand Eyes API V6 |
| #!/usr/bin/env bash | |
| TERRAFORMING="~/.gem/ruby/2.6.0/bin/terraforming" | |
| AWS_PROFILE="dev" | |
| AWS_REGIONS=($(AWS_PROFILE=$AWS_PROFILE aws ec2 describe-regions | jq -r '.Regions[].RegionName')) | |
| COMPONENTS=($($TERRAFORMING help | grep terraforming | grep -v help | awk '{print $2}')) | |
| for REGION in "${AWS_REGIONS[@]}" | |
| do | |
| rm -rf $REGION |
This is an OpenPGP proof that connects my OpenPGP key to this Github account. For details check out https://keyoxide.org/guides/openpgp-proofs
[Verifying my OpenPGP key: openpgp4fpr:d6d65b10c596cdda376a74086ce79ddfb2b4de37]