3901827b40
* provider/aws: Validate `aws_iam_policy_attachment` Name parameter to stop being empty Fixes #8368 ``` % make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccAWSPolicyAttachment_' ==> Checking that code complies with gofmt requirements... /Users/stacko/Code/go/bin/stringer go generate $(go list ./... | grep -v /terraform/vendor/) 2016/08/24 11:46:01 Generated command/internal_plugin_list.go TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccAWSPolicyAttachment_ -timeout 120m === RUN TestAccAWSPolicyAttachment_basic --- PASS: TestAccAWSPolicyAttachment_basic (44.67s) === RUN TestAccAWSPolicyAttachment_paginatedEntities --- PASS: TestAccAWSPolicyAttachment_paginatedEntities (161.68s) PASS ok github.com/hashicorp/terraform/builtin/providers/aws 206.379s ``` * Update resource_aws_iam_policy_attachment.go |
||
---|---|---|
.. | ||
bins | ||
providers | ||
provisioners |