Terraform-provider-azuredevops: TestAccServiceEndpointAws tests failing

Created on 20 Jul 2020  路  1Comment  路  Source: microsoft/terraform-provider-azuredevops

Community Note

  • Please vote on this issue by adding a 馃憤 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Affected Resource(s)

  • TestAccServiceEndpointAws

Terraform Configuration Files

# 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

Debug Output

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

Steps to Reproduce

  1. Run TestAccServiceEndpointAws tests
question

Most helpful comment

@EliiseS You need install the AWS toolkit for your organization.

>All comments

@EliiseS You need install the AWS toolkit for your organization.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

patr00n picture patr00n  路  3Comments

josh-barker picture josh-barker  路  4Comments

EliiseS picture EliiseS  路  8Comments

EliiseS picture EliiseS  路  9Comments

jameswestall picture jameswestall  路  5Comments