mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-26 19:25:25 +00:00
10 lines
147 B
HCL
10 lines
147 B
HCL
terraform {
|
|
required_version = ">= 1.0"
|
|
|
|
required_providers {
|
|
aws = {
|
|
source = "hashicorp/aws"
|
|
version = ">= 5.0"
|
|
}
|
|
}
|
|
}
|