Skip to content
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.

Commit

Permalink
Update readonly securitygroup properties to match implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
garethr authored and Iristyle committed Nov 3, 2014
1 parent 5ddfac2 commit c2f2fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puppet/provider/ec2_securitygroup/v2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def self.instances
end.flatten
end

read_only(:region)
read_only(:region, :ingress, :description)

def self.prefetch(resources)
instances.each do |prov|
Expand Down

0 comments on commit c2f2fe4

Please sign in to comment.