forked from pierront/but3-iac
network
This commit is contained in:
5
terraform/modules/iam/main.tf
Normal file
5
terraform/modules/iam/main.tf
Normal file
@@ -0,0 +1,5 @@
|
||||
# À vous de créer :
|
||||
# 1. Un compte de service pour Terraform
|
||||
# 2. Une clé pour ce compte de service
|
||||
# 3. Les rôles IAM nécessaires
|
||||
# 4. La configuration OS Login avec votre clé SSH
|
||||
3
terraform/modules/iam/outputs.tf
Normal file
3
terraform/modules/iam/outputs.tf
Normal file
@@ -0,0 +1,3 @@
|
||||
# À vous d'exposer :
|
||||
# 1. L'email du compte de service
|
||||
# 2. La clé du compte de service (sensitive = true)
|
||||
2
terraform/modules/iam/variables.tf
Normal file
2
terraform/modules/iam/variables.tf
Normal file
@@ -0,0 +1,2 @@
|
||||
# À vous de définir :
|
||||
# - project_id (string)
|
||||
Reference in New Issue
Block a user