terraform-provider-scaleway icon indicating copy to clipboard operation
terraform-provider-scaleway copied to clipboard

Add support for default tags on the provider level

Open remyleone opened this issue 2 years ago • 1 comments
trafficstars

Description

It would be useful to enable support for default tags on the provider level. By doing so, we would be able in a product that supports it to have the same tags that are reused.

An alternative to that could be to have a specify on every resource the same list of tags which can be cumbersome.

New or Affected Resource(s)

  • scaleway_XXXXX

Potential Terraform Configuration

# Copy-paste your Terraform configurations here - for large Terraform configs,
# please use a service like Dropbox and share a link to the ZIP file. For
# security, you can also encrypt the files using our GPG public key.

References

https://www.hashicorp.com/blog/default-tags-in-the-terraform-aws-provider

remyleone avatar Jun 01 '23 16:06 remyleone