Skip to content

Commit

Permalink
terraformfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
danaelhe committed Dec 4, 2023
1 parent dd69850 commit c85ccf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion digitalocean/cdn/resource_cdn_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ resource "digitalocean_spaces_bucket" "bucket" {
}
resource "digitalocean_cdn" "foobar" {
origin = digitalocean_spaces_bucket.bucket.bucket_domain_name
origin = digitalocean_spaces_bucket.bucket.bucket_domain_name
certificate_name = "needs-cloudflare-cert"
}`

Expand Down

0 comments on commit c85ccf0

Please sign in to comment.