Example #1
0
func (s *InmemState) WriteState(state *terraform.State) error {
	state.IncrementSerialMaybe(s.state)
	s.state = state
	return nil
}