Tags
Jump to navigation
Jump to search
"Tags": [ { "Key": "Name", "Value": "YOUR_NAME" }
aws ec2 describe-route-tables | jq -r '.RouteTables[] | select(.Tags[].Value=="YOUR_TAG/PublicRouteTable") | .RouteTableId'
.tfvars tags = { env = "sandbox", created-by = "your_name" triggered-by = "terraform" project = "your_project" ou = "your_OU" }
Related terms
Advertising: