Correction
This commit is contained in:
		@@ -13,7 +13,7 @@ provider "google" {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
module "network" {
 | 
					module "network" {
 | 
				
			||||||
  source = "./modules/network"
 | 
					  source = "../../modules/network"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  #variables d'entrée
 | 
					  #variables d'entrée
 | 
				
			||||||
  project_name = var.project_name
 | 
					  project_name = var.project_name
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user