Has anyone had any joy with converting CloudFormat...
# general
r
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
this is an aws limitation, there's not much we can do until AWS cloud control updates their support
r
No worries, thanks Lee.