mirror of
https://github.com/GlueOps/autoglue.git
synced 2026-02-13 21:00:06 +01:00
19 lines
295 B
HCL
19 lines
295 B
HCL
terraform {
|
|
required_version = ">= 1.5.0"
|
|
|
|
required_providers {
|
|
autoglue = {
|
|
source = "glueops/autoglue/autoglue"
|
|
}
|
|
http = {
|
|
source = "hashicorp/http"
|
|
}
|
|
local = {
|
|
source = "hashicorp/local"
|
|
}
|
|
null = {
|
|
source = "hashicorp/null"
|
|
}
|
|
}
|
|
}
|