You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 14, 2020. It is now read-only.
Describe the bug
Currently basic support for !Ref isnt working. Whilst trying to parse in a single parameter the compiled output will have no Resources
To Reproduce
Steps to reproduce the behavior:
create a basic vpc.yaml
AWSTemplateFormatVersion: 2010-09-09Description: The base VPCParameters:
CidrBlock:
Description: The range of IPs for the VPCType: StringResources:
Vpc:
Type: AWS::EC2::VPCProperties:
CidrBlock: !Ref CidrBlock
AWSTemplateFormatVersion: "2010-09-09"Description: The base VPC for the ECS clusterParameters:
CidrBlock:
Description: The range of IPs for the VPCType: StringResources: {}
Expected behavior
A basic cloudformation with the reference value populated should be created.
Screenshots
NA
Desktop (please complete the following information):
macOS High Sierra
Version 0.3.6
The text was updated successfully, but these errors were encountered:
wenisman
changed the title
Ref vales are not replaced
Ref values break the generation of cloudformation
Sep 27, 2018
Thanks @ojkelly
ill have a read through the code and see whats happening. #113 looks like it has to do with incorrect outputs being generated. I got around that by just disabling default outputs. I was getting both subnet and vpc failures when i had default outputs enabled
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
Currently basic support for !Ref isnt working. Whilst trying to parse in a single parameter the compiled output will have no Resources
To Reproduce
Steps to reproduce the behavior:
> kombustion upsert --param CidrBlock=10.0.0.0/16 stacks/vpc.yaml
Current behaviour:
Expected behavior
A basic cloudformation with the reference value populated should be created.
Screenshots
NA
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: