Skip to content

Commit

Permalink
OPS-0 Add sensitive flag (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
snovikov authored Apr 12, 2024
1 parent a431235 commit 3e83463
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions variables.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
variable "api_token" {
description = "The Cloudflare API token."
type = string
sensitive = true
}

variable "domain" {
Expand Down

0 comments on commit 3e83463

Please sign in to comment.