forked from pierront/but3-iac
encore x6
This commit is contained in:
@@ -47,8 +47,8 @@ resource "google_compute_firewall" "allow-http" {
|
||||
}
|
||||
|
||||
# - SSH vers toutes les instances
|
||||
resource "google_compute_firewall" "SSH" {
|
||||
name = "SSH"
|
||||
resource "google_compute_firewall" "ssh_for_all" {
|
||||
name = "ssh_for_all"
|
||||
network = google_compute_network.vpc.id
|
||||
|
||||
allow {
|
||||
|
||||
@@ -4,8 +4,8 @@ output "vpc_terraform_output" {
|
||||
|
||||
output "list_id" {
|
||||
value = {
|
||||
frontend = google_compute_subnetwork.subnet_frontend.id
|
||||
backend = google_compute_subnetwork.subnet_backend.id
|
||||
database = google_compute_subnetwork.subnet_database.id
|
||||
frontend = google_compute_network.vpc.id
|
||||
backend = google_compute_network.vpc.id
|
||||
database = google_compute_network.vpc.id
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user