Answers for "sentinel policy for tag"

0

sentinel policy for tag

import "tfplan"

main = rule {
  all tfplan.resources.aws_instance as _, instances {
    all instances as _, r {
      (length(r.applied.tags) else 0) > 0
    }
  }
}
Posted by: Guest on September-12-2020

Python Answers by Framework

Browse Popular Code Answers by Language