mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-28 18:01:01 -06:00
providers/aws: fix SG typo
This commit is contained in:
parent
a46cafc975
commit
cf3f26a1de
@ -133,7 +133,7 @@ func resource_aws_security_group_update_state(
|
||||
s *terraform.ResourceState,
|
||||
sg *ec2.SecurityGroupInfo) (*terraform.ResourceState, error) {
|
||||
|
||||
s.Attributes["description"] = sg.Descriptifon
|
||||
s.Attributes["description"] = sg.Description
|
||||
s.Attributes["name"] = sg.Name
|
||||
s.Attributes["vpc_id"] = sg.VpcId
|
||||
s.Attributes["owner_id"] = sg.OwnerId
|
||||
|
Loading…
Reference in New Issue
Block a user