https://pulumi.com logo
#general
Title
# general
r

red-football-97286

05/24/2022, 9:09 AM
Has anyone had any joy with converting CloudFormation to Pulumi (https://www.pulumi.com/cf2pulumi/)? Every time I try convert just get hit with errors:
Diagnostics:
Warning: Resource not supported
Resource "aws-nativeautoscalingAutoScalingGroup" is not yet supported by AWS CloudControl API. Code generated for "asg" is for reference only.
Warning: Resource not supported
Resource "aws-nativeautoscalingScheduledAction" is not yet supported by AWS CloudControl API. Code generated for "winterScheduledActionUp" is for reference only.
Warning: Resource not supported
Resource "aws-nativeautoscalingScheduledAction" is not yet supported by AWS CloudControl API. Code generated for "summerScheduledActionDown" is for reference only.
Warning: Resource not supported
Resource "aws-nativecodedeployDeploymentGroup" is not yet supported by AWS CloudControl API. Code generated for "cdDeploymentGroup" is for reference only.
Error: unknown function 'aws-native::getStackName'
on program.pp line 2:
3: awsStackName = invoke("aws-native::getStackName").stackName
b

billowy-army-68599

05/24/2022, 9:23 AM
this is an aws limitation, there's not much we can do until AWS cloud control updates their support
r

red-football-97286

05/24/2022, 9:25 AM
No worries, thanks Lee.
2 Views