summaryrefslogtreecommitdiff
path: root/terraform/dns/main.tf
diff options
context:
space:
mode:
Diffstat (limited to 'terraform/dns/main.tf')
-rw-r--r--terraform/dns/main.tf14
1 files changed, 13 insertions, 1 deletions
diff --git a/terraform/dns/main.tf b/terraform/dns/main.tf
index e476f03..5ebe7d7 100644
--- a/terraform/dns/main.tf
+++ b/terraform/dns/main.tf
@@ -1,7 +1,19 @@
terraform {
+ required_version = "~> 1.3.6"
+
+ backend "s3" {
+ bucket = "terraform-a6726272-73ff-11ed-8bdd-c79eb8376e05"
+ key = "dns/terraform.tfstate"
+ region = "eu-central-1"
+ skip_region_validation = true
+ skip_credentials_validation = true
+ skip_metadata_api_check = true
+ endpoint = "eu-central-1.linodeobjects.com"
+ }
+
required_providers {
linode = {
- version = "~> 1.13"
+ version = "1.29.4"
source = "linode/linode"
}
}