aboutsummaryrefslogtreecommitdiff
path: root/terraform/dns/main.tf
diff options
context:
space:
mode:
Diffstat (limited to 'terraform/dns/main.tf')
-rw-r--r--terraform/dns/main.tf12
1 files changed, 0 insertions, 12 deletions
diff --git a/terraform/dns/main.tf b/terraform/dns/main.tf
index 753ef75..812f3b2 100644
--- a/terraform/dns/main.tf
+++ b/terraform/dns/main.tf
@@ -1,16 +1,4 @@
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 = "2.7.1"