UPD: Updated provider.tf and README.md

This commit is contained in:
KF 2024-05-30 19:00:22 +08:00
parent 5f11260c53
commit 9fc2ebc365
Signed by: xpk
GPG Key ID: CD4FF6793F09AB86
2 changed files with 5 additions and 0 deletions

View File

@ -5,6 +5,7 @@
|------|---------|
| terraform | >= 1.3.0 |
| aws | >= 5.0 |
| http | >= 3.4.2 |
## Providers

View File

@ -23,5 +23,9 @@ terraform {
source = "hashicorp/aws"
version = ">= 5.0"
}
http = {
source = "hashicorp/http"
version = ">= 3.4.2"
}
}
}