Previously, the tags environment, project and service were not included in the snapshot tags; only a single tag (Name) was set by default. This omission made it difficult to filter snapshots based on tags, which is crucial for maintaining security and managing resources effectively.
This PR resolves an issue where tags specified via command-line arguments were not being correctly applied to snapshots.
Consider the following example:
Previously, the tags
environment
,project
andservice
were not included in the snapshot tags; only a single tag (Name
) was set by default. This omission made it difficult to filter snapshots based on tags, which is crucial for maintaining security and managing resources effectively.