New line in LaunchConfigurationARN statement
The statement that defines LaunchConfigurationARN had a newline and whitespace prefix The ARN reported in describe_launch_configurations has this newline and white space. Arns should not have whitespace or newlines!
This commit is contained in:
parent
cb364eedc6
commit
fc32a79139
@ -320,8 +320,7 @@ DESCRIBE_LAUNCH_CONFIGURATIONS_TEMPLATE = """<DescribeLaunchConfigurationsRespon
|
|||||||
<UserData/>
|
<UserData/>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<InstanceType>{{ launch_configuration.instance_type }}</InstanceType>
|
<InstanceType>{{ launch_configuration.instance_type }}</InstanceType>
|
||||||
<LaunchConfigurationARN>arn:aws:autoscaling:us-east-1:803981987763:launchConfiguration:
|
<LaunchConfigurationARN>arn:aws:autoscaling:us-east-1:803981987763:launchConfiguration:9dbbbf87-6141-428a-a409-0752edbe6cad:launchConfigurationName/{{ launch_configuration.name }}</LaunchConfigurationARN>
|
||||||
9dbbbf87-6141-428a-a409-0752edbe6cad:launchConfigurationName/{{ launch_configuration.name }}</LaunchConfigurationARN>
|
|
||||||
{% if launch_configuration.block_device_mappings %}
|
{% if launch_configuration.block_device_mappings %}
|
||||||
<BlockDeviceMappings>
|
<BlockDeviceMappings>
|
||||||
{% for mount_point, mapping in launch_configuration.block_device_mappings.items() %}
|
{% for mount_point, mapping in launch_configuration.block_device_mappings.items() %}
|
||||||
|
Loading…
Reference in New Issue
Block a user