mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Fixes: #14653 I was originally calling the wrong API method and only some of the values were being persisted to state. By changing the API method, we can now get all of the values and therefore can detech manual drift ``` % make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccAWSSSMMaintenanceWindow_' ==> Checking that code complies with gofmt requirements... go generate $(go list ./... | grep -v /terraform/vendor/) 2017/05/19 16:56:27 Generated command/internal_plugin_list.go TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccAWSSSMMaintenanceWindow_ -timeout 120m === RUN TestAccAWSSSMMaintenanceWindow_basic --- PASS: TestAccAWSSSMMaintenanceWindow_basic (41.39s) PASS ok github.com/hashicorp/terraform/builtin/providers/aws 41.419s ``` |
||
---|---|---|
.. | ||
bins | ||
providers | ||
provisioners |