Hi everyone! It seems the Amazon QuickSight Analys...
# aws
c
Hi everyone! It seems the Amazon QuickSight Analysis resource doesn't support the "definition" input: https://www.pulumi.com/registry/packages/aws/api-docs/quicksight/analysis/#with-definition This is an issue because there is no way to create a QuickSight Analysis or Template without this "definition" input, as the only supported option is to reference an existing Analysis or Template. The definition parameter in the AWS CLI is actually what defines the Analysis: https://docs.aws.amazon.com/cli/latest/reference/quicksight/create-analysis.html How would we create an Analysis in Pulumi? Do I just need to use the Command provider and call the AWS CLI directly?
q
Sadly this is a bug - https://github.com/pulumi/pulumi-aws/issues/2852 Please upvote the issue to help us prioritize fixing it!
c
@quick-house-41860 Thanks for pointing me to the issue! Will upvote 😞