mirror of
https://github.com/GlueOps/autoglue.git
synced 2026-02-13 04:40:05 +01:00
9 lines
139 B
HCL
9 lines
139 B
HCL
terraform {
|
|
required_version = ">= 1.5.0"
|
|
|
|
required_providers {
|
|
autoglue = {
|
|
source = "glueops/autoglue/autoglue"
|
|
}
|
|
}
|
|
} |