From ecfafd76ffb389f610b7b7bd6fdf710fa33c370c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Nicolas=20B=C3=A9jean?= <nicolas@bejean.fr>
Date: Sun, 12 Dec 2021 15:58:37 +0100
Subject: [PATCH] debug undeclared ressource

---
 manifests/magento/main.tf | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/manifests/magento/main.tf b/manifests/magento/main.tf
index cdd18ba..45440e7 100644
--- a/manifests/magento/main.tf
+++ b/manifests/magento/main.tf
@@ -16,6 +16,11 @@ provider "google" {
   region      = var.region
 }
 
+data "google_project" "project" {
+  provider   = google
+  project_id = var.project_id
+}
+
 ### Reserve Static IP
 resource "google_compute_global_address" "static_ip" {
   provider = google
-- 
GitLab