github.com/swisspost/terratest@v0.0.0-20230214120104-7ec6de2e1ae0/examples/terraform-opa-example/fail/main_fail.tf (about)

     1  module "instance_types" {
     2    # website::tag::1:: We expect this to fail the OPA check since it is sourcing the module locally and not from gruntwork-io GitHub.
     3    source     = "../pass"
     4    aws_region = var.aws_region
     5  }