Add behavior :

- Personal SSH Key 🔐
- Deploy repository from variables ⚙️
- Import custom network images 🛜
This commit is contained in:
Damien A
2023-11-10 10:59:04 +01:00
parent 78322ee157
commit 609e616d7c
7 changed files with 84 additions and 18 deletions

View File

@@ -1,5 +1,13 @@
variable "AWS_ACCESS_KEY" {}
variable "AWS_SECRET_KEY" {}
variable "AWS_KEY_NAME" {}
variable "AWS_KEY_LOCATION" {}
variable "AWS_R53_ZONE_ID" {}
variable "GITHUB_REPO_URL" {
type = string
default = ""
}
variable "AWS_REGION" {
type = string