mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-27 09:15:22 -04:00
No public IPs for GCP instances
This commit is contained in:
parent
ccbc3d9123
commit
9a96f2ffe1
2 changed files with 13 additions and 1 deletions
|
@ -48,7 +48,6 @@ resource "google_compute_instance_template" "template" {
|
|||
network_interface {
|
||||
network = var.network
|
||||
subnetwork = var.subnetwork
|
||||
access_config {}
|
||||
alias_ip_range {
|
||||
ip_cidr_range = "/24"
|
||||
subnetwork_range_name = var.name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue