Initial commit - realms platform
This commit is contained in:
parent
c590ab6d18
commit
c717c3751c
234 changed files with 74103 additions and 15231 deletions
15
devops/terraform/modules/ssh_keys/variables.tf
Normal file
15
devops/terraform/modules/ssh_keys/variables.tf
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
variable "project_name" {
|
||||
description = "Project name"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "environment" {
|
||||
description = "Environment name"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "admin_ssh_public_keys" {
|
||||
description = "Map of admin SSH public keys (name => public_key)"
|
||||
type = map(string)
|
||||
default = {}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue