mirror of
https://github.com/open-webui/open-webui.git
synced 2026-01-01 06:05:20 +00:00
11 lines
147 B
Terraform
11 lines
147 B
Terraform
|
|
terraform {
|
||
|
|
required_version = ">= 1.0"
|
||
|
|
|
||
|
|
required_providers {
|
||
|
|
aws = {
|
||
|
|
source = "hashicorp/aws"
|
||
|
|
version = ">= 5.0"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|