ajout iam

This commit is contained in:
2025-12-04 11:05:05 +01:00
parent fec56a2ffc
commit dae3e1dffd
5 changed files with 28 additions and 15 deletions

View File

@@ -39,4 +39,5 @@ module "compute" {
module "iam" {
source ="../../modules/iam"
project_id = var.project_id
}
ssh_public_key_path = var.ssh_public_key_path
}