Skip to content

Commit

Permalink
fix: use edge-fat tag in sync check service (#394)
Browse files Browse the repository at this point in the history
Co-authored-by: Hubert <[email protected]>
  • Loading branch information
hanabi1224 and LesnyRumcajs authored Jan 29, 2024
1 parent 05307ec commit 60ac928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tf-managed/modules/sync-check/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ locals {
NEW_RELIC_API_KEY = var.NEW_RELIC_API_KEY,
NEW_RELIC_ACCOUNT_ID = var.NEW_RELIC_ACCOUNT_ID,
NEW_RELIC_REGION = var.NEW_RELIC_REGION,
forest_tag = "edge"
forest_tag = "edge-fat"
})
}

Expand Down

0 comments on commit 60ac928

Please sign in to comment.