les - dans nom
This commit is contained in:
parent
2174bf8412
commit
ad8fe669f0
@ -23,7 +23,7 @@ module "network" {
|
|||||||
cidr_range = "10.0.0.0/16"
|
cidr_range = "10.0.0.0/16"
|
||||||
}
|
}
|
||||||
|
|
||||||
module "network" {
|
module "iam" {
|
||||||
source = "./modules/iam"
|
source = "./modules/iam"
|
||||||
|
|
||||||
# Variables d'entrée
|
# Variables d'entrée
|
||||||
@ -34,7 +34,7 @@ module "network" {
|
|||||||
cidr_range = "10.0.0.0/16"
|
cidr_range = "10.0.0.0/16"
|
||||||
}
|
}
|
||||||
|
|
||||||
module "network" {
|
module "compute" {
|
||||||
source = "./modules/compute"
|
source = "./modules/compute"
|
||||||
|
|
||||||
# Variables d'entrée
|
# Variables d'entrée
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
# Output
|
|
||||||
output "instance_ip" {
|
|
||||||
value = google_compute_instance.main.network_interface[0].access_config[0].nat_ip
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user