2024-11-28 01:14:34 +08:00
|
|
|
terraform {
|
|
|
|
required_providers {
|
|
|
|
tls = {
|
2024-12-21 22:32:43 +08:00
|
|
|
source = "hashicorp/tls"
|
2024-11-28 01:14:34 +08:00
|
|
|
}
|
2024-12-14 01:55:51 +08:00
|
|
|
random = {
|
2024-12-21 22:32:43 +08:00
|
|
|
source = "hashicorp/random"
|
2024-12-14 01:55:51 +08:00
|
|
|
}
|
|
|
|
b2 = {
|
|
|
|
source = "registry.terraform.io/backblaze/b2"
|
|
|
|
}
|
2024-11-28 01:14:34 +08:00
|
|
|
}
|
|
|
|
}
|