Skip to content

Commit

Permalink
Run terrafmt on new test fixture.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsomething committed Nov 3, 2023
1 parent dcb69ed commit ae0b229
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions digitalocean/app/resource_app_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -942,9 +942,9 @@ resource "digitalocean_app" "foobar" {
var testAccCheckDigitalOceanAppConfig_withFeatures = `
resource "digitalocean_app" "foobar" {
spec {
name = "%s"
region = "ams"
features = ["buildpack-stack=ubuntu-18"]
name = "%s"
region = "ams"
features = ["buildpack-stack=ubuntu-18"]
service {
name = "go-service-with-features"
Expand Down

0 comments on commit ae0b229

Please sign in to comment.