yandex-cloud / terraform-provider-yandex

Terraform Yandex provider
https://www.terraform.io/docs/providers/yandex/
Mozilla Public License 2.0
213 stars 116 forks source link

Feature request: Add default_labels to provider #454

Open vadim-a-nesterov opened 4 months ago

vadim-a-nesterov commented 4 months ago

It would be nice to implement 'default_labels' like default_tags in aws provider.

reference: https://developer.hashicorp.com/terraform/tutorials/aws/aws-default-tags

saiks24 commented 3 months ago

Hi @vadim-a-nesterov.

Our team decided that it would be a good improvement to implement. It will be implemented in the future.

Thank you for your suggesion.

vadim-a-nesterov commented 3 months ago

I would like to add related feature request: it is need to pass our own labels to resources created by cloud provider inside managed k8s, for example network load balancer created from service object with type: LoadBalancer and annotations https://yandex.cloud/ru/docs/managed-kubernetes/nlb-ref/service#annotations

it would be nice to have annotations for custom labels which will be applied by cloud provider