forked from pierront/but3-iac
suite
This commit is contained in:
@@ -33,3 +33,8 @@ module "compute" {
|
|||||||
database_subnet_id = module.network.subnet_ids["database"]
|
database_subnet_id = module.network.subnet_ids["database"]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
module "iam" {
|
||||||
|
source = "../../modules/iam"
|
||||||
|
|
||||||
|
project_id = var.project_id
|
||||||
|
}
|
||||||
|
|||||||
223
terraform/environments/dev/terraform.tfstate
Normal file
223
terraform/environments/dev/terraform.tfstate
Normal file
File diff suppressed because one or more lines are too long
199
terraform/environments/dev/terraform.tfstate.backup
Normal file
199
terraform/environments/dev/terraform.tfstate.backup
Normal file
File diff suppressed because one or more lines are too long
@@ -17,6 +17,6 @@ resource "google_project_iam_member" "terraform_owner" {
|
|||||||
|
|
||||||
resource "google_os_login_ssh_public_key" "ssh_key" {
|
resource "google_os_login_ssh_public_key" "ssh_key" {
|
||||||
project = var.project_id
|
project = var.project_id
|
||||||
user = google_service_account.terraform_sa.email
|
user = "clemenceducreux459@gmail.com"
|
||||||
key = file("~/.ssh/id_rsa.pub")
|
key = file(pathexpand("~/.ssh/id_ed25519.pub"))
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user