Difference between revisions of "Tags"

From wikieduonline
Jump to navigation Jump to search
Line 31: Line 31:
 
* <code>[[docker image tag]]</code>
 
* <code>[[docker image tag]]</code>
 
* [[AirTags]]
 
* [[AirTags]]
 +
* <code>[[git tag]]</code>
  
 
[[Category:IT]]
 
[[Category:IT]]

Revision as of 13:12, 11 April 2023

AWS

            "Tags": [
                       {
                           "Key": "Name",
                           "Value": "YOUR_NAME"
                       }
aws ec2 describe-route-tables | jq -r '.RouteTables[] | select(.Tags[].Value=="YOUR_TAG/PublicRouteTable") | .RouteTableId'

Terraform


.tfvars
 tags = {
   env          = "sandbox",
   created-by   = "your_name"
   triggered-by = "terraform"
   project      = "your_project"
   ou           = "your_OU"
 }


Related terms

Advertising: