Skip to content

Commit

Permalink
Merge pull request #84 from resnostyle/revert-76-clean-up
Browse files Browse the repository at this point in the history
Revert "use a symlink to make things easier"
  • Loading branch information
resnostyle authored Jun 19, 2024
2 parents 8ee325e + cebd187 commit fdf656f
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 2 deletions.
1 change: 0 additions & 1 deletion cloudflare/mail_server_secondary/provider.tf

This file was deleted.

14 changes: 14 additions & 0 deletions cloudflare/mail_server_secondary/provider.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Configure the Cloudflare provider.
# You may optionally use version directive to prevent breaking changes occurring unannounced.
terraform {
required_providers {
cloudflare = {
source = "cloudflare/cloudflare"
version = "4.33.0"
}
namecheap = {
source = "namecheap/namecheap"
version = ">= 2.0.0"
}
}
}
1 change: 0 additions & 1 deletion cloudflare/mail_server_secondary/variables.tf

This file was deleted.

20 changes: 20 additions & 0 deletions cloudflare/mail_server_secondary/variables.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
variable "zone_id" {
type = string
default = null
}

variable "account_id" {
type = string
default = null
}

variable "name" {
type = string
default = null

}

variable "tld" {
type = string
default = ".com"
}

0 comments on commit fdf656f

Please sign in to comment.