terraform-aws-modules / terraform-aws-autoscaling

Terraform module to create AWS Auto Scaling resources 🇺🇦
https://registry.terraform.io/modules/terraform-aws-modules/autoscaling/aws
Apache License 2.0
289 stars 553 forks source link

chore: Fixed tags in readme #185

Closed Gasoid closed 2 years ago

Gasoid commented 2 years ago

Description

Example is either outdated or wrong

Motivation and Context

variables.tf has

variable "tags" {
  description = "A map of tags to assign to resources"
  type        = map(string)
  default     = {}
}

there is no tags_as_map.

Let's adjust this info

Breaking Changes

No breaking changes

How Has This Been Tested?

antonbabenko commented 2 years ago

This PR is included in version 6.0.0 :tada:

github-actions[bot] commented 1 year ago

I'm going to lock this pull request 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 related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.