Skip to content

Commit

Permalink
updated test config
Browse files Browse the repository at this point in the history
  • Loading branch information
imaskm committed Nov 29, 2024
1 parent 890e30d commit ba7f286
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions digitalocean/reservedipv6/resource_reserved_ipv6_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,12 +147,11 @@ resource "digitalocean_reserved_ipv6" "foobar" {
func testAccCheckDigitalOceanReservedIPv6Config_Reassign(name string) string {
return fmt.Sprintf(`
resource "digitalocean_droplet" "baz" {
name = "%s"
size = "s-1vcpu-1gb"
image = "ubuntu-22-04-x64"
region = "nyc3"
ipv6 = true
private_networking = true
name = "%s"
size = "s-1vcpu-1gb"
image = "ubuntu-22-04-x64"
region = "nyc3"
ipv6 = true
}
resource "digitalocean_reserved_ipv6" "foobar" {
Expand All @@ -164,12 +163,11 @@ resource "digitalocean_reserved_ipv6" "foobar" {
func testAccCheckDigitalOceanReservedIPV6Config_Unassign(name string) string {
return fmt.Sprintf(`
resource "digitalocean_droplet" "baz" {
name = "%s"
size = "s-1vcpu-1gb"
image = "ubuntu-22-04-x64"
region = "nyc3"
ipv6 = true
private_networking = true
name = "%s"
size = "s-1vcpu-1gb"
image = "ubuntu-22-04-x64"
region = "nyc3"
ipv6 = true
}
resource "digitalocean_reserved_ipv6" "foobar" {
Expand Down

0 comments on commit ba7f286

Please sign in to comment.