quiet-painter-19715
09/06/2024, 7:13 PMDiagnostics:
aws:autoscaling:Group (my-auto-scaling-group):
error: aws:autoscaling/group:Group resource 'my-auto-scaling-group' has a problem: Attribute must be a list. Examine values at 'my-auto-scaling-group.tags'.
my code looks like this from screenshot and displaying the error message below.
Any help to resolve the error is much appreciated. I am using latest version of aws sdk (npm install -g @nice-addition-43900/aws@latest )clever-sunset-76585
09/06/2024, 8:28 PMtags
property should be a map-like type (i.e. a regular JavaScript object) and not an array. When you mouseover the tags
property, what do you see as its type?quiet-painter-19715
09/09/2024, 7:00 PMclever-sunset-76585
09/09/2024, 7:05 PMclever-sunset-76585
09/09/2024, 7:06 PMpulumi-aws
to see if anyone else has reported this problem.quiet-painter-19715
09/09/2024, 8:12 PMpulumi-aws
clever-sunset-76585
09/09/2024, 8:13 PMquiet-painter-19715
09/09/2024, 8:13 PMdry-journalist-60579
10/01/2024, 8:59 PMdry-journalist-60579
10/01/2024, 9:00 PM