Fix spacing
All checks were successful
/ terraform (push) Successful in 35s
/ ansible (push) Successful in 2m0s

This commit is contained in:
Jake Howard 2024-03-20 17:59:32 +00:00
parent 0295507d0b
commit 124b83526d
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -7,7 +7,7 @@ resource "linode_instance" "casey" {
}
resource "linode_ipv6_range" "casey_extra" {
linode_id = linode_instance.casey.id
linode_id = linode_instance.casey.id
prefix_length = 64
}