terraform/main.tf

10 lines
147 B
Terraform
Raw Normal View History

2022-08-18 18:15:21 +02:00
terraform {
backend "pg" {}
2022-08-18 18:16:44 +02:00
required_providers {
namecheap = {
source = "namecheap/namecheap"
version = ">= 2.0.0"
}
}
2022-08-18 18:15:21 +02:00
}