Closed alexott closed 2 weeks ago
If integration tests don't run automatically, an authorized user can run them manually by following the instructions below:
Trigger: go/deco-tests-run/terraform
Inputs:
3c0a6c74c7851f8e0d391e0205d68f436d4d1493
Checks will be approved automatically on success.
Test Details: go/deco-tests/11668917615
Changes
This PR adds the ability for a resource to specify that it may not need to call
Read
afterCreate
andUpdate
operations so we can avoid performing another API call(s). The resource may implementCanSkipReadAfterCreateAndUpdate
function that can decide if theRead
operation should be skipped.I decided to move common part from #4173 to make it easier to review
Tests
make test
run locallydocs/
folderinternal/acceptance