forked from pierront/but3-iac
encore x7?
This commit is contained in:
@@ -0,0 +1,2 @@
|
|||||||
|
# À vous de définir :
|
||||||
|
# - project_id (string)
|
||||||
@@ -47,8 +47,8 @@ resource "google_compute_firewall" "allow-http" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# - SSH vers toutes les instances
|
# - SSH vers toutes les instances
|
||||||
resource "google_compute_firewall" "ssh_for_all" {
|
resource "google_compute_firewall" "vers-instances" {
|
||||||
name = "ssh_for_all"
|
name = "instances"
|
||||||
network = google_compute_network.vpc.id
|
network = google_compute_network.vpc.id
|
||||||
|
|
||||||
allow {
|
allow {
|
||||||
|
|||||||
Reference in New Issue
Block a user