szymic1

Results 2 issues of szymic1

For example in elasticache.ReplicationGroup we have to define Tag as: ` Tags=Tags({'Creator': creator_name}, {'Environment': env_type}) ` but in ec2.SecurityGroup we have to define as follow: ``` Tags=[Tag("Creator", creator_name), Tag("Environment", env_type)])...

go version go1.18.8 linux/amd64 When I execute: go install github.com/timescale/tsbs I've got: go: 'go install' requires a version when current directory is not in a module Try 'go install github.com/timescale/tsbs@latest'...