Adding custom tags to all ressources - splunk/splunkconf-backup GitHub Wiki

Note: 📢 This Wiki has moved! The documentation for splunkconf-backup is now hosted at: https://splunk.github.io/splunkconf-backup/. This wiki page is no longer being updated.


#Introduction

Adding custom tags to all resources is useful for multiple usages including billing and tracking ressource usage

Limitation

This is currently implemented only for the AWS provider For GCP provider, resources are attached to a project which could be used for similar purposes

Configuring

You may add extra default tags by configuring the following terraform variable

Variable Description
extra_default_tags contain a map such as {Type="Splunk",Project="Splunk"}

2 default tags are added Type="Splunk" Env= splunktargetenv variable content

default tags and extra tags are automatically merged (which deduplicate)