chore: Add initial project scaffolding for Terraform-based GCP IaC

This commit is contained in:
Maxime Pierront
2025-12-03 11:30:40 +01:00
commit b90b2d8105
15 changed files with 753 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
[defaults]
host_key_checking = False
inventory = gcp_compute.yml
interpreter_python = auto_silent
remote_user = ${replace(replace(remote_user, ".", "_"), "@", "_")}
[inventory]
enable_plugins = gcp_compute, auto, host_list, yaml, ini, toml, script