mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
Fix typos
This commit is contained in:
@@ -8,7 +8,7 @@ resource "google_compute_network" "gateways" {
|
||||
auto_create_subnetworks = false
|
||||
|
||||
depends_on = [
|
||||
google_project_service.compute
|
||||
module.api
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
@@ -708,6 +708,10 @@ module "relays" {
|
||||
|
||||
portal_websocket_url = "wss://api.${local.tld}"
|
||||
portal_token = var.relay_portal_token
|
||||
|
||||
depends_on = [
|
||||
module.api
|
||||
]
|
||||
}
|
||||
|
||||
resource "google_compute_firewall" "portal-ssh-ipv4" {
|
||||
|
||||
@@ -9,7 +9,3 @@ output "target_tags" {
|
||||
output "instances" {
|
||||
value = var.compute_instances
|
||||
}
|
||||
|
||||
output "network" {
|
||||
value = google_compute_network.network.self_link
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user