Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CloudFormation config structure question #91

Open
darrenhaken opened this issue Nov 28, 2016 · 0 comments
Open

CloudFormation config structure question #91

darrenhaken opened this issue Nov 28, 2016 · 0 comments

Comments

@darrenhaken
Copy link

Is it possible to structure the CF config like this:

option_settings:
  aws:elb:listener:443:
    ListenerProtocol: HTTPS
    SSLCertificateId: arn:aws:iam::123456789012:server-certificate/elastic-beanstalk-x509
    InstancePort: 80
    InstanceProtocol: HTTP
  aws:elb:listener:80:
    ListenerEnabled: false

Rather than:

- namespace: aws:elb:listener:80
      option_name: ListenerEnabled
      value: "false"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant