TestAccServiceEndpointAws# Copy-paste your Terraform configurations here - for large Terraform configs,
# please use a service like Dropbox and share a link to the ZIP file. For
# security, you can also encrypt the files using our GPG public key: https://keybase.io/hashicorp
15:22 # make testacc
==> Checking that code complies with gofmt requirements...
==> Sourcing .env file if avaliable
if [ -f .env ]; then set -o allexport; . ./.env; set +o allexport; fi; \
TF_ACC=1 go test -tags "all" $(go list ./azuredevops/internal/acceptancetests |grep -v 'vendor') -v -timeout 120m
=== RUN TestAccServiceEndpointAws_basic
=== PAUSE TestAccServiceEndpointAws_basic
=== RUN TestAccServiceEndpointAws_complete
=== PAUSE TestAccServiceEndpointAws_complete
=== RUN TestAccServiceEndpointAws_update
=== PAUSE TestAccServiceEndpointAws_update
=== RUN TestAccServiceEndpointAws_requiresImportErrorStep
=== PAUSE TestAccServiceEndpointAws_requiresImportErrorStep
=== CONT TestAccServiceEndpointAws_basic
=== CONT TestAccServiceEndpointBitBucket_RequiresImportErrorStep
--- FAIL: TestAccServiceEndpointAws_basic (9.71s)
testing.go:673: Step 0 error: errors during apply:
Error: Error creating service endpoint in Azure DevOps: Unable to find service connection type 'aws' using authentication scheme 'UsernamePassword'.
on /tmp/tf-test370857941/main.tf line 10:
(source code not available)
=== CONT TestAccServiceEndpointAws_requiresImportErrorStep
--- FAIL: TestAccServiceEndpointAws_requiresImportErrorStep (10.73s)
testing.go:673: Step 0 error: errors during apply:
Error: Error creating service endpoint in Azure DevOps: Unable to find service connection type 'aws' using authentication scheme 'UsernamePassword'.
on /tmp/tf-test721270730/main.tf line 10:
(source code not available)
=== CONT TestAccServiceEndpointAws_update
--- PASS: TestAccServiceEndpointBitBucket_basic (13.20s)
=== CONT TestAccServiceEndpointAws_complete
--- FAIL: TestAccServiceEndpointAws_update (9.99s)
testing.go:673: Step 0 error: errors during apply:
Error: Error creating service endpoint in Azure DevOps: Unable to find service connection type 'aws' using authentication scheme 'UsernamePassword'.
on /tmp/tf-test144228219/main.tf line 10:
(source code not available)
--- FAIL: TestAccServiceEndpointAws_complete (9.67s)
testing.go:673: Step 0 error: errors during apply:
Error: Error creating service endpoint in Azure DevOps: Unable to find service connection type 'aws' using authentication scheme 'UsernamePassword'.
on /tmp/tf-test832658590/main.tf line 10:
(source code not available)
FAIL
FAIL github.com/terraform-providers/terraform-provider-azuredevops/azuredevops/internal/acceptancetests 628.025s
FAIL
GNUmakefile:49: recipe for target 'testacc' failed
make: *** [testacc] Error 1
TestAccServiceEndpointAws tests@EliiseS You need install the AWS toolkit for your organization.
Most helpful comment
@EliiseS You need install the AWS toolkit for your organization.