Skip to content

Commit

Permalink
needs -> need
Browse files Browse the repository at this point in the history
  • Loading branch information
danaelhe committed Dec 5, 2023
1 parent 666f6f6 commit 1084e67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions digitalocean/cdn/resource_cdn_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func TestAccDigitalOceanCDN_CreateWithNeedCloudflareCert(t *testing.T) {
resource.TestCheckResourceAttr(
"digitalocean_cdn.foobar", "origin", expectedOrigin),
resource.TestCheckResourceAttr("digitalocean_cdn.foobar", "ttl", expectedTTL),
resource.TestCheckResourceAttr("digitalocean_cdn.foobar", "certificate_name", "need-cloudflare-cert"),
resource.TestCheckResourceAttr("digitalocean_cdn.foobar", "certificate_name", "needs-cloudflare-cert"),
),
},
},
Expand Down Expand Up @@ -243,7 +243,7 @@ resource "digitalocean_spaces_bucket" "bucket" {
resource "digitalocean_cdn" "foobar" {
origin = digitalocean_spaces_bucket.bucket.bucket_domain_name
certificate_name = "need-cloudflare-cert"
certificate_name = "needs-cloudflare-cert"
}`

const testAccCheckDigitalOceanCDNConfig_Create_with_TTL = `
Expand Down

0 comments on commit 1084e67

Please sign in to comment.