diff options
Diffstat (limited to 'terraform/dns/main.tf')
-rw-r--r-- | terraform/dns/main.tf | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/terraform/dns/main.tf b/terraform/dns/main.tf index c67944e..812f3b2 100644 --- a/terraform/dns/main.tf +++ b/terraform/dns/main.tf @@ -1,20 +1,8 @@ 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" - source = "linode/linode" + source = "linode/linode" } } } |