stack72
|
f9183da2e3
|
provider/aws: Changing the tests for `aws_ssm_association` to align with
us-west-2
```
% make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccAWSSSMAssociation_'
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2016/09/02 16:56:09 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/aws -v
-run=TestAccAWSSSMAssociation_ -timeout 120m
=== RUN TestAccAWSSSMAssociation_basic
--- PASS: TestAccAWSSSMAssociation_basic (136.23s)
PASS
ok github.com/hashicorp/terraform/builtin/providers/aws 136.246s
```
|
2016-09-02 17:04:43 +03:00 |