mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-24 23:46:26 -06:00
provider/aws: Rename the Basic Import test for CloudFront distributions
This commit is contained in:
parent
c9a53c20ba
commit
399f1c20e0
@ -6,7 +6,7 @@ import (
|
||||
"github.com/hashicorp/terraform/helper/resource"
|
||||
)
|
||||
|
||||
func TestAccCloudFrontDistribution_importBasic(t *testing.T) {
|
||||
func TestAccAWSCloudFrontDistribution_importBasic(t *testing.T) {
|
||||
resourceName := "aws_cloudfront_distribution.s3_distribution"
|
||||
|
||||
resource.Test(t, resource.TestCase{
|
||||
|
Loading…
Reference in New Issue
Block a user