3accd5485a
Was failing due to using IAM user `test-name` as it was being used in more than 1 place - this has been replaced by a random user and random policy names now ``` % make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccAWSUserPolicyAttachment_basic' 2 ↵ ✹ ==> Checking that code complies with gofmt requirements... go generate $(go list ./... | grep -v /terraform/vendor/) 2016/10/31 08:39:08 Generated command/internal_plugin_list.go TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccAWSUserPolicyAttachment_basic -timeout 120m === RUN TestAccAWSUserPolicyAttachment_basic --- PASS: TestAccAWSUserPolicyAttachment_basic (32.04s) PASS ok github.com/hashicorp/terraform/builtin/providers/aws 32.053s ``` |
||
---|---|---|
.. | ||
bins | ||
providers | ||
provisioners |