Skip to content

Commit

Permalink
Merge pull request #6241 from YakDriver/tiny-sg-docs
Browse files Browse the repository at this point in the history
resource/aws_security_group_rule: Fix bad examples in docs
  • Loading branch information
bflad authored Oct 25, 2018
2 parents 22f93ab + c3f984f commit 011c72c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/r/security_group_rule.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,11 @@ $ terraform import aws_security_group_rule.egress sg-62726f6479_egress_tcp_8000_
Import a rule applicable to all protocols and ports with a security group source:

```console
$ example: sg-7472697374616e_ingress_all_0_65536_sg-6176657279
$ terraform import aws_security_group_rule.ingress_rule sg-7472697374616e_ingress_all_0_65536_sg-6176657279
```

Import a rule that has itself and an IPv6 CIDR block as sources:

```console
$ example: sg-656c65616e6f72_ingress_tcp_80_80_self_2001:db8::/48
$ terraform import aws_security_group_rule.rule_name sg-656c65616e6f72_ingress_tcp_80_80_self_2001:db8::/48
```

0 comments on commit 011c72c

Please sign in to comment.