Skip to content

Cannot tag ecs service unless long arns are enabled in the aws account #152

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
nitrocode opened this issue Aug 23, 2020 · 1 comment · Fixed by #153
Closed

Cannot tag ecs service unless long arns are enabled in the aws account #152

nitrocode opened this issue Aug 23, 2020 · 1 comment · Fixed by #153

Comments

@nitrocode
Copy link
Member

nitrocode commented Aug 23, 2020

It would be nice to support older AWS accounts that cannot easily migrate to the long arn format.

In order to do this, we could add a new variable such as var.use_old_arn_format or var.disable_tagging_ecs_service or similar.

variable "use_old_arn_format" {
  type        = bool
  description = "A flag to enable/disable tagging the ecs resources that require the new longer arn format"
  default     = false
}

and a tag toggle to disable tagging of the ecs service.

  tags = var.use_old_arn_format ? null : local.tags
@github-actions
Copy link

github-actions bot commented Nov 8, 2022

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 8, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
1 participant