Skip to content

Commit

Permalink
terraform: ignore nixos-cost-tag
Browse files Browse the repository at this point in the history
This doesn't seem to be managed within Terraform.
  • Loading branch information
edef1c committed Jul 31, 2024
1 parent a4e8ce0 commit 481ff6c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions terraform/providers.tf
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
provider "aws" {
region = "eu-west-1"
profile = "nixos-prod"

ignore_tags {
keys = ["nixos-cost-tag"]
}
}

provider "aws" {
alias = "us"
region = "us-east-1"
profile = "nixos-prod"

ignore_tags {
keys = ["nixos-cost-tag"]
}
}

provider "fastly" {}
Expand Down

0 comments on commit 481ff6c

Please sign in to comment.