Skip to content

Commit b513834

Browse files
committed
refactor(tofu): remove cloudflare_zone_setting
As I currently have no need for it
1 parent 10fe973 commit b513834

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

tofu/dns.tf

-6
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@ locals {
77
grigorjan_net_zone_id = "031954488928102b0936fee7bd9d3312"
88
}
99

10-
resource "cloudflare_zone_setting" "strict_ssl" {
11-
zone_id = local.grigorjan_net_zone_id
12-
setting_id = "ssl"
13-
value = "strict"
14-
}
15-
1610
resource "cloudflare_dns_record" "server_neon" {
1711
type = "A"
1812
name = "neon.grigorjan.net"

tofu/inputs.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ variable "aws_secret_key" {
1313
variable "cloudflare_api_token" {
1414
type = string
1515
sensitive = true
16-
description = "The Cloudflare API token with permissions: DNS:Edit, Zone Settings:Edit"
16+
description = "The Cloudflare API token with permissions: DNS:Edit"
1717
}
1818

1919
variable "hcloud_token" {

0 commit comments

Comments
 (0)