OPA - For Terraform
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ All Credits to this video creator : https://www.youtube.com/watch?v=deu-BpE1L98 https://github.com/open-policy-agent/opa -- Github library for OPA List of Adobters : https://github.com/open-policy-agent/opa/blob/main/ADOPTERS.md Github repo for Regula : https://github.com/fugue/regula You may have the question if there already have OPA why did you make regula. Well Regula adds to OPA loads of capabilities , convenience features for doing infrastructure as code security assessment ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ OPA Sample of Rego Code : If you are doing Policy as a Code what you are really doing is testing configurations and this really comes down to looking what a configuration is and deciding if this all fair game or possible errors with it. And in order to expres...