✨ feat(deploy): iac/ Vault provisioning + workflow (uses app_roles module from tools) (#99)
Co-authored-by: Gabriel Radureau <arcodange@gmail.com> Co-committed-by: Gabriel Radureau <arcodange@gmail.com>
This commit was merged in pull request #99.
This commit is contained in:
10
iac/main.tf
Normal file
10
iac/main.tf
Normal file
@@ -0,0 +1,10 @@
|
||||
locals {
|
||||
app = {
|
||||
name = "dance-lessons-coach"
|
||||
}
|
||||
}
|
||||
|
||||
module "app_roles" {
|
||||
source = "git::ssh://git@192.168.1.202:2222/arcodange-org/tools.git//hashicorp-vault/iac/modules/app_roles?depth=1&ref=main"
|
||||
name = local.app.name
|
||||
}
|
||||
Reference in New Issue
Block a user