mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-16 19:00:27 -04:00
typo corrected in structure.go (#10415)
This commit is contained in:
@@ -166,7 +166,7 @@ func expandIPPerms(
|
||||
// AWS's behavior in the error message.
|
||||
if *perm.IpProtocol == "-1" && (*perm.FromPort != 0 || *perm.ToPort != 0) {
|
||||
return nil, fmt.Errorf(
|
||||
"from_port (%d) and to_port (%d) must both be 0 to use the the 'ALL' \"-1\" protocol!",
|
||||
"from_port (%d) and to_port (%d) must both be 0 to use the 'ALL' \"-1\" protocol!",
|
||||
*perm.FromPort, *perm.ToPort)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user