ElijahGartin / valheim-dedicated-server-gcp

Building Valheim Dedicated Server using GCP and Terraform Infrastructure as Code
0 stars 0 forks source link

Google Compute Firewall Issue #14

Open ElijahGartin opened 2 years ago

ElijahGartin commented 2 years ago
Error: 1 error occurred:
│   * one of source_tags, source_ranges, or source_service_accounts must be defined
│ 
│ 
│ 
│   with module.securitygroups.google_compute_firewall.valheim_external_ports,
│   on modules/security-groups/main.tf line 17, in resource "google_compute_firewall" "valheim_external_ports":
│   17: resource "google_compute_firewall" "valheim_external_ports" {