You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
boundary/enos/modules/bats_deps/main.tf

18 lines
244 B

terraform {
required_providers {
enos = {
source = "hashicorp.com/qti/enos"
}
}
}
module "ensure_bats" {
source = "../binary_finder"
name = "bats"
}
module "ensure_jq" {
source = "../binary_finder"
name = "jq"
}