Difference between revisions of "Tags"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Line 26: Line 26:
 
* <code>[[tags (Terraform]])</code>
 
* <code>[[tags (Terraform]])</code>
 
* <code>[[tags (Ansible)]]</code>
 
* <code>[[tags (Ansible)]]</code>
 +
[[docker image tag]]
  
 
== See also ==
 
== See also ==

Revision as of 05:18, 7 August 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

docker image tag

See also

Advertising: