Correction
This commit is contained in:
parent
bb87f0343a
commit
3c08b665cf
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user