Class: Chef::Provider::AwsSecurityGroup

Inherits:
Chef::Provisioning::AWSDriver::AWSProvider
  • Object
show all
Defined in:
lib/chef/provider/aws_security_group.rb

Instance Method Summary collapse

Instance Method Details

#action_createObject



8
9
10
11
12
# File 'lib/chef/provider/aws_security_group.rb', line 8

def action_create
  sg = super

  apply_rules(sg)
end