Skip to content

Commit

Permalink
Update variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunSu1768 authored Sep 11, 2024
1 parent 5b18185 commit 845649b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ variable "rds_master_password" {
default = ""
}

variable "docdb_master_password" {
type = string
default = ""
}

variable "cloudflare_api_token" {
type = string
default = ""
Expand Down

0 comments on commit 845649b

Please sign in to comment.