infra/terraform/providers.tf
teutat3s 7910f61dd5
Some checks failed
Flake checks / Check (pull_request) Failing after 14m46s
dns: switch to opentofu + terraform-backend-git,
use opentofu encrypted state feature

https://opentofu.org/docs/language/state/encryption/#new-project
2024-09-10 10:49:13 +02:00

14 lines
210 B
HCL

terraform {
required_version = "~> 1.8.0"
required_providers {
namecheap = {
source = "namecheap/namecheap"
version = "2.1.2"
}
}
}
provider "namecheap" {
# Configuration options
}