Skip to content

Commit

Permalink
Merge pull request #2 from Ontotext-AD/fix/constant-firewall-objj-name
Browse files Browse the repository at this point in the history
Fix constant Firewall object name
  • Loading branch information
mihailradkov authored Sep 27, 2024
2 parents c7b6e20 + 654ea7c commit dafadba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ resource "google_compute_instance" "graphdb" {
}

resource "google_compute_firewall" "rules" {
name = "graphdb-allow-ingress"
name = "${var.goog_cm_deployment_name}-graphdb-allow-ingress"
network = var.network_interface
description = "Allow inbound access to GraphDB"

Expand Down

0 comments on commit dafadba

Please sign in to comment.