Initial commit

This commit is contained in:
Mike Conrad
2024-09-24 19:44:31 -04:00
parent 29f0cb5fee
commit 43f6820f4a
4 changed files with 107 additions and 0 deletions

4
variables.tf Normal file
View File

@ -0,0 +1,4 @@
variable "do_token" {
type = string
description = "Digital Ocean API token"
}