Skip to content

Commit

Permalink
Add ResourceName to elasticbeanstalk OptionSettings
Browse files Browse the repository at this point in the history
  • Loading branch information
markpeek committed Nov 19, 2017
1 parent dc0e90f commit 929e663
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions troposphere/elasticbeanstalk.py
Expand Up @@ -60,6 +60,7 @@ class OptionSettings(AWSProperty):
props = {
'Namespace': (basestring, True),
'OptionName': (basestring, True),
'ResourceName': (basestring, False),
'Value': (basestring, True),
}

Expand Down

0 comments on commit 929e663

Please sign in to comment.