Difference between revisions of "Tags"

From wikieduonline
Jump to navigation Jump to search
Line 27: Line 27:
 
* <code>[[tags (Ansible)]]</code>
 
* <code>[[tags (Ansible)]]</code>
 
* <code>[[docker image tag]]</code>
 
* <code>[[docker image tag]]</code>
* [[Apple Tags]]
+
* [[AirTags]]
  
 
== See also ==
 
== See also ==

Revision as of 09:47, 18 September 2022

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

See also

Advertising: