Skip to content

Commit

Permalink
fix(tf): only use available images
Browse files Browse the repository at this point in the history
  • Loading branch information
dhenkel92 committed May 5, 2024
1 parent 26bc96c commit 6a05123
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infrastructure/terraform/02-game-server/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ data "hcloud_network" "cloud_game" {
data "hcloud_image" "latest_game_server_image" {
with_selector = "application=basic-gameserver"
most_recent = true
with_status = ["available"]
}

module "firewall" {
Expand Down

0 comments on commit 6a05123

Please sign in to comment.