Skip to content

Instantly share code, notes, and snippets.

View pflugs30's full-sized avatar

Matthew Pfluger pflugs30

View GitHub Profile
@pflugs30
pflugs30 / elastic-beanstalk-environment-blank.yml
Created December 28, 2021 14:15
CloudFormation template including all ElasticBeanstalk Environment OptionSettings values
AWSTemplateFormatVersion: "2010-09-09"
Description: A CloudFormation template including all ElasticBeanstalk Environment OptionSettings values
Resources:
Environment:
# See https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-beanstalk-environment.html
Type: AWS::ElasticBeanstalk::Environment
Properties:
ApplicationName: ""