Inconsistent Tag Handling
Severity: Low
File: instance.go
Locations:
Description
CreateInstance() converts tags to space-separated strings while SetInstanceTags() expects a string directly. This inconsistency could confuse users.
Suggested Fix
Standardize tag handling to use either a string or slice consistently across all functions.
Labels: improvement, consistency
Inconsistent Tag Handling
Severity: Low
File: instance.go
Locations:
Description
CreateInstance()converts tags to space-separated strings whileSetInstanceTags()expects a string directly. This inconsistency could confuse users.Suggested Fix
Standardize tag handling to use either a string or slice consistently across all functions.
Labels: improvement, consistency