Skip to content

Commit

Permalink
Removes unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
gdavison committed Dec 2, 2024
1 parent 9ca4645 commit c6daa7c
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions internal/provider/provider_acc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1059,21 +1059,6 @@ data "aws_service" "provider_test" {
}
`

func testAccProviderConfig_endpoints(endpoints string) string {
//lintignore:AT004
return acctest.ConfigCompose(testAccProviderConfig_base, fmt.Sprintf(`
provider "aws" {
skip_credentials_validation = true
skip_metadata_api_check = true
skip_requesting_account_id = true
endpoints {
%[1]s
}
}
`, endpoints))
}

func testAccProviderConfig_customS3Endpoint(endpoint, rName string) string {
//lintignore:AT004
return acctest.ConfigCompose(testAccProviderConfig_base, fmt.Sprintf(`
Expand Down

0 comments on commit c6daa7c

Please sign in to comment.