Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions fastly/block_fastly_service_logging_bigquery_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
gofastly "github.com/fastly/go-fastly/v12/fastly"
)

func TestAccFastlyServiceVCL_bigquerylogging_basic(t *testing.T) {
func TestAccFastlyServiceLoggingBigQuery_vcl_basic(t *testing.T) {
var service gofastly.ServiceDetail
serviceName := fmt.Sprintf("tf-test-%s", acctest.RandString(10))
email := "[email protected]"
Expand Down Expand Up @@ -98,7 +98,7 @@ func TestAccFastlyServiceVCL_bigquerylogging_basic(t *testing.T) {
})
}

func TestAccFastlyServiceVCL_bigquerylogging_basic_compute(t *testing.T) {
func TestAccFastlyServiceLoggingBigQuery_compute_basic(t *testing.T) {
var service gofastly.ServiceDetail
serviceName := fmt.Sprintf("tf-test-%s", acctest.RandString(10))
email := "[email protected]"
Expand Down Expand Up @@ -139,7 +139,7 @@ func TestAccFastlyServiceVCL_bigquerylogging_basic_compute(t *testing.T) {
})
}

func TestAccFastlyServiceVCL_bigquerylogging_default(t *testing.T) {
func TestAccFastlyServiceLoggingBigQuery_vcl_default(t *testing.T) {
var service gofastly.ServiceDetail
serviceName := fmt.Sprintf("tf-test-%s", acctest.RandString(10))
email := "[email protected]"
Expand Down
6 changes: 3 additions & 3 deletions fastly/block_fastly_service_logging_blobstorage_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
gofastly "github.com/fastly/go-fastly/v12/fastly"
)

func TestAccFastlyServiceVCL_blobstoragelogging_basic(t *testing.T) {
func TestAccFastlyServiceLoggingBlobstorage_vcl_basic(t *testing.T) {
var service gofastly.ServiceDetail
serviceName := fmt.Sprintf("tf-test-%s", acctest.RandString(10))

Expand Down Expand Up @@ -108,7 +108,7 @@ func TestAccFastlyServiceVCL_blobstoragelogging_basic(t *testing.T) {
})
}

func TestAccFastlyServiceVCL_blobstoragelogging_basic_compute(t *testing.T) {
func TestAccFastlyServiceLoggingBlobstorage_compute_basic(t *testing.T) {
var service gofastly.ServiceDetail
serviceName := fmt.Sprintf("tf-test-%s", acctest.RandString(10))

Expand Down Expand Up @@ -148,7 +148,7 @@ func TestAccFastlyServiceVCL_blobstoragelogging_basic_compute(t *testing.T) {
})
}

func TestAccFastlyServiceVCL_blobstoragelogging_default(t *testing.T) {
func TestAccFastlyServiceLoggingBlobstorage_vcl_default(t *testing.T) {
var service gofastly.ServiceDetail
serviceName := fmt.Sprintf("tf-test-%s", acctest.RandString(10))

Expand Down
4 changes: 2 additions & 2 deletions fastly/block_fastly_service_logging_cloudfiles_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
gofastly "github.com/fastly/go-fastly/v12/fastly"
)

func TestAccFastlyServiceVCL_logging_cloudfiles_basic(t *testing.T) {
func TestAccFastlyServiceLoggingCloudfiles_vcl_basic(t *testing.T) {
var service gofastly.ServiceDetail
name := fmt.Sprintf("tf-test-%s", acctest.RandString(10))
domain := fmt.Sprintf("fastly-test.%s.com", name)
Expand Down Expand Up @@ -112,7 +112,7 @@ func TestAccFastlyServiceVCL_logging_cloudfiles_basic(t *testing.T) {
})
}

func TestAccFastlyServiceVCL_logging_cloudfiles_basic_compute(t *testing.T) {
func TestAccFastlyServiceLoggingCloudfiles_compute_basic(t *testing.T) {
var service gofastly.ServiceDetail
name := fmt.Sprintf("tf-test-%s", acctest.RandString(10))
domain := fmt.Sprintf("fastly-test.%s.com", name)
Expand Down
4 changes: 2 additions & 2 deletions fastly/block_fastly_service_logging_datadog_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
gofastly "github.com/fastly/go-fastly/v12/fastly"
)

func TestAccFastlyServiceVCL_logging_datadog_basic(t *testing.T) {
func TestAccFastlyServiceLoggingDatadog_vcl_basic(t *testing.T) {
var service gofastly.ServiceDetail
name := fmt.Sprintf("tf-test-%s", acctest.RandString(10))
domain := fmt.Sprintf("fastly-test.%s.com", name)
Expand Down Expand Up @@ -82,7 +82,7 @@ func TestAccFastlyServiceVCL_logging_datadog_basic(t *testing.T) {
})
}

func TestAccFastlyServiceVCL_logging_datadog_basic_compute(t *testing.T) {
func TestAccFastlyServiceLoggingDatadog_compute_basic(t *testing.T) {
var service gofastly.ServiceDetail
name := fmt.Sprintf("tf-test-%s", acctest.RandString(10))
domain := fmt.Sprintf("fastly-test.%s.com", name)
Expand Down
4 changes: 2 additions & 2 deletions fastly/block_fastly_service_logging_digitalocean_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
gofastly "github.com/fastly/go-fastly/v12/fastly"
)

func TestAccFastlyServiceVCL_logging_digitalocean_basic(t *testing.T) {
func TestAccFastlyServiceLoggingDigitalOcean_vcl_basic(t *testing.T) {
var service gofastly.ServiceDetail
name := fmt.Sprintf("tf-test-%s", acctest.RandString(10))
domain := fmt.Sprintf("fastly-test.%s.com", name)
Expand Down Expand Up @@ -111,7 +111,7 @@ func TestAccFastlyServiceVCL_logging_digitalocean_basic(t *testing.T) {
})
}

func TestAccFastlyServiceVCL_logging_digitalocean_basic_compute(t *testing.T) {
func TestAccFastlyServiceLoggingDigitalOcean_compute_basic(t *testing.T) {
var service gofastly.ServiceDetail
name := fmt.Sprintf("tf-test-%s", acctest.RandString(10))
domain := fmt.Sprintf("fastly-test.%s.com", name)
Expand Down
4 changes: 2 additions & 2 deletions fastly/block_fastly_service_logging_elasticsearch_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
gofastly "github.com/fastly/go-fastly/v12/fastly"
)

func TestAccFastlyServiceVCL_logging_elasticsearch_basic(t *testing.T) {
func TestAccFastlyServiceLoggingElasticsearch_vcl_basic(t *testing.T) {
var service gofastly.ServiceDetail
name := fmt.Sprintf("tf-test-%s", acctest.RandString(10))
domain := fmt.Sprintf("fastly-test.%s.com", name)
Expand Down Expand Up @@ -116,7 +116,7 @@ func TestAccFastlyServiceVCL_logging_elasticsearch_basic(t *testing.T) {
})
}

func TestAccFastlyServiceVCL_logging_elasticsearch_basic_compute(t *testing.T) {
func TestAccFastlyServiceLoggingElasticsearch_compute_basic(t *testing.T) {
var service gofastly.ServiceDetail
name := fmt.Sprintf("tf-test-%s", acctest.RandString(10))
domain := fmt.Sprintf("fastly-test.%s.com", name)
Expand Down
4 changes: 2 additions & 2 deletions fastly/block_fastly_service_logging_ftp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
gofastly "github.com/fastly/go-fastly/v12/fastly"
)

func TestAccFastlyServiceVCL_logging_ftp_basic(t *testing.T) {
func TestAccFastlyServiceLoggingFTP_vcl_basic(t *testing.T) {
var service gofastly.ServiceDetail
name := fmt.Sprintf("tf-test-%s", acctest.RandString(10))
domain := fmt.Sprintf("fastly-test.%s.com", name)
Expand Down Expand Up @@ -111,7 +111,7 @@ func TestAccFastlyServiceVCL_logging_ftp_basic(t *testing.T) {
})
}

func TestAccFastlyServiceVCL_logging_ftp_basic_compute(t *testing.T) {
func TestAccFastlyServiceLoggingFTP_compute_basic(t *testing.T) {
var service gofastly.ServiceDetail
name := fmt.Sprintf("tf-test-%s", acctest.RandString(10))
domain := fmt.Sprintf("fastly-test.%s.com", name)
Expand Down
4 changes: 2 additions & 2 deletions fastly/block_fastly_service_logging_gcs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
gofastly "github.com/fastly/go-fastly/v12/fastly"
)

func TestAccFastlyServiceVCL_gcslogging_basic(t *testing.T) {
func TestAccFastlyServiceLoggingGCS_vcl_basic(t *testing.T) {
var service gofastly.ServiceDetail
serviceName := fmt.Sprintf("tf-test-%s", acctest.RandString(10))
secretKey, err := generateKey()
Expand Down Expand Up @@ -113,7 +113,7 @@ func TestAccFastlyServiceVCL_gcslogging_basic(t *testing.T) {
})
}

func TestAccFastlyServiceVCL_gcslogging_basic_compute(t *testing.T) {
func TestAccFastlyServiceLoggingGCS_compute_basic(t *testing.T) {
var service gofastly.ServiceDetail
serviceName := fmt.Sprintf("tf-test-%s", acctest.RandString(10))
secretKey, err := generateKey()
Expand Down
4 changes: 2 additions & 2 deletions fastly/block_fastly_service_logging_googlepubsub_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ func TestSecretKeySchemaDefaultFunc(t *testing.T) {
}
}

func TestAccFastlyServiceVCL_googlepubsublogging_basic(t *testing.T) {
func TestAccFastlyServiceLoggingGooglePubSub_vcl_basic(t *testing.T) {
var service gofastly.ServiceDetail
name := fmt.Sprintf("tf-test-%s", acctest.RandString(10))
domain := fmt.Sprintf("fastly-test.%s.com", name)
Expand Down Expand Up @@ -195,7 +195,7 @@ func TestAccFastlyServiceVCL_googlepubsublogging_basic(t *testing.T) {
})
}

func TestAccFastlyServiceVCL_googlepubsublogging_basic_compute(t *testing.T) {
func TestAccFastlyServiceLoggingGooglePubSub_compute_basic(t *testing.T) {
var service gofastly.ServiceDetail
name := fmt.Sprintf("tf-test-%s", acctest.RandString(10))
domain := fmt.Sprintf("fastly-test.%s.com", name)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
gofastly "github.com/fastly/go-fastly/v12/fastly"
)

func TestAccFastlyServiceVCL_logging_grafanacloudlogs_basic(t *testing.T) {
func TestAccFastlyServiceLoggingGrafanaCloudLogs_vcl_basic(t *testing.T) {
var service gofastly.ServiceDetail
name := fmt.Sprintf("tf-test-%s", acctest.RandString(10))
domain := fmt.Sprintf("fastly-test.%s.com", name)
Expand Down Expand Up @@ -88,7 +88,7 @@ func TestAccFastlyServiceVCL_logging_grafanacloudlogs_basic(t *testing.T) {
})
}

func TestAccFastlyServiceVCL_logging_grafanacloudlogs_basic_compute(t *testing.T) {
func TestAccFastlyServiceLoggingGrafanaCloudLogs_compute_basic(t *testing.T) {
var service gofastly.ServiceDetail
name := fmt.Sprintf("tf-test-%s", acctest.RandString(10))
domain := fmt.Sprintf("fastly-test.%s.com", name)
Expand Down
4 changes: 2 additions & 2 deletions fastly/block_fastly_service_logging_heroku_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
gofastly "github.com/fastly/go-fastly/v12/fastly"
)

func TestAccFastlyServiceVCL_logging_heroku_basic(t *testing.T) {
func TestAccFastlyServiceLoggingHeroku_vcl_basic(t *testing.T) {
var service gofastly.ServiceDetail
name := fmt.Sprintf("tf-test-%s", acctest.RandString(10))
domain := fmt.Sprintf("fastly-test.%s.com", name)
Expand Down Expand Up @@ -83,7 +83,7 @@ func TestAccFastlyServiceVCL_logging_heroku_basic(t *testing.T) {
})
}

func TestAccFastlyServiceVCL_logging_heroku_basic_compute(t *testing.T) {
func TestAccFastlyServiceLoggingHeroku_compute_basic(t *testing.T) {
var service gofastly.ServiceDetail
name := fmt.Sprintf("tf-test-%s", acctest.RandString(10))
domain := fmt.Sprintf("fastly-test.%s.com", name)
Expand Down
4 changes: 2 additions & 2 deletions fastly/block_fastly_service_logging_honeycomb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
gofastly "github.com/fastly/go-fastly/v12/fastly"
)

func TestAccFastlyServiceVCL_logging_honeycomb_basic(t *testing.T) {
func TestAccFastlyServiceLoggingHoneycomb_vcl_basic(t *testing.T) {
var service gofastly.ServiceDetail
name := fmt.Sprintf("tf-test-%s", acctest.RandString(10))
domain := fmt.Sprintf("fastly-test.%s.com", name)
Expand Down Expand Up @@ -84,7 +84,7 @@ func TestAccFastlyServiceVCL_logging_honeycomb_basic(t *testing.T) {
})
}

func TestAccFastlyServiceVCL_logging_honeycomb_basic_compute(t *testing.T) {
func TestAccFastlyServiceLoggingHoneycomb_compute_basic(t *testing.T) {
var service gofastly.ServiceDetail
name := fmt.Sprintf("tf-test-%s", acctest.RandString(10))
domain := fmt.Sprintf("fastly-test.%s.com", name)
Expand Down
4 changes: 2 additions & 2 deletions fastly/block_fastly_service_logging_https_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
gofastly "github.com/fastly/go-fastly/v12/fastly"
)

func TestAccFastlyServiceVCL_httpslogging_basic(t *testing.T) {
func TestAccFastlyServiceLoggingHTTPS_vcl_basic(t *testing.T) {
var service gofastly.ServiceDetail
name := fmt.Sprintf("tf-test-%s", acctest.RandString(10))
domain := fmt.Sprintf("fastly-test.%s.com", name)
Expand Down Expand Up @@ -180,7 +180,7 @@ func TestAccFastlyServiceVCL_httpslogging_basic(t *testing.T) {
})
}

func TestAccFastlyServiceVCL_httpslogging_basic_compute(t *testing.T) {
func TestAccFastlyServiceLoggingHTTPS_compute_basic(t *testing.T) {
var service gofastly.ServiceDetail
name := fmt.Sprintf("tf-test-%s", acctest.RandString(10))
domain := fmt.Sprintf("fastly-test.%s.com", name)
Expand Down
6 changes: 3 additions & 3 deletions fastly/block_fastly_service_logging_kafka_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ func TestResourceFastlyFlattenKafka(t *testing.T) {
}
}

func TestAccFastlyServiceVCL_kafkalogging_basic(t *testing.T) {
func TestAccFastlyServiceLoggingKafka_vcl_basic(t *testing.T) {
var service gofastly.ServiceDetail
name := fmt.Sprintf("tf-test-%s", acctest.RandString(10))
domain := fmt.Sprintf("fastly-test.%s.com", name)
Expand Down Expand Up @@ -191,7 +191,7 @@ func TestAccFastlyServiceVCL_kafkalogging_basic(t *testing.T) {
})
}

func TestAccFastlyServiceVCL_kafkalogging_basic_compute(t *testing.T) {
func TestAccFastlyServiceLoggingKafka_compute_basic(t *testing.T) {
var service gofastly.ServiceDetail
name := fmt.Sprintf("tf-test-%s", acctest.RandString(10))
domain := fmt.Sprintf("fastly-test.%s.com", name)
Expand Down Expand Up @@ -236,7 +236,7 @@ func TestAccFastlyServiceVCL_kafkalogging_basic_compute(t *testing.T) {
})
}

func TestAccFastlyServiceVCL_kafkalogging_PreserveBooleansDuringNameChange(t *testing.T) {
func TestAccFastlyServiceLoggingKafka_vcl_PreserveBooleansDuringNameChange(t *testing.T) {
var service gofastly.ServiceDetail
serviceName := acctest.RandomWithPrefix("tf-kafka")
domainName := fmt.Sprintf("test.%s.com", acctest.RandString(10))
Expand Down
4 changes: 2 additions & 2 deletions fastly/block_fastly_service_logging_kinesis_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (

const testKinesisIAMRole = "arn:aws:iam::123456789012:role/KinesisAccess"

func TestAccFastlyServiceVCL_logging_kinesis_basic(t *testing.T) {
func TestAccFastlyServiceLoggingKinesis_vcl_basic(t *testing.T) {
var service gofastly.ServiceDetail
name := fmt.Sprintf("tf-test-%s", acctest.RandString(10))
domain := fmt.Sprintf("fastly-test.%s.com", name)
Expand Down Expand Up @@ -93,7 +93,7 @@ func TestAccFastlyServiceVCL_logging_kinesis_basic(t *testing.T) {
})
}

func TestAccFastlyServiceVCL_logging_kinesis_basic_compute(t *testing.T) {
func TestAccFastlyServiceLoggingKinesis_compute_basic(t *testing.T) {
var service gofastly.ServiceDetail
name := fmt.Sprintf("tf-test-%s", acctest.RandString(10))
domain := fmt.Sprintf("fastly-test.%s.com", name)
Expand Down
6 changes: 3 additions & 3 deletions fastly/block_fastly_service_logging_logentries_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
gofastly "github.com/fastly/go-fastly/v12/fastly"
)

func TestAccFastlyServiceVCL_logentries_basic(t *testing.T) {
func TestAccFastlyServiceLoggingLogentries_vcl_basic(t *testing.T) {
var service gofastly.ServiceDetail
name := fmt.Sprintf("tf-test-%s", acctest.RandString(10))
domainName1 := fmt.Sprintf("fastly-test.tf-%s.com", acctest.RandString(10))
Expand Down Expand Up @@ -77,7 +77,7 @@ func TestAccFastlyServiceVCL_logentries_basic(t *testing.T) {
})
}

func TestAccFastlyServiceVCL_logentries_basic_compute(t *testing.T) {
func TestAccFastlyServiceLoggingLogentries_compute_basic(t *testing.T) {
var service gofastly.ServiceDetail
name := fmt.Sprintf("tf-test-%s", acctest.RandString(10))
domainName1 := fmt.Sprintf("fastly-test.tf-%s.com", acctest.RandString(10))
Expand Down Expand Up @@ -187,7 +187,7 @@ func testAccCheckFastlyServiceVCLLogentriesAttributes(service *gofastly.ServiceD
}
}

func TestAccFastlyServiceVCL_logentries_formatVersion(t *testing.T) {
func TestAccFastlyServiceLoggingLogentries_vcl_formatVersion(t *testing.T) {
var service gofastly.ServiceDetail
name := fmt.Sprintf("tf-test-%s", acctest.RandString(10))
domainName1 := fmt.Sprintf("fastly-test.tf-%s.com", acctest.RandString(10))
Expand Down
4 changes: 2 additions & 2 deletions fastly/block_fastly_service_logging_loggly_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
gofastly "github.com/fastly/go-fastly/v12/fastly"
)

func TestAccFastlyServiceVCL_logging_loggly_basic(t *testing.T) {
func TestAccFastlyServiceLoggingLoggly_vcl_basic(t *testing.T) {
var service gofastly.ServiceDetail
name := fmt.Sprintf("tf-test-%s", acctest.RandString(10))
domain := fmt.Sprintf("fastly-test.%s.com", name)
Expand Down Expand Up @@ -79,7 +79,7 @@ func TestAccFastlyServiceVCL_logging_loggly_basic(t *testing.T) {
})
}

func TestAccFastlyServiceVCL_logging_loggly_basic_compute(t *testing.T) {
func TestAccFastlyServiceLoggingLoggly_compute_basic(t *testing.T) {
var service gofastly.ServiceDetail
name := fmt.Sprintf("tf-test-%s", acctest.RandString(10))
domain := fmt.Sprintf("fastly-test.%s.com", name)
Expand Down
4 changes: 2 additions & 2 deletions fastly/block_fastly_service_logging_logshuttle_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
gofastly "github.com/fastly/go-fastly/v12/fastly"
)

func TestAccFastlyServiceVCL_logging_logshuttle_basic(t *testing.T) {
func TestAccFastlyServiceLoggingLogshuttle_vcl_basic(t *testing.T) {
var service gofastly.ServiceDetail
name := fmt.Sprintf("tf-test-%s", acctest.RandString(10))
domain := fmt.Sprintf("fastly-test.%s.com", name)
Expand Down Expand Up @@ -83,7 +83,7 @@ func TestAccFastlyServiceVCL_logging_logshuttle_basic(t *testing.T) {
})
}

func TestAccFastlyServiceVCL_logging_logshuttle_basic_compute(t *testing.T) {
func TestAccFastlyServiceLoggingLogshuttle_compute_basic(t *testing.T) {
var service gofastly.ServiceDetail
name := fmt.Sprintf("tf-test-%s", acctest.RandString(10))
domain := fmt.Sprintf("fastly-test.%s.com", name)
Expand Down
4 changes: 2 additions & 2 deletions fastly/block_fastly_service_logging_newrelic_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
gofastly "github.com/fastly/go-fastly/v12/fastly"
)

func TestAccFastlyServiceVCL_logging_newrelic_basic(t *testing.T) {
func TestAccFastlyServiceLoggingNewRelic_vcl_basic(t *testing.T) {
var service gofastly.ServiceDetail
name := fmt.Sprintf("tf-test-%s", acctest.RandString(10))
domain := fmt.Sprintf("fastly-test.%s.com", name)
Expand Down Expand Up @@ -83,7 +83,7 @@ func TestAccFastlyServiceVCL_logging_newrelic_basic(t *testing.T) {
})
}

func TestAccFastlyServiceVCL_logging_newrelic_basic_compute(t *testing.T) {
func TestAccFastlyServiceLoggingNewRelic_compute_basic(t *testing.T) {
var service gofastly.ServiceDetail
name := fmt.Sprintf("tf-test-%s", acctest.RandString(10))
domain := fmt.Sprintf("fastly-test.%s.com", name)
Expand Down
4 changes: 2 additions & 2 deletions fastly/block_fastly_service_logging_newrelicotlp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
gofastly "github.com/fastly/go-fastly/v12/fastly"
)

func TestAccFastlyServiceVCL_logging_newrelicotlp_basic(t *testing.T) {
func TestAccFastlyServiceLoggingNewRelicOTLP_vcl_basic(t *testing.T) {
var service gofastly.ServiceDetail
name := fmt.Sprintf("tf-test-%s", acctest.RandString(10))
domain := fmt.Sprintf("fastly-test.%s.com", name)
Expand Down Expand Up @@ -204,7 +204,7 @@ resource "fastly_service_vcl" "foo" {
`, name, domain, format, format)
}

func TestAccFastlyServiceVCL_logging_newrelicotlp_basic_compute(t *testing.T) {
func TestAccFastlyServiceLoggingNewRelicOTLP_compute_basic(t *testing.T) {
var service gofastly.ServiceDetail
name := fmt.Sprintf("tf-test-%s", acctest.RandString(10))
domain := fmt.Sprintf("fastly-test.%s.com", name)
Expand Down
Loading