mirror of
https://github.com/outbackdingo/terraform-provider-util.git
synced 2026-01-27 10:20:41 +00:00
* It's conventional to implement Terraform providers within an internal package, since they're not intended to be consumed or relied upon as Go libraries
9 lines
69 B
Nix
9 lines
69 B
Nix
{
|
|
imports = [
|
|
./baz.nix
|
|
];
|
|
|
|
options = {};
|
|
config = {};
|
|
}
|