mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
provider/digitaocean: Test that droplets are indempotent (#13883)
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
This commit is contained in:
parent
b7bdd550ac
commit
61d183eded
@ -41,6 +41,11 @@ func TestAccDigitalOceanDroplet_Basic(t *testing.T) {
|
|||||||
resource.TestCheckResourceAttr(
|
resource.TestCheckResourceAttr(
|
||||||
"digitalocean_droplet.foobar", "user_data", "foobar"),
|
"digitalocean_droplet.foobar", "user_data", "foobar"),
|
||||||
),
|
),
|
||||||
|
Destroy: false,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
Config: testAccCheckDigitalOceanDropletConfig_basic(rInt),
|
||||||
|
PlanOnly: true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user