Skip to content

Commit

Permalink
task: add description and type to do_token variable
Browse files Browse the repository at this point in the history
Part of #1631

[skip ci]
  • Loading branch information
php-coder committed Aug 13, 2023
1 parent d316b2c commit 0cf41d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions infra/terraform/my-stamps.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
# @todo #1000 Terraform: add Mailgun

variable "do_token" {
description = "Digital Ocean Personal Access Token"
type = string
}

# Digital Ocean provider docs: https://registry.terraform.io/providers/digitalocean/digitalocean/2.28.1/docs
Expand Down

0 comments on commit 0cf41d4

Please sign in to comment.