Skip to content

Commit 1a201ea

Browse files
committed
Fix formatting
1 parent 1733919 commit 1a201ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/basic/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ module "ec2" {
6666
associate_public_ip_address = true
6767

6868
root_block_device = [{
69-
volume_type = "gp2"
70-
volume_size = 10
69+
volume_type = "gp2"
70+
volume_size = 10
7171
}]
7272
}
7373

0 commit comments

Comments
 (0)