Commit b513834 1 parent 10fe973 commit b513834 Copy full SHA for b513834
File tree 2 files changed +1
-7
lines changed
2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,6 @@ locals {
7
7
grigorjan_net_zone_id = " 031954488928102b0936fee7bd9d3312"
8
8
}
9
9
10
- resource "cloudflare_zone_setting" "strict_ssl" {
11
- zone_id = local. grigorjan_net_zone_id
12
- setting_id = " ssl"
13
- value = " strict"
14
- }
15
-
16
10
resource "cloudflare_dns_record" "server_neon" {
17
11
type = " A"
18
12
name = " neon.grigorjan.net"
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ variable "aws_secret_key" {
13
13
variable "cloudflare_api_token" {
14
14
type = string
15
15
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"
17
17
}
18
18
19
19
variable "hcloud_token" {
You can’t perform that action at this time.
0 commit comments