Skip to content

Commit

Permalink
Fix wrong source in newly added tags (#15993) (#15994)
Browse files Browse the repository at this point in the history
(cherry picked from commit be74573)

Co-authored-by: Eric <22215921+ericywl@users.noreply.github.com>
  • Loading branch information
mergify[bot] and ericywl authored Mar 4, 2025
1 parent d245dd2 commit 5d01fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/smoke/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ terraform {
provider "ec" {}

module "tags" {
source = "../infra/terraform/modules/tags"
source = "../../infra/terraform/modules/tags"
project = "apm-server"
}

Expand Down

0 comments on commit 5d01fe1

Please sign in to comment.