Skip to content

Commit

Permalink
Run make terrafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsomething committed Feb 13, 2023
1 parent b258f73 commit bb8d55a
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 @@ -223,7 +223,7 @@ resource "digitalocean_cdn" "foobar" {
func testAccCheckDigitalOceanCDNConfig_CustomDomain(domain string, spaceName string, certName string) string {
return fmt.Sprintf(`
resource "tls_private_key" "example" {
algorithm = "RSA"
algorithm = "RSA"
}
resource "tls_self_signed_cert" "example" {
Expand Down

0 comments on commit bb8d55a

Please sign in to comment.