Skip to content

Commit

Permalink
remove tags due to collision (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Mar 18, 2026
1 parent 31f7972 commit 43d0ff5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Developer NOTE: We should automate this configuration.

| Name | Source | Version |
|------|--------|---------|
| <a name="module_images"></a> [images](#module\_images) | git::https://github.e.it.census.gov/terraform-modules/aws-ecr-copy-images.git/ | tf-upgrade |
| <a name="module_images"></a> [images](#module\_images) | git::https://github.e.it.census.gov/terraform-modules/aws-ecr-copy-images.git | tf-upgrade |
| <a name="module_tempo-irsa-role"></a> [tempo-irsa-role](#module\_tempo-irsa-role) | git::https://github.e.it.census.gov/SCT-Engineering/tfmod-custom-iam-role-for-service-account-eks.git/ | 1.0.1 |
| <a name="module_tempo_s3"></a> [tempo\_s3](#module\_tempo\_s3) | git::https://github.e.it.census.gov/terraform-modules/aws-s3.git//standard | tf-upgrade |

Expand Down
2 changes: 0 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
locals {
oidc_arn = var.oidc_provider_arn
tags = var.tags

tempo_internal_hostname = format("tempo.%v.svc.cluster.local", var.namespace)
tempo_internal_port_number = 3100
Expand Down Expand Up @@ -34,7 +33,6 @@ module "tempo-irsa-role" {
namespace_service_accounts = ["${var.namespace}:tempo"]
}
}
tags = local.tags
}

################################################################################
Expand Down

0 comments on commit 43d0ff5

Please sign in to comment.