Initial Cloudflare Implementation

This commit is contained in:
2024-06-30 02:39:05 -03:00
parent 42b180f6dd
commit 1b86bc74c1
3 changed files with 33 additions and 30 deletions

View File

@@ -35,12 +35,12 @@ variable "aws_secret" {
type = string
}
variable "godaddy_key" {
variable "cloudflare_api_token" {
type = string
}
variable "godaddy_secret" {
type = string
variable "cloudflare_zone_id" {
type = string
}
variable "ssh_public_key_main" {