Proximus19
0
Q:

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
    }
  }
}
0

New to Communities?

Join the community