mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
fix indent
align indentation with the rest of the code.
This commit is contained in:
parent
fd1514dfaf
commit
1979d9b792
@ -17,7 +17,7 @@ Basic usage
|
||||
```
|
||||
resource "aws_security_group" "allow_all" {
|
||||
name = "allow_all"
|
||||
description = "Allow all inbound traffic"
|
||||
description = "Allow all inbound traffic"
|
||||
|
||||
ingress {
|
||||
from_port = 0
|
||||
|
Loading…
Reference in New Issue
Block a user