github.com/opentofu/opentofu@v1.7.1/internal/initwd/testdata/registry-module-from-test/main.tftest.hcl (about)

     1  run "setup" {
     2    # We have a dedicated repo for this test module.
     3    # See ../registry-modules/root.tf for more info.
     4    module {
     5      source = "hashicorp/module-installer-acctest/aws"
     6      version = "0.0.1"
     7    }
     8  }