mirror of
https://github.com/outbackdingo/terraform-provider-util.git
synced 2026-01-27 10:20:41 +00:00
10 lines
167 B
HCL
10 lines
167 B
HCL
terraform {
|
|
required_providers {
|
|
util = {
|
|
source = "poseidon/util"
|
|
#source = "terraform.localhost/poseidon/util"
|
|
version = "0.3.0"
|
|
}
|
|
}
|
|
}
|