added examples

This commit is contained in:
Pin
2022-04-07 17:38:09 -04:00
parent 48c36914ac
commit e87051a151
2 changed files with 38 additions and 0 deletions

7
examples/secret.tf Normal file
View File

@@ -0,0 +1,7 @@
variable "apiToken" {
default = ""
}
variable "apiTokenID" {
default = ""
}