Skip to content

Commit

Permalink
OPS-5899 Add sensitive flag (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
snovikov authored Apr 12, 2024
1 parent e2fdd68 commit b2e12e4
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 b2e12e4

Please sign in to comment.