Skip to content

Commit

Permalink
Rename packet filter
Browse files Browse the repository at this point in the history
  • Loading branch information
shukawam committed Feb 2, 2025
1 parent d5d217e commit a5d9d9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions o11y_infra/prd/networking.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ resource "sakuracloud_switch" "o11y" {
}

resource "sakuracloud_packet_filter" "o11y_stacks" {
name = "o11y-stacks-stg"
description = "Packet filtering rules for staging o11y stacks VM"
name = "o11y-stacks-prd"
description = "Packet filtering rules for production o11y stacks VM"
}

resource "sakuracloud_packet_filter" "sentry" {
Expand Down

0 comments on commit a5d9d9d

Please sign in to comment.