parse tags flag

This commit is contained in:
miampf 2024-04-11 14:21:02 +02:00
parent f60c133724
commit d25a12f6c7
No known key found for this signature in database
GPG key ID: EF039364B5B6886C
2 changed files with 32 additions and 0 deletions

View file

@ -16,6 +16,9 @@ import (
// Provider is cloud provider used by the CLI.
type Provider uint32
// Tags is the type that holds additional tags for cloud resources.
type Tags map[string]string
const (
// Unknown is default value for Provider.
Unknown Provider = iota