Difference between revisions of "Tags"

From wikieduonline
Jump to navigation Jump to search
Line 28: Line 28:
 
* <code>[[docker image tag]]</code>
 
* <code>[[docker image tag]]</code>
 
* [[AirTags]]
 
* [[AirTags]]
 
== See also ==
 
* {{EC2}}
 
* {{AWS}}
 
 
[[Category:AWS]]
 

Revision as of 16:28, 18 January 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: