mirror of
https://github.com/Noratrieb/terustform.git
synced 2026-01-14 08:30:13 +01:00
7 lines
117 B
HCL
7 lines
117 B
HCL
terraform {
|
|
required_providers {
|
|
terustform = {
|
|
source = "github.com/Nilstrieb/terustform"
|
|
}
|
|
}
|
|
}
|