Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Fix source account for fetching metrics (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
the-smooth-operator authored and kfferrando committed Jun 6, 2019
1 parent c43cfa2 commit 1963466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/tf/110_metrics/variables.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
variable "metrics_user" {
default = "arn:aws:iam::517826968395:root"
default = "arn:aws:iam::177680776199:root"
description = "ARN of the user/account fetching ELB metrics. Defaults to mozilla-itsre account"
}
variable "region" {
Expand Down

0 comments on commit 1963466

Please sign in to comment.