Compare commits
No commits in common. "1e1677cb4d1a19ebcd0f2260e68a8ed28acc086f" and "80015c6535b08b64be64dd95a3eb521dedfaa42e" have entirely different histories.
1e1677cb4d
...
80015c6535
@ -32,11 +32,3 @@ repos:
|
||||
- "--wrap=90"
|
||||
types:
|
||||
- markdown
|
||||
|
||||
- id: terraform
|
||||
name: terraform format
|
||||
entry: terraform
|
||||
language: system
|
||||
args:
|
||||
- fmt
|
||||
files: ".*\\.tf$"
|
||||
|
@ -80,14 +80,6 @@ resource "digitalocean_record" "enp_sso" {
|
||||
ttl = 10600
|
||||
}
|
||||
|
||||
resource "digitalocean_record" "enp_img" {
|
||||
domain = digitalocean_domain.enp.id
|
||||
type = "CNAME"
|
||||
name = "img"
|
||||
value = "en1.enp.one."
|
||||
ttl = 10600
|
||||
}
|
||||
|
||||
|
||||
# ==========================================================================
|
||||
# Standard DO configuration for all managed domains, includes
|
||||
|
Reference in New Issue
Block a user