Fix spacing
This commit is contained in:
parent
0295507d0b
commit
124b83526d
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ resource "linode_instance" "casey" {
|
||||||
}
|
}
|
||||||
|
|
||||||
resource "linode_ipv6_range" "casey_extra" {
|
resource "linode_ipv6_range" "casey_extra" {
|
||||||
linode_id = linode_instance.casey.id
|
linode_id = linode_instance.casey.id
|
||||||
prefix_length = 64
|
prefix_length = 64
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue