awslabs/aws-service-catalog-puppet

AttributeError: 'int' object has no attribute 'replace' when using ssm parameters

Opened this issue · 0 comments

The following config:

parameters: 
  VPCId:
    ssm: 
      name: /networking/vpc/VPCId
      account_id: ${AWS::PuppetAccountId}
      path: /networking

was causing an exception:

AttributeError: 'int' object has no attribute 'replace' when using ssm parameters