Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
provider/aws: Prevent aws_dms_replication_task panic
Fixes: #12506 When a replication_task cdc_start_time was specified as an int, it was causing a panic as the conversion to a Unix timestampe was expecting a string ``` % make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccAwsDmsReplicationTaskBasic' ==> Checking that code complies with gofmt requirements... go generate $(go list ./... | grep -v /terraform/vendor/) 2017/03/08 22:55:29 Generated command/internal_plugin_list.go TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccAwsDmsReplicationTaskBasic -timeout 120m === RUN TestAccAwsDmsReplicationTaskBasic --- PASS: TestAccAwsDmsReplicationTaskBasic (1089.77s) PASS ok github.com/hashicorp/terraform/builtin/providers/aws 1089.802s ```
- Loading branch information