Initial test version

This commit is contained in:
2022-05-06 15:16:16 -05:00
parent 830e33facb
commit 03bb0578a5
12 changed files with 121 additions and 18 deletions

View File

@@ -0,0 +1,4 @@
variable "authorized_keys" {
default = []
type = list(string)
}